Permalink
Commits on Mar 2, 2016
  1. Merge pull request #1916 from vieux/bump_1.1.3-rc2

    dongluochen committed Mar 2, 2016
    bump to 1.1.3-rc2
Commits on Mar 1, 2016
  1. Merge pull request #1909 from dongluochen/FrequentIntegrationTestFailure

    nishanttotla committed Mar 1, 2016
    Remove internal retry in discovery_check_swarm_info
  2. bump to 1.1.3-rc2

    vieux committed Mar 1, 2016
    Signed-off-by: Victor Vieux <[email protected]>
  3. Merge pull request #1907 from dongluochen/TcpConnectionLeak

    nishanttotla committed Mar 1, 2016
    Close TCP connections at disconnect
  4. Close TCP connections at disconnect.

    dongluochen committed Feb 29, 2016
    Signed-off-by: Dong Chen <[email protected]>
  5. Merge pull request #1910 from JohnKDay/patch-1

    nishanttotla committed Mar 1, 2016
    Syntax error - changed container to constraint
  6. Syntax error - changed container to constraint

    JohnKDay committed Mar 1, 2016
    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]>
  7. Merge pull request #1908 from duglin/missingDefer

    abronan committed Mar 1, 2016
    Add missing 'defer'
Commits on Feb 29, 2016
  1. Add missing 'defer'

    duglin committed Feb 29, 2016
    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]>
  2. Remove internal retry in discovery_check_swarm_info because caller re…

    dongluochen committed Feb 29, 2016
    …tries are already in place.
    
    Signed-off-by: Dong Chen <[email protected]>
Commits on Feb 27, 2016
  1. Merge pull request #1817 from moxiegirl/test-swarm-at-scale

    moxiegirl
    moxiegirl committed Feb 27, 2016
    Fixing problems with the instructions
  2. Fixing problems with the instructions

    Mary Anthony
    Mary Anthony committed Feb 14, 2016
    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]>
  3. Merge pull request #1901 from moxiegirl/carry-close-1886

    moxiegirl
    moxiegirl committed Feb 27, 2016
    Reformat to make it look more graceful
  4. Reformat to make it look more graceful

    wenchma Mary Anthony
    wenchma authored and Mary Anthony committed Feb 25, 2016
    Signed-off-by: Wen Cheng Ma <[email protected]>
    
    Fixing formatting carry and close #1886
    
    Signed-off-by: Mary Anthony <[email protected]>
Commits on Feb 26, 2016
  1. Merge pull request #1898 from vieux/more_check_test

    vieux committed Feb 26, 2016
    add even more tests on rescheduling
  2. Merge pull request #1896 from gradywang/issue-typos

    vieux committed Feb 26, 2016
    Find some typos when browse the code, fix them in this patch.
  3. Find some typos when browse the code, fix them in this patch.

    Yongqiao Wang
    Yongqiao Wang committed Feb 26, 2016
    Signed-off-by: Yongqiao Wang <[email protected]>
  4. add even more tests on rescheduling

    vieux committed Feb 26, 2016
    Signed-off-by: Victor Vieux <[email protected]>
  5. Merge pull request #1894 from allencloud/add-CORS-allow-method-HEAD

    nishanttotla committed Feb 26, 2016
    Add method HEAD in options response headers
  6. Add method HEAD in options response headers

    allencloud committed Feb 26, 2016
    Signed-off-by: Sun Hongliang <[email protected]>
  7. Merge pull request #1874 from allencloud/validate-label's-format

    nishanttotla committed Feb 26, 2016
    Fix #1873 force to validate engine's label format
Commits on Feb 25, 2016
  1. Merge pull request #1869 from allencloud/fix-cors-bugs

    MHBauer committed Feb 25, 2016
    Fix CORS bug #1868
  2. Fix #1873

    allencloud committed Feb 24, 2016
    force to validate whether engine's label is like format "key=value"
    
    Signed-off-by: Sun Hongliang <[email protected]>
  3. Fixes #1868

    allencloud committed Feb 24, 2016
    1.Fixes cors bug
    2.Add cors test
    
    Signed-off-by: Sun Hongliang <[email protected]>
  4. Merge pull request #1877 from vieux/bump_1.1.3

    vieux committed Feb 25, 2016
    bump to 1.1.3
Commits on Feb 24, 2016
  1. bump to 1.1.3

    vieux committed Feb 24, 2016
    Signed-off-by: Victor Vieux <[email protected]>
  2. Merge pull request #1875 from moxiegirl/carry-close-1852

    moxiegirl
    moxiegirl committed Feb 24, 2016
    Fixed typos and formatting issues.
  3. Merge pull request #1876 from moxiegirl/carry-and-close-1836

    moxiegirl
    moxiegirl committed Feb 24, 2016
    Add commands reference to the Swarm documentation
  4. Fixed typos and formatting issues.

    Rolfe Dlugy-Hegwer Mary Anthony
    Rolfe Dlugy-Hegwer authored and Mary Anthony committed Feb 21, 2016
    Signed-off-by: Rolfe Dlugy-Hegwer <[email protected]>
    Adding in comments
    
    Signed-off-by: Mary Anthony <[email protected]>
  5. command reference and docker file 22:05

    Rolfe Dlugy-Hegwer Mary Anthony
    Rolfe Dlugy-Hegwer authored and Mary Anthony committed Feb 18, 2016
    fix bad links
    
    Signed-off-by: Rolfe Dlugy-Hegwer <[email protected]>
  6. Merge pull request #1864 from vieux/check_rm_resh

    abronan committed Feb 24, 2016
    make sure all the rescheduled containers were removed
  7. make sure all the rescheduled containers were removed

    vieux committed Feb 24, 2016
    Signed-off-by: Victor Vieux <[email protected]>
  8. Merge pull request #1863 from vieux/update_compose

    abronan committed Feb 24, 2016
    update compose to 1.6.2
  9. update compose to 1.6.2

    vieux committed Feb 24, 2016
    Signed-off-by: Victor Vieux <[email protected]>
Commits on Feb 23, 2016
  1. Merge pull request #1855 from vieux/net_node_run

    vieux committed Feb 23, 2016
    support docker run --net <node>/<network>