.dockerignore
.gitignore
.pre-commit-config.yaml
CHANGELOG.md
CONTRIBUTING.md
LICENSE
MANIFEST.in
README.md
ddb.spec
docker-compose.yml
mkdocs.yml
pylintrc
pytest.ini
requirements-dev.txt
requirements.txt
setup.cfg
setup.py
tox.ini
.build/Dockerfile.builder.alpine
.github/workflows/ci.yml
.github/workflows/mkdocs.yml
.travis/docker-install.sh
ddb/__init__.py
ddb/__main__.py
ddb/__version__.py
ddb/registry.py
ddb/action/__init__.py
ddb/action/action.py
ddb/action/runner.py
ddb/action/runnerfactory.py
ddb/binary/__init__.py
ddb/binary/binary.py
ddb/cache/__init__.py
ddb/cache/cache.py
ddb/cache/removal.py
ddb/cache/shelve_cache.py
ddb/command/__init__.py
ddb/command/command.py
ddb/config/__init__.py
ddb/config/config.py
ddb/config/flatten.py
ddb/config/merger.py
ddb/config/migrations.py
ddb/context/__init__.py
ddb/context/context.py
ddb/event/__init__.py
ddb/event/bus.py
ddb/event/events.py
ddb/feature/__init__.py
ddb/feature/bootstrap.py
ddb/feature/feature.py
ddb/feature/schema.py
ddb/feature/certs/__init__.py
ddb/feature/certs/actions.py
ddb/feature/certs/schema.py
ddb/feature/certs/cfssl/__init__.py
ddb/feature/certs/cfssl/checksums.py
ddb/feature/certs/cfssl/crypto.py
ddb/feature/certs/cfssl/writer.py
ddb/feature/cookiecutter/__init__.py
ddb/feature/cookiecutter/actions.py
ddb/feature/cookiecutter/schema.py
ddb/feature/copy/__init__.py
ddb/feature/copy/actions.py
ddb/feature/copy/schema.py
ddb/feature/core/__init__.py
ddb/feature/core/actions.py
ddb/feature/core/schema.py
ddb/feature/docker/__init__.py
ddb/feature/docker/actions.py
ddb/feature/docker/binaries.py
ddb/feature/docker/schema.py
ddb/feature/docker/utils.py
ddb/feature/docker/lib/compose/__init__.py
ddb/feature/docker/lib/compose/config/__init__.py
ddb/feature/docker/lib/compose/config/errors.py
ddb/feature/docker/lib/compose/config/types.py
ddb/feature/file/__init__.py
ddb/feature/file/actions.py
ddb/feature/file/schema.py
ddb/feature/fixuid/__init__.py
ddb/feature/fixuid/actions.py
ddb/feature/fixuid/schema.py
ddb/feature/git/__init__.py
ddb/feature/git/actions.py
ddb/feature/git/schema.py
ddb/feature/gitignore/__init__.py
ddb/feature/gitignore/actions.py
ddb/feature/gitignore/schema.py
ddb/feature/jinja/__init__.py
ddb/feature/jinja/actions.py
ddb/feature/jinja/filters.py
ddb/feature/jinja/schema.py
ddb/feature/jinja/tests.py
ddb/feature/jsonnet/__init__.py
ddb/feature/jsonnet/actions.py
ddb/feature/jsonnet/docker.py
ddb/feature/jsonnet/schema.py
ddb/feature/jsonnet/lib/ddb.docker.libjsonnet
ddb/feature/permissions/__init__.py
ddb/feature/permissions/actions.py
ddb/feature/permissions/schema.py
ddb/feature/run/__init__.py
ddb/feature/run/actions.py
ddb/feature/run/schema.py
ddb/feature/shell/__init__.py
ddb/feature/shell/actions.py
ddb/feature/shell/integrations.py
ddb/feature/shell/schema.py
ddb/feature/smartcd/__init__.py
ddb/feature/smartcd/actions.py
ddb/feature/symlinks/__init__.py
ddb/feature/symlinks/actions.py
ddb/feature/symlinks/schema.py
ddb/feature/traefik/__init__.py
ddb/feature/traefik/actions.py
ddb/feature/traefik/schema.py
ddb/feature/version/__init__.py
ddb/feature/version/schema.py
ddb/feature/ytt/__init__.py
ddb/feature/ytt/actions.py
ddb/feature/ytt/schema.py
ddb/phase/__init__.py
ddb/phase/phase.py
ddb/service/__init__.py
ddb/service/service.py
ddb/utils/__init__.py
ddb/utils/docker.py
ddb/utils/file.py
ddb/utils/process.py
ddb/utils/simpleeval.py
ddb/utils/table_display.py
docker_devbox_ddb.egg-info/PKG-INFO
docker_devbox_ddb.egg-info/SOURCES.txt
docker_devbox_ddb.egg-info/dependency_links.txt
docker_devbox_ddb.egg-info/entry_points.txt
docker_devbox_ddb.egg-info/requires.txt
docker_devbox_ddb.egg-info/top_level.txt
docker_devbox_ddb.egg-info/zip-safe
docs/binaries.md
docs/commands.md
docs/configuration.md
docs/djp.md
docs/faq.md
docs/index.md
docs/overview.md
docs/templates.md
docs/css/extra.css
docs/features/certs.md
docs/features/cookiecutter.md
docs/features/copy.md
docs/features/core.md
docs/features/docker.md
docs/features/file.md
docs/features/fixuid.md
docs/features/git.md
docs/features/gitignore.md
docs/features/jinja.md
docs/features/jsonnet.md
docs/features/permissions.md
docs/features/run.md
docs/features/shell.md
docs/features/smartcd.md
docs/features/symlinks.md
docs/features/traefik.md
docs/features/version.md
docs/features/ytt.md
docs/guides/psql-symfony-vue.md
pytest_docker_compose/__init__.py
tests/__init__.py
tests/conftest.py
tests/test_main.py
tests/test_plugin.py
tests/test_registry.py
tests/utilstest.py
tests/cache/test_init.py
tests/cache/test_shelve_cache.py
tests/command/__init__.py
tests/command/test_command.py
tests/config/__init__.py
tests/config/test_config.py
tests/config/test_migrations.py
tests/config/test_config.data/load/expect.yml
tests/config/test_config.data/load/expect_env.yml
tests/config/test_config.data/load/ddb_home/ddb.yml
tests/config/test_config.data/load/env/ddb.yml
tests/config/test_config.data/load/home/ddb.yaml
tests/config/test_config.data/load/project/ddb.local.yml
tests/config/test_config.data/load/project/ddb.yml
tests/event/__init__.py
tests/event/test_bus.py
tests/feature/certs/test_certs.py
tests/feature/certs/test_certs.data/empty/.gitempty
tests/feature/certs/test_certs.data/existing/.certs/testing.test.crt
tests/feature/certs/test_certs.data/existing/.certs/testing.test.key
tests/feature/cookiecutter/test_cookiecutter.py
tests/feature/cookiecutter/test_cookiecutter.data/empty/.gitignore
tests/feature/cookiecutter/test_cookiecutter.data/github-django/ddb.yml
tests/feature/copy/test_copy.py
tests/feature/copy/test_copy.data/copy-ca-certificates/ddb.yml
tests/feature/copy/test_copy.data/copy-ca-certificates/.docker/.not-a-service/.gitempty
tests/feature/copy/test_copy.data/copy-ca-certificates/.docker/service1/.gitempty
tests/feature/copy/test_copy.data/copy-ca-certificates/.docker/service2/.gitempty
tests/feature/copy/test_copy.data/copy-ca-certificates/ca-certificates/another-cert.crt
tests/feature/copy/test_copy.data/copy-ca-certificates/ca-certificates/some-cert.crt
tests/feature/copy/test_copy.data/copy-fixuid/ddb.yml
tests/feature/copy/test_copy.data/copy-fixuid-default-filename/ddb.yml
tests/feature/copy/test_copy.data/copy-fixuid-default-filename/.docker/.not-a-service/.gitempty
tests/feature/copy/test_copy.data/copy-fixuid-default-filename/.docker/service1/.gitempty
tests/feature/copy/test_copy.data/copy-fixuid-default-filename/.docker/service2/.gitempty
tests/feature/copy/test_copy.data/copy-fixuid-default-filename/ca-certificates/another-cert.crt
tests/feature/copy/test_copy.data/copy-fixuid-default-filename/ca-certificates/some-cert.crt
tests/feature/copy/test_copy.data/copy-fixuid/.docker/.not-a-service/.gitempty
tests/feature/copy/test_copy.data/copy-fixuid/.docker/service1/.gitempty
tests/feature/copy/test_copy.data/copy-fixuid/.docker/service2/.gitempty
tests/feature/copy/test_copy.data/copy-fixuid/ca-certificates/another-cert.crt
tests/feature/copy/test_copy.data/copy-fixuid/ca-certificates/some-cert.crt
tests/feature/copy/test_copy.data/copy-no-dispatch/ddb.yml
tests/feature/copy/test_copy.data/copy-no-dispatch/ca-certificates/some-cert.crt
tests/feature/core/test_core.py
tests/feature/docker/test_docker.py
tests/feature/docker/test_docker.data/binary-condition/docker-compose.yml
tests/feature/docker/test_docker.data/binary-options/docker-compose.yml
tests/feature/docker/test_docker.data/binary-workdir/docker-compose.yml
tests/feature/docker/test_docker.data/emit-complex/docker-compose.yml
tests/feature/docker/test_docker.data/emit-one-arg/docker-compose.yml
tests/feature/docker/test_docker.data/emit-one-arg-eval/docker-compose.yml
tests/feature/docker/test_docker.data/empty/.gitempty
tests/feature/docker/test_docker.data/extra-services/ddb.yml
tests/feature/docker/test_docker.data/extra-services/docker-compose.yml
tests/feature/docker/test_docker.data/local-volume-related/docker-compose.yml
tests/feature/docker/test_docker.data/local-volume-simple/docker-compose.yml
tests/feature/docker/test_docker.data/local-volume-simple/existing-file.txt
tests/feature/docker/test_docker.data/local-volume-simple/existing-directory/.gitignore
tests/feature/docker/test_docker.data/traefik-cert/ddb_home/.gitignore
tests/feature/docker/test_docker.data/traefik-cert/home/.gitignore
tests/feature/docker/test_docker.data/traefik-cert/home/certs/.gitignore
tests/feature/docker/test_docker.data/traefik-cert/home/traefik/config/.gitignore
tests/feature/docker/test_docker.data/traefik-cert/project/docker-compose.changed.yml
tests/feature/docker/test_docker.data/traefik-cert/project/docker-compose.removed.yml
tests/feature/docker/test_docker.data/traefik-cert/project/docker-compose.yml
tests/feature/docker/test_docker.data/traefik-cert/project/.certs/some-dummy.tld.crt
tests/feature/docker/test_docker.data/traefik-cert/project/.certs/some-dummy.tld.key
tests/feature/docker/test_docker.data/ubuntu/docker-compose.yml
tests/feature/fixuid/test_fixuid.py
tests/feature/fixuid/test_fixuid.data/empty/.gitempty
tests/feature/fixuid/test_fixuid.data/fixuid-manual/docker-compose.yml
tests/feature/fixuid/test_fixuid.data/fixuid-manual-entrypoint/docker-compose.yml
tests/feature/fixuid/test_fixuid.data/fixuid-manual-entrypoint/docker/Dockerfile
tests/feature/fixuid/test_fixuid.data/fixuid-manual-entrypoint/docker/Dockerfile.expected
tests/feature/fixuid/test_fixuid.data/fixuid-manual-entrypoint/docker/fixuid.yml
tests/feature/fixuid/test_fixuid.data/fixuid-manual-install/docker-compose.yml
tests/feature/fixuid/test_fixuid.data/fixuid-manual-install/docker/Dockerfile
tests/feature/fixuid/test_fixuid.data/fixuid-manual-install/docker/Dockerfile.expected
tests/feature/fixuid/test_fixuid.data/fixuid-manual-install/docker/fixuid.yml
tests/feature/fixuid/test_fixuid.data/fixuid-manual/docker/Dockerfile
tests/feature/fixuid/test_fixuid.data/fixuid-manual/docker/Dockerfile.expected
tests/feature/fixuid/test_fixuid.data/fixuid-manual/docker/fixuid.yml
tests/feature/fixuid/test_fixuid.data/from-mysql-fixuid-removed/docker-compose.yml
tests/feature/fixuid/test_fixuid.data/from-mysql-fixuid-removed/docker/Dockerfile
tests/feature/fixuid/test_fixuid.data/from-mysql-fixuid-removed/docker/Dockerfile.expected
tests/feature/fixuid/test_fixuid.data/from-mysql-fixuid-removed/docker/Dockerfile.removed.expected
tests/feature/fixuid/test_fixuid.data/from-mysql-fixuid-removed/docker/fixuid.yml
tests/feature/fixuid/test_fixuid.data/from-php-empty/docker-compose.yml
tests/feature/fixuid/test_fixuid.data/from-php-empty/docker/Dockerfile
tests/feature/fixuid/test_fixuid.data/from-php-empty/docker/Dockerfile.expected
tests/feature/fixuid/test_fixuid.data/from-php-empty/docker/fixuid.yml
tests/feature/fixuid/test_fixuid.data/from-php-missing-configuration/docker-compose.yml
tests/feature/fixuid/test_fixuid.data/from-php-missing-configuration/docker/Dockerfile
tests/feature/fixuid/test_fixuid.data/from-php-missing-configuration/docker/Dockerfile.expected
tests/feature/fixuid/test_fixuid.data/from-php-root-user/docker-compose.yml
tests/feature/fixuid/test_fixuid.data/from-php-root-user/docker/Dockerfile
tests/feature/fixuid/test_fixuid.data/from-php-root-user/docker/Dockerfile.expected
tests/feature/fixuid/test_fixuid.data/from-php-root-user/docker/fixuid.yml
tests/feature/fixuid/test_fixuid.data/from-php-user/docker-compose.yml
tests/feature/fixuid/test_fixuid.data/from-php-user/docker/Dockerfile
tests/feature/fixuid/test_fixuid.data/from-php-user/docker/Dockerfile.expected
tests/feature/fixuid/test_fixuid.data/from-php-user/docker/fixuid.yml
tests/feature/fixuid/test_fixuid.data/from-php-with-entrypoint-and-cmd/docker-compose.yml
tests/feature/fixuid/test_fixuid.data/from-php-with-entrypoint-and-cmd/docker/Dockerfile
tests/feature/fixuid/test_fixuid.data/from-php-with-entrypoint-and-cmd/docker/Dockerfile.expected
tests/feature/fixuid/test_fixuid.data/from-php-with-entrypoint-and-cmd/docker/fixuid.yml
tests/feature/fixuid/test_fixuid.data/from-php-with-entrypoint-only/docker-compose.yml
tests/feature/fixuid/test_fixuid.data/from-php-with-entrypoint-only/docker/Dockerfile
tests/feature/fixuid/test_fixuid.data/from-php-with-entrypoint-only/docker/Dockerfile.expected
tests/feature/fixuid/test_fixuid.data/from-php-with-entrypoint-only/docker/fixuid.yml
tests/feature/fixuid/test_fixuid.data/from-scratch-empty/docker-compose.yml
tests/feature/fixuid/test_fixuid.data/from-scratch-empty/docker/Dockerfile
tests/feature/fixuid/test_fixuid.data/from-scratch-empty/docker/Dockerfile.expected
tests/feature/fixuid/test_fixuid.data/from-scratch-empty/docker/fixuid.yml
tests/feature/fixuid/test_fixuid.data/from-scratch-with-entrypoint/docker-compose.yml
tests/feature/fixuid/test_fixuid.data/from-scratch-with-entrypoint-multiple-line/docker-compose.yml
tests/feature/fixuid/test_fixuid.data/from-scratch-with-entrypoint-multiple-line/docker/Dockerfile
tests/feature/fixuid/test_fixuid.data/from-scratch-with-entrypoint-multiple-line/docker/Dockerfile.expected
tests/feature/fixuid/test_fixuid.data/from-scratch-with-entrypoint-multiple-line/docker/fixuid.yml
tests/feature/fixuid/test_fixuid.data/from-scratch-with-entrypoint-string/docker-compose.yml
tests/feature/fixuid/test_fixuid.data/from-scratch-with-entrypoint-string-no-quotes/docker-compose.yml
tests/feature/fixuid/test_fixuid.data/from-scratch-with-entrypoint-string-no-quotes/docker/Dockerfile
tests/feature/fixuid/test_fixuid.data/from-scratch-with-entrypoint-string-no-quotes/docker/Dockerfile.expected
tests/feature/fixuid/test_fixuid.data/from-scratch-with-entrypoint-string-no-quotes/docker/fixuid.yml
tests/feature/fixuid/test_fixuid.data/from-scratch-with-entrypoint-string/docker/Dockerfile
tests/feature/fixuid/test_fixuid.data/from-scratch-with-entrypoint-string/docker/Dockerfile.expected
tests/feature/fixuid/test_fixuid.data/from-scratch-with-entrypoint-string/docker/fixuid.yml
tests/feature/fixuid/test_fixuid.data/from-scratch-with-entrypoint/docker/Dockerfile
tests/feature/fixuid/test_fixuid.data/from-scratch-with-entrypoint/docker/Dockerfile.expected
tests/feature/fixuid/test_fixuid.data/from-scratch-with-entrypoint/docker/fixuid.yml
tests/feature/fixuid/test_fixuid.data/no-fixuid/docker-compose.yml
tests/feature/fixuid/test_fixuid.data/no-fixuid/docker/Dockerfile
tests/feature/fixuid/test_fixuid.data/no-fixuid/docker/Dockerfile.expected
tests/feature/fixuid/test_fixuid.data/no-fixuid/docker/fixuid.yml
tests/feature/git/test_fix_files_permissions.py
tests/feature/git/test_fix_files_permissions.data/disabled/.gitignore
tests/feature/git/test_fix_files_permissions.data/disabled/ddb.yaml
tests/feature/git/test_fix_files_permissions.data/simple/.gitignore
tests/feature/git/test_fix_files_permissions.data/with_submodules/.gitignore
tests/feature/git/test_fix_files_permissions.data/with_submodules/submodule/.gitignore
tests/feature/gitignore/test_gitignore.py
tests/feature/gitignore/test_gitignore.data/already_ignored/.gitignore
tests/feature/gitignore/test_gitignore.data/already_ignored/ddb.yml
tests/feature/gitignore/test_gitignore.data/empty/.gitempty
tests/feature/gitignore/test_gitignore.data/empty/ddb.yml
tests/feature/gitignore/test_gitignore.data/keep_negated/.gitignore
tests/feature/gitignore/test_gitignore.data/keep_negated/ddb.yml
tests/feature/gitignore/test_gitignore.data/stage-env/ddb.yml
tests/feature/gitignore/test_gitignore.data/templates/.gitignore
tests/feature/gitignore/test_gitignore.data/templates/ddb.yml
tests/feature/gitignore/test_gitignore.data/templates/another/sub/.gitignore
tests/feature/gitignore/test_gitignore.data/templates/another/sub/directory/.gitignore
tests/feature/gitignore/test_gitignore.data/templates/another/sub/directory/forced.dev.yaml
tests/feature/gitignore/test_gitignore.data/templates/another/sub/directory/test.dev.yaml
tests/feature/gitignore/test_gitignore.data/templates/no/gitignore/directory/foo.jinja.txt
tests/feature/gitignore/test_gitignore.data/templates/sub/.gitignore
tests/feature/gitignore/test_gitignore.data/templates/sub/directory/test.jsonnet.json
tests/feature/gitignore/test_gitignore.data/templates/sub/directory/test.ytt.yaml
tests/feature/jinja/test_jinja.py
tests/feature/jinja/test_jinja.data/autofix_eol/ddb.yml
tests/feature/jinja/test_jinja.data/autofix_eol/docker-compose.expected.properties
tests/feature/jinja/test_jinja.data/autofix_eol/docker-compose.properties.jinja
tests/feature/jinja/test_jinja.data/autofix_eol2/ddb.yml
tests/feature/jinja/test_jinja.data/autofix_eol2/msmtprc.autofix
tests/feature/jinja/test_jinja.data/autofix_eol2/msmtprc.expected
tests/feature/jinja/test_jinja.data/autofix_eol2/msmtprc.jinja
tests/feature/jinja/test_jinja.data/autofix_variables_only/config.expected.properties
tests/feature/jinja/test_jinja.data/autofix_variables_only/config.properties.autofix
tests/feature/jinja/test_jinja.data/autofix_variables_only/config.properties.jinja
tests/feature/jinja/test_jinja.data/autofix_variables_only/ddb.yml
tests/feature/jinja/test_jinja.data/empty/.gitignore
tests/feature/jinja/test_jinja.data/project1/foo.jinja.yml
tests/feature/jinja/test_jinja.data/project2/foo.jinja.yml
tests/feature/jinja/test_jinja.data/project2/partial/_partial.jinja.yml
tests/feature/jinja/test_jinja.data/project3/.foo.jinja.yml
tests/feature/jinja/test_jinja.data/project4/foo.jinja
tests/feature/jinja/test_jinja.data/project5/ddb.yml
tests/feature/jinja/test_jinja.data/project5/foo.custom
tests/feature/jinja/test_jinja.data/project5/foo.custom.yml
tests/feature/jinja/test_jinja.data/trailing-newline/foo.jinja.yml
tests/feature/jsonnet/test_jsonnet.py
tests/feature/jsonnet/test_jsonnet.data/autofix_variables_only/ddb.yml
tests/feature/jsonnet/test_jsonnet.data/autofix_variables_only/variables.expected.json
tests/feature/jsonnet/test_jsonnet.data/autofix_variables_only/variables.json.autofix
tests/feature/jsonnet/test_jsonnet.data/autofix_variables_only/variables.json.jsonnet
tests/feature/jsonnet/test_jsonnet.data/config_variables/ddb.yml
tests/feature/jsonnet/test_jsonnet.data/config_variables/variables.expected.json
tests/feature/jsonnet/test_jsonnet.data/config_variables/variables.json.jsonnet
tests/feature/jsonnet/test_jsonnet.data/docker_compose_excluded_services/ddb.yml
tests/feature/jsonnet/test_jsonnet.data/docker_compose_excluded_services/docker-compose.expected.yml
tests/feature/jsonnet/test_jsonnet.data/docker_compose_excluded_services/docker-compose.yml.jsonnet
tests/feature/jsonnet/test_jsonnet.data/docker_compose_expose/ddb.yml
tests/feature/jsonnet/test_jsonnet.data/docker_compose_expose/docker-compose.expected.yml
tests/feature/jsonnet/test_jsonnet.data/docker_compose_expose/docker-compose.yml.jsonnet
tests/feature/jsonnet/test_jsonnet.data/docker_compose_included_services/ddb.yml
tests/feature/jsonnet/test_jsonnet.data/docker_compose_included_services/docker-compose.expected.yml
tests/feature/jsonnet/test_jsonnet.data/docker_compose_included_services/docker-compose.yml.jsonnet
tests/feature/jsonnet/test_jsonnet.data/docker_compose_mount_single_volume/ddb.yml
tests/feature/jsonnet/test_jsonnet.data/docker_compose_mount_single_volume/docker-compose.expected.yml
tests/feature/jsonnet/test_jsonnet.data/docker_compose_mount_single_volume/docker-compose.yml.jsonnet
tests/feature/jsonnet/test_jsonnet.data/docker_compose_mount_single_volume_with_default/ddb.yml
tests/feature/jsonnet/test_jsonnet.data/docker_compose_mount_single_volume_with_default/docker-compose.expected.yml
tests/feature/jsonnet/test_jsonnet.data/docker_compose_mount_single_volume_with_default/docker-compose.yml.jsonnet
tests/feature/jsonnet/test_jsonnet.data/docker_compose_mount_volumes/ddb.yml
tests/feature/jsonnet/test_jsonnet.data/docker_compose_mount_volumes/docker-compose.expected.yml
tests/feature/jsonnet/test_jsonnet.data/docker_compose_mount_volumes/docker-compose.yml.jsonnet
tests/feature/jsonnet/test_jsonnet.data/docker_compose_project_dot_com/ddb.yml
tests/feature/jsonnet/test_jsonnet.data/docker_compose_project_dot_com/docker-compose.expected.yml
tests/feature/jsonnet/test_jsonnet.data/docker_compose_project_dot_com/docker-compose.yml.jsonnet
tests/feature/jsonnet/test_jsonnet.data/docker_compose_project_dot_com/.docker/web/.gitignore
tests/feature/jsonnet/test_jsonnet.data/docker_compose_register_binary/ddb.yml
tests/feature/jsonnet/test_jsonnet.data/docker_compose_register_binary/docker-compose.expected.yml
tests/feature/jsonnet/test_jsonnet.data/docker_compose_register_binary/docker-compose.yml.jsonnet
tests/feature/jsonnet/test_jsonnet.data/docker_compose_register_binary/.docker/db/.gitignore
tests/feature/jsonnet/test_jsonnet.data/docker_compose_register_binary/.docker/keycloak-db/.gitignore
tests/feature/jsonnet/test_jsonnet.data/docker_compose_register_binary/.docker/ldap/.gitignore
tests/feature/jsonnet/test_jsonnet.data/docker_compose_register_binary/.docker/node/.gitignore
tests/feature/jsonnet/test_jsonnet.data/docker_compose_register_binary/.docker/php/.gitignore
tests/feature/jsonnet/test_jsonnet.data/docker_compose_register_binary/.docker/web/.gitignore
tests/feature/jsonnet/test_jsonnet.data/docker_compose_register_binary_with_multiple_options/ddb.yml
tests/feature/jsonnet/test_jsonnet.data/docker_compose_register_binary_with_multiple_options/docker-compose.expected.yml
tests/feature/jsonnet/test_jsonnet.data/docker_compose_register_binary_with_multiple_options/docker-compose.yml.jsonnet
tests/feature/jsonnet/test_jsonnet.data/docker_compose_register_binary_with_multiple_options/.docker/db/.gitignore
tests/feature/jsonnet/test_jsonnet.data/docker_compose_register_binary_with_multiple_options/.docker/keycloak-db/.gitignore
tests/feature/jsonnet/test_jsonnet.data/docker_compose_register_binary_with_multiple_options/.docker/ldap/.gitignore
tests/feature/jsonnet/test_jsonnet.data/docker_compose_register_binary_with_multiple_options/.docker/node/.gitignore
tests/feature/jsonnet/test_jsonnet.data/docker_compose_register_binary_with_multiple_options/.docker/php/.gitignore
tests/feature/jsonnet/test_jsonnet.data/docker_compose_register_binary_with_multiple_options/.docker/web/.gitignore
tests/feature/jsonnet/test_jsonnet.data/docker_compose_register_binary_with_one_option/ddb.yml
tests/feature/jsonnet/test_jsonnet.data/docker_compose_register_binary_with_one_option/docker-compose.expected.yml
tests/feature/jsonnet/test_jsonnet.data/docker_compose_register_binary_with_one_option/docker-compose.yml.jsonnet
tests/feature/jsonnet/test_jsonnet.data/docker_compose_register_binary_with_one_option/.docker/db/.gitignore
tests/feature/jsonnet/test_jsonnet.data/docker_compose_register_binary_with_one_option/.docker/keycloak-db/.gitignore
tests/feature/jsonnet/test_jsonnet.data/docker_compose_register_binary_with_one_option/.docker/ldap/.gitignore
tests/feature/jsonnet/test_jsonnet.data/docker_compose_register_binary_with_one_option/.docker/node/.gitignore
tests/feature/jsonnet/test_jsonnet.data/docker_compose_register_binary_with_one_option/.docker/php/.gitignore
tests/feature/jsonnet/test_jsonnet.data/docker_compose_register_binary_with_one_option/.docker/web/.gitignore
tests/feature/jsonnet/test_jsonnet.data/docker_compose_shared_volumes/ddb.yml
tests/feature/jsonnet/test_jsonnet.data/docker_compose_shared_volumes/docker-compose.expected.yml
tests/feature/jsonnet/test_jsonnet.data/docker_compose_shared_volumes/docker-compose.yml.jsonnet
tests/feature/jsonnet/test_jsonnet.data/docker_compose_traefik/ddb.test-ci.yml
tests/feature/jsonnet/test_jsonnet.data/docker_compose_traefik/ddb.test-dev.yml
tests/feature/jsonnet/test_jsonnet.data/docker_compose_traefik/ddb.test-prod.yml
tests/feature/jsonnet/test_jsonnet.data/docker_compose_traefik/ddb.test-stage.yml
tests/feature/jsonnet/test_jsonnet.data/docker_compose_traefik/docker-compose.expected.test-ci.yml
tests/feature/jsonnet/test_jsonnet.data/docker_compose_traefik/docker-compose.expected.test-dev.yml
tests/feature/jsonnet/test_jsonnet.data/docker_compose_traefik/docker-compose.expected.test-prod.yml
tests/feature/jsonnet/test_jsonnet.data/docker_compose_traefik/docker-compose.expected.test-stage.yml
tests/feature/jsonnet/test_jsonnet.data/docker_compose_traefik/docker-compose.yml.jsonnet
tests/feature/jsonnet/test_jsonnet.data/docker_compose_traefik/.docker/db/.gitignore
tests/feature/jsonnet/test_jsonnet.data/docker_compose_traefik/.docker/keycloak-db/.gitignore
tests/feature/jsonnet/test_jsonnet.data/docker_compose_traefik/.docker/ldap/.gitignore
tests/feature/jsonnet/test_jsonnet.data/docker_compose_traefik/.docker/node/.gitignore
tests/feature/jsonnet/test_jsonnet.data/docker_compose_traefik/.docker/php/.gitignore
tests/feature/jsonnet/test_jsonnet.data/docker_compose_traefik/.docker/web/.gitignore
tests/feature/jsonnet/test_jsonnet.data/docker_compose_traefik_defaults/ddb.ci.yml
tests/feature/jsonnet/test_jsonnet.data/docker_compose_traefik_defaults/ddb.dev.yml
tests/feature/jsonnet/test_jsonnet.data/docker_compose_traefik_defaults/ddb.prod.yml
tests/feature/jsonnet/test_jsonnet.data/docker_compose_traefik_defaults/docker-compose.expected.ci.yml
tests/feature/jsonnet/test_jsonnet.data/docker_compose_traefik_defaults/docker-compose.expected.dev.yml
tests/feature/jsonnet/test_jsonnet.data/docker_compose_traefik_defaults/docker-compose.expected.prod.yml
tests/feature/jsonnet/test_jsonnet.data/docker_compose_traefik_defaults/docker-compose.yml.jsonnet
tests/feature/jsonnet/test_jsonnet.data/docker_compose_traefik_defaults/.docker/db/.gitignore
tests/feature/jsonnet/test_jsonnet.data/docker_compose_traefik_defaults/.docker/keycloak-db/.gitignore
tests/feature/jsonnet/test_jsonnet.data/docker_compose_traefik_defaults/.docker/ldap/.gitignore
tests/feature/jsonnet/test_jsonnet.data/docker_compose_traefik_defaults/.docker/node/.gitignore
tests/feature/jsonnet/test_jsonnet.data/docker_compose_traefik_defaults/.docker/php/.gitignore
tests/feature/jsonnet/test_jsonnet.data/docker_compose_traefik_defaults/.docker/web/.gitignore
tests/feature/jsonnet/test_jsonnet.data/docker_compose_traefik_no_https/ddb.test-ci.yml
tests/feature/jsonnet/test_jsonnet.data/docker_compose_traefik_no_https/ddb.test-dev.yml
tests/feature/jsonnet/test_jsonnet.data/docker_compose_traefik_no_https/ddb.test-prod.yml
tests/feature/jsonnet/test_jsonnet.data/docker_compose_traefik_no_https/ddb.test-stage.yml
tests/feature/jsonnet/test_jsonnet.data/docker_compose_traefik_no_https/docker-compose.expected.test-ci.yml
tests/feature/jsonnet/test_jsonnet.data/docker_compose_traefik_no_https/docker-compose.expected.test-dev.yml
tests/feature/jsonnet/test_jsonnet.data/docker_compose_traefik_no_https/docker-compose.expected.test-prod.yml
tests/feature/jsonnet/test_jsonnet.data/docker_compose_traefik_no_https/docker-compose.expected.test-stage.yml
tests/feature/jsonnet/test_jsonnet.data/docker_compose_traefik_no_https/docker-compose.yml.jsonnet
tests/feature/jsonnet/test_jsonnet.data/docker_compose_traefik_no_https/.docker/db/.gitignore
tests/feature/jsonnet/test_jsonnet.data/docker_compose_traefik_no_https/.docker/keycloak-db/.gitignore
tests/feature/jsonnet/test_jsonnet.data/docker_compose_traefik_no_https/.docker/ldap/.gitignore
tests/feature/jsonnet/test_jsonnet.data/docker_compose_traefik_no_https/.docker/node/.gitignore
tests/feature/jsonnet/test_jsonnet.data/docker_compose_traefik_no_https/.docker/php/.gitignore
tests/feature/jsonnet/test_jsonnet.data/docker_compose_traefik_no_https/.docker/web/.gitignore
tests/feature/jsonnet/test_jsonnet.data/docker_compose_variables/ddb.yml
tests/feature/jsonnet/test_jsonnet.data/docker_compose_variables/docker-compose.expected.yml
tests/feature/jsonnet/test_jsonnet.data/docker_compose_variables/docker-compose.yml.jsonnet
tests/feature/jsonnet/test_jsonnet.data/docker_compose_variables/.docker/db/.gitignore
tests/feature/jsonnet/test_jsonnet.data/docker_compose_variables/.docker/keycloak-db/.gitignore
tests/feature/jsonnet/test_jsonnet.data/docker_compose_variables/.docker/ldap/.gitignore
tests/feature/jsonnet/test_jsonnet.data/docker_compose_variables/.docker/node/.gitignore
tests/feature/jsonnet/test_jsonnet.data/docker_compose_variables/.docker/php/.gitignore
tests/feature/jsonnet/test_jsonnet.data/docker_compose_variables/.docker/web/.gitignore
tests/feature/jsonnet/test_jsonnet.data/docker_compose_xdebug/ddb.default.yml
tests/feature/jsonnet/test_jsonnet.data/docker_compose_xdebug/ddb.no_debug.yml
tests/feature/jsonnet/test_jsonnet.data/docker_compose_xdebug/docker-compose.expected.default.yml
tests/feature/jsonnet/test_jsonnet.data/docker_compose_xdebug/docker-compose.expected.no_debug.yml
tests/feature/jsonnet/test_jsonnet.data/docker_compose_xdebug/docker-compose.yml.jsonnet
tests/feature/jsonnet/test_jsonnet.data/empty/.gitignore
tests/feature/jsonnet/test_jsonnet.data/example1/example1.expected.json
tests/feature/jsonnet/test_jsonnet.data/example1/example1.json.jsonnet
tests/feature/jsonnet/test_jsonnet.data/example1.yaml/example1.another.jsonnet
tests/feature/jsonnet/test_jsonnet.data/example1.yaml/example1.expected.another
tests/feature/jsonnet/test_jsonnet.data/example1.yaml/example1.expected.yaml
tests/feature/jsonnet/test_jsonnet.data/example1.yaml/example1.expected.yml
tests/feature/jsonnet/test_jsonnet.data/example1.yaml/example1.yaml.jsonnet
tests/feature/jsonnet/test_jsonnet.data/example1.yaml/example1.yml.jsonnet
tests/feature/jsonnet/test_jsonnet.data/example2/example2.expected.json
tests/feature/jsonnet/test_jsonnet.data/example2/example2.jsonnet.json
tests/feature/jsonnet/test_jsonnet.data/example3/cassandra.expected.conf
tests/feature/jsonnet/test_jsonnet.data/example3/example3.expected.json
tests/feature/jsonnet/test_jsonnet.data/example3/example3.json.jsonnet
tests/feature/jsonnet/test_jsonnet.data/example3/init.expected.sh
tests/feature/jsonnet/test_jsonnet.data/example3/uwsgi.expected.ini
tests/feature/jsonnet/test_jsonnet.data/example3.with_dir/cassandra.expected.conf
tests/feature/jsonnet/test_jsonnet.data/example3.with_dir/example3.expected.json
tests/feature/jsonnet/test_jsonnet.data/example3.with_dir/example3.json.jsonnet
tests/feature/jsonnet/test_jsonnet.data/example3.with_dir/init.expected.sh
tests/feature/jsonnet/test_jsonnet.data/example3.with_dir/uwsgi.expected.ini
tests/feature/permissions/test_permissions.py
tests/feature/permissions/test_permissions.data/inherit_from_template/ddb.yml
tests/feature/permissions/test_permissions.data/inherit_from_template/script.jinja.sh
tests/feature/permissions/test_permissions.data/project/ddb.yml
tests/feature/permissions/test_permissions.data/project/script.sh
tests/feature/permissions/test_permissions.data/project/subdirectory/another-script.sh
tests/feature/permissions/test_permissions.data/project2/ddb.yml
tests/feature/permissions/test_permissions.data/project2/script.sh
tests/feature/permissions/test_permissions.data/project2/subdirectory/another-script.sh
tests/feature/permissions/test_permissions.data/project3/ddb.yml
tests/feature/permissions/test_permissions.data/project3/script.sh
tests/feature/permissions/test_permissions.data/project3/denied/.gitignore
tests/feature/permissions/test_permissions.data/project3/subdirectory/another-script.sh
tests/feature/run/test_run.py
tests/feature/run/test_run.data/empty/.gitempty
tests/feature/run/test_run.data/exe/docker-compose.yml
tests/feature/run/test_run.data/outside/outside/.gitempty
tests/feature/run/test_run.data/outside/project/.gitempty
tests/feature/shell/test_actions.py
tests/feature/shell/test_actions.data/aliases/home/.gitignore
tests/feature/shell/test_actions.data/aliases/project/.gitignore
tests/feature/shell/test_actions.data/aliases/project/ddb.yml
tests/feature/shell/test_actions.data/global_aliases/home/.gitignore
tests/feature/shell/test_actions.data/global_aliases/project/.gitignore
tests/feature/shell/test_actions.data/global_aliases/project/ddb.yml
tests/feature/shell/test_actions.data/global_aliases_projects_in_home/home/ddb.yml
tests/feature/shell/test_actions.data/global_aliases_projects_in_home/home/project/.gitignore
tests/feature/shell/test_actions.data/global_aliases_projects_in_home/home/project/ddb.yml
tests/feature/shell/test_actions.data/project/.gitempty
tests/feature/shell/test_actions.data/project_prepend_false/ddb.yml
tests/feature/smartcd/test_smartcd.py
tests/feature/smartcd/test_smartcd.data/empty/.gitignore
tests/feature/smartcd/test_smartcd.data/empty/ddb.yml
tests/feature/symlinks/test_symlinks.py
tests/feature/symlinks/test_symlinks.data/empty/.gitignore
tests/feature/symlinks/test_symlinks.data/project1/test.dev
tests/feature/symlinks/test_symlinks.data/project1/test.dev.yml
tests/feature/symlinks/test_symlinks.data/project2/ddb.yaml
tests/feature/symlinks/test_symlinks.data/project2/test.dev
tests/feature/symlinks/test_symlinks.data/project2/test.dev.yml
tests/feature/symlinks/test_symlinks.data/project2/test.stage
tests/feature/symlinks/test_symlinks.data/project2/test2.dev
tests/feature/symlinks/test_symlinks.data/project2/test2.prod
tests/feature/symlinks/test_symlinks.data/project2/test3.dev
tests/feature/symlinks/test_symlinks.data/project3/ddb.yaml
tests/feature/symlinks/test_symlinks.data/project4/ddb.yaml
tests/feature/symlinks/test_symlinks.data/project4/no.dev.yml
tests/feature/symlinks/test_symlinks.data/project4/subdirectory/test.dev.yml
tests/feature/symlinks/test_symlinks.data/project_many_dev/ddb.yaml
tests/feature/symlinks/test_symlinks.data/project_many_dev/test.dev.yml
tests/feature/symlinks/test_symlinks.data/project_many_dev/test.prod.yml
tests/feature/symlinks/test_symlinks.data/project_many_prod/ddb.yaml
tests/feature/symlinks/test_symlinks.data/project_many_prod/test.dev.yml
tests/feature/symlinks/test_symlinks.data/project_many_prod/test.prod.yml
tests/feature/traefik/test_traefik.py
tests/feature/traefik/test_traefik.data/empty/.gitignore
tests/feature/traefik/test_traefik.data/empty/ddb.yml
tests/feature/traefik/test_traefik.data/extra-services-redirect/ddb_home/.gitignore
tests/feature/traefik/test_traefik.data/extra-services-redirect/home/.gitignore
tests/feature/traefik/test_traefik.data/extra-services-redirect/home/certs/.gitignore
tests/feature/traefik/test_traefik.data/extra-services-redirect/home/traefik/config/.gitignore
tests/feature/traefik/test_traefik.data/extra-services-redirect/home/traefik/config/rule.project.test.extra-service.web.expected.toml
tests/feature/traefik/test_traefik.data/extra-services-redirect/home/traefik/config/secured.project.test.extra-service.no-redirect.expected.toml
tests/feature/traefik/test_traefik.data/extra-services-redirect/home/traefik/config/secured.project.test.extra-service.path_prefix.expected.toml
tests/feature/traefik/test_traefik.data/extra-services-redirect/home/traefik/config/sub.project.test.extra-service.api.expected.toml
tests/feature/traefik/test_traefik.data/extra-services-redirect/project/.gitignore
tests/feature/traefik/test_traefik.data/extra-services-redirect/project/ddb.yml
tests/feature/traefik/test_traefik.data/extra-services-template/ddb_home/.gitignore
tests/feature/traefik/test_traefik.data/extra-services-template/home/.gitignore
tests/feature/traefik/test_traefik.data/extra-services-template/home/certs/.gitignore
tests/feature/traefik/test_traefik.data/extra-services-template/home/traefik/config/.gitignore
tests/feature/traefik/test_traefik.data/extra-services-template/home/traefik/config/rule.project.test.extra-service.web.expected.toml
tests/feature/traefik/test_traefik.data/extra-services-template/home/traefik/config/secured.project.test.extra-service.redirect.expected.toml
tests/feature/traefik/test_traefik.data/extra-services-template/home/traefik/config/sub.project.test.extra-service.api.expected.toml
tests/feature/traefik/test_traefik.data/extra-services-template/project/.gitignore
tests/feature/traefik/test_traefik.data/extra-services-template/project/ddb.yml
tests/feature/traefik/test_traefik.data/extra-services-template/project/extra_services_config_template.toml
tests/feature/traefik/test_traefik.data/extra-services/ddb_home/.gitignore
tests/feature/traefik/test_traefik.data/extra-services/home/.gitignore
tests/feature/traefik/test_traefik.data/extra-services/home/certs/.gitignore
tests/feature/traefik/test_traefik.data/extra-services/home/traefik/config/.gitignore
tests/feature/traefik/test_traefik.data/extra-services/home/traefik/config/rule.project.test.extra-service.web.expected.toml
tests/feature/traefik/test_traefik.data/extra-services/home/traefik/config/secured.project.test.extra-service.path_prefix.expected.toml
tests/feature/traefik/test_traefik.data/extra-services/home/traefik/config/secured.project.test.extra-service.path_prefix_with_redirect.expected.toml
tests/feature/traefik/test_traefik.data/extra-services/home/traefik/config/secured.project.test.extra-service.redirect.expected.toml
tests/feature/traefik/test_traefik.data/extra-services/home/traefik/config/sub.project.test.extra-service.api.expected.toml
tests/feature/traefik/test_traefik.data/extra-services/project/.gitignore
tests/feature/traefik/test_traefik.data/extra-services/project/ddb.yml
tests/feature/traefik/test_traefik.data/install-certs/ddb_home/.gitignore
tests/feature/traefik/test_traefik.data/install-certs/home/.gitignore
tests/feature/traefik/test_traefik.data/install-certs/home/certs/.gitignore
tests/feature/traefik/test_traefik.data/install-certs/home/traefik/config/.gitignore
tests/feature/traefik/test_traefik.data/install-certs/project/.gitignore
tests/feature/traefik/test_traefik.data/install-certs/project/ddb.yml
tests/feature/traefik/test_traefik.data/install-certs/project/.certs/some-dummy.tld.crt
tests/feature/traefik/test_traefik.data/install-certs/project/.certs/some-dummy.tld.key
tests/feature/version/test_version.py
tests/feature/version/test_version.data/branch_repo/ddb.yml
tests/feature/version/test_version.data/branch_repo/repo.zip
tests/feature/version/test_version.data/detached_repo/ddb.yml
tests/feature/version/test_version.data/detached_repo/repo.zip
tests/feature/version/test_version.data/no_repo/.gitignore
tests/feature/version/test_version.data/no_repo/ddb.yml
tests/feature/version/test_version.data/no_tag_repo/ddb.yml
tests/feature/version/test_version.data/no_tag_repo/repo.zip
tests/feature/version/test_version.data/repo_no_commit/ddb.yml
tests/feature/version/test_version.data/repo_no_commit/repo.zip
tests/feature/version/test_version.data/tag_repo/ddb.yml
tests/feature/version/test_version.data/tag_repo/repo.zip
tests/feature/ytt/test_ytt.py
tests/feature/ytt/test_ytt.data/autofix_variables_only/ddb.yml
tests/feature/ytt/test_ytt.data/autofix_variables_only/variables.expected.yaml
tests/feature/ytt/test_ytt.data/autofix_variables_only/variables.yaml.autofix
tests/feature/ytt/test_ytt.data/autofix_variables_only/variables.ytt.yaml
tests/feature/ytt/test_ytt.data/config_variables/ddb.yml
tests/feature/ytt/test_ytt.data/config_variables/variables.expected.yaml
tests/feature/ytt/test_ytt.data/config_variables/variables.ytt.yaml
tests/feature/ytt/test_ytt.data/depends_suffixes/variables.data.yaml
tests/feature/ytt/test_ytt.data/depends_suffixes/variables.expected.yaml
tests/feature/ytt/test_ytt.data/depends_suffixes/variables.overlay.yaml
tests/feature/ytt/test_ytt.data/depends_suffixes/variables.ytt.yaml
tests/feature/ytt/test_ytt.data/empty/.gitignore
tests/feature/ytt/test_ytt.data/ignore_invalid_extension/.gitignore
tests/feature/ytt/test_ytt.data/ignore_invalid_extension/yaml.ytt.txt
tests/feature/ytt/test_ytt.data/plain/yaml.expected.yml
tests/feature/ytt/test_ytt.data/plain/yaml.ytt.yml
tests/it/test_binaries.py
tests/it/test_config_it.py
tests/it/test_copy_it.py
tests/it/test_core_it.py
tests/it/test_djp.py
tests/it/test_docker_image_tag.py
tests/it/test_eject_it.py
tests/it/test_error_handling.py
tests/it/test_files_generated.py
tests/it/test_jsonnet_it.py
tests/it/test_projects.py
tests/it/test_shell_it.py
tests/it/test_traefik_it.py
tests/it/test_watch.py
tests/it/test_binaries.data/docker/ddb.yml
tests/it/test_binaries.data/docker/docker-compose.yml.jsonnet
tests/it/test_binaries.data/docker_condition/ddb.yml
tests/it/test_binaries.data/docker_condition/docker-compose.yml.jsonnet
tests/it/test_binaries.data/docker_condition/another-directory/.gitempty
tests/it/test_binaries.data/docker_condition/node10/.gitempty
tests/it/test_binaries.data/docker_condition/node12/.gitempty
tests/it/test_binaries.data/docker_entrypoint/ddb.yml
tests/it/test_binaries.data/docker_entrypoint/docker-compose.yml.jsonnet
tests/it/test_binaries.data/docker_exe/ddb.yml
tests/it/test_binaries.data/docker_exe/docker-compose.yml.jsonnet
tests/it/test_binaries.data/docker_global/home/.gitempty
tests/it/test_binaries.data/docker_global/project/ddb.yml
tests/it/test_binaries.data/docker_global/project/docker-compose.yml.jsonnet
tests/it/test_binaries.data/docker_global_default/home/.gitempty
tests/it/test_binaries.data/docker_global_default/project/ddb.yml
tests/it/test_binaries.data/docker_global_default/project/docker-compose.yml.jsonnet
tests/it/test_binaries.data/docker_removal/project/ddb.yml
tests/it/test_binaries.data/docker_removal/project/docker-compose.yml.jsonnet
tests/it/test_binaries.data/docker_removal/replacement/docker-compose.yml.jsonnet
tests/it/test_config_it.data/deep-local-custom-strategy/ddb.local.yml
tests/it/test_config_it.data/deep-local-custom-strategy/ddb.yml
tests/it/test_config_it.data/env-ddb/ddb.dev.tmp.yml
tests/it/test_config_it.data/env-ddb/ddb.yml
tests/it/test_config_it.data/extra-filenames/another.config.file.yaml
tests/it/test_config_it.data/extra-filenames/ddb.local.yml
tests/it/test_config_it.data/extra-filenames/ddb.yml
tests/it/test_config_it.data/extra-filenames/some.custom.yml
tests/it/test_config_it.data/local-custom-strategy/ddb.local.yml
tests/it/test_config_it.data/local-custom-strategy/ddb.yml
tests/it/test_config_it.data/local-falsy/ddb.local.yml
tests/it/test_config_it.data/local-falsy/ddb.yml
tests/it/test_config_it.data/merge-default/ddb.yml
tests/it/test_config_it.data/merge-insert-strategy/ddb.yml
tests/it/test_config_it.data/merge-insert-strategy2/ddb.yml
tests/it/test_config_it.data/merge-insert-strategy3/ddb.yml
tests/it/test_config_it.data/more-properties/ddb.yml
tests/it/test_config_it.data/override-ci/home/ddb.yaml
tests/it/test_config_it.data/override-ci/project/ddb.yml
tests/it/test_config_it.data/override-ci/project/sub/.gitignore
tests/it/test_config_it.data/override-shell/ddb.yml
tests/it/test_copy_it.data/copy/ddb.yml
tests/it/test_copy_it.data/copy/source/test1
tests/it/test_copy_it.data/copy/source/test2
tests/it/test_core_it.data/empty/ddb.yml
tests/it/test_core_it.data/empty/bin/ddb
tests/it/test_core_it.data/required-version/ddb.yml
tests/it/test_core_it.data/required-version/test.jinja
tests/it/test_djp.data/djp/ddb.yml
tests/it/test_djp.data/djp/template.zip
tests/it/test_djp.data/djp_patch/ddb.yml
tests/it/test_djp.data/djp_patch/template.zip
tests/it/test_djp.data/djp_patch/.docker/djp/Dockerfile.jinja
tests/it/test_djp.data/djp_patch/.docker/djp/some.patch
tests/it/test_docker_image_tag.data/image_tag_from_git_branch/ddb.yml
tests/it/test_docker_image_tag.data/image_tag_from_git_branch/repo.zip
tests/it/test_docker_image_tag.data/image_tag_from_git_disabled/ddb.yml
tests/it/test_docker_image_tag.data/image_tag_from_git_disabled/repo.zip
tests/it/test_docker_image_tag.data/image_tag_from_git_tag/ddb.yml
tests/it/test_docker_image_tag.data/image_tag_from_git_tag/repo.zip
tests/it/test_eject_it.data/eject1/expected/docker-compose.yml
tests/it/test_eject_it.data/eject1/project/ddb.yml
tests/it/test_eject_it.data/eject1/project/docker-compose.yml.jsonnet
tests/it/test_eject_it.data/eject1/project/.docker/db/Dockerfile.jinja
tests/it/test_eject_it.data/eject1/project/.docker/db/fixuid.tar.gz
tests/it/test_eject_it.data/eject1/project/.docker/db/fixuid.yml
tests/it/test_eject_it.data/eject2/expected/docker-compose.jsonnet.disabled.yml
tests/it/test_eject_it.data/eject2/expected/docker-compose.yml
tests/it/test_eject_it.data/eject2/project/ddb.yml
tests/it/test_eject_it.data/eject2/project/docker-compose.yml.jsonnet
tests/it/test_eject_it.data/eject2/project/.docker/db/Dockerfile.jinja
tests/it/test_eject_it.data/eject2/project/.docker/db/fixuid.tar.gz
tests/it/test_eject_it.data/eject2/project/.docker/db/fixuid.yml
tests/it/test_eject_it.data/eject3/home/test.txt
tests/it/test_eject_it.data/eject3/project/config.jinja.txt
tests/it/test_eject_it.data/eject3/project/ddb.yml
tests/it/test_eject_it.data/eject3/project/.docker/c1/.gitempty
tests/it/test_eject_it.data/eject3/project/.docker/c2/.gitempty
tests/it/test_error_handling.data/invalid-jsonnet/ddb.yml
tests/it/test_error_handling.data/invalid-jsonnet/invalid.jsonnet
tests/it/test_files_generated.data/directories-overriden/ddb.yml
tests/it/test_files_generated.data/directories-overriden/test.jinja
tests/it/test_files_generated.data/directories-overriden/test/.gitignore
tests/it/test_files_generated.data/ensure-chaining/ddb.yml
tests/it/test_files_generated.data/ensure-chaining/test.dev.yml.jsonnet.jinja
tests/it/test_files_generated.data/ensure-chaining-with-custom-dependencies/ddb.yml
tests/it/test_files_generated.data/ensure-chaining-with-custom-dependencies/test.dev.yml.jsonnet.jinja
tests/it/test_files_generated.data/remove_target_on_source_removed/ddb.yml
tests/it/test_files_generated.data/remove_target_on_source_removed/test.dev
tests/it/test_files_generated.data/remove_target_on_source_removed/test2.jinja
tests/it/test_jsonnet_it.data/jsonnet-binary/ddb.yml
tests/it/test_jsonnet_it.data/jsonnet-binary/docker-compose.expected.yml
tests/it/test_jsonnet_it.data/jsonnet-binary/docker-compose.yml.jsonnet
tests/it/test_jsonnet_it.data/jsonnet-extvar/config.expected.yml
tests/it/test_jsonnet_it.data/jsonnet-extvar/config.yml.jsonnet
tests/it/test_jsonnet_it.data/jsonnet-extvar/ddb.yml
tests/it/test_jsonnet_it.data/jsonnet-resolve-ports-conflicts/ddb.yml
tests/it/test_jsonnet_it.data/jsonnet-resolve-ports-conflicts/docker-compose.expected.yml
tests/it/test_jsonnet_it.data/jsonnet-resolve-ports-conflicts/docker-compose.yml.jsonnet
tests/it/test_jsonnet_it.data/named-invalid-user-group/ddb.yml
tests/it/test_jsonnet_it.data/named-invalid-user-group/docker-compose.expected.yml
tests/it/test_jsonnet_it.data/named-invalid-user-group/docker-compose.yml.jsonnet
tests/it/test_jsonnet_it.data/named-user-group/ddb.yml
tests/it/test_jsonnet_it.data/named-user-group/docker-compose.expected.yml
tests/it/test_jsonnet_it.data/named-user-group/docker-compose.yml.jsonnet
tests/it/test_projects.data/symfony-vuejs/ddb.yml
tests/it/test_projects.data/symfony-vuejs/docker-compose.override.dev.yml
tests/it/test_projects.data/symfony-vuejs/docker-compose.yml
tests/it/test_projects.data/symfony-vuejs/docker-composer.override.ci.yml
tests/it/test_projects.data/symfony-vuejs/.ca-certificates/some-cert.crt
tests/it/test_projects.data/symfony-vuejs/.docker/.ca-certificates.manual/GFI_Informatique_Orléans_Root_CA.crt
tests/it/test_projects.data/symfony-vuejs/.docker/.ca-certificates.manual/fwca.annuaire.groupe.local.crt
tests/it/test_projects.data/symfony-vuejs/.docker/db/Dockerfile.jinja
tests/it/test_projects.data/symfony-vuejs/.docker/db/fixuid.yml
tests/it/test_projects.data/symfony-vuejs/.docker/keycloak-db/Dockerfile.jinja
tests/it/test_projects.data/symfony-vuejs/.docker/keycloak-db/fixuid.yml
tests/it/test_projects.data/symfony-vuejs/.docker/ldap/Dockerfile.jinja
tests/it/test_projects.data/symfony-vuejs/.docker/ldap/ldif/00-ou.ldif
tests/it/test_projects.data/symfony-vuejs/.docker/ldap/ldif/10-users.ldif
tests/it/test_projects.data/symfony-vuejs/.docker/ldap/ldif/20-groups.ldif
tests/it/test_projects.data/symfony-vuejs/.docker/node/Dockerfile.jinja
tests/it/test_projects.data/symfony-vuejs/.docker/node/fixuid.yml
tests/it/test_projects.data/symfony-vuejs/.docker/php/Dockerfile.jinja
tests/it/test_projects.data/symfony-vuejs/.docker/php/fixuid.yml
tests/it/test_projects.data/symfony-vuejs/.docker/php/conf.d/php-config.ini
tests/it/test_projects.data/symfony-vuejs/.docker/web/Dockerfile.jinja
tests/it/test_projects.data/symfony-vuejs/.docker/web/nginx.conf.jinja
tests/it/test_shell_it.data/export-special-chars/ddb.yml
tests/it/test_traefik_it.data/extra-services/ddb_home/.gitignore
tests/it/test_traefik_it.data/extra-services/home/.gitignore
tests/it/test_traefik_it.data/extra-services/home/certs/.gitignore
tests/it/test_traefik_it.data/extra-services/home/traefik/config/.gitignore
tests/it/test_traefik_it.data/extra-services/project/.gitignore
tests/it/test_traefik_it.data/extra-services/project/ddb.yml
tests/it/test_watch.data/watch-certs/files/docker-compose.yml.jsonnet
tests/it/test_watch.data/watch-certs/home/certs/.gitignore
tests/it/test_watch.data/watch-certs/home/traefik/config/.gitignore
tests/it/test_watch.data/watch-certs/project/ddb.yml
tests/it/test_watch.data/watch-config/ddb.yml
tests/it/test_watch.data/watch-config/test.jinja.txt
tests/it/test_watch.data/watch-fixuid/expected/Dockerfile
tests/it/test_watch.data/watch-fixuid/files/docker-compose.yml.jsonnet
tests/it/test_watch.data/watch-fixuid/files/.docker/db/Dockerfile.jinja
tests/it/test_watch.data/watch-fixuid/files/.docker/db/fixuid.yml
tests/it/test_watch.data/watch-fixuid/project/ddb.yml
tests/it/test_watch.data/watch1/ddb.yml
tests/it/test_watch.data/watch1/test.txt.jinja
tests/test_main.data/empty-config/ddb.yml
tests/test_main.data/no-config/.gitempty
tests/test_plugin.data/feature/ddb.yml
tests/test_plugin.data/feature/some.dev
tests/test_plugin.data/feature/.ddb/custom2.py
tests/test_plugin.data/feature/.ddb/custom/__init__.py
tests/test_plugin.data/feature/.ddb/custom/actions.py
tests/test_plugin.data/feature/.ddb/deep/directory/__init__.py
tests/test_plugin.data/feature/.ddb/deep/directory/actions.py
tests/utils/test_docker_utils.py
tests/utils/test_file.py
tests/utils/test_docker_utils.data/docker-compose.yml
tests/utils/test_file.data/1KB.bin
tests/utils/test_file.data/512bytes.bin
tests/utils/test_file.data/512bytes.copy.bin
tests/utils/test_file.data/test_file_content.txt