Skip to content

Conversation

@Sarthak160
Copy link
Owner

Related Issue

  • Info about Issue or bug

Closes: #[issue number that will be closed through this PR]

Describe the changes you've made

A clear and concise description of what you have done to successfully close your assigned issue. Any new files? or anything you feel to let us know!

Type of change

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Code style update (formatting, local variables)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • This change requires a documentation update

Please let us know if any test cases are added

Please describe the tests(if any). Provide instructions how its affecting the coverage.

Describe if there is any unusual behaviour of your code(Write NA if there isn't)

A clear and concise description of it.

Checklist:

  • My code follows the style guidelines of this project.
  • I have performed a self-review of my own code.
  • I have commented my code, particularly in hard-to-understand areas.
  • I have made corresponding changes to the documentation.
  • My changes generate no new warnings.
  • I have added tests that prove my fix is effective or that my feature works.
  • New and existing unit tests pass locally with my changes.

Screenshots (if any)

Original Updated
original screenshot updated screenshot

iamskp99 and others added 30 commits February 1, 2023 11:50
* feat: add grpc-server support for record and replay

Signed-off-by: iamskp99 <iamskp99@gmail.com>

* feat: add test-export for grpc server support

Signed-off-by: iamskp99 <iamskp99@gmail.com>

* refactor: encoding grpc testcases into yaml

Signed-off-by: re-Tick <jain.ritik.1001@gmail.com>

* fix: test export for grpc server support

Signed-off-by: iamskp99 <iamskp99@gmail.com>

* fix: grpc test export

Signed-off-by: iamskp99 <iamskp99@gmail.com>

* fix: test export for grpc server

Signed-off-by: iamskp99 <iamskp99@gmail.com>

* chore: updates the pre release of go-sdk

Signed-off-by: re-Tick <jain.ritik.1001@gmail.com>

* refactor: integerates keploy tests for grpc-server methods

Signed-off-by: re-Tick <jain.ritik.1001@gmail.com>

* ci: runs the local keploy binary in background to test keploy

Signed-off-by: re-Tick <jain.ritik.1001@gmail.com>

* test: fix patyh error in TestDenoise tcs

Signed-off-by: re-Tick <jain.ritik.1001@gmail.com>

* ci: removes grep cmd for mode in test job

Signed-off-by: re-Tick <jain.ritik.1001@gmail.com>

* ci: test keploy with dedup enabled

* Update go.yml

* test: removes env statements from go test file

Signed-off-by: re-Tick <jain.ritik.1001@gmail.com>

---------

Signed-off-by: iamskp99 <iamskp99@gmail.com>
Signed-off-by: re-Tick <jain.ritik.1001@gmail.com>
Co-authored-by: re-Tick <jain.ritik.1001@gmail.com>
Co-authored-by: Ritik Jain <60597329+re-Tick@users.noreply.github.com>
* chore: updates the pre release of go-sdk

Signed-off-by: re-Tick <jain.ritik.1001@gmail.com>

* ci: updates test job of main.yml ci

Signed-off-by: re-Tick <jain.ritik.1001@gmail.com>

---------

Signed-off-by: re-Tick <jain.ritik.1001@gmail.com>
* docs: updated readme

Signed-off-by: Neha Gupta <gneha21@yahoo.in>

* docs: updated readme

Signed-off-by: Neha Gupta <gneha21@yahoo.in>

---------

Signed-off-by: Neha Gupta <gneha21@yahoo.in>
* chore: updates the pre release of go-sdk

Signed-off-by: re-Tick <jain.ritik.1001@gmail.com>

* ci: runs the latest keploy binary in background job

Signed-off-by: re-Tick <jain.ritik.1001@gmail.com>

---------

Signed-off-by: re-Tick <jain.ritik.1001@gmail.com>
Signed-off-by: Neha Gupta <gneha21@yahoo.in>
* feat(entire-app): This change allows the users to select the headers that they do not want Keploy to record

Signed-off-by: Pranshu Srivastava <iampranshu24@gmail.com>

* added function in the mock file

Signed-off-by: Pranshu Srivastava <iampranshu24@gmail.com>

* fix: filter the header fields in testCase service

Signed-off-by: re-Tick <jain.ritik.1001@gmail.com>

* feat(entire-server): added comments for the changes

Signed-off-by: Pranshu Srivastava <iampranshu24@gmail.com>

* feat(entire-app): allows the user to remove or replace the fields from the test file

Signed-off-by: Pranshu Srivastava <iampranshu24@gmail.com>

* feat(entire-app): changed the signature of the remove function to accept interfaces

Signed-off-by: Pranshu Srivastava <iampranshu24@gmail.com>

* fix(entire-app): fixed merge conflicts

Signed-off-by: Pranshu Srivastava <iampranshu24@gmail.com>

* feat(mock-library): function complete need to add support for mock library

Signed-off-by: Pranshu Srivastava <iampranshu24@gmail.com>

* feat: adds replace and remove for mocking lib

Signed-off-by: re-Tick <jain.ritik.1001@gmail.com>

* feat(mock-library): fixed replace method

Signed-off-by: Pranshu Srivastava <iampranshu24@gmail.com>

* feat: replaces mock http request fields for mock-lib

Signed-off-by: re-Tick <jain.ritik.1001@gmail.com>

* style: removes debug statement

Signed-off-by: re-Tick <jain.ritik.1001@gmail.com>

* test: adds keploy tcs for filtering http tcs fields

Signed-off-by: re-Tick <jain.ritik.1001@gmail.com>

* test(pkg/utils): adds tcs for filtering and replacing http mocks

Signed-off-by: re-Tick <jain.ritik.1001@gmail.com>

* test(service/mock): adds input for error handling in replace and remove filters

Signed-off-by: re-Tick <jain.ritik.1001@gmail.com>

* test(service/mock): adds input for invalid url in test file

Signed-off-by: re-Tick <jain.ritik.1001@gmail.com>

---------

Signed-off-by: Pranshu Srivastava <iampranshu24@gmail.com>
Signed-off-by: re-Tick <jain.ritik.1001@gmail.com>
Co-authored-by: re-Tick <jain.ritik.1001@gmail.com>
* Update CONTRIBUTING.md

Signed-off-by: sonichigo <kurosakiichigo.songoku@gmail.com>

* typo fixed

Signed-off-by: sonichigo <kurosakiichigo.songoku@gmail.com>

---------

Signed-off-by: sonichigo <kurosakiichigo.songoku@gmail.com>
Signed-off-by: charankamarapu <kamarapucharan@gmail.com>
Signed-off-by: charankamarapu <kamarapucharan@gmail.com>
Signed-off-by: charankamarapu <kamarapucharan@gmail.com>
* Update CONTRIBUTING.md

Signed-off-by: sonichigo <kurosakiichigo.songoku@gmail.com>

* typo fixed

Signed-off-by: sonichigo <kurosakiichigo.songoku@gmail.com>

* Readme UI Removed

Signed-off-by: sonichigo <kurosakiichigo.songoku@gmail.com>

---------

Signed-off-by: sonichigo <kurosakiichigo.songoku@gmail.com>
Signed-off-by: charankamarapu <kamarapucharan@gmail.com>
Signed-off-by: charankamarapu <kamarapucharan@gmail.com>
Added telemetry events at service level
Signed-off-by: charankamarapu <kamarapucharan@gmail.com>
Signed-off-by: Hermione Dadheech <hermionedadheech@gmail.com>
Co-authored-by: Neha Gupta <gneha21@yahoo.in>
Signed-off-by: charankamarapu <kamarapucharan@gmail.com>
Predefining Installation_id in telemetry-check
Signed-off-by: charankamarapu <kamarapucharan@gmail.com>
Signed-off-by: charankamarapu <kamarapucharan@gmail.com>
Correcting telemetry-check github action
Signed-off-by: Ananya Nayak <55504616+Ananya2001-an@users.noreply.github.com>
Signed-off-by: Jyotirmoy Roy <jyotirmoyroy649@gmail.com>
Signed-off-by: Advik <adviksingh6632@gmail.com>
Signed-off-by: charankamarapu <kamarapucharan@gmail.com>

Added Telemetry Object in regression Test

Signed-off-by: charankamarapu <kamarapucharan@gmail.com>

Added Telemetry object in regression test

Signed-off-by: charankamarapu <kamarapucharan@gmail.com>

Added code coverage

Signed-off-by: charankamarapu <kamarapucharan@gmail.com>
Changed trigger for RecordedTest and RecordedMock events
@keploy-staging
Copy link

keploy-staging bot commented Apr 9, 2025

To generate Unit Tests for this PR, please click here

@keploy-staging
Copy link

keploy-staging bot commented Apr 9, 2025

To generate Unit Tests for this PR, please click here

@keploy-staging
Copy link

keploy-staging bot commented Apr 9, 2025

To generate Unit Tests for this PR, please click here

@keploy-staging
Copy link

keploy-staging bot commented Apr 9, 2025

To generate Unit Tests for this PR, please click here

@keploy-staging
Copy link

keploy-staging bot commented Apr 9, 2025

To generate Unit Tests for this PR, please click here

@keploy-staging
Copy link

keploy-staging bot commented Apr 9, 2025

To generate Unit Tests for this PR, please click here

@keploy-staging
Copy link

keploy-staging bot commented Apr 9, 2025

To generate Unit Tests for this PR, please click here

@keploy-staging
Copy link

keploy-staging bot commented Apr 9, 2025

To generate Unit Tests for this PR, please click here

@keploy-staging
Copy link

keploy-staging bot commented Apr 9, 2025

To generate Unit Tests for this PR, please click here

@keploy-staging
Copy link

keploy-staging bot commented Apr 9, 2025

To generate Unit Tests for this PR, please click here

@keploy-staging
Copy link

keploy-staging bot commented Apr 9, 2025

To generate Unit Tests for this PR, please click here

@keploy-staging
Copy link

keploy-staging bot commented Apr 9, 2025

To generate Unit Tests for this PR, please click here

@keploy-staging
Copy link

keploy-staging bot commented Apr 9, 2025

To generate Unit Tests for this PR, please click here

@keploy-staging
Copy link

To generate Unit Tests for this PR, please click here

@keploy-staging
Copy link

To generate Unit Tests for this PR, please click here

@keploy-staging
Copy link

To generate Unit Tests for this PR, please click here

@keploy-staging
Copy link

To generate Unit Tests for this PR, please click here

@keploy-staging
Copy link

To generate Unit Tests for this PR, please click here

@keploy-staging
Copy link

To generate Unit Tests for this PR, please click here

@keploy-staging
Copy link

To generate Unit Tests for this PR, please click here

@keploy-staging
Copy link

To generate Unit Tests for this PR, please click here

@keploy-staging
Copy link

To generate Unit Tests for this PR, please click here

@keploy-staging
Copy link

To generate Unit Tests for this PR, please click here

@keploy-staging
Copy link

To generate Unit Tests for this PR, please click here

@keploy-staging
Copy link

To generate Unit Tests for this PR, please click here

@keploy-staging
Copy link

To generate Unit Tests for this PR, please click here

@keploy-staging
Copy link

To generate Unit Tests for this PR, please click here

@keploy-staging
Copy link

To generate Unit Tests for this PR, please click here

@keploy-staging
Copy link

keploy-staging bot commented Apr 14, 2025

To generate Unit Tests for this PR, please click here

@keploy-staging
Copy link

To generate Unit Tests for this PR, please click here

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.