Permalink
Commits on Jul 28, 2016
  1. Merge pull request #2435 from nishanttotla/bump-1.2.4

    abronan committed Jul 28, 2016
    Bump version to 1.2.4
  2. Bump version to 1.2.4

    nishanttotla committed Jul 28, 2016
    Signed-off-by: Nishant Totla <[email protected]>
  3. Merge pull request #2206 from nishanttotla/http-client-create

    nishanttotla committed Jul 28, 2016
    Creating http client in swarm
Commits on Jul 23, 2016
  1. Merge pull request #2429 from nishanttotla/add-case-docker-112

    dongluochen committed Jul 23, 2016
    Adding case for updating client version, for Docker 1.12
Commits on Jul 22, 2016
  1. Adding case for updating client version, for Docker 1.12

    nishanttotla committed Jul 22, 2016
    Signed-off-by: Nishant Totla <[email protected]>
  2. Creating http client in swarm

    nishanttotla committed May 3, 2016
    Signed-off-by: Nishant Totla <[email protected]>
  3. Merge pull request #2251 from doronp/Fix-#2247

    dongluochen committed Jul 22, 2016
    Ignoring gone Engine removing the network from the rest
Commits on Jul 21, 2016
  1. Ignoring gone Engine removing the network from the rest

    doronp committed May 19, 2016
    Signed-off-by: Doron Podoleanu <[email protected]>
    
    Use exported var
    
    Signed-off-by: Doron Podoleanu <[email protected]>
    
    Verify global scope before iteration on all engines
    
    Signed-off-by: Doron Podoleanu <[email protected]>
  2. Merge pull request #2427 from abronan/update_libkv

    nishanttotla committed Jul 21, 2016
    libkv: update godeps, fix wrong error check on zookeeper List
Commits on Jul 20, 2016
  1. libkv: fix wrong error check on zookeeper List

    abronan committed Jul 20, 2016
    Signed-off-by: Alexandre Beslic <[email protected]>
  2. Merge pull request #2426 from nishanttotla/bump-v1.2.4-rc2

    nishanttotla committed Jul 20, 2016
    Bump version to v1.2.4-rc2
  3. Bump version to v1.2.4-rc2

    nishanttotla committed Jul 20, 2016
    Signed-off-by: Nishant Totla <[email protected]>
  4. Merge pull request #2418 from dongluochen/cli_healthcheck

    abronan committed Jul 20, 2016
    Add healthcheck info to CLI
  5. Merge pull request #2424 from dongluochen/reschedulingtest

    dongluochen committed Jul 20, 2016
    Fix rescheduling test
  6. Fix rescheduling test.

    dongluochen committed Jul 20, 2016
    Signed-off-by: Dong Chen <[email protected]>
  7. Add healthcheck info to CLI.

    dongluochen committed Jul 15, 2016
    Signed-off-by: Dong Chen <[email protected]>
  8. Merge pull request #2423 from nishanttotla/engine-api-update-interface

    dongluochen committed Jul 20, 2016
    Updating engine-api to latest, with a new client interface
Commits on Jul 19, 2016
  1. Adding new client interface in Swarm

    nishanttotla committed Jul 19, 2016
    Signed-off-by: Nishant Totla <[email protected]>
  2. Merge pull request #2400 from xianlubird/bug/refresh-network

    abronan committed Jul 19, 2016
    Remove refresh network when creating container
Commits on Jul 18, 2016
  1. Updating engine-api to latest

    nishanttotla committed Jul 18, 2016
    Signed-off-by: Nishant Totla <[email protected]>
Commits on Jul 14, 2016
  1. Merge pull request #2413 from avsm/typo-in-label-docs

    thaJeztah committed Jul 14, 2016
    docs: fix extra newline in swarm label addition
  2. docs: fix extra newline in swarm label addition

    avsm committed Jul 14, 2016
    Signed-off-by: Anil Madhavapeddy <[email protected]>
  3. Merge pull request #2254 from allencloud/get-volume-labels-when-refre…

    dongluochen committed Jul 14, 2016
    …shVolumes
    
    Refresh single volume when volume event emitted
Commits on Jul 13, 2016
  1. refresh single volume when event emitted

    allencloud committed May 19, 2016
    Signed-off-by: allencloud <[email protected]>
  2. Merge pull request #2331 from allencloud/update-min-engine-version-sw…

    dongluochen committed Jul 13, 2016
    …arm-supports
    
    update min docker engine's version swarm supports
Commits on Jul 12, 2016
  1. Merge pull request #2412 from ezrasilvera/FixMesosRlock

    vieux committed Jul 12, 2016
    Fix double RLock in Mesos cluster (apply PR #2210 to Mesos cluster)
  2. Fix double RLock in Mesos cluster

    ezrasilvera committed Jul 12, 2016
    Signed-off-by: Ezra Silvera <[email protected]>
    
    format
    
    Signed-off-by: Ezra Silvera <[email protected]>
  3. update min docker engine's version swarm supports

    allencloud committed Jun 5, 2016
    Signed-off-by: allencloud <[email protected]>
Commits on Jul 11, 2016
  1. Merge pull request #2163 from xianlubird/feature/rescheduler

    dongluochen committed Jul 11, 2016
    fix issue #2162 add removeDuplicateContainers behaviour for every node when it's added.
  2. Merge pull request #2410 from rmoriz/issue-2409

    allencloud committed Jul 11, 2016
    fix off-by-one error in server count
  3. fix off-by-one error in server count

    rmoriz committed Jul 11, 2016
    Signed-off-by: Roland Moriz <[email protected]>
Commits on Jul 8, 2016
  1. Merge pull request #2403 from dongluochen/readme_update

    abronan committed Jul 8, 2016
    Clarify Docker Swarm and Swarmkit projects
  2. Clarify Docker Swarm and Swarmkit projects.

    dongluochen committed Jul 8, 2016
    Signed-off-by: Dong Chen <[email protected]>
  3. Merge pull request #2317 from allencloud/consider-different-systime

    abronan committed Jul 8, 2016
    consider systime's difference between swarm and engine
Commits on Jul 7, 2016
  1. fix issue #2162 add removeDuplicateContainers behaviour for every nod…

    xianlubird authored and Xianlu committed Apr 25, 2016
    …e when it's added.
    
    Signed-off-by: Xianlu <[email protected]>