f0efaf7a79Remove node test, node-sdk has these tests
Djordje Lukic
2020-06-15 10:06:56 +0200
98f7a8e1aaWhen can not load config file, the previous cli is displaying a WARNING message, but continues with default context, we should do the same. This happened in some desktop e2e tests where the config file is not set properly in WSL2 environment, see https://github.com/docker/pinata/pull/14062
Guillaume Tardif
2020-06-15 10:04:01 +0200
c2a702c963Ensure the `docker context inspect default` is not executed in a different context, that might make it fail. Following discussion with @simonferquel, this will strengthen the shell out to get default context, in cases the user has damaged his config file current context or there are issues with context synchronisation between windows host & wsl2.
Guillaume Tardif
2020-06-13 10:43:23 +0200
376a4b671cversion command adding azure integration beta version in textual output
Guillaume Tardif
2020-06-12 17:54:14 +0200
e7682682fbStore context type in metadata to make retrocompatibility with previous contexts easier (potentially switching back and forth)
Guillaume Tardif
2020-06-10 14:07:35 +0200
72bae873c5Do not delegate to old cli if cobra fails before invoking the PreRun or SetHelp hook that call isOwnCommand(). Find the command from root.Find(args). Tried to use `cmd, err := root.ExecuteC()` but I can’t pass the context like with `root.ExecuteContext(ctx)`, could not find a way without and explicit call to root.Find(args)
Guillaume Tardif
2020-06-10 17:24:13 +0200
f1a5f2d6cfBackend is responsible for generating containers IDs and truncate them if wanted/supported for docker ps
Guillaume Tardif
2020-06-08 12:07:20 +0200
71087c68beAdd exec.ts for an example of exec over gRPC
Djordje Lukic
2020-06-05 16:29:08 +0200
c34d016fdbUnify protos with client interfaces
Djordje Lukic
2020-06-05 16:28:18 +0200
995d047608Windows specific : ensure all child processes are killed when parent exits (also works when killing parent). From Desktop code
guillaume.tardif
2020-06-04 16:32:21 +0200
7c6b04f28emake e2e TestKillChildOnCancel exec properly on windows
guillaume.tardif
2020-06-04 16:31:06 +0200
39140c8ea0Refactoring, add unit test or various interactive context creation
Guillaume Tardif
2020-06-03 12:05:58 +0200
774bfea341Refactoring, add unit test or various interactive context creation
Guillaume Tardif
2020-06-02 23:33:41 +0200
5675763856Interactive context create, adding method CreateContextData to CloudService interface, so Cloud Backends can provide a custom context creation method.
Guillaume Tardif
2020-06-02 09:49:30 +0200
01aaec2dbeFix Azure login : allow getting a backend when no corresponding context already exists with an explicit call from the login command. Will be usefull next for context creation with azure interactive things
Guillaume Tardif
2020-05-28 17:37:59 +0200
9097b1f750Add .git to .dockerignore
Christopher Crone
2020-05-29 11:29:28 +0200
a948b6e1d0Remove azure resourceGroupClient from backend initialisation. Several advantages : - less dependencies to init backend. (Will need to work more on this to make login command not need an existing subscription ID) - backend does not get login token at init time. For a long running process (grace server) this would cause issues with token lifetime - we benefit from the client config (polling options especially) set in aci.go, without duplicating stuff
Guillaume Tardif
2020-05-28 10:16:42 +0200
cc46f84043Forward closing signal to docker-classic when closing docker. Note this will not forward Kill signal, impossible to intercept / process this one.
Guillaume Tardif
2020-05-27 18:38:51 +0200