Steve Durrheimer
|
0f1fb42326
Add zsh completion for 'docker-compose rm -a --all'
|
9 years ago |
Daniel Nephin
|
aa50023507
Merge pull request #3057 from shin-/2636-env-file
|
9 years ago |
Joffrey F
|
12ad3ff301
Injecting os.environ in Environment instance happens outside of init method
|
9 years ago |
Joffrey F
|
1506f997de
Better windows support for Environment class
|
9 years ago |
Joffrey F
|
b99037b4a6
Add support for DOCKER_* variables in .env file
|
9 years ago |
Joffrey F
|
c7afe16419
Account for case-insensitive env on windows platform
|
9 years ago |
Joffrey F
|
36f1b4589c
Limit occurrences of creating an environment object.
|
9 years ago |
Joffrey F
|
0ff53d9668
Less verbose environment invocation
|
9 years ago |
Joffrey F
|
dcdcf4869b
Mention environment file in envvars.md
|
9 years ago |
Joffrey F
|
21aa7a0448
Documentation for .env file
|
9 years ago |
Joffrey F
|
f48da96e8b
Test get_project_name from env file
|
9 years ago |
Joffrey F
|
d55fc85fea
Added default env file test.
|
9 years ago |
Joffrey F
|
1801f83bb8
Environment class cleanup
|
9 years ago |
Joffrey F
|
fd020ed2cf
Tests use updated get_config_paths_from_options signature
|
9 years ago |
Joffrey F
|
5831b869e8
Update tests for new environment handling
|
9 years ago |
Joffrey F
|
b9ca5188a2
Remove Environment singleton, instead carry instance during config processing
|
9 years ago |
Joffrey F
|
bf8e501b5e
Fix pre-commit config
|
9 years ago |
Joffrey F
|
c69d8a3bd2
Implement environment singleton to be accessed throughout the code
|
9 years ago |
Daniel Nephin
|
d1d8df7f72
Merge pull request #3192 from shin-/use-dockerpy-1.8
|
9 years ago |
Joffrey F
|
d78b013bb0
Merge pull request #3204 from albers/completion-rm--all
|
9 years ago |
Joffrey F
|
aabeb56527
Merge pull request #3206 from albers/completion-exec
|
9 years ago |
Joffrey F
|
60470fb9f1
Require docker-py 1.8.0rc2
|
9 years ago |
Daniel Nephin
|
84a2e634a8
Merge pull request #3200 from dnephin/disable_broken_test
|
9 years ago |
Harald Albers
|
c9b02b7b34
bash completion for `docker-compose exec`
|
9 years ago |
Joffrey F
|
87231a25be
Merge pull request #3202 from albers/completion-logs
|
9 years ago |
Joffrey F
|
353c4deb19
Merge pull request #3203 from albers/completion-up--build
|
9 years ago |
Daniel Nephin
|
732531b722
Disable a test that is failing against 1.11.0rc1.
|
9 years ago |
Harald Albers
|
b030c3928a
bash completion for `docker-compose rm --all`
|
9 years ago |
Harald Albers
|
5416e4c99b
bash completion for `docker-compose up --build`
|
9 years ago |
Harald Albers
|
d8fb9d8831
bash completion for new `docker logs` options
|
9 years ago |