Ayush Sharma
Ayush Sharma
## Issue(s) #93 ## Acceptance Criteria fulfillment - [x] Error message modal added ## Proposed changes (including videos or screenshots) 
### Description: Application is crashing when entering wrong pull request number to view the Pull request Details modal. If a user is entering wrong pull request number or invalid pull...
fixes: [#2030](https://github.com/keploy/keploy/issues/2030) ### Description Added a new sample application to show crud operations with mux and elasticsearch.
## Related Issue Closes: #2076 #### Describe the changes you've made I have removed the internal config merging with default config because of which now keploy config only shows default...
Closes: #11121 ### Description:  ### Reviewer actions - [ ] I have manually tested the changes in the preview environment - [ ] I have reviewed the...
## What does this PR do? I have updated the denoise test cases to apply noise globally across all test cases. This change is required by the enterprise to retrieve...
This pr fixes the update password command. fixes #270
There is a bug in the `update password` command—it returns a 404 error when attempting to update the password. 
## Proposed changes This PR updates the index definition in the `chaosProbes` collection, making the combination of `name` and `project_id` unique instead of `name` field alone. fixes #5035 ## Types...
**What happened**: Unable to create a chaos probe with the same name in two different projects. **What you expected to happen**: Should be able to create chaos probes with the...