Commits
User selector
Commit history
Commits on May 18, 2018
Query UCP Kubernetes user namespaces endpoint
Show description for bd20885committed
Commits on May 16, 2018
Merge pull request #974 from simonferquel/compose-kube-env-expansion
Show description for bac0d8fauthored
Commits on May 15, 2018
Support multiple namespaces for docker stack ls
Show description for 84241cccommittedSupport 'all' in orchestrator flag for docker stack ls
Show description for 4d947decommitted
Commits on May 12, 2018
Merge pull request #1038 from kolyshkin/context
Show description for fd060d2authored
Commits on May 11, 2018
Switch from x/net/context to context
Show description for 6f8070dcommittedMerge pull request #1039 from mat007/fix-filepath-usage
Show description for a6b10c2authored
Commits on May 9, 2018
Make sure every composefiles sent to a v1beta1 endpoint are parsable
Show description for f766affcommittedFix stack ls behaviour with Kubernetes and variout --namespace flag values
Show description for 2af66becommittedAdd --all-namespaces to docker stack ls command on Kubernetes orchestrator, to list all stacks in all namespaces.
Show description for f097831authored andcommittedAdd namespace column for docker stack ls command while targeting Kubernetes orchestrator
Show description for 65526a2authored andcommittedMove stack client creation from KubeCli to client factory, where it belongs
Show description for 31dccffauthored andcommittedFix using the namespace specified in the kubeconfig file.
Show description for f0aa126authored andcommitted
Commits on May 7, 2018
Use filepath.Base instead of path.Base
Show description for 698ea75committed
Commits on Apr 30, 2018
Add an orchestrator column in the docker stack ls command
Show description for 13d0c9cauthored andcommittedPrint warnings on stderr for each unsupported features while parsing a compose file for deployment on Kubernetes.
Show description for 36591a2authored andcommittedAdd a common interface between different Kubernetes Stack API versions and use it in kubernetes stack commands
Show description for f958c66authored andcommitted
Commits on Apr 13, 2018
Merge pull request #963 from thaJeztah/fix-stack-deploy-after-force
Show description for 6b31ea0authored
Commits on Apr 10, 2018
Fixed gometalinter errors on test files
Show description for 54f8ca6committed
Commits on Mar 26, 2018
Merge pull request #941 from dnephin/fix-compose-network-name
Show description for 236a847authoredFix stack deploy re-deploying service after --force
Show description for 7643945committed
Commits on Mar 14, 2018
Fix docker stack services command on Port output when kubernetes service is a LoadBalancer or a NodePort
Show description for b816bdecommitted
Commits on Mar 12, 2018
Fix named network in compose file
Show description for b4c108acommitted
Commits on Mar 7, 2018
Fixes some unit tests to be able to run them on windows
Show description for 0cf2e63committed
Commits on Mar 6, 2018
Convert assert.Check(t, is.Error()) to assert.Error
Show description for e15b208committedConvert assert.Check with
Show description for 078cbc9committedConvert to assert.NilError
Show description for baf65a5committedRemove testutil
Show description for 681c921committedPost migration fixes
Show description for 5155cdacommittedAutomated migration
Show description for 39c2ca5committed
Commits on Mar 5, 2018
Update some assertions.
Show description for 93615ddcommitted
Commits on Feb 26, 2018
Print Stack API version in version command
Show description for 854aad8committed
Commits on Feb 21, 2018
Simplify the marshaling of compose types.Config
Show description for cf86a4dcommittedMake sure we marshall version too…
Show description for 9f9f1c8committed
Commits on Feb 20, 2018
Fix stack marshaling for Kubernetes
Show description for 9b27e92authored andcommitted