Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Dedup algo #1

Open
wants to merge 34 commits into
base: main
Choose a base branch
from
Open

Dedup algo #1

wants to merge 34 commits into from

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 <[email protected]>

* feat: add test-export for grpc server support

Signed-off-by: iamskp99 <[email protected]>

* refactor: encoding grpc testcases into yaml

Signed-off-by: re-Tick <[email protected]>

* fix: test export for grpc server support

Signed-off-by: iamskp99 <[email protected]>

* fix: grpc test export

Signed-off-by: iamskp99 <[email protected]>

* fix: test export for grpc server

Signed-off-by: iamskp99 <[email protected]>

* chore: updates the pre release of go-sdk

Signed-off-by: re-Tick <[email protected]>

* refactor: integerates keploy tests for grpc-server methods

Signed-off-by: re-Tick <[email protected]>

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

Signed-off-by: re-Tick <[email protected]>

* test: fix patyh error in TestDenoise tcs

Signed-off-by: re-Tick <[email protected]>

* ci: removes grep cmd for mode in test job

Signed-off-by: re-Tick <[email protected]>

* ci: test keploy with dedup enabled

* Update go.yml

* test: removes env statements from go test file

Signed-off-by: re-Tick <[email protected]>

---------

Signed-off-by: iamskp99 <[email protected]>
Signed-off-by: re-Tick <[email protected]>
Co-authored-by: re-Tick <[email protected]>
Co-authored-by: Ritik Jain <[email protected]>
* chore: updates the pre release of go-sdk

Signed-off-by: re-Tick <[email protected]>

* ci: updates test job of main.yml ci

Signed-off-by: re-Tick <[email protected]>

---------

Signed-off-by: re-Tick <[email protected]>
* docs: updated readme

Signed-off-by: Neha Gupta <[email protected]>

* docs: updated readme

Signed-off-by: Neha Gupta <[email protected]>

---------

Signed-off-by: Neha Gupta <[email protected]>
* chore: updates the pre release of go-sdk

Signed-off-by: re-Tick <[email protected]>

* ci: runs the latest keploy binary in background job

Signed-off-by: re-Tick <[email protected]>

---------

Signed-off-by: re-Tick <[email protected]>
* 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 <[email protected]>

* added function in the mock file

Signed-off-by: Pranshu Srivastava <[email protected]>

* fix: filter the header fields in testCase service

Signed-off-by: re-Tick <[email protected]>

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

Signed-off-by: Pranshu Srivastava <[email protected]>

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

Signed-off-by: Pranshu Srivastava <[email protected]>

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

Signed-off-by: Pranshu Srivastava <[email protected]>

* fix(entire-app): fixed merge conflicts

Signed-off-by: Pranshu Srivastava <[email protected]>

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

Signed-off-by: Pranshu Srivastava <[email protected]>

* feat: adds replace and remove for mocking lib

Signed-off-by: re-Tick <[email protected]>

* feat(mock-library): fixed replace method

Signed-off-by: Pranshu Srivastava <[email protected]>

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

Signed-off-by: re-Tick <[email protected]>

* style: removes debug statement

Signed-off-by: re-Tick <[email protected]>

* test: adds keploy tcs for filtering http tcs fields

Signed-off-by: re-Tick <[email protected]>

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

Signed-off-by: re-Tick <[email protected]>

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

Signed-off-by: re-Tick <[email protected]>

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

Signed-off-by: re-Tick <[email protected]>

---------

Signed-off-by: Pranshu Srivastava <[email protected]>
Signed-off-by: re-Tick <[email protected]>
Co-authored-by: re-Tick <[email protected]>
* Update CONTRIBUTING.md

Signed-off-by: sonichigo <[email protected]>

* typo fixed

Signed-off-by: sonichigo <[email protected]>

---------

Signed-off-by: sonichigo <[email protected]>
Signed-off-by: charankamarapu <[email protected]>
* Update CONTRIBUTING.md

Signed-off-by: sonichigo <[email protected]>

* typo fixed

Signed-off-by: sonichigo <[email protected]>

* Readme UI Removed

Signed-off-by: sonichigo <[email protected]>

---------

Signed-off-by: sonichigo <[email protected]>
Signed-off-by: charankamarapu <[email protected]>
Added telemetry events at service level
Predefining Installation_id in telemetry-check
Correcting telemetry-check github action
Signed-off-by: charankamarapu <[email protected]>

Added Telemetry Object in regression Test

Signed-off-by: charankamarapu <[email protected]>

Added Telemetry object in regression test

Signed-off-by: charankamarapu <[email protected]>

Added code coverage

Signed-off-by: charankamarapu <[email protected]>
Changed trigger for RecordedTest and RecordedMock events
Copy link

@github-actions github-actions bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you and congratulations 🎉 for opening your very first pull request in keploy

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.