ZahedR_327

Results 10 issues of ZahedR_327

This PR is to add test cases for issue #1347 . I will iterate on this PR and add test cases for complete coverage!

This PR is to resolve issue #1347 . The goal is to implement a feature that allows a host to invite a new team member to the host team by...

This PR was raised for #4527. It creates a test file for `apps/jobs/aws_utils.py` and ensures coverage of all statements

This PR is to fix #4524. It covers the task list as mentioned in the issue and ensures complete coverage of the hosts/models.py file.

can-be-merged

This issue is a sub-issue of #4476. It aims to add tests for `jobs/aws_utils.py`, and ensure 100% coverage. The `generate_aws_eks_bearer_token` function currently uses `get_aws_credentials_for_challenge` to generate `aws_keys`. - [ ]...

This is a sub-issue of #4476 Currently the unit tests for `hosts/models.py` covers only the `__str__` methods in both the classes. `ChallengeHostTeam` class has another function, namely : `get_all_challenge_host_email`. For...

This PR in tackling issue #4760, enables syncing Challenge and Challenge Phase updates made via the EvalAI UI to the configured GitHub repository/branch. When a supported field changes in the...

The AWS retention management system implemented for #4682 provides automated log retention policies for CloudWatch logs and submission artifact cleanup. It consists of: ## Core Components ### Backend Models ####...

As a fix for Issue #4673 , his PR aims to : - Completely migrate EvalAI's current CI/CD workflow from Travis CI to Github Actions. - Setup CI checks for...

This PR amends #4737 to store github_branch field for challenge creation.