Manik Mehta
Manik Mehta
**Describe the bug** I want to inject three dependency: Redis. So the order should be, firstly this dependency is initialized (from index.ts), then registered and finally resolved but nothing is...
**Describe the issue** This is related to the issue: https://github.com/PalisadoesFoundation/talawa/issues/1294, The file which is to be tested contains Query Widget which is not invoking the mock result. **To Reproduce (MUST...
**Is your feature request related to a problem? Please describe.** Currently there are no tests written for `src/services`. These services are Cache Services and as project is moving forward, a...
Fixes: #443 This change will now show the status of pods. The only doubt is what to do in `Pending` state of pod? Currently it will wait for the pod...
Fixes #305 Probe output is now being saved to `karmor.probe` in zip file.
**Purpose of PR?**: This PR aims to improve documentation for new contributors as the old docs was deprecated Fixes # **Does this PR introduce a breaking change?** No **If the...
**Purpose of PR?**: This PR aims to integrate a bot to close stale issues and automatically assign reviewers to open PRs Fixes #1848 **Does this PR introduce a breaking change?**...
## Feature Request **Short Description** There are many issues which are not active and have became very old. We can integrate a bot to close inactive issues just like other...
## Feature Request **Short Description** Managing Go-Routines is critical and can lead to performance issues if too many go routines are leaked. So adding `uber/goleak` to tests would be benificial...
## Which problem is this PR solving? - Towards: #7050 ## Description of the changes - The responsibility of converting the v1 factory to v2 factory is now given to...