.gitignore
.travis.yml
CHANGELOG.md
CONTRIBUTING.md
LICENSE
MANIFEST.in
README.md
_config.yml
ddb.spec
docker-compose.yml
pylintrc
pytest.ini
requirements-dev.txt
requirements.txt
setup.cfg
setup.py
tox.ini
.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/shelve_cache.py
ddb/command/__init__.py
ddb/command/command.py
ddb/config/__init__.py
ddb/config/config.py
ddb/config/flatten.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/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/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/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/file.py
ddb/utils/process.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/00-development.md
docs/10-default_configuration.md
docs/11-project_configuration.md
docs/20-pipeline_configuration.md
docs/11-project_configuration/01-ddb.yaml.md
docs/11-project_configuration/02-docker-compose.yml.jsonnet.md
docs/11-project_configuration/03-Dockerfile.jinja.md
docs/11-project_configuration/03-Dockerfile.md
docs/20-pipeline_configuration/azure/install.yml
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_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/cookiecutter/test_cookiecutter.data/github-vuejs/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/docker/test_docker.py
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/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/ubuntu/docker-compose.yml
tests/feature/fixuid/test_fixuid.py
tests/feature/fixuid/test_fixuid.data/empty/.gitempty
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-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/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/empty/.gitempty
tests/feature/gitignore/test_gitignore.data/keep_negated/.gitignore
tests/feature/gitignore/test_gitignore.data/templates/.gitignore
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/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/jsonnet/test_jsonnet.py
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_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_traefik/ddb.ci.yml
tests/feature/jsonnet/test_jsonnet.data/docker_compose_traefik/ddb.dev.yml
tests/feature/jsonnet/test_jsonnet.data/docker_compose_traefik/ddb.prod.yml
tests/feature/jsonnet/test_jsonnet.data/docker_compose_traefik/docker-compose.expected.ci.yml
tests/feature/jsonnet/test_jsonnet.data/docker_compose_traefik/docker-compose.expected.dev.yml
tests/feature/jsonnet/test_jsonnet.data/docker_compose_traefik/docker-compose.expected.prod.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/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/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/subdirectory/another-script.sh
tests/feature/run/test_run.py
tests/feature/run/test_run.data/empty/.gitempty
tests/feature/shell/test_actions.py
tests/feature/shell/test_actions.data/aliases/.gitignore
tests/feature/shell/test_actions.data/aliases/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/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/traefik/test_traefik.py
tests/feature/traefik/test_traefik.data/empty/.gitignore
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/.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/repo.zip
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_tag_repo/repo.zip
tests/feature/version/test_version.data/tag_repo/repo.zip
tests/feature/ytt/test_ytt.py
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_docker_image_tag.py
tests/it/test_error_handling.py
tests/it/test_files_generated.py
tests/it/test_projects.py
tests/it/test_watch.py
tests/it/test_binaries.data/docker1/docker-compose.yml
tests/it/test_binaries.data/docker_removal/docker-compose.removed.yml
tests/it/test_binaries.data/docker_removal/docker-compose.yml
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_error_handling.data/invalid-jsonnet/invalid.jsonnet
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_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_watch.data/watch1/ddb.yml
tests/it/test_watch.data/watch1/test.txt.jinja
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_file.py
tests/utils/test_file.data/1KB.bin
tests/utils/test_file.data/512bytes.bin
tests/utils/test_file.data/512bytes.copy.bin