Commit Graph

  • b11fedebdf Add `--services` flag to `compose ps` aiordache 2021-02-18 13:27:53 +0100
  • 54b0cb9671
    no need to override output as we bypass Fprint on quiet mode Nicolas De Loof 2021-02-18 10:06:27 +0100
  • f07a4a72b9
    introduce --rmi and --volumes option on down Nicolas De Loof 2021-02-17 15:22:26 +0100
  • 65fc4ffb4e
    Merge pull request #1313 from docker/quiet Nicolas De loof 2021-02-17 15:24:36 +0100
  • 057f23ed75
    non-tty progress write to stdout Nicolas De Loof 2021-02-16 17:36:07 +0100
  • a2d335271a introduce pull --quiet option Nicolas De Loof 2021-02-16 14:01:56 +0100
  • da7498949e introduce config --quiet Nicolas De Loof 2021-02-16 12:23:48 +0100
  • 5e7203dbe4
    Merge pull request #1306 from aiordache/compose_exec_cmd Nicolas De loof 2021-02-16 14:15:48 +0100
  • c74cec9ae3
    introduce --quiet option Nicolas De Loof 2021-02-16 12:10:35 +0100
  • 220b508d53
    Merge pull request #1305 from docker/join_split Nicolas De loof 2021-02-16 11:19:43 +0100
  • 12a5100b20 reconcide log's wplit_writer implementations Nicolas De Loof 2021-02-16 10:43:35 +0100
  • 9097d71009 join log stream before we split by line Nicolas De Loof 2021-02-15 15:49:40 +0100
  • bd9248d074
    Merge pull request #1303 from docker/down_timeout Nicolas De loof 2021-02-16 10:59:02 +0100
  • afac025a49 Add `compose exec` command aiordache 2021-02-15 09:56:34 +0100
  • 8029db807c
    Merge pull request #1301 from docker/color_fix Nicolas De loof 2021-02-16 10:43:16 +0100
  • 0b517741a0 introduce --timeout on compose stop|down Nicolas De Loof 2021-02-15 13:54:55 +0100
  • de586871de
    Merge pull request #1307 from ulyssessouza/gotestsum Nicolas De loof 2021-02-16 09:52:56 +0100
  • c4ae857467
    Merge pull request #1309 from ulyssessouza/cascade-cleanup Nicolas De loof 2021-02-16 09:52:42 +0100
  • cc649d958c Add Azure sovereign cloud support Karol Zadora-Przylecki 2021-01-31 12:15:00 -0700
  • 6b79a6c096 Add cascade test cleanup with `down` Ulysses Souza 2021-02-15 20:04:59 -0300
  • 18900cfcd0 Use gotestsum to make FAILURES more visible Ulysses Souza 2021-02-15 17:36:42 -0300
  • 9063c138ba
    Merge pull request #1299 from docker/remove Nicolas De loof 2021-02-15 15:47:50 +0100
  • 5cb2533faa
    dryrun to collect resources to be removed, then remove Nicolas De Loof 2021-02-15 10:46:56 +0100
  • 4fcaa29614
    fix color assignment on status messages Nicolas De Loof 2021-02-15 11:14:09 +0100
  • d6c20045f0
    Merge pull request #1300 from docker/start_recreate Nicolas De loof 2021-02-15 10:50:33 +0100
  • 3f387e4e75
    introduce create --force-recreate and --no-recreate Nicolas De Loof 2021-02-15 10:02:56 +0100
  • 20b83aa237
    introduce compose rm command Nicolas De Loof 2021-02-15 09:13:41 +0100
  • a69aa3d98a
    Merge pull request #1285 from docker/predictable_colors Nicolas De loof 2021-02-12 20:31:48 +0100
  • 4e5734f6e9 stop as all registered containers exited || cascadestop Nicolas De Loof 2021-02-12 11:37:33 +0100
  • 15882d3503 happy shinny linter ☜(⌒▽⌒)☞ Nicolas De Loof 2021-02-12 10:19:26 +0100
  • 49415afe5d docker-compose parity: start implies `--detach` (otherwise, use `up`) Nicolas De Loof 2021-02-12 10:08:46 +0100
  • 8533a26929 make color assignment predictable and option to disable prefixes/colors Nicolas De Loof 2021-02-12 10:02:05 +0100
  • 54a7819cbe
    Merge pull request #1290 from docker/restart_logs Nicolas De loof 2021-02-12 17:54:38 +0100
  • 4d05e0234a
    Merge pull request #1287 from docker/scale Nicolas De loof 2021-02-12 17:47:01 +0100
  • 4462f12249
    revisit `run` implementation as create, attach, start, wait Nicolas De Loof 2021-02-12 17:33:59 +0100
  • bbdced6f0b
    test case Nicolas De Loof 2021-02-12 14:54:57 +0100
  • 9601aa5af3 add support for up --scale Nicolas De Loof 2021-02-12 11:16:36 +0100
  • d56745cba4 detect stopped containers as "Created" Nicolas De Loof 2021-02-12 12:03:15 +0100
  • f52bdc54d8
    Merge pull request #1281 from gtardif/compose_unittests Guillaume Tardif 2021-02-12 12:12:57 +0100
  • d720eb6c03 Fix race (parallel update of collection) to remove orphan containers Guillaume Tardif 2021-02-12 10:13:14 +0100
  • fbe1ebc054 Fix test name and avoid project name collision between parallel tests, Guillaume Tardif 2021-02-12 09:52:04 +0100
  • ac5c422d77 Better debug info if test fail Guillaume Tardif 2021-02-12 09:45:00 +0100
  • b39208ec92
    Merge pull request #1264 from gtardif/compose_orphans_warning Guillaume Tardif 2021-02-11 16:17:24 +0100
  • b4fa7b2fa3 PS unit test Guillaume Tardif 2021-02-11 12:39:51 +0100
  • 4140196eb0 Add down unit tests Guillaume Tardif 2021-02-11 11:12:50 +0100
  • b8093e668a Kill Unit test mocking docker client API Guillaume Tardif 2021-02-10 20:41:15 +0100
  • bf26d056e5 Fix orphans warning when `docker compose run` Guillaume Tardif 2021-02-09 17:44:34 +0100
  • c8b708a20b Fix orphans warning when running `docker compose up SERVICE` Guillaume Tardif 2021-02-09 15:25:07 +0100
  • 5ddcc84a3d
    Merge pull request #1263 from docker/exitCodeFrom Nicolas De loof 2021-02-11 14:26:40 +0100
  • 8b90814de6
    e2e test Nicolas De Loof 2021-02-11 10:45:11 +0100
  • d9fe745cc0
    avoid use of channels in API for gRPC compatibility Nicolas De Loof 2021-02-10 14:20:32 +0100
  • 752edcce65
    introduce `--exit-code-from` Nicolas De Loof 2021-02-09 19:17:12 +0100
  • a4b003ecfa
    pull logs and events better than aggregate events from multiple channels Nicolas De Loof 2021-02-09 16:51:48 +0100
  • 17c26e81ff capture exit code and log as ERROR Nicolas De Loof 2021-02-09 12:40:31 +0100
  • 06b033db6c `Event` is way too generic noon Nicolas De Loof 2021-02-09 11:53:35 +0100
  • 27d640dd41 e2e test and alignment with docker-compose output Nicolas De Loof 2021-02-09 10:49:48 +0100
  • f3d093cb54 introduce cascade stop "--abort-on-container-exit" option Nicolas De Loof 2021-02-08 11:42:42 +0100
  • 7a7114fb5f Capture container exit code and dump on console Nicolas De Loof 2021-02-08 11:04:46 +0100
  • 1562af9e41
    Merge pull request #1249 from aiordache/kube_convert_cmd Guillaume Tardif 2021-02-09 11:31:26 +0100
  • c663ea6ffe
    Merge pull request #1260 from gtardif/down_warn_nothing_to_remove Nicolas De loof 2021-02-09 10:49:03 +0100
  • f21326a319 Add output flag for writing chart files aiordache 2021-02-05 17:16:20 +0100
  • ec302a2e10 Fix display glitch when sending a single “Done” event with no previous “Working” event ont he same ID Guillaume Tardif 2021-02-08 17:21:18 +0100
  • 58e10a7af2 Display warning in `docker compose down` if nothing to remove (no container, no network) For reference, `docker-compose` displays `WARNING: Network sentences_default not found` Guillaume Tardif 2021-02-08 17:20:36 +0100
  • ec26ba5230
    Merge pull request #1256 from ulyssessouza/e2e-secrets Guillaume Tardif 2021-02-08 16:18:36 +0100
  • 66fb7903ad
    Merge pull request #1246 from ulyssessouza/label-envfiles Guillaume Tardif 2021-02-08 16:09:44 +0100
  • ff5e3a5e92
    Merge pull request #1245 from aiordache/kube_logs_cmd Guillaume Tardif 2021-02-08 16:08:37 +0100
  • 9be77beb73 Add compose logs test aiordache 2021-02-05 15:03:28 +0100
  • 1e7ce90561 Kube backend: add the `compose logs` command aiordache 2021-02-04 10:04:42 +0100
  • a9247e5412 Kube backend: add `compose convert` for displaying the generated chart content aiordache 2021-02-05 11:12:56 +0100
  • 9f56fc9fd6
    Merge pull request #1258 from docker/red-e2e_compose_flags Guillaume Tardif 2021-02-08 15:11:35 +0100
  • a5affa447f Adapt e2e tests to compose flag order Guillaume Tardif 2021-02-08 09:50:17 +0100
  • b9f34a168b Add content based e2e tests for configs and secrets Ulysses Souza 2021-02-08 02:57:02 -0300
  • a5b148bda1
    Merge pull request #1251 from gtardif/compose_health_display Guillaume Tardif 2021-02-05 17:55:04 +0100
  • dc80f6b6e7 Add environment_files label Ulysses Souza 2021-02-04 18:52:16 -0300
  • 24d40ba6ac
    Merge pull request #1226 from docker/loglevel Guillaume Tardif 2021-02-05 12:38:13 +0100
  • ad140697fc Remove the HEALTH status in `docker compose ps` and combine values from fields “state” and “health”. Rename column STATE => STATUS. Guillaume Tardif 2021-02-05 12:12:04 +0100
  • 42adbaeb8e
    Merge pull request #1250 from docker/fix_logs Guillaume Tardif 2021-02-05 11:36:49 +0100
  • 2c22717624
    Merge pull request #1244 from gtardif/kube_compose_ps Anca Iordache 2021-02-05 11:22:14 +0100
  • a1bc5c721d
    Filter out one_off containers on `compose logs` Nicolas De Loof 2021-02-05 11:15:43 +0100
  • de7ce7084e
    Merge pull request #1241 from ulyssessouza/add-configs-bind Guillaume Tardif 2021-02-05 11:15:23 +0100
  • 677bfc9ce5 Set kube namespace properly Guillaume Tardif 2021-02-05 11:09:06 +0100
  • 15c0b883fe hide non running containers if no --all option Guillaume Tardif 2021-02-05 09:36:37 +0100
  • f368036ddd Add compose ps listing pod statuses (retrieve pods from compose project label) This does not yet retrieve port sharing data (need to reconcile ports with kube services) Guillaume Tardif 2021-02-04 16:57:06 +0100
  • 73e94b4ba5 Add Kube client Guillaume Tardif 2021-02-04 15:36:57 +0100
  • f433fb89d1
    Merge pull request #1247 from gtardif/revert_name_prefix Guillaume Tardif 2021-02-05 09:51:11 +0100
  • 211a1d5d2d Revert "Prefix kube resource with compose project name to avoid name clashes between projects. " Guillaume Tardif 2021-02-05 09:38:13 +0100
  • 8d8934e449 Add configs bind mount support Ulysses Souza 2021-02-04 09:15:01 -0300
  • 9f80214dc2
    Make -l -D -H non-persistent to avoid conflict with subcommands Nicolas De Loof 2021-02-03 14:02:12 +0100
  • caec924532
    Merge pull request #1243 from gtardif/Kube_name_clash Guillaume Tardif 2021-02-04 15:30:23 +0100
  • 6b61902a23 Prefix kube resource with compose project name to avoid name clashes between projects. Kube resource name follow the form `<PROJECT>-<SERVICE>`. (“_” are not allowed there, using “-“. Project names can include “-“, so we can’t parse back to retrieve project and service names, we MUST rely on labels. Guillaume Tardif 2021-02-04 13:37:29 +0100
  • 12dcf4cc37
    Merge pull request #1229 from gtardif/refacto_helm_init Guillaume Tardif 2021-02-04 10:02:33 +0100
  • 4620d8b527
    Merge pull request #1240 from docker/not_vpc Guillaume Tardif 2021-02-04 10:02:20 +0100
  • 2484dfa5b5
    clearer error message and fix typo Nicolas De Loof 2021-02-04 08:02:22 +0100
  • 74107bf512
    Merge pull request #1231 from gtardif/compose_down_remove_orphans Nicolas De loof 2021-02-03 16:17:31 +0100
  • af62c52716
    Merge pull request #1230 from gtardif/fix_progress_time_display Guillaume Tardif 2021-02-03 15:55:50 +0100
  • 4b20d77a86 Expose `—remove-orphans` in compose down command Guillaume Tardif 2021-02-03 15:50:49 +0100
  • f0dbc60676 Avoid negative elapsed the display when only one event is sent. Guillaume Tardif 2021-02-03 15:18:16 +0100
  • e3f1bc99d3 Init helm action by default with no logger, don’t require callers to initialise it. Guillaume Tardif 2021-02-03 14:20:22 +0100
  • 09f9a117e2
    Merge pull request #1228 from gtardif/healthcheck_e2e Nicolas De loof 2021-02-03 14:04:42 +0100
  • bf56815251 Adding e2e test for local compose healthcheck in compose ps Guillaume Tardif 2021-02-03 12:54:22 +0100