index
:
delta/docker.git
0.10
0.10.1-hotfixes
1.12.x
1.13.0-rc4-cherrypicks
1.13.x
17.03.x
17.04.x
17.05.x
19.03
20.10
22.06
23.0
24.0
6969-reponame-rest-api
b2d-install-rewrite
baserock/v1.0.1
baserock/v1.1.2
bump_v1.10.1
bump_v1.10.2
bump_v1.10.3
bump_v1.11.0
bump_v1.11.1
bump_v1.12.0
bump_v1.12.1
change_email
changelog-1.12.2
cherry-picks-1.12.2
cpuguy-test-sync
doc0.8.1
docs
docs-1.0
docs-1.1
docs-1.3.3
docs-1.4
docs-for-new-commands
fix-ben-redirect
fix-makefile-update-external
fix_registry_pushes
hotfix-0.9.2
icecrime-patch-1
jenkins-test-1
jenkins-test-2
jjh/ioctl-vhd
libn-bump
linkchecker-updates
market_release
master
merge_release_v1.2.0
moby
move-to-markdown
move_git_clone_client_side
moxiegirl-patch-1
moxiegirl-patch-README
name_label
nl
p2p_transfer
patch-bad-formatting
post-1.2.0-docs-update-1
post-1.2.0-docs_update-2
priv-repos
publish-compose-docs
real-master
release
release-0.10
release-0.9
release-1.3
release_v1.8.0
revert-11495-m3
revert-11572-skip-hello-world-test
revert-12383-patch-1
revert-12882-12824-uninstall-docs
revert-16228-ContextualizeEvents
revert-16556-10662-randomunix
revert-20566-20371-validate-hostname
revert-39415-master
shykes-new-docs-maintainers
stevvooe-patch-1
swarm
swarm-backend
swarm-cli
swarm-stack
typofix
v1.6.0
v1.8.2
github.com: dotcloud/docker.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
integration-cli
/
daemon
Commit message (
Expand
)
Author
Age
Files
Lines
*
Replace some checkers and assertions with gotest.tools
Sebastiaan van Stijn
2019-04-05
2
-6
/
+4
*
Test: Replace NewClient() with NewClientT()
Sebastiaan van Stijn
2018-12-22
1
-10
/
+5
*
Update tests to use gotest.tools 👼
Vincent Demeester
2018-06-13
2
-3
/
+3
*
Switch from x/net/context -> context
Kir Kolyshkin
2018-04-23
1
-1
/
+1
*
Remove daemon.BuildImageWithOut and use cli helpers function
Vincent Demeester
2018-04-18
1
-33
/
+0
*
Move integration-cli/request to internal/test/request…
Vincent Demeester
2018-04-17
1
-15
/
+0
*
Add api helpers to internal/test/daemon.Daemon
Vincent Demeester
2018-04-17
1
-21
/
+0
*
Small daemon refactoring and add swarm init/join helpers
Vincent Demeester
2018-04-16
1
-10
/
+1
*
Make internal/test/daemon.Daemon swarm aware
Vincent Demeester
2018-04-11
2
-483
/
+32
*
Move integration-cli daemon package to internal/test…
Vincent Demeester
2018-04-10
3
-653
/
+14
*
Automated migration using
Daniel Nephin
2018-03-16
2
-14
/
+14
*
Remove duplicate calls for getting an APIClient
Daniel Nephin
2018-02-20
2
-49
/
+19
*
Migrate some calls to new client function
Vincent Demeester
2018-02-08
1
-1
/
+1
*
Add canonical import comment
Daniel Nephin
2018-02-05
4
-4
/
+4
*
Golint: remove redundant ifs
Sebastiaan van Stijn
2018-01-15
1
-10
/
+2
*
Added support for swarm service isolation mode
Simon Ferquel
2017-10-30
1
-0
/
+17
*
Update libcontainerd to use containerd 1.0
Kenfe-Mickael Laventure
2017-10-20
1
-1
/
+3
*
Cleanup daemon.LoadBusybox() to use the API instead of client
Daniel Nephin
2017-08-25
1
-24
/
+20
*
Update tests to use icmd
Daniel Nephin
2017-08-25
1
-1
/
+1
*
Merge pull request #34583 from tklauser/win-event-functions
Yong Tang
2017-08-25
1
-32
/
+4
|
\
|
*
Use event functions from golang.org/x/sys/windows
Tobias Klauser
2017-08-21
1
-32
/
+4
*
|
Stop using deprecated SockRequest
Stanislav Bondarenko
2017-08-23
2
-175
/
+226
*
|
Remove RunCommandPipelineWithOutput
Daniel Nephin
2017-08-22
1
-15
/
+10
*
|
Remove testutil.ReadBody
Daniel Nephin
2017-08-22
1
-2
/
+2
|
/
*
[project] change syscall to /x/sys/unix|windows
Christopher Jones
2017-07-11
2
-9
/
+9
*
Make plugin emit strongly typed, consumable events
Brian Goff
2017-07-06
1
-9
/
+51
*
Add integration test coverage for configs
Aaron Lehmann
2017-05-11
1
-0
/
+56
*
Introduce `cli.Wait*` fuctions
Vincent Demeester
2017-04-14
1
-1
/
+1
*
cli: Allow service's networks to be updated
Aaron Lehmann
2017-04-07
1
-1
/
+24
*
Deprecate --graph flag; Replace with --data-root
Josh Hawn
2017-03-30
1
-1
/
+1
*
make secret update support name and id prefix
allencloud
2017-03-07
1
-2
/
+18
*
Update request.* signature to remove the host
Vincent Demeester
2017-03-06
1
-1
/
+1
*
Merge pull request #29775 from AkihiroSuda/integration-cli-on-swarm
Sebastiaan van Stijn
2017-03-01
1
-3
/
+6
|
\
|
*
[EXPERIMENTAL] Integration Test on Swarm
Akihiro Suda
2017-02-28
1
-3
/
+6
*
|
Convert request.SockRequestRaw to appropriate methods
Vincent Demeester
2017-02-28
1
-1
/
+2
|
/
*
Remove most of the runCommandWithOutput from integration tests
Vincent Demeester
2017-01-30
1
-4
/
+4
*
Minor GoDoc fixup in integration-cli
Sebastiaan van Stijn
2017-01-24
1
-2
/
+3
*
Improve the error print of image inspect
Yanqiang Miao
2017-01-24
1
-1
/
+1
*
Clean more build utils in integration cli
Vincent Demeester
2017-01-17
1
-0
/
+1
*
Fix leaked connections in integration tests
Tonis Tiigi
2017-01-11
1
-0
/
+2
*
Add a new request package in integration-cli
Vincent Demeester
2017-01-03
3
-120
/
+3
*
Remove pkg/integration and move it to testutil or integration-cli
Vincent Demeester
2016-12-30
2
-7
/
+7
*
Merge pull request #29721 from coolljt0725/follow_29365
Sebastiaan van Stijn
2016-12-30
1
-0
/
+5
|
\
|
*
Follow up #29365, fix fail to remove container after restart
Lei Jitang
2016-12-28
1
-0
/
+5
*
|
Introduce a environment package in integration-cli
Vincent Demeester
2016-12-29
1
-1
/
+1
|
/
*
duplicated the
Jie Luo
2016-12-21
1
-1
/
+1
*
Merge pull request #29470 from cyli/ask-for-unlock-key-only-if-locked
Tibor Vass
2016-12-20
1
-0
/
+13
|
\
|
*
Before asking a user for the unlock key when they run `docker swarm unlock`, ...
Ying Li
2016-12-16
1
-0
/
+13
*
|
Merge pull request #29378 from aaronlehmann/swarm-plugins
Vincent Demeester
2016-12-19
1
-6
/
+14
|
\
\
|
*
|
Add integration test for volume plugins on swarm
Aaron Lehmann
2016-12-16
1
-6
/
+14
|
|
/
[next]