-
Merge pull request #1916 from vieux/bump_1.1.3-rc2
bump to 1.1.3-rc2
-
Merge pull request #1909 from dongluochen/FrequentIntegrationTestFailure
Remove internal retry in discovery_check_swarm_info
-
Signed-off-by: Victor Vieux <[email protected]>
-
Merge pull request #1907 from dongluochen/TcpConnectionLeak
Close TCP connections at disconnect
-
Close TCP connections at disconnect.
Signed-off-by: Dong Chen <[email protected]>
-
Merge pull request #1910 from JohnKDay/patch-1
Syntax error - changed container to constraint
-
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 <[email protected]>
-
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 <[email protected]>
-
Remove internal retry in discovery_check_swarm_info because caller re…
…tries are already in place. Signed-off-by: Dong Chen <[email protected]>
-
Merge pull request #1817 from moxiegirl/test-swarm-at-scale
Fixing problems with the instructions
-
Fixing problems with the instructions
Mary Anthony committedFeb 14, 2016 Loading status checks…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 <[email protected]>
-
Merge pull request #1901 from moxiegirl/carry-close-1886
Reformat to make it look more graceful
-
Reformat to make it look more graceful
wenchma authored and Mary Anthony committedFeb 25, 2016 Loading status checks…Signed-off-by: Wen Cheng Ma <[email protected]> Fixing formatting carry and close #1886 Signed-off-by: Mary Anthony <[email protected]>
-
Merge pull request #1898 from vieux/more_check_test
add even more tests on rescheduling
-
Merge pull request #1896 from gradywang/issue-typos
Find some typos when browse the code, fix them in this patch.
-
Find some typos when browse the code, fix them in this patch.
Yongqiao Wang committedFeb 26, 2016 Loading status checks…Signed-off-by: Yongqiao Wang <[email protected]>
-
add even more tests on rescheduling
Signed-off-by: Victor Vieux <[email protected]>
-
Merge pull request #1894 from allencloud/add-CORS-allow-method-HEAD
Add method HEAD in options response headers
-
Add method HEAD in options response headers
Signed-off-by: Sun Hongliang <[email protected]>
-
Merge pull request #1874 from allencloud/validate-label's-format
Fix #1873 force to validate engine's label format
-
Merge pull request #1869 from allencloud/fix-cors-bugs
Fix CORS bug #1868
-
force to validate whether engine's label is like format "key=value" Signed-off-by: Sun Hongliang <[email protected]>
-
1.Fixes cors bug 2.Add cors test Signed-off-by: Sun Hongliang <[email protected]>
-
Signed-off-by: Victor Vieux <[email protected]>
-
Merge pull request #1875 from moxiegirl/carry-close-1852
Fixed typos and formatting issues.
-
Merge pull request #1876 from moxiegirl/carry-and-close-1836
Add commands reference to the Swarm documentation
-
Fixed typos and formatting issues.
Rolfe Dlugy-Hegwer authored and Mary Anthony committedFeb 21, 2016 Loading status checks…Signed-off-by: Rolfe Dlugy-Hegwer <[email protected]> Adding in comments Signed-off-by: Mary Anthony <[email protected]>
-
command reference and docker file 22:05
Rolfe Dlugy-Hegwer authored and Mary Anthony committedFeb 18, 2016 Loading status checks…fix bad links Signed-off-by: Rolfe Dlugy-Hegwer <[email protected]>
-
Merge pull request #1864 from vieux/check_rm_resh
make sure all the rescheduled containers were removed
-
make sure all the rescheduled containers were removed
Signed-off-by: Victor Vieux <[email protected]>
-
Merge pull request #1863 from vieux/update_compose
update compose to 1.6.2
-
Signed-off-by: Victor Vieux <[email protected]>
-
Merge pull request #1855 from vieux/net_node_run
support docker run --net <node>/<network>