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
/
docker_cli_links_test.go
Commit message (
Expand
)
Author
Age
Files
Lines
*
Replace some checkers and assertions with gotest.tools
Sebastiaan van Stijn
2019-04-05
1
-4
/
+5
*
Remove SameHostDaemon, use testEnv.IsLocalDaemon instead
Sebastiaan van Stijn
2018-12-24
1
-2
/
+2
*
fix and skip some tests based on API version
Anda Xu
2018-05-15
1
-1
/
+3
*
Remove testutil.ConvertSliceOfStringsToMap
Daniel Nephin
2017-08-22
1
-15
/
+16
*
Remove string checking in API error handling
Brian Goff
2017-08-15
1
-1
/
+1
*
Remove most of the runCommandWithOutput from integration tests
Vincent Demeester
2017-01-30
1
-9
/
+4
*
Remove pkg/integration and move it to testutil or integration-cli
Vincent Demeester
2016-12-30
1
-4
/
+4
*
Clean integration-cli/utils.go from most of its content
Vincent Demeester
2016-12-28
1
-2
/
+3
*
Remove unnecessary json.Unmarshal wrapper.
Daniel Nephin
2016-08-23
1
-2
/
+3
*
Fix regression on --link on bridge network
Alessandro Boch
2016-07-22
1
-3
/
+29
*
Assert error in body of function `inspectField*`
Zhang Wei
2016-01-29
1
-15
/
+7
*
Windows: Fix TestLinksMultipleWithSameName
John Howard
2016-01-21
1
-0
/
+1
*
Don't error out when link name in use.
Brian Goff
2016-01-20
1
-0
/
+6
*
Remove CLI specific information for API error messages. Issue #17147
Karol Duleba
2015-12-03
1
-1
/
+2
*
Extract network settings types for inspect.
David Calavera
2015-10-27
1
-2
/
+2
*
use of checkers on Integration test
Zhang Wei
2015-10-18
1
-88
/
+50
*
add test-integration-cli specifics for userns
Jessica Frazelle
2015-10-09
1
-3
/
+4
*
Windows: Get Integration CLI running
John Howard
2015-09-04
1
-5
/
+13
*
Moved unix links tests to non-platform
John Howard
2015-09-01
1
-0
/
+15
*
Remove/Comment time.Sleep in integration tests
Vincent Demeester
2015-08-18
1
-2
/
+1
*
Don't pass check.C to dockerCmdWithError
Brian Goff
2015-07-27
1
-2
/
+2
*
Recfactor: Use dockerCmd when possible in integration-cli tests
Lei
2015-07-20
1
-70
/
+20
*
Fix Windows CI fail due to GH13866 and patch up tests
John Howard
2015-07-09
1
-48
/
+0
*
Docker integration with libnetwork
Jana Radhakrishnan
2015-05-19
1
-26
/
+0
*
Minor typo: remove redundant dot in error message in runconfig/parse.go
Lei Jitang
2015-05-13
1
-1
/
+1
*
Allow links to be specified with only the name if this matches the alias
Antonio Murdaca
2015-05-11
1
-1
/
+20
*
A fix for = in env values in linked containers
Doug Davis
2015-04-25
1
-0
/
+21
*
Use suite for integration-cli
Alexander Morozov
2015-04-21
1
-108
/
+81
*
Removed unnecessary error output from dockerCmd
bobby abbott
2015-04-17
1
-2
/
+2
*
fix #12188 integration-cli: tests using "sleep" can timeout too early - chang...
Todd Whiteman
2015-04-09
1
-9
/
+9
*
Remove `stripTrailingCharacters` from tests
Brian Goff
2015-04-06
1
-2
/
+2
*
Fix vet warning
paul
2015-03-25
1
-1
/
+1
*
fix various problems with iptables.Exists
Lars Kellogg-Stedman
2015-03-16
1
-4
/
+4
*
Last three tests skip on lxc.
Jessica Frazelle
2015-03-04
1
-4
/
+2
*
integration-cli: add test requirement ExecSupport
Ahmet Alp Balkan
2015-02-20
1
-2
/
+2
*
readContainerFileWithExec for links tests
Ahmet Alp Balkan
2015-02-20
1
-4
/
+4
*
Better test cleanup with defer
Ahmet Alp Balkan
2015-02-20
1
-9
/
+12
*
Merge pull request #10818 from estesp/link-add-aliases
Steve Francia
2015-02-19
1
-9
/
+20
|
\
|
*
Add linked container's name and hostname as aliases to `/etc/hosts`
Phil Estes
2015-02-19
1
-9
/
+20
*
|
Merge pull request #10785 from ahmetalpbalkan/win-cli/TestLinks-skip
Arnaud Porterie
2015-02-18
1
-0
/
+8
|
\
\
|
*
|
integration-cli: add mechanism to skip tests
Ahmet Alp Balkan
2015-02-17
1
-0
/
+8
|
|
/
*
|
Fix daemon.Get error handling with --link setup. Add test.
Phil Estes
2015-02-13
1
-0
/
+16
|
/
*
Remove word "fail" from tests
Tibor Vass
2015-02-09
1
-1
/
+1
*
Move links exec test & exec dir test.
Jessica Frazelle
2015-01-23
1
-32
/
+0
*
Test for updating linked hosts on restart
Alexander Morozov
2015-01-21
1
-1
/
+58
*
rename a existing container
Srini Brahmaroutu
2015-01-13
1
-2
/
+47
*
Create tests for pkg/iptables
Ian Bishop
2014-12-21
1
-2
/
+2
*
Running a container that links to a container with --net host
Jessica Frazelle
2014-12-08
1
-0
/
+16
*
Remove unnessary abstraction deepEqual
Jessica Frazelle
2014-12-03
1
-2
/
+3
*
Test for updating hosts files via links.
Erik Hollensbe
2014-11-25
1
-0
/
+37
[next]