Nishant Totla
7376fd156b
Updating Godeps (engine-api and go-connections)
...
Signed-off-by: Nishant Totla <nishanttotla@gmail.com>
2016-03-07 15:05:43 -08:00
Nishant Totla
d4cfba1844
Adding engine-api client
...
Signed-off-by: Nishant Totla <nishanttotla@gmail.com>
2016-03-07 15:05:43 -08:00
Victor Vieux
51f49d78f5
Merge pull request #1930 from dongluochen/ChannelDoubleClose
...
Prevent crash on double calls to Disconnect
2016-03-07 14:23:03 -08:00
Dong Chen
e0583ea7d7
Prevent crash on channel double close.
...
Signed-off-by: Dong Chen <dongluo.chen@docker.com>
2016-03-07 11:48:01 -08:00
Nishant Totla
1da3c25c06
Merge pull request #1927 from allencloud/fix-typos-in-test-and-annotation
...
fix typos in a test file and a function annotation
2016-03-04 10:03:38 -08:00
Sun Hongliang
c34a45023f
fix typos in a test file and a function annotation
...
Signed-off-by: Sun Hongliang <allen.sun@daocloud.io>
2016-03-05 00:39:15 +08:00
Nishant Totla
313db93c08
Merge pull request #1925 from dongluochen/release-checklist-update
...
Update RELEASE-CHECKLIST.md
2016-03-03 18:22:22 -08:00
Dong Chen
c8ad0d9dec
Update RELEASE-CHECKLIST.md.
...
Signed-off-by: Dong Chen <dongluo.chen@docker.com>
2016-03-03 14:40:47 -08:00
Nishant Totla
efcc35ba08
Merge pull request #1924 from dongluochen/bump-1.1.3
...
Bump version to 1.1.3
2016-03-03 13:46:24 -08:00
Dong Chen
bac853a417
Bump version to 1.1.3
...
Signed-off-by: Dong Chen <dongluo.chen@docker.com>
2016-03-03 13:37:22 -08:00
moxiegirl
f7495b3801
Merge pull request #1923 from moxiegirl/fix-swarm-cap
...
Changing swarm to Swarm in body text
2016-03-03 10:19:21 -08:00
Alexandre Beslic
a348207f18
Merge pull request #1835 from jimmyxian/add-support-some-run-option
...
Add support some run options
2016-03-03 10:12:17 -08:00
Mary Anthony
4b8ed91226
Changing swarm to Swarm in body text
...
Signed-off-by: Mary Anthony <mary@docker.com>
2016-03-03 10:04:25 -08:00
Xian Chaobo
ba4ad74de3
add support some run options
...
Signed-off-by: Xian Chaobo <xianchaobo@huawei.com>
2016-03-03 19:53:47 +08:00
Dongluo Chen
ee28008f0b
Merge pull request #1881 from vieux/test_env_reschedule_compose
...
use env in compose test
2016-03-02 11:54:23 -08:00
Nishant Totla
f9f12ef2dc
Merge pull request #1918 from dongluochen/IPv6Support
...
Fix IPv6 address format issue
2016-03-02 11:36:18 -08:00
Alexandre Beslic
045bfe93d1
Merge pull request #1845 from thaJeztah/fix-api-markdown
...
Update Swarm API documentation
2016-03-02 11:23:04 -08:00
Dong Chen
bf5c744a49
Check port range. Add more unit tests for address format.
...
Signed-off-by: Dong Chen <dongluo.chen@docker.com>
2016-03-02 11:01:48 -08:00
Alexandre Beslic
5ce850f0f4
Merge pull request #1903 from wenchma/typo
...
Fix some typo error for install-manual.md
2016-03-02 10:34:35 -08:00
Dong Chen
bc27cedd8c
Godep update github.com/docker/docker/pkg/...
...
Signed-off-by: Dong Chen <dongluo.chen@docker.com>
2016-03-02 10:04:03 -08:00
Dong Chen
c73f17fb6e
Support IPv6 address format.
...
Signed-off-by: Dong Chen <dongluo.chen@docker.com>
2016-03-02 10:04:03 -08:00
Victor Vieux
f6131d0331
Merge pull request #1917 from friism/patch-1
...
avoid syntax highlighter confusion
2016-03-02 09:44:52 -08:00
Michael Friis
03b8481f01
avoid syntax highlighter confusion
...
Signed-off-by: Michael Friis <friism@gmail.com>
2016-03-02 09:08:37 -08:00
Dongluo Chen
7e9c6bd963
Merge pull request #1916 from vieux/bump_1.1.3-rc2
...
bump to 1.1.3-rc2
2016-03-01 16:56:57 -08:00
Nishant Totla
47bc7cd93a
Merge pull request #1909 from dongluochen/FrequentIntegrationTestFailure
...
Remove internal retry in discovery_check_swarm_info
2016-03-01 15:38:18 -08:00
Victor Vieux
8dc09aafe0
bump to 1.1.3-rc2
...
Signed-off-by: Victor Vieux <vieux@docker.com>
2016-03-01 14:59:23 -08:00
Nishant Totla
e25da7e9bd
Merge pull request #1907 from dongluochen/TcpConnectionLeak
...
Close TCP connections at disconnect
2016-03-01 14:29:41 -08:00
Dong Chen
87a03b9157
Close TCP connections at disconnect.
...
Signed-off-by: Dong Chen <dongluo.chen@docker.com>
2016-03-01 13:48:58 -08:00
Nishant Totla
984aab2999
Merge pull request #1910 from JohnKDay/patch-1
...
Syntax error - changed container to constraint
2016-03-01 09:03:03 -08:00
John Day
e94ca74a6a
Syntax error - changed container to constraint
...
Syntax Error
From:
The `<filter-type>` is either the `affinity` or the `container` keyword. It
identifies the type filter you intend to use.
To:
The `<filter-type>` is either the `affinity` or the `constraint` keyword. It
identifies the type filter you intend to use.
Signed-off-by: John Day <john@containerx.io>
2016-03-01 04:11:29 +00:00
Alexandre Beslic
0039ed3b5e
Merge pull request #1908 from duglin/missingDefer
...
Add missing 'defer'
2016-02-29 18:31:46 -08:00
Doug Davis
4dc645bb8a
Add missing 'defer'
...
as it stands now the lock at this spot in the code is pretty useless.
All it does it block us but since we release the lock before we check
e.state its a roadblock with no real purpose.
One could argue that a lock isn't needed at all but I think having it
there for consistency with the other funcs would be good.
Signed-off-by: Doug Davis <dug@us.ibm.com>
2016-02-29 13:51:10 -08:00
Dong Chen
f5187e9938
Remove internal retry in discovery_check_swarm_info because caller retries are already in place.
...
Signed-off-by: Dong Chen <dongluo.chen@docker.com>
2016-02-29 13:48:59 -08:00
Wen Cheng Ma
6e4ad3f093
Fix some typo error for install-manual.md
...
Signed-off-by: Wen Cheng Ma <wenchma@cn.ibm.com>
2016-02-29 11:42:40 +08:00
moxiegirl
b43a2c21c4
Merge pull request #1817 from moxiegirl/test-swarm-at-scale
...
Fixing problems with the instructions
2016-02-27 09:10:49 -08:00
Mary Anthony
ec8ceae209
Fixing problems with the instructions
...
Updating the application after test
Removing the sudo as it caused issues
Adding new screen shots
Breaking into several files/sections
Adding in the alias from the old single page version
Moving to old path to avoid an alias
Adding in Dong's comments
Updating with latest fixes
Fixing nits and more
Signed-off-by: Mary Anthony <mary@docker.com>
2016-02-27 09:04:49 -08:00
moxiegirl
7f6f9e518c
Merge pull request #1901 from moxiegirl/carry-close-1886
...
Reformat to make it look more graceful
2016-02-27 08:35:37 -08:00
wenchma
482830b296
Reformat to make it look more graceful
...
Signed-off-by: Wen Cheng Ma <wenchma@cn.ibm.com>
Fixing formatting carry and close #1886
Signed-off-by: Mary Anthony <mary@docker.com>
2016-02-27 08:28:52 -08:00
Victor Vieux
82e5aecc05
Merge pull request #1898 from vieux/more_check_test
...
add even more tests on rescheduling
2016-02-26 15:28:26 -08:00
Victor Vieux
ef99401539
Merge pull request #1896 from gradywang/issue-typos
...
Find some typos when browse the code, fix them in this patch.
2016-02-26 11:37:40 -08:00
Yongqiao Wang
ddce40187c
Find some typos when browse the code, fix them in this patch.
...
Signed-off-by: Yongqiao Wang <yqwyq@cn.ibm.com>
2016-02-26 20:16:39 +08:00
Victor Vieux
d731f16279
add even more tests on rescheduling
...
Signed-off-by: Victor Vieux <vieux@docker.com>
2016-02-26 02:00:06 -08:00
Nishant Totla
4619c85bc0
Merge pull request #1894 from allencloud/add-CORS-allow-method-HEAD
...
Add method HEAD in options response headers
2016-02-25 23:38:42 -08:00
Sun Hongliang
a718e90662
Add method HEAD in options response headers
...
Signed-off-by: Sun Hongliang <allen.sun@daocloud.io>
2016-02-26 11:02:18 +08:00
Nishant Totla
063b63e76a
Merge pull request #1874 from allencloud/validate-label's-format
...
Fix #1873 force to validate engine's label format
2016-02-25 16:22:27 -08:00
Morgan Bauer
5fc06f746c
Merge pull request #1869 from allencloud/fix-cors-bugs
...
Fix CORS bug #1868
2016-02-25 14:11:31 -08:00
Sun Hongliang
aa6ff494e4
Fix #1873
...
force to validate whether engine's label is like format "key=value"
Signed-off-by: Sun Hongliang <allen.sun@daocloud.io>
2016-02-25 12:58:25 +08:00
allencloud
c39194cc4c
Fixes #1868
...
1.Fixes cors bug
2.Add cors test
Signed-off-by: Sun Hongliang <allen.sun@daocloud.io>
2016-02-25 10:35:57 +08:00
Victor Vieux
0e60c71121
use env in compose test
...
Signed-off-by: Victor Vieux <vieux@docker.com>
2016-02-24 17:01:54 -08:00
Victor Vieux
da37fb5c7b
Merge pull request #1877 from vieux/bump_1.1.3
...
bump to 1.1.3
2016-02-24 16:02:08 -08:00