Skip to content

Tags: keploy/go-sdk

Tags

v2.0.0-alpha8

Toggle v2.0.0-alpha8's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
feat: adds integration for the go-test coverage (#200)

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

v2.0.0-alpha7

Toggle v2.0.0-alpha7's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix: updates the path to keploy binary in serve cmd (#198)

Signed-off-by: Ritik Jain <[email protected]>

v2.0.0-alpha6

Toggle v2.0.0-alpha6's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
feat: add support for go test to run keploy tests (#196)

* feat: add support for go test to run keploy tests

-s

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

* refactor: renames the application shutdown hook

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

---------

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

v2.0.0-alpha5

Toggle v2.0.0-alpha5's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #197 from charankamarapu/mockLib

fix: kill process with SIGTERM

v2.0.0-alpha4

Toggle v2.0.0-alpha4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix: change EnbaleKeployLogs to MuteKeployLogs (#195)

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

v2.0.0-alpha3

Toggle v2.0.0-alpha3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
chore: refactor v2 codebase structure (#194)

* fix: remove pkg and mock packages

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

* doc: update readme

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

* fix: add debug flag to keploy commands

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

* fix: delete mock file if mockName is same

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

---------

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

v2.0.0-alpha2

Toggle v2.0.0-alpha2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
chore: cleanup sdk project structure for v2 (#193)

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

v2.0.0-alpha1

Toggle v2.0.0-alpha1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
feat: add mockLib feature for keploy-v2 (#192)

* feat: add mockLib feature for keploy-v2

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

* fix: add log enable param

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

* doc: add user guide for mocking feature for v2

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

---------

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

v0.9.0

Toggle v0.9.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix : ignore request simulation for mocks captured from non http requ…

…ests (#191)

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

v0.8.9

Toggle v0.8.9's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix: use jsonpb.Marshaler instead of json.Marshal (#190)

Signed-off-by: Shubham Jain <[email protected]>