.gitattributes
.gitignore
.gitlab-ci.yml
.gitmodules
.kube-linter.yaml
.pre-commit-config.yaml
.pre-commit-hooks.yaml
CHANGES.rst
LICENSE
Makefile
README.md
aiv-config-dependencies.yml
aiv-config.yml
chart
ci-build.yml
ci-changelog.yml
ci-common.yml
ci-cwl.yml
ci-docs.yml
ci-functions.yml
ci-helpers.yml
ci-lint.yml
ci-precommit.yml
ci-publish-pypi.yml
ci-publish.yml
ci-sonar.yml
ci-test.yml
ci-testreport.yml
ci-workflow-rules.yml
cicheck.sh
details.md
pyproject.toml
repositories.yaml
sonar-project.properties
.gitlab/issue_templates/Default.md
.gitlab/merge_request_templates/Default.md
charts/cert-generator-grid/.helmignore
charts/cert-generator-grid/Chart.yaml
charts/cert-generator-grid/values.schema.json
charts/cert-generator-grid/values.yaml
charts/cert-generator-grid/scripts/certificates/generate_certificates.sh
charts/cert-generator-grid/scripts/certificates/install_ca.sh
charts/cert-generator-grid/scripts/certificates/openssl_config_ca.cnf
charts/cert-generator-grid/scripts/tests/test_logs.py
charts/cert-generator-grid/templates/NOTES.txt
charts/cert-generator-grid/templates/_helpers.tpl
charts/cert-generator-grid/templates/bootstrap_jobs.yaml
charts/cert-generator-grid/templates/roles.yaml
charts/cert-generator-grid/templates/tests/test-certificates.yaml
charts/testkit/Chart.yaml
charts/testkit/values.schema.json
charts/testkit/values.yaml
charts/testkit/scripts/testsvc.py
charts/testkit/templates/cm.yaml
charts/testkit/templates/pvc.yaml
charts/testkit/templates/testkit.yaml
charts/testkit/templates/wait_for_fluentbit.yaml
docker-image/Dockerfile
docker-image/kubernetes.repo
docs/Makefile
docs/best-practices.rst
docs/changelog.rst
docs/conf.py
docs/config.rst
docs/index.rst
docs/quick-start.rst
docs/reference.rst
docs/support.rst
docs/changes/README.md
docs/changes/template.rst
docs/gitlab-ci/build.rst
docs/gitlab-ci/changelog.rst
docs/gitlab-ci/cwl.rst
docs/gitlab-ci/docs.rst
docs/gitlab-ci/index.rst
docs/gitlab-ci/lint.rst
docs/gitlab-ci/precommit.rst
docs/gitlab-ci/publish.rst
docs/gitlab-ci/pypi.rst
docs/gitlab-ci/sonar.rst
docs/gitlab-ci/test-report.rst
docs/gitlab-ci/tests.rst
pre-upgrade-patches/mock.patch
report/Makefile
report/inspection.tex
report/manual_testing.tex
report/performance_verification.tex
report/preamble.tex
report/references.bib
report/test_report.tex
report/tex-packages.txt
src/aivkit/__init__.py
src/aivkit/_version.py
src/aivkit/argparser.py
src/aivkit/cli.py
src/aivkit/cwl.py
src/aivkit/git.py
src/aivkit/gitlab.py
src/aivkit/install.py
src/aivkit/log.py
src/aivkit/pretty.py
src/aivkit/runcmd.py
src/aivkit/version.py
src/aivkit/autoreport/__init__.py
src/aivkit/autoreport/cli.py
src/aivkit/autoreport/coderevision.py
src/aivkit/autoreport/config.py
src/aivkit/autoreport/deps.py
src/aivkit/autoreport/junit.py
src/aivkit/autoreport/latex.py
src/aivkit/autoreport/manual.py
src/aivkit/autoreport/projectinfo.py
src/aivkit/autoreport/releaseplan.py
src/aivkit/autoreport/tests.py
src/aivkit/autoreport/ucreqids.py
src/aivkit/autoreport/generators/__init__.py
src/aivkit/autoreport/generators/coverage.py
src/aivkit/autoreport/generators/customization.py
src/aivkit/autoreport/generators/dependencies.py
src/aivkit/autoreport/generators/dependencies_detailed.py
src/aivkit/autoreport/generators/integration_tests.py
src/aivkit/autoreport/generators/pylint.py
src/aivkit/autoreport/generators/sonarqube.py
src/aivkit/autoreport/generators/sonarqube_details.py
src/aivkit/autoreport/generators/toolkitinfo.py
src/aivkit/autoreport/generators/traceability_matrix.py
src/aivkit/autoreport/generators/unittests.py
src/aivkit/autoreport/jama/__init__.py
src/aivkit/autoreport/jama/base.py
src/aivkit/autoreport/jama/items.py
src/aivkit/autoreport/jama/projects.py
src/aivkit/autoreport/jama/session.py
src/aivkit/deploy/__init__.py
src/aivkit/deploy/cli.py
src/aivkit/deploy/helm.py
src/aivkit/deploy/images.py
src/aivkit/deploy/kind.py
src/aivkit/deploy/random_names.py
src/aivkit/deploy/tools.py
src/aivkit/deploy/utils.py
src/aivkit/deploy/resources/Corefile
src/ctao_aiv_toolkit.egg-info/PKG-INFO
src/ctao_aiv_toolkit.egg-info/SOURCES.txt
src/ctao_aiv_toolkit.egg-info/dependency_links.txt
src/ctao_aiv_toolkit.egg-info/entry_points.txt
src/ctao_aiv_toolkit.egg-info/requires.txt
src/ctao_aiv_toolkit.egg-info/top_level.txt
src/tests/conftest.py
src/tests/test_autoreport_cli.py
src/tests/test_cli.py
src/tests/test_coderevision.py
src/tests/test_config.py
src/tests/test_cwl_patch.py
src/tests/test_deploy_build.py
src/tests/test_deploy_cli.py
src/tests/test_deploy_helm.py
src/tests/test_deploy_kind.py
src/tests/test_deploy_make.py
src/tests/test_deploy_tools.py
src/tests/test_fullrepos.py
src/tests/test_gitlab.py
src/tests/test_jama.py
src/tests/test_joburls.py
src/tests/test_kitinfo.py
src/tests/test_manual_claims.py
src/tests/test_parse_artifacts.py
src/tests/test_release_plan.py
src/tests/test_runcmd.py
src/tests/test_sonarqube.py
src/tests/test_version.py
src/tests/config/values-alt.yaml
test-chart/Chart.yaml
test-chart/values.yaml
test-chart/templates/_helpers.tpl
test-chart/templates/frontend.yaml
test-chart/templates/job.yaml
test-chart/templates/pod.yaml
test-chart/templates/roles.yaml
test-chart/templates/serviceaccount.yaml
test-chart/templates/tests/test_pod.yaml
test-chart/templates/tests/test_python.yaml
test-chart/tests/test_playwrite.py
test_files/coverage.xml
test_files/pylint.json
test_files/pylint.log
test_files/report.xml
workflow_tests/cwlcall.py
workflow_tests/test_cwl.py
workflows/echo-tool.cwl
workflows/echo-workflow.cwl
workflows/subdir/echo-tool-container.cwl