-
- Downloads
Use a YAML file for settings
Can't have failing tests if you don't have tests Allow missing config file Settings cleanup Remove ml_tools_check Update Ponos recipe check Unit testing Fix lint Allow starting without a Ponos private key Remove maxDiff Fix tests
Showing
- .gitignore 1 addition, 1 deletion.gitignore
- .gitlab-ci.yml 2 additions, 2 deletions.gitlab-ci.yml
- arkindex/dataimport/management/commands/import_s3.py 1 addition, 1 deletionarkindex/dataimport/management/commands/import_s3.py
- arkindex/dataimport/models.py 1 addition, 19 deletionsarkindex/dataimport/models.py
- arkindex/dataimport/tests/test_git_flow.py 0 additions, 111 deletionsarkindex/dataimport/tests/test_git_flow.py
- arkindex/dataimport/tests/test_gitlab_provider.py 0 additions, 32 deletionsarkindex/dataimport/tests/test_gitlab_provider.py
- arkindex/dataimport/tests/test_imports.py 0 additions, 13 deletionsarkindex/dataimport/tests/test_imports.py
- arkindex/dataimport/tests/test_repos.py 0 additions, 19 deletionsarkindex/dataimport/tests/test_repos.py
- arkindex/project/checks.py 27 additions, 22 deletionsarkindex/project/checks.py
- arkindex/project/config.py 252 additions, 0 deletionsarkindex/project/config.py
- arkindex/project/settings.py 118 additions, 147 deletionsarkindex/project/settings.py
- arkindex/project/tests/config_samples/defaults.yaml 67 additions, 0 deletionsarkindex/project/tests/config_samples/defaults.yaml
- arkindex/project/tests/config_samples/errors.yaml 57 additions, 0 deletionsarkindex/project/tests/config_samples/errors.yaml
- arkindex/project/tests/config_samples/expected_errors.yaml 21 additions, 0 deletionsarkindex/project/tests/config_samples/expected_errors.yaml
- arkindex/project/tests/config_samples/override.yaml 76 additions, 0 deletionsarkindex/project/tests/config_samples/override.yaml
- arkindex/project/tests/test_checks.py 29 additions, 60 deletionsarkindex/project/tests/test_checks.py
- arkindex/project/tests/test_config.py 143 additions, 0 deletionsarkindex/project/tests/test_config.py
- ci/static-collect.sh 2 additions, 1 deletionci/static-collect.sh
arkindex/project/config.py
0 → 100644
arkindex/project/tests/test_config.py
0 → 100644
Please register or sign in to comment