CloudCV
- Write unit tests for the dramatiq worker
- Integrate celery worker for prod and dramatiq worker for dev
- Update awscli, botocore, boto3 and moto
- Remove replication of code in get_token command.
- Add tests for worker-util
- Add functionality to reset authentication token and logout
- Add tests for restart_workers in aws_utils.
- Check the feasibility of moving the worker from celery to dramatiq
- Disable user to participate in a challenge when one of the user is unverified.
- Add tests to increase coverage of job utils to atleast 80%
- Replace conditional ladder from EvalAI CLI request utils
- Research for techniques to pull data from EvalAI within EvalAI-ngx without using 'git clone' in dockerfile
- Add test for process_submission_message function for remote submission worker
- Add test for download_and_extract_file function for remote submission worker
- Add test for download_and_extract_file function for submission worker
- Refactor download_and_extract_zip_file function
- Add test for download_and_extract_zip_file function for submission worker
- Add test for load_challenge function for remote submission worker
- Add command to setup the CLI
- Check the possibility of testing CLI with EvalAI Server on Production/Staging Branch on CI/CD Pipeline
- Add test for extract_challenge_data function for submission worker
- Add test for extract_submission_data function for submission worker
- Add test for load_challenge_and_return_max_submissions function for submission worker