Daniel Nephin
f7f101d57e
Add gosimple linter
...
Update gometalinter
Signed-off-by: Daniel Nephin <dnephin@docker.com>
2017-09-12 12:09:59 -04:00
Yong Tang
969b76d85f
Merge pull request #34754 from Microsoft/jjh/read-only
...
LCOW: VHDX boot to readonly.
2017-09-12 08:35:21 -07:00
Sebastiaan van Stijn
099b4de391
Merge pull request #34796 from donutloop/fix_typos_in_locker_example
...
Fix typos in Locker example
2017-09-12 15:48:23 +02:00
Yong Tang
63a9ea58eb
Merge pull request #34770 from dnephin/fix-client-with-empty-id
...
Fix volume inspect with empty ID
2017-09-11 07:01:50 -07:00
Marcel Edmund Franke
6d3bc28289
Fix typos in Locker example
...
Signed-off-by: Marcel Edmund Franke <marcel.edmund.franke@gmail.com>
2017-09-10 11:34:19 +02:00
Yong Tang
13fec06073
Merge pull request #34790 from dnephin/add-ineffassign-linter
...
Add ineffassign linter
2017-09-09 15:41:55 -07:00
Daniel Nephin
09652bf878
Add ineffassign linter
...
Also enable GC in linting to reduce memory usage.
Signed-off-by: Daniel Nephin <dnephin@docker.com>
2017-09-08 18:23:21 -04:00
Daniel Nephin
96255ba07a
Merge pull request #34767 from dnephin/deprecate-some-client
...
Cleanup client/ interface
2017-09-08 13:29:10 -04:00
John Howard
8ec484ff4b
Merge pull request #34771 from Microsoft/jjh/hcsshim
...
Revendor Microsoft/hcsshim @ v0.6.4
2017-09-07 14:51:07 -07:00
Brian Goff
bf3a8bddeb
Merge pull request #34761 from dnephin/fix-mount-create-api-test
...
Some cleanup of mount create API test
2017-09-07 17:09:19 -04:00
Brian Goff
c8400bf24d
Merge pull request #34756 from dnephin/better-filters
...
Improve docs and interface for api/types/filters
2017-09-07 17:00:59 -04:00
John Howard
e47c626e0a
Revendor Microsoft/hcsshim @ v0.6.4
...
Signed-off-by: John Howard <jhoward@microsoft.com>
2017-09-07 12:08:40 -07:00
Victor Vieux
f69188aec9
Merge pull request #34685 from dnephin/remove-bundle-version
...
Remove version from bundle path
2017-09-07 11:53:53 -07:00
Yong Tang
d76f0d4e06
Merge pull request #34757 from dnephin/fix-test-run-environment
...
Fix TestRunEnvironment
2017-09-07 11:28:57 -07:00
Daniel Nephin
5ac298fd0e
Fix volume inspect with empty ID
...
Signed-off-by: Daniel Nephin <dnephin@docker.com>
2017-09-07 13:46:23 -04:00
Yong Tang
2dcb77b24c
Merge pull request #34738 from wgliang/optimization1
...
Optimize some wrong usage and spelling
2017-09-07 09:45:14 -07:00
Daniel Nephin
54242cd067
Cleanup client/ interface
...
- Remove ParseLogDetails, this is not part of the client. Moved to docker/cli
- Deprecate ParseHost and replace with ParseHostURL
- Deprecate redundant IsErr helpers
Signed-off-by: Daniel Nephin <dnephin@docker.com>
2017-09-07 12:32:38 -04:00
Vincent Demeester
a68ee8c895
Merge pull request #34687 from tych0/bump-runc
...
bump runc version
2017-09-07 14:52:18 +02:00
Vincent Demeester
ea220e70a1
Merge pull request #34021 from nishanttotla/dont-set-architecture-constraint
...
Clear Architecture field in platform constraint for arm architectures
2017-09-07 11:18:12 +02:00
Vincent Demeester
72eb1d0a47
Merge pull request #34730 from simonferquel/fix-TestEventsOOMDisableTrue-flakkyness
...
Events CLI tests: fix flakyness of TestEventsOOMDisableTrue
2017-09-07 11:16:37 +02:00
wangguoliang
94cefa2145
Optimize some wrong usage and spelling
...
Signed-off-by: wgliang <liangcszzu@163.com>
2017-09-07 09:44:08 +08:00
Daniel Nephin
58b96aced8
Some cleanup of mount create API test
...
Signed-off-by: Daniel Nephin <dnephin@docker.com>
2017-09-06 19:32:35 -04:00
Tibor Vass
be97c66708
Merge pull request #34748 from dnephin/cleanup-client-deps
...
Cleanup client/ package dependencies
2017-09-06 16:14:29 -07:00
Daniel Nephin
fff605c3b3
Fix a bad assumption
...
If the empty variable happens to be sorted to the end of the list then TrimSpace()
would remove it. Instead only strip the single trailing newline.
Signed-off-by: Daniel Nephin <dnephin@docker.com>
2017-09-06 17:32:56 -04:00
Daniel Nephin
065118390a
Cleanup filter package.
...
Signed-off-by: Daniel Nephin <dnephin@docker.com>
2017-09-06 16:41:47 -04:00
Daniel Nephin
6916c215b0
Move tlsconfig to client package.
...
Signed-off-by: Daniel Nephin <dnephin@docker.com>
2017-09-06 16:39:55 -04:00
John Howard
bf898b7a0c
Revendor Microsoft/opengcs @v0.3.3
...
Signed-off-by: John Howard <jhoward@microsoft.com>
2017-09-06 12:55:25 -07:00
John Howard
17a24034bb
LCOW: VHDX boot to read-only
...
Signed-off-by: John Howard <jhoward@microsoft.com>
2017-09-06 10:55:19 -07:00
Daniel Nephin
2f007e46d0
Remove libtrust dep from api
...
Signed-off-by: Daniel Nephin <dnephin@docker.com>
2017-09-06 12:05:19 -04:00
Daniel Nephin
22b246417f
Move names to a more appropriate package.
...
Signed-off-by: Daniel Nephin <dnephin@docker.com>
2017-09-06 12:05:16 -04:00
Yong Tang
945d80cd6a
Merge pull request #34745 from simonferquel/fix-pkg-archive-conversion
...
Re-enable some conversion for darwin-amd64 platform
2017-09-06 09:00:29 -07:00
Vincent Demeester
3b449dbfba
Merge pull request #34697 from fcrisciani/ln-vendoring
...
Vendoring libnetwork
2017-09-06 17:52:56 +02:00
Simon Ferquel
7c9e64a2e1
re-enable some conversion for darwin-amd64 platform
...
Signed-off-by: Simon Ferquel <simon.ferquel@docker.com>
2017-09-06 12:22:41 +02:00
Victor Vieux
d7b4c7e0ea
Merge pull request #34707 from vieux/force_format
...
force inspect test format
2017-09-05 13:35:07 -07:00
Yong Tang
975675e924
Merge pull request #34682 from dnephin/fail-build-on-integration-suite
...
Fix integration suite and propagate failures
2017-09-05 12:40:00 -07:00
Daniel Nephin
bac2447964
Remove version from bundle path
...
Signed-off-by: Daniel Nephin <dnephin@docker.com>
2017-09-05 13:38:32 -04:00
Victor Vieux
8e6567cb83
force inspect test format
...
Signed-off-by: Victor Vieux <victorvieux@gmail.com>
2017-09-05 08:31:44 -07:00
Simon Ferquel
adf75503db
Avoid failing the test if container is already stopped
...
Signed-off-by: Simon Ferquel <simon.ferquel@docker.com>
2017-09-05 17:19:57 +02:00
Yong Tang
9e0a1845f2
Merge pull request #34704 from seemethere/add_overwriteable_version
...
Allows VERSION to be overwritten by env variable
2017-09-04 16:47:52 -07:00
Eli Uriegas
7664302579
Allows VERSION to be overwritten by env variable
...
VERSION was hardcoded to be used as the `VERSION` file from the root
directory, this makes it so that you have the option to overwrite this.
Signed-off-by: Eli Uriegas <eli.uriegas@docker.com>
2017-09-01 15:47:15 -07:00
Victor Vieux
9b4a616e4b
Merge pull request #34706 from dnephin/fix-ci-master
...
Fix lint errors on master
2017-09-01 15:45:32 -07:00
Nishant Totla
772af6040e
Clear Architecture field in platform constraint for arm architectures
...
Signed-off-by: Nishant Totla <nishanttotla@gmail.com>
2017-09-01 13:08:20 -07:00
Brian Goff
a127269803
Merge pull request #34700 from tklauser/pkg-term-winsize
...
pkg/term: use IoctlGetWinsize/IoctlSetWinsize from golang.org/x/sys/unix
2017-09-01 15:58:25 -04:00
Daniel Nephin
d0dbf8e397
Fix lint errors.
...
Signed-off-by: Daniel Nephin <dnephin@docker.com>
2017-09-01 15:12:22 -04:00
Yong Tang
a301f96df6
Merge pull request #34689 from chchliang/envunitest
...
add an exception case
2017-09-01 10:53:42 -07:00
Daniel Nephin
96707bc600
Fix integration suite and propagate failures
...
Failures from the integration suite were not propagating to the outter shell
for some reason. Handle the failure with an if exit 1.
Signed-off-by: Daniel Nephin <dnephin@docker.com>
2017-09-01 13:07:47 -04:00
Yong Tang
cb952bf006
Merge pull request #34625 from dnephin/more-linters
...
Add interfacer and unconvert linters
2017-09-01 08:46:08 -07:00
Brian Goff
a337aaab08
Merge pull request #34695 from dnephin/fix-rename-integration-test
...
Remove assertions that were testing CLI behaviour
2017-09-01 10:18:43 -04:00
Tobias Klauser
32dfc0cb64
pkg/term: use IoctlGetWinsize/IoctlSetWinsize from golang.org/x/sys/unix
...
Use unix.IoctlGetWinsize and unix.IoctlSetWinsize instead of manually
reimplementing them.
Signed-off-by: Tobias Klauser <tklauser@distanz.ch>
2017-09-01 14:43:09 +02:00
chchliang
76e9f0d6d4
add an exception case and map changge to struct with expect error
...
Signed-off-by: chchliang <chen.chuanliang@zte.com.cn>
add an exception case and map changge to struct with expect error
Signed-off-by: chchliang <chen.chuanliang@zte.com.cn>
2017-09-01 15:49:56 +08:00