.coveragerc
.cz.yaml
.gitattributes
.gitignore
.gitlab-ci.yml
.gitmodules
.markdownlint.json
.pre-commit-config.yaml
.pre-commit-hooks.yaml
.style.yapf
CHANGELOG.md
LICENSE
README.md
TEST.md
mkdocs.yml
mypy.ini
run.sh
setup.cfg
setup.py
sonar-project.properties
.vscode/extensions.json
.vscode/settings.json
config/cliff.toml
containers/build/Dockerfile
containers/codestyle/Dockerfile
containers/deploy/Dockerfile
containers/pages/Dockerfile
containers/preview/Dockerfile
containers/rehost/images.txt
containers/test-coverage-docker/Dockerfile
containers/test-coverage-podman/Dockerfile
containers/test-coverage-windows/Dockerfile
containers/test-docker/Dockerfile
containers/test-podman/Dockerfile
docs/.pages.in
docs/deprecations.md
docs/gitlab-ci.md
docs/hooks.md
docs/prepare.sh
docs/preview.py
docs/preview.svg
docs/robots.txt
docs/template.svg
docs/assets/images/favicon.png
docs/assets/scripts/mkdocs-exporter.js
docs/assets/stylesheets/custom.css
docs/assets/stylesheets/pdf.scss
docs/templates/covers/back.html.j2
docs/templates/covers/front.html.j2
examples/.gitlab-ci.yml
examples/data.raw
gitlabci_local.egg-info/PKG-INFO
gitlabci_local.egg-info/SOURCES.txt
gitlabci_local.egg-info/dependency_links.txt
gitlabci_local.egg-info/entry_points.txt
gitlabci_local.egg-info/requires.txt
gitlabci_local.egg-info/top_level.txt
requirements/build.txt
requirements/coverage.txt
requirements/deploy.txt
requirements/docs.txt
requirements/pages.txt
requirements/quality.txt
requirements/runtime.txt
requirements/tests.txt
src/__init__.py
src/__main__.py
src/cli/__init__.py
src/cli/entrypoint.py
src/cli/main.py
src/engines/__init__.py
src/engines/base.py
src/engines/docker.py
src/engines/engine.py
src/engines/podman.py
src/features/__init__.py
src/features/configurations.py
src/features/images.py
src/features/menus.py
src/features/pipelines.py
src/jobs/__init__.py
src/jobs/outputs.py
src/jobs/runner.py
src/jobs/scripts.py
src/models/__init__.py
src/models/flags.py
src/models/images.py
src/models/jobs.py
src/models/options.py
src/models/pipelines.py
src/models/scripts.py
src/models/services.py
src/models/settings.py
src/models/stages.py
src/models/tags.py
src/models/variables.py
src/package/__init__.py
src/package/bundle.py
src/package/settings.py
src/package/updates.py
src/package/version.py
src/parsers/__init__.py
src/parsers/gitlab.py
src/parsers/parsers.py
src/prints/__init__.py
src/prints/boxes.py
src/prints/colors.py
src/prints/histories.py
src/prints/themes.py
src/system/__init__.py
src/system/git.py
src/system/notify.py
src/system/platform.py
src/system/xauth.py
src/types/__init__.py
src/types/environment.py
src/types/files.py
src/types/lists.py
src/types/paths.py
src/types/strings.py
src/types/volumes.py
src/types/yaml.py
tests/arguments/test.sh
tests/ci/.gitlab-ci.env.yml
tests/ci/.gitlab-ci.git.yml
tests/ci/.gitlab-ci.raw.yml
tests/ci/.gitlab-ci.variables.yml
tests/ci/test.sh
tests/colors/.gitlab-ci.yml
tests/colors/test.sh
tests/console/.gitlab-ci.yml
tests/console/test.sh
tests/default/.gitlab-ci.conflict.after.yml
tests/default/.gitlab-ci.conflict.before.yml
tests/default/.gitlab-ci.conflict.image.yml
tests/default/.gitlab-ci.conflict.services.yml
tests/default/.gitlab-ci.yml
tests/default/default.yml
tests/default/test.sh
tests/disabled/.gitlab-ci.yml
tests/disabled/test.sh
tests/display/.gitlab-ci.local.yml
tests/display/.gitlab-ci.yml
tests/display/test.sh
tests/engines/.gitlab-ci.hybrid.yml
tests/engines/.gitlab-ci.yml
tests/engines/test.sh
tests/entrypoints/.gitlab-ci.local.entrypoint.yml
tests/entrypoints/.gitlab-ci.local.yml
tests/entrypoints/.gitlab-ci.name.yml
tests/entrypoints/.gitlab-ci.simple.yml
tests/entrypoints/.gitlab-ci.yml
tests/entrypoints/test.sh
tests/environment/.env
tests/environment/.gitlab-ci.yml
tests/environment/environment.env
tests/environment/environment.txt
tests/environment/test.sh
tests/extends/.gitlab-ci.incomplete.yml
tests/extends/.gitlab-ci.missing.yml
tests/extends/.gitlab-ci.partial.yml
tests/extends/.gitlab-ci.stages.yml
tests/extends/.gitlab-ci.yml
tests/extends/job_1.yml
tests/extends/job_2.yml
tests/extends/job_3.yml
tests/extends/template_1.yml
tests/extends/template_2.yml
tests/extends/template_3.yml
tests/extends/template_4.yml
tests/extends/templates.yml
tests/extends/test.sh
tests/failures/.gitlab-ci.yml
tests/failures/test.sh
tests/home/.gitlab-ci.cli.yml
tests/home/.gitlab-ci.env.yml
tests/home/.gitlab-ci.relative.yml
tests/home/.gitlab-ci.tilde.yml
tests/home/test.sh
tests/images/.gitlab-ci.default.yml
tests/images/.gitlab-ci.extends.yml
tests/images/.gitlab-ci.yml
tests/images/test.sh
tests/includes/.gitlab-ci.default.yml
tests/includes/.gitlab-ci.dict.yml
tests/includes/.gitlab-ci.list.dict.yml
tests/includes/.gitlab-ci.list.str.yml
tests/includes/.gitlab-ci.local.empty.yml
tests/includes/.gitlab-ci.local.yml
tests/includes/.gitlab-ci.nested.loop.yml
tests/includes/.gitlab-ci.nested.missing.yml
tests/includes/.gitlab-ci.nested.valid.yml
tests/includes/.gitlab-ci.project.empty.yml
tests/includes/.gitlab-ci.project.missing.yml
tests/includes/.gitlab-ci.project.yml
tests/includes/.gitlab-ci.relative.faulty.yml
tests/includes/.gitlab-ci.relative.folder.yml
tests/includes/.gitlab-ci.relative.root.yml
tests/includes/.gitlab-ci.str.yml
tests/includes/.gitlab-ci.variables.yml
tests/includes/.gitlab-ci.wildcards.local.missing.yml
tests/includes/.gitlab-ci.wildcards.project.missing.yml
tests/includes/.gitlab-ci.wildcards.recursive.faulty.yml
tests/includes/.gitlab-ci.wildcards.recursive.missing.yml
tests/includes/.gitlab-ci.wildcards.valid.yml
tests/includes/check_local.yml
tests/includes/default_2.yml
tests/includes/file_empty.yml
tests/includes/global_variables.yml
tests/includes/image.yml
tests/includes/job_1.yml
tests/includes/job_2.yml
tests/includes/job_3.yml
tests/includes/job_4.yml
tests/includes/nested_1.yml
tests/includes/nested_2.yml
tests/includes/nested_3.yml
tests/includes/nested_loop.yml
tests/includes/nested_missing.yml
tests/includes/scripts.yml
tests/includes/test.sh
tests/includes/common/templates/components/template.yml
tests/includes/common/templates/components/variables.yml
tests/includes/directory/job_5.yml
tests/includes/directory/nested_5.yml
tests/includes/directory/relative.faulty.yml
tests/includes/directory/relative.folder.yml
tests/includes/directory/relative.root.yml
tests/includes/directory/subdirectory/job_6.yml
tests/includes/directory/subdirectory/nested_6.yml
tests/includes/directory/subdirectory/subsubdirectory/.hidden_7.yml
tests/includes/directory/subdirectory/subsubdirectory/job_7.yml
tests/includes/directory/subdirectory/subsubdirectory/job_8.yml
tests/includes/directory/subdirectory/subsubdirectory/nested_7.yml
tests/includes/src/.gitlab-ci.yml
tests/inputs/.gitlab-ci.component.duplicates.yml
tests/inputs/.gitlab-ci.component.empty.yml
tests/inputs/.gitlab-ci.component.missing.yml
tests/inputs/.gitlab-ci.component.notfound.yml
tests/inputs/.gitlab-ci.component.yml
tests/inputs/.gitlab-ci.include.0.yml
tests/inputs/.gitlab-ci.include.3.yml
tests/inputs/.gitlab-ci.local.yml
tests/inputs/.gitlab-ci.mandatory.yml
tests/inputs/.gitlab-ci.nospec.yml
tests/inputs/.gitlab-ci.project.yml
tests/inputs/.gitlab-ci.types.array.unsupported.yml
tests/inputs/.gitlab-ci.types.boolean.0.yml
tests/inputs/.gitlab-ci.types.boolean.1.yml
tests/inputs/.gitlab-ci.types.boolean.broken.yml
tests/inputs/.gitlab-ci.types.boolean.false.yml
tests/inputs/.gitlab-ci.types.boolean.true.yml
tests/inputs/.gitlab-ci.types.include.options.yml
tests/inputs/.gitlab-ci.types.include.regex.yml
tests/inputs/.gitlab-ci.types.number.boolean.yml
tests/inputs/.gitlab-ci.types.number.broken.yml
tests/inputs/.gitlab-ci.types.number.empty.yml
tests/inputs/.gitlab-ci.types.number.floating.yml
tests/inputs/.gitlab-ci.types.number.integer.yml
tests/inputs/.gitlab-ci.types.number.regex.yml
tests/inputs/.gitlab-ci.types.options.boolean.yml
tests/inputs/.gitlab-ci.types.options.empty.yml
tests/inputs/.gitlab-ci.types.options.floating.yml
tests/inputs/.gitlab-ci.types.options.integer.yml
tests/inputs/.gitlab-ci.types.options.regex.yml
tests/inputs/.gitlab-ci.types.options.strings.yml
tests/inputs/.gitlab-ci.types.options.unknown.yml
tests/inputs/.gitlab-ci.types.strings.empty.yml
tests/inputs/.gitlab-ci.types.strings.regex.yml
tests/inputs/.gitlab-ci.types.unknown.broken.yml
tests/inputs/.gitlab-ci.types.yml
tests/inputs/test.sh
tests/inputs/.gitlab-ci.d/test/templates/component.yml
tests/inputs/.gitlab-ci.d/test/templates/documents.0.yml
tests/inputs/.gitlab-ci.d/test/templates/documents.3.yml
tests/inputs/.gitlab-ci.d/test/templates/mandatory.yml
tests/inputs/.gitlab-ci.d/test/templates/nospec.yml
tests/inputs/.gitlab-ci.d/test/templates/types.include.options.yml
tests/inputs/.gitlab-ci.d/test/templates/types.include.regex.yml
tests/interruptions/.gitlab-ci.yml
tests/interruptions/test.sh
tests/local/.gitlab-ci.paths.yml
tests/local/.gitlab-ci.unknown.yml
tests/local/.gitlab-ci.yml
tests/local/test.sh
tests/local/folder/environment.env
tests/macos/test.sh
tests/menus/.gitlab-ci.select.yml
tests/menus/.gitlab-ci.yml
tests/menus/test.sh
tests/multilines/.gitlab-ci.nested.yml
tests/multilines/.gitlab-ci.str.yml
tests/multilines/.gitlab-ci.yml
tests/multilines/test.sh
tests/network/.gitlab-ci.env.yml
tests/network/.gitlab-ci.yml
tests/network/test.sh
tests/notify/.gitlab-ci.image.yml
tests/notify/.gitlab-ci.local.yml
tests/notify/.gitlab-ci.yml
tests/notify/test.sh
tests/parallel/.gitlab-ci.yml
tests/parallel/test.sh
tests/parsers/.gitlab-ci.corrupt.yml
tests/parsers/.gitlab-ci.script.yml
tests/parsers/test.sh
tests/permissions/.gitlab-ci.yml
tests/permissions/test.sh
tests/pipes/.gitlab-ci.yml
tests/pipes/test.sh
tests/privileged/.gitlab-ci.variables.yml
tests/privileged/.gitlab-ci.yml
tests/privileged/test.sh
tests/project/.gitlab-ci.overrides.yml
tests/project/.gitlab-ci.yml
tests/project/test.sh
tests/project/first/data.raw
tests/project/second/data.raw
tests/references/.gitlab-ci.yml
tests/references/setup.yml
tests/references/test.sh
tests/regex/.gitlab-ci.yml
tests/regex/test.sh
tests/retry/.gitignore
tests/retry/.gitlab-ci.yml
tests/retry/test.sh
tests/safeties/.gitignore
tests/safeties/.gitlab-ci.yml
tests/safeties/test.sh
tests/scripts/.gitlab-ci.incomplete.yml
tests/scripts/.gitlab-ci.nested.yml
tests/scripts/.gitlab-ci.shebang.yml
tests/scripts/.gitlab-ci.yml
tests/scripts/test.sh
tests/settings/test.sh
tests/simple/.gitlab-ci.yml
tests/simple/data.raw
tests/simple/test.sh
tests/sockets/.gitlab-ci.custom.yml
tests/sockets/.gitlab-ci.global.yml
tests/sockets/.gitlab-ci.incomplete.yml
tests/sockets/.gitlab-ci.specific.yml
tests/sockets/test.sh
tests/ssh/.gitlab-ci.local.bool.yml
tests/ssh/.gitlab-ci.local.root.yml
tests/ssh/.gitlab-ci.local.user.yml
tests/ssh/.gitlab-ci.user.yml
tests/ssh/.gitlab-ci.yml
tests/ssh/data.raw
tests/ssh/test.sh
tests/stages/.gitlab-ci.defaults.yml
tests/stages/.gitlab-ci.disabled.yml
tests/stages/.gitlab-ci.pre.post.explicit.yml
tests/stages/.gitlab-ci.pre.post.implicit.yml
tests/stages/.gitlab-ci.test.yml
tests/stages/.gitlab-ci.unknown.yml
tests/stages/.gitlab-ci.yml
tests/stages/test.sh
tests/syntax/.gitlab-ci.documents.3.yml
tests/syntax/.gitlab-ci.empty.yml
tests/syntax/test.sh
tests/tags/.gitlab-ci.yml
tests/tags/test.sh
tests/templates/.gitlab-ci.partial.yml
tests/templates/.gitlab-ci.stages.yml
tests/templates/.gitlab-ci.yml
tests/templates/test.sh
tests/time/.gitlab-ci.yml
tests/time/test.sh
tests/triggers/.gitlab-ci.yml
tests/triggers/test.sh
tests/unsorted/.gitlab-ci.yml
tests/unsorted/test.sh
tests/variables/.gitlab-ci.image.yml
tests/variables/.gitlab-ci.images.yml
tests/variables/.gitlab-ci.nested.yml
tests/variables/.gitlab-ci.tags.yml
tests/variables/.gitlab-ci.yml
tests/variables/test.sh
tests/versions/.gitlab-ci.local.float.yml
tests/versions/.gitlab-ci.local.int.yml
tests/versions/.gitlab-ci.local.newer.yml
tests/versions/.gitlab-ci.local.older.yml
tests/versions/.gitlab-ci.local.str.yml
tests/versions/.gitlab-ci.yml
tests/versions/test.sh
tests/volumes/.gitlab-ci.empty.yml
tests/volumes/.gitlab-ci.relative.yml
tests/volumes/.gitlab-ci.variables.yml
tests/volumes/.gitlab-ci.windows.yml
tests/volumes/.gitlab-ci.yml
tests/volumes/test.sh
tests/when/.gitlab-ci.manual.yml
tests/when/test.sh
tests/windows/test.sh
tests/workdir/.gitlab-ci.builds.yml
tests/workdir/.gitlab-ci.clone.yml
tests/workdir/.gitlab-ci.flags.yml
tests/workdir/.gitlab-ci.host.yml
tests/workdir/.gitlab-ci.src.yml
tests/workdir/.gitlab-ci.tmp.yml
tests/workdir/test.sh