Permalink
Commits on Jun 30, 2015
  1. modify locks

    vieux committed Jun 30, 2015
    Signed-off-by: Victor Vieux <[email protected]>
Commits on Jun 22, 2015
  1. Schedule multiple tasks at once.

    tnachen committed Jun 19, 2015
    Signed-off-by: Timothy Chen <[email protected]>
  2. Merge pull request #986 from moxiegirl/1.7-release-notes

    moxiegirl
    moxiegirl committed Jun 22, 2015
    Comment out the old release notes
Commits on Jun 21, 2015
  1. Comment out the old releas notes

    Mary Anthony
    Mary Anthony committed Jun 21, 2015
    Signed-off-by: Mary Anthony <[email protected]>
Commits on Jun 19, 2015
  1. Merge pull request #979 from moxiegirl/fix-headers-for-release

    moxiegirl
    moxiegirl committed Jun 19, 2015
    Fixing the headers
  2. Fixing the headers

    Mary Anthony
    Mary Anthony committed Jun 19, 2015
    Signed-off-by: Mary Anthony <[email protected]>
  3. Merge pull request #940 from abronan/leader_election_doc

    moxiegirl
    moxiegirl committed Jun 19, 2015
    Add documentation on Leader Election/High Availability for `swarm manage`
Commits on Jun 18, 2015
  1. add documentation on leader election/high availability of swarm manag…

    abronan committed Jun 16, 2015
    …er instances
    
    Signed-off-by: Alexandre Beslic <[email protected]>
  2. Merge pull request #976 from moxiegirl/hugo-test-fixes

    aluzzardi committed Jun 18, 2015
       Hugo final 1.7 Documentation PR -- please read carefully
  3. Fixing duplicate title

    Mary Anthony
    Mary Anthony committed Jun 15, 2015
    Closes #948 the fix that Amy put in
    Updating sed scripts
    Updating after link tests
    
    Signed-off-by: Mary Anthony <[email protected]>
Commits on Jun 16, 2015
  1. Merge pull request #958 from vieux/update_usage2

    aluzzardi committed Jun 16, 2015
    update usage
  2. Merge pull request #965 from jimenez/totalmemory-totalcpus

    aluzzardi committed Jun 16, 2015
    adding implementation for TotalMemory and TotalCpus
  3. Merge pull request #960 from ahmetalpbalkan/random

    vieux committed Jun 16, 2015
    scheduler/random: Use private instance of rand
  4. adding implementation for TotalMemory and TotalCpus

    jimenez committed Jun 16, 2015
    Signed-off-by: Isabel Jimenez <[email protected]>
Commits on Jun 15, 2015
  1. Merge pull request #961 from ahmetalpbalkan/patch-3

    vieux committed Jun 15, 2015
    nits: scheduler/node/node.go
  2. nits: scheduler/node/node.go

    ahmetb committed Jun 15, 2015
    Signed-off-by: Ahmet Alp Balkan <[email protected]>
  3. scheduler/random: Use private instance of rand

    ahmetb committed Jun 15, 2015
    This does not pollute the global rand instance. It's good for
    predictability and determinism in the tests and behavior. Reduces
    program state.
    
    Signed-off-by: Ahmet Alp Balkan <[email protected]>
  4. update usage

    vieux committed Jun 15, 2015
    Signed-off-by: Victor Vieux <[email protected]>
  5. Merge pull request #956 from ahmetalpbalkan/patch-1

    vieux committed Jun 15, 2015
    Fix typo in leadership/README.md
  6. Merge pull request #947 from moxiegirl/test-tooling

    aluzzardi committed Jun 15, 2015
    New documentation tooling for Hugo work
  7. Fix typo in leadership/README.md

    ahmetb committed Jun 15, 2015
    Signed-off-by: Ahmet Alp Balkan <[email protected]>
Commits on Jun 14, 2015
  1. Updating for Hugo work

    Mary Anthony
    Mary Anthony committed Jun 7, 2015
    Updating title and other things
    Removing old mkdocs file
    Updating with the new sed scripts
    Moving from index.md swarm-overview.md
    Updating with the correct image
    
    Signed-off-by: Mary Anthony <[email protected]>
Commits on Jun 13, 2015
  1. Merge pull request #941 from aluzzardi/events-panic

    vieux committed Jun 13, 2015
    Engine: fix panic in disconnect with events.
  2. update dockerclient

    aluzzardi committed Jun 13, 2015
    Signed-off-by: Andrea Luzzardi <[email protected]>
  3. update samalba/dockerclient

    aluzzardi committed Jun 13, 2015
    Signed-off-by: Andrea Luzzardi <[email protected]>
  4. Engine: fix panic in disconnect with events.

    aluzzardi committed Jun 13, 2015
    Replaces #937
    
    Signed-off-by: Andrea Luzzardi <[email protected]>
  5. Merge pull request #944 from aluzzardi/leadership-test-fix

    vieux committed Jun 13, 2015
    Leadership: Remove flaky test.
  6. Leadership: Remove flaky test.

    aluzzardi committed Jun 13, 2015
    Signed-off-by: Andrea Luzzardi <[email protected]>
  7. Merge pull request #943 from vieux/update_travis

    aluzzardi committed Jun 13, 2015
    update travis go vet go cover
  8. update travis go vet go cover

    vieux committed Jun 13, 2015
    Signed-off-by: Victor Vieux <[email protected]>
Commits on Jun 12, 2015
  1. Merge pull request #933 from vieux/support_1.6.x+

    vieux committed Jun 12, 2015
    Support 1.6.0+
  2. Merge pull request #938 from aluzzardi/leadership-status

    abronan committed Jun 12, 2015
    Replication Status
  3. leadership: Fix data races in tests.

    aluzzardi committed Jun 12, 2015
    Signed-off-by: Andrea Luzzardi <[email protected]>
  4. replica proxy: Improve error messages.

    aluzzardi committed Jun 12, 2015
    Signed-off-by: Andrea Luzzardi <[email protected]>
  5. support only 1.6.0+

    vieux committed Jun 11, 2015
    update test/regression/run.sh
    uddate doc
    update tests
    
    Signed-off-by: Victor Vieux <[email protected]>