.. |
attach.go
|
Add network alias to container name
|
2021-01-07 17:06:40 -03:00 |
build.go
|
Remove duplicate compute of image name & add unit test
|
2021-01-13 17:30:01 +01:00 |
compose.go
|
Move errdefs => api/errdefs
|
2021-01-15 16:54:18 +01:00 |
containers.go
|
Add network alias to container name
|
2021-01-07 17:06:40 -03:00 |
convergence.go
|
goimports -local github.com/docker/compose-cli -w . ; gofmt -s -w .
|
2021-01-15 16:24:00 +01:00 |
convergence_test.go
|
Add unit tests to container_name
|
2021-01-08 10:05:53 +01:00 |
create.go
|
goimports -local github.com/docker/compose-cli -w . ; gofmt -s -w .
|
2021-01-15 16:24:00 +01:00 |
create_test.go
|
Network names and volume names don’t need anymore to be re-adapted (and prefixed with project name) after loaded from compose-go
|
2021-01-14 10:07:29 +01:00 |
dependencies.go
|
Split compose.go into command-focussed go files
|
2020-12-08 11:58:49 +01:00 |
dependencies_test.go
|
Split compose.go into command-focussed go files
|
2020-12-08 11:58:49 +01:00 |
down.go
|
Move progress => api
|
2021-01-15 15:57:24 +01:00 |
labels.go
|
No need to filter services again in backend, filter is done by cli command. Added e2e test, labels one-off and slug
|
2020-12-18 09:59:02 +01:00 |
logs.go
|
e2e test for local `Log` command
|
2020-12-17 11:48:58 +01:00 |
ls.go
|
Split compose.go into command-focussed go files
|
2020-12-08 11:58:49 +01:00 |
ls_test.go
|
move test to command-specific test file
|
2020-12-09 10:33:52 +01:00 |
ps.go
|
Add network alias to container name
|
2021-01-07 17:06:40 -03:00 |
pull.go
|
Move config => api/config
|
2021-01-15 16:55:10 +01:00 |
push.go
|
Move config => api/config
|
2021-01-15 16:55:10 +01:00 |
run.go
|
Refactor ProjectName
|
2021-01-04 14:11:54 +00:00 |
start.go
|
Split compose.go into command-focussed go files
|
2020-12-08 11:58:49 +01:00 |
util.go
|
override inherited secret mounts
|
2021-01-08 16:33:30 +01:00 |