Guillaume Lours
|
cf12239547
|
Merge pull request #10207 from ndeloof/tail_n
alias -n for --tail to align with docker CLI
|
2023-01-26 14:06:29 +01:00 |
Laura Brehm
|
a288332fbd
|
Update docs to add `--scale` argument to `compose create`
Signed-off-by: Laura Brehm <laurabrehm@hey.com>
|
2023-01-26 13:03:49 +01:00 |
Laura Brehm
|
9d53ed8f63
|
Add `--scale` to `compose create`, refactor scale option
Signed-off-by: Laura Brehm <laurabrehm@hey.com>
|
2023-01-26 13:03:34 +01:00 |
AhmedGrati
|
df70735295
|
Fix: Handle concurrent threads using mutex on the rainbowColor function
Signed-off-by: AhmedGrati <ahmedgrati1999@gmail.com>
|
2023-01-26 12:53:56 +01:00 |
AhmedGrati
|
d8bf175cd4
|
Remove unecessary files
Signed-off-by: AhmedGrati <ahmedgrati1999@gmail.com>
|
2023-01-26 12:53:56 +01:00 |
AhmedGrati
|
4816f40b90
|
Fix: remove the infinite goroutine
Signed-off-by: AhmedGrati <ahmedgrati1999@gmail.com>
|
2023-01-26 12:53:56 +01:00 |
AhmedGrati
|
ed5a2e83c7
|
Remove unecessary files
Signed-off-by: AhmedGrati <ahmedgrati1999@gmail.com>
|
2023-01-26 12:53:56 +01:00 |
AhmedGrati
|
fa8d075d88
|
Fix: remove the infinite goroutine
Signed-off-by: AhmedGrati <ahmedgrati1999@gmail.com>
|
2023-01-26 12:53:56 +01:00 |
Nicolas De Loof
|
33c3f4dfad
|
alias -n for --tail to align with docker CLI
Signed-off-by: Nicolas De Loof <nicolas.deloof@gmail.com>
|
2023-01-26 10:00:58 +01:00 |
Nicolas De Loof
|
aa31387355
|
cleanup TUI lines after switching to "compact" mode
Signed-off-by: Nicolas De Loof <nicolas.deloof@gmail.com>
|
2023-01-26 07:56:49 +01:00 |
Laura Brehm
|
d47f0f31c2
|
Update docs to mention `COMPOSE_PARALLEL_LIMITS` and ways to configure parallelism
Signed-off-by: Laura Brehm <laurabrehm@hey.com>
|
2023-01-24 17:01:15 +01:00 |
Guillaume Lours
|
ac8ab8634a
|
Merge pull request #10195 from ndeloof/ps_docs
fix docs to reflect docker compose ps being aligned with docker ps
|
2023-01-24 11:21:20 +01:00 |
Nicolas De Loof
|
4721c01702
|
fix docs to reflect docker compose ps being aligned with docker ps
Signed-off-by: Nicolas De Loof <nicolas.deloof@gmail.com>
|
2023-01-24 11:11:20 +01:00 |
Nicolas De loof
|
5919fcb4cd
|
Revert "Fix Goroutine leak in v2/command/formatter"
|
2023-01-24 10:48:27 +01:00 |
Guillaume Lours
|
4671e69a96
|
Merge pull request #10192 from AhmedGrati/10157-fix-goroutine-leak
Fix Goroutine leak in v2/command/formatter
|
2023-01-23 14:33:14 +01:00 |
AhmedGrati
|
3a21e1e319
|
Fix Linting Issues
Signed-off-by: AhmedGrati <ahmedgrati1999@gmail.com>
|
2023-01-23 10:50:56 +01:00 |
AhmedGrati
|
b670aefb94
|
Feat: Clean inifinite Goroutine
Signed-off-by: AhmedGrati <ahmedgrati1999@gmail.com>
|
2023-01-22 22:03:52 +01:00 |
Guillaume Lours
|
d5d9f67547
|
Merge pull request #10173 from glours/dry-run
Skeleton for dry-run under alpha command
|
2023-01-20 15:37:52 +01:00 |
Guillaume Lours
|
a2899d5ff0
|
Merge pull request #10181 from laurazard/fix-log-f
Fix issue where `compose logs` doesn't exit when all running containers have been stopped
|
2023-01-20 14:11:31 +01:00 |
Laura Brehm
|
220626ec5e
|
Only account running containers for logs
Signed-off-by: Laura Brehm <laurabrehm@hey.com>
|
2023-01-20 13:30:05 +01:00 |
Guillaume Lours
|
6c795d60bf
|
Merge pull request #10186 from glours/bump-compose-go-1.9.0
bump compose-go to version v1.9.0
|
2023-01-20 11:23:04 +01:00 |
Guillaume Lours
|
291e1bd618
|
bump compose-go to version v1.9.0
Signed-off-by: Guillaume Lours <705411+glours@users.noreply.github.com>
|
2023-01-20 10:58:46 +01:00 |
Nicolas De Loof
|
e94eb056b4
|
allow a TTY to be allocated with -t
Signed-off-by: Nicolas De Loof <nicolas.deloof@gmail.com>
|
2023-01-19 16:53:09 +01:00 |
Nicolas De Loof
|
c15bf1955a
|
debounce refresh requests with quietperiod
Signed-off-by: Nicolas De Loof <nicolas.deloof@gmail.com>
|
2023-01-18 22:12:54 +01:00 |
Laura Brehm
|
0b1c86726e
|
Add tests for filtering containers not created by Compose
Signed-off-by: Laura Brehm <laurabrehm@hey.com>
|
2023-01-17 19:00:02 +01:00 |
Laura Brehm
|
82ef998511
|
Ignore containers created outside compose
Signed-off-by: Laura Brehm <laurabrehm@hey.com>
|
2023-01-17 19:00:02 +01:00 |
Guillaume Lours
|
fb36f7fffd
|
directly embed the orignal APIClient in the DryRunClient
Signed-off-by: Guillaume Lours <705411+glours@users.noreply.github.com>
|
2023-01-16 11:11:35 +01:00 |
Guillaume Lours
|
3fac506a30
|
identify functions which need to be ovorridden for dry run feature
Signed-off-by: Guillaume Lours <705411+glours@users.noreply.github.com>
|
2023-01-16 11:11:35 +01:00 |
Guillaume Lours
|
eb59b0e265
|
add alpha command to test dry-run
Signed-off-by: Guillaume Lours <705411+glours@users.noreply.github.com>
|
2023-01-16 11:11:35 +01:00 |
Guillaume Lours
|
5081ab0507
|
create custom CLI when dry-run mode active
update documentation
Signed-off-by: Guillaume Lours <705411+glours@users.noreply.github.com>
|
2023-01-16 11:11:35 +01:00 |
Guillaume Lours
|
13ef440d6a
|
add DryRun API Client with delagation pattern
Signed-off-by: Guillaume Lours <705411+glours@users.noreply.github.com>
|
2023-01-16 11:11:35 +01:00 |
Guillaume Lours
|
fbf845c5f8
|
add dry-run flag
Signed-off-by: Guillaume Lours <705411+glours@users.noreply.github.com>
|
2023-01-16 11:11:35 +01:00 |
Guillaume Lours
|
5a2b7b83cd
|
use compose service methods when exist instead of directly service.dockerCli
Signed-off-by: Guillaume Lours <705411+glours@users.noreply.github.com>
|
2023-01-13 21:02:00 +01:00 |
Nicolas De Loof
|
8c07fa4d25
|
mark alpha command as experimental
Signed-off-by: Nicolas De Loof <nicolas.deloof@gmail.com>
|
2023-01-12 14:44:18 +01:00 |
Laura Brehm
|
db267d86c1
|
Merge pull request #10169 from laurazard/fix-terminal-height
Adjust terminal height calc
|
2023-01-12 11:21:34 +01:00 |
Laura Brehm
|
9daf41892f
|
Adjust terminal height calc
Signed-off-by: Laura Brehm <laurabrehm@hey.com>
|
2023-01-12 11:20:05 +01:00 |
Laura Brehm
|
2aa88b5c9e
|
Merge pull request #10149 from TColl/typo-fix
fix typo
|
2023-01-12 10:56:28 +01:00 |
Nicolas De Loof
|
bb9cf32245
|
introduce experimental watch command (skeletton)
Signed-off-by: Nicolas De Loof <nicolas.deloof@gmail.com>
|
2023-01-12 10:52:58 +01:00 |
Laura Brehm
|
7212aaff2e
|
Merge pull request #10166 from matthewarmand/run-remove-orphans
Add remove-orphans functionality to run
|
2023-01-12 10:18:47 +01:00 |
Laura Brehm
|
69a09624c9
|
Skip child events when printer events > terminal height
Signed-off-by: Laura Brehm <laurabrehm@hey.com>
|
2023-01-12 09:52:25 +01:00 |
Tom Collingwood
|
f2088bb917
|
fix typo
Signed-off-by: Tom Collingwood <tomcollingwood@yahoo.co.uk>
|
2023-01-11 19:07:29 +00:00 |
Matt Armand
|
dadad01e63
|
Update docs programatically like you're supposed to
Signed-off-by: Matt Armand <marmand68@gmail.com>
|
2023-01-11 13:20:30 -05:00 |
Matt Armand
|
1adc9f54d5
|
fix docs yaml
Signed-off-by: Matt Armand <marmand68@gmail.com>
|
2023-01-11 12:24:15 -05:00 |
Matt Armand
|
4cebce3a5c
|
This option lives in the create options, not the run options
Signed-off-by: Matt Armand <marmand68@gmail.com>
|
2023-01-11 12:07:51 -05:00 |
Matt Armand
|
bd8e57447a
|
Add remove-orphans functionality to run, because it recommends that in error messages
Signed-off-by: Matt Armand <marmand68@gmail.com>
|
2023-01-11 10:31:56 -05:00 |
Laura Brehm
|
4ad87463c5
|
Add 🥒 GHA workflow
Signed-off-by: Laura Brehm <laurabrehm@hey.com>
|
2023-01-11 14:13:10 +01:00 |
Laura Brehm
|
62b3e7409e
|
Merge pull request #10124 from laurazard/fix-cucumber-tests
Fix Cucumber 🥒 tests
|
2023-01-11 13:00:04 +01:00 |
Nicolas De Loof
|
cc912c625d
|
introduce --remove-orphans in compose create command
Signed-off-by: Nicolas De Loof <nicolas.deloof@gmail.com>
|
2023-01-11 07:16:50 +01:00 |
Laura Brehm
|
cc7e69c02d
|
Merge pull request #10142 from docker/dependabot/go_modules/github.com/containerd/containerd-1.6.15
build(deps): bump github.com/containerd/containerd from 1.6.14 to 1.6.15
|
2023-01-10 12:44:46 +00:00 |
Nicolas De Loof
|
3e12a7cb23
|
pass proxy config as build args - same as docker/buildx#959
Signed-off-by: Nicolas De Loof <nicolas.deloof@gmail.com>
|
2023-01-10 12:15:13 +01:00 |