compose/compose
Henke Adolfsson 76d0406fab
Add test and implementation for secret added after container has been created
The issue is that if a secret is added to the compose file, then it will
not notice that containers have diverged since last run, because secrets
are not part of the config_hash, which determines if the configuration of
a service is the same or not.

Signed-off-by: Henke Adolfsson <catears13@gmail.com>
2019-03-08 07:43:53 +01:00
..
cli Merge pull request #6542 from akshitgrover/6028-Add_Quiet_Builds 2019-03-05 14:55:32 +00:00
config Fix merging of compose files when network has None config 2019-03-07 15:30:11 +01:00
__init__.py Fix version 2018-10-30 14:30:11 -07:00
__main__.py Use json to encode invalid values in configuration errors so that the user sees a proper repr of the value. 2016-01-07 13:09:24 -05:00
bundle.py Resolve digests without pulling image 2019-01-15 14:24:26 +01:00
const.py Use improved API fields for project events when possible 2018-12-13 14:13:20 -08:00
container.py Don't append slugs to containers created by "up" 2018-11-27 18:58:55 -08:00
errors.py Expand depends_on to allow different conditions (service_start, service_healthy) 2017-01-04 11:28:30 -08:00
network.py Fix config hash consistency with unprioritized networks 2018-08-07 16:51:01 -07:00
parallel.py Bring zero container check up in the call stack 2019-01-10 15:48:37 -08:00
progress_stream.py fix race condition after pulling image 2019-01-09 23:14:12 +01:00
project.py Add --quiet build flag 2019-03-02 13:07:23 +05:30
service.py Add test and implementation for secret added after container has been created 2019-03-08 07:43:53 +01:00
state.py Implement smart recreate behind an experimental CLI flag 2015-05-18 18:39:18 +01:00
timeparse.py Add a vendored and modified pytimeparse 2016-11-16 12:10:32 -05:00
utils.py Update `reorder_python_imports` version to fix Unicode problems 2018-12-01 00:35:34 +01:00
version.py Improved version comparisons throughout the codebase 2017-07-13 17:37:26 -07:00
volume.py Don't attempt to create resources with name starting with illegal characters 2018-05-04 16:15:52 -07:00