Zhang Wei
9a9ce80a0f
Fix flaky test TestGetContainerStatsRmRunning
...
Remove racey code to fix flaky test
Signed-off-by: Zhang Wei <zhangwei555@huawei.com>
2016-01-31 15:34:22 +08:00
Antonio Murdaca
5f5a752bcf
Merge pull request #19847 from Microsoft/jjh/revert19790
...
Revert PR 19790 (breaks windowsTP4 CI on cache bust)
2016-01-30 20:28:21 +01:00
Sebastiaan van Stijn
d069e8e7b7
Merge pull request #19846 from shin-/remote_api_container_update_doc
...
Update example request for container update in docs.
2016-01-30 08:05:55 -08:00
Brian Goff
d695cf8de7
Merge pull request #19638 from runcom/remove-redunant-function
...
cleanup and move stuff where needed
2016-01-30 10:12:38 -05:00
Doug Davis
80c7258e11
Merge pull request #19852 from WeiZhang555/warn-info
...
Change log level
2016-01-30 09:58:47 -05:00
Antonio Murdaca
667c2245ad
Merge pull request #19820 from Microsoft/jjh/testexecapi
...
Windows CI: Port TestExecApi* tests
2016-01-30 11:50:01 +01:00
Vincent Demeester
6b57380173
Merge pull request #19646 from nishanttotla/19277-CustomInfoField
...
Display SystemStatus field in docker info
2016-01-30 11:48:01 +01:00
Antonio Murdaca
98ef10f64e
Merge pull request #19839 from Microsoft/jjh/testevents
...
Windows CI: Porting TestEvents*
2016-01-30 11:47:44 +01:00
Zhang Wei
98f74f8383
Change log level
...
Warning should be printed with real `logrus.Warn`
Signed-off-by: Zhang Wei <zhangwei555@huawei.com>
2016-01-30 18:46:16 +08:00
Sebastiaan van Stijn
317c89ce9e
Merge pull request #19838 from brahmaroutu/fix_notary_gccgo_s390x
...
Need -lpthread to compile Notary
2016-01-29 22:33:57 -08:00
John Howard
54320d8d18
Signed-off-by: John Howard <jhoward@microsoft.com>
...
Revert "Combine SetupWorkingDirectory for Linux and Windows"
This reverts commit ec31741ca1
.
2016-01-29 20:49:39 -08:00
Brian Goff
0c09dda80f
Merge pull request #19841 from aaronlehmann/compress-panic
...
Fix panic on network timeout during push
2016-01-29 22:15:13 -05:00
Joffrey F
5f0643b082
Update example request for container update in docs.
...
Signed-off-by: Joffrey F <joffrey@docker.com>
2016-01-29 18:35:29 -08:00
Brian Goff
9c3cca23e9
Merge pull request #19815 from Microsoft/jjh/testruncreatevolumesinsymlinkdir
...
Fix TestRunCreateVolumesInSymlinkDir
2016-01-29 21:07:51 -05:00
Brian Goff
c8fb886dba
Merge pull request #19823 from Microsoft/jjh/maximus5
...
Improvements to ANSI emulation in conemu
2016-01-29 21:07:22 -05:00
Nishant Totla
6c5e8dd4c2
Adding SystemStatus field for /info endpoint
...
Signed-off-by: Nishant Totla <nishanttotla@gmail.com>
2016-01-29 16:26:43 -08:00
Jess Frazelle
c006c02611
Merge pull request #19735 from jfrazelle/add-repo-scripts
...
add scripts to clean experimental rpms and debs
2016-01-29 15:52:18 -08:00
Aaron Lehmann
e273445dd4
Fix panic on network timeout during push
...
`Upload` already closes the reader returned by `compress` and the
progressreader passed into it, before returning. But even so, the
io.Copy inside compress' goroutine needs to attempt a read from the
progressreader to notice that it's closed, and this read has a side
effect of outputting a progress message. If this happens after `Upload`
returns, it can result in a write to a closed channel. Change `compress`
to return a channel that allows the caller to wait for its goroutine to
finish before freeing any resources connected to the reader that was
passed to it.
Signed-off-by: Aaron Lehmann <aaron.lehmann@docker.com>
2016-01-29 14:34:50 -08:00
Arnaud Porterie
46018c3cee
Merge pull request #19837 from cpuguy83/carry_19085
...
Carry 19085 -- Improve & cleanup documentation comments
2016-01-29 14:30:25 -08:00
Jess Frazelle
e23f24bbbd
Merge pull request #18176 from hypriot/17802-build-first-debian-package-for-arm
...
add support for building first ARM-based debian package
2016-01-29 13:26:20 -08:00
David Calavera
35ef3efe9a
Merge pull request #19805 from WeiZhang555/test-inspect
...
Make test code consistent
2016-01-29 12:43:58 -08:00
John Howard
bf33742026
Windows CI: Porting TestEvents*
...
Signed-off-by: John Howard <jhoward@microsoft.com>
2016-01-29 12:33:56 -08:00
Brian Goff
9c09a79ba5
update doc string
...
Signed-off-by: Brian Goff <cpuguy83@gmail.com>
2016-01-29 15:25:25 -05:00
David Calavera
d38cee5e0d
Merge pull request #19516 from tophj-ibm/update-registry-on-dockerfile-ppc64le
...
Update registry version in Dockerfile.ppc64le
2016-01-29 11:53:42 -08:00
Srini Brahmaroutu
6b09413f6b
Need -lpthread to compile Notary
...
Signed-off-by: Srini Brahmaroutu <srbrahma@us.ibm.com>
2016-01-29 19:52:39 +00:00
Sebastiaan van Stijn
cfa547922d
Merge pull request #19824 from wenchma/name_to_id_for_stats
...
Change container name to id as actual results
2016-01-29 10:58:42 -08:00
David Calavera
ca48f7350c
Merge pull request #19806 from liusdu/forbid-null-login
...
forbid login of a null-string username
2016-01-29 10:34:16 -08:00
David Calavera
7cc012333f
Merge pull request #19836 from jfrazelle/update-completions-for-disable-content-trust
...
update bash completions for push and pull
2016-01-29 10:29:59 -08:00
Jessica Frazelle
c40f487c5c
update bash completions for push and pull
...
Signed-off-by: Jessica Frazelle <acidburn@docker.com>
2016-01-29 10:14:36 -08:00
John Howard
90b0292b5b
Fix TestRunCreateVolumesInSymlinkDir
...
Signed-off-by: John Howard <jhoward@microsoft.com>
2016-01-29 09:28:48 -08:00
Zhang Wei
62a856e912
Assert error in body of function inspectField*
...
1. Replace raw `docker inspect -f xxx` with `inspectField`, to make code
cleaner and more consistent
2. assert the error in function `inspectField*` so we don't need to
assert the return value of it every time, this will make inspect easier.
Signed-off-by: Zhang Wei <zhangwei555@huawei.com>
2016-01-29 23:39:07 +08:00
Liu Hua
755df347fb
forbid login of a null-string username
...
With this patch, the client blocks this type login, no sending
useless messages to daemon and registry. This saves lots of time.
Signed-off-by: Liu Hua <sdu.liu@huawei.com>
2016-01-29 22:39:22 +08:00
Antonio Murdaca
a7d1aeceec
postImagesCreate: move auth config decode when it's needed
...
Signed-off-by: Antonio Murdaca <runcom@redhat.com>
2016-01-29 14:07:54 +01:00
Antonio Murdaca
505a56d6da
api: client: remove redunant function to encode auth
...
Signed-off-by: Antonio Murdaca <runcom@redhat.com>
2016-01-29 14:07:54 +01:00
Vincent Demeester
6c6729ef5b
Merge pull request #19793 from calavera/full_login_prompt
...
Always prompt for a password when asking for credentials.
2016-01-29 12:39:57 +01:00
Vincent Demeester
5f63c54192
Merge pull request #19790 from Microsoft/CombineSetupWorkingDir
...
Combine SetupWorkingDirectory for Linux and Windows
2016-01-29 08:52:08 +01:00
Wen Cheng Ma
d76fba0191
Change container name to id as actual results
...
Signed-off-by: Wen Cheng Ma <wenchma@cn.ibm.com>
2016-01-29 13:54:28 +08:00
John Howard
506722bf9f
Improvements to ANSI emulation in conemu
...
Signed-off-by: John Howard <jhoward@microsoft.com>
2016-01-28 20:37:42 -08:00
Sebastiaan van Stijn
7d13f2fb7d
Merge pull request #19563 from Microsoft/10662-TestBuildCI1
...
First batch of Windows-Windows TestBuild CI enabling
2016-01-28 17:13:45 -08:00
Tibor Vass
4da9cd5df6
Merge pull request #19795 from jfrazelle/release-checklist
...
some cleanup to release checklist
2016-01-28 16:43:57 -08:00
Tibor Vass
17be787dca
Merge pull request #19811 from albers/completion-user
...
Improve bash completion for users and groups
2016-01-28 16:39:26 -08:00
Arnaud Porterie
f746cf0440
Merge pull request #19796 from Microsoft/10662-RemoveTestBuildHistory
...
Temporarily removing TestBuildHistory on Windows for perf reasons
2016-01-28 16:34:55 -08:00
John Howard
9642c8170a
Windows CI: Port TestExecApi* tests
...
Signed-off-by: John Howard <jhoward@microsoft.com>
2016-01-28 16:26:06 -08:00
Govinda Fichtner
7b31ed432e
add support for building first ARM debian package
...
Signed-off-by: Govinda Fichtner <govinda.fichtner@googlemail.com>
2016-01-29 00:21:17 +01:00
Darren Stahl
87839b345e
Temporarily removing TestBuildHistory on Windows for perf reasons
...
Signed-off-by: Darren Stahl <darst@microsoft.com>
2016-01-28 13:42:02 -08:00
Brian Goff
5ee4ad1d77
Merge pull request #19812 from jgeiger/patch-1
...
Fix typos in create.go
2016-01-28 16:12:06 -05:00
Joey Geiger
318b4f0b5f
Fix typos in create.go
...
There were a few spelling issues that I noticed when reading about shared mounts.
Signed-off-by: jgeiger <joey.geiger@irco.com>
2016-01-28 14:08:11 -07:00
David Calavera
630a5a23c7
Merge pull request #19766 from anujbahuguna/master
...
Adding biologist Christiane Nüsslein Volhard and AI pioneer Marvin Mi…
2016-01-28 11:06:24 -08:00
Brian Goff
0b7acaf4b9
Merge pull request #19733 from calavera/auth_error_on_post_create
...
Respond with 401 when there is an unauthorized error from the registry.
2016-01-28 13:44:58 -05:00
Harald Albers
0e5ea96fa6
Improve bash completion for users and groups
...
Signed-off-by: Harald Albers <github@albersweb.de>
2016-01-28 09:48:47 -08:00