Abhinav Sharma
Abhinav Sharma
## PR Description This PR introduces the initial Proof of Concept implementation of the API Testing Suite, as outlined in my GSoC proposal. The suite extends APIDash’s testing capabilities with...
## PR Description This pull request implements a feature that allows users to configure and use a proxy for their HTTP requests within the API Dash application. The feature includes...
## PR Description Implemented **Fake Data Providers** for API Dash to streamline testing. Users can now use dynamic placeholders like `{{$randomEmail}}`, `{{$randomUsername}}`, `{{$randomId}}` in their API requests, which will automatically...
## PR Description This PR adds support for fetching environment variables directly from the OS in API Dash. Users can now specify in the environment manager that a variable should...
# Description This PR introduces a new scenario plugin for simulating KubeVirt VM outages. Currently this PR draft PR in which work will be done: Core thing to be implemented:...
## Description Adds local metrics persistence when Elasticsearch is disabled. Now when `enable_metrics=true` but `enable_elastic=false`, metrics will be saved to `/tmp/krkn_.json`. ## Documentation - [ ] **Is documentation needed for...
## Description - Added support for node-name parameter in hog scenarios (CPU, Memory, I/O) - Node-name takes precedence over node-selector when both are specified - Added input validation for the...
## Description Implement cleanup manager for Krkn to handle termination and resource cleanup. This PR adds a centralized mechanism for registering and executing cleanup callbacks when Krkn terminates due to...
## Description This PR contains the initial implementation of the Resiliency Score feature, contains the scoring, collector, and main orchestrator. ## Documentation Not for now, will add it later If...