Mrigank Anand

Results 12 issues of Mrigank Anand

# There is a Hash Mismatch error while creating the ssh/strong_password module ```sh #10 123.8 E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/o/openssl/libssl-dev_3.0.2-0ubuntu1.6_amd64.deb Hash Sum mismatch #10 123.8 Hashes of expected file: #10...

## Description Fix network thread issue Issue is network thread is not terminating after an error to reproduce the issue, run a module, and then kill the container with docker...

## Description Added an API for getting details of running modules. This will work when we run our APIs via `python ohp.py --start-api-server`. But will not work with `docker-compose up`....

## Description Add sentry monitoring ## Motivation and Context Sentry helps us to monitor, debug bugs is our code by alerting and providing various details. Example given below - I...

## Description Adding prometheus and grafana dashboard for API analysis and performance metrics. ![image](https://user-images.githubusercontent.com/53966291/180177452-24d3f916-1ab7-493d-806b-d6136ad37257.png) ## Motivation and Context Better analysis of our backend ## How Has This Been Tested? ##...

## Description fix the API URL, which was hardcoded ## Steps to Reproduce ## Related Issue #351 ## Motivation and Context ## Reviewers ## How Has This Been Tested? ##...

## Description Add verbose logging ## How Has This Been Tested? Tested Locally ## Screenshots (if appropriate): ## Types of changes - [ ] Bug fix (non-breaking change which fixes...

Currently the API URL is hardcoded, it should be dynamic based on the port and host

Add feature so user can share his mood for a particular day with other people.

## Description Added test cases to test graceful shutting of modules. - Killing the module (using `docker kill module_container_name`) - Shutting the module (Sending `Ctrl + C` event to the...