Skip to content
This repository has been archived by the owner on Nov 23, 2019. It is now read-only.

Add swarm management API endpoints #265

Merged
merged 9 commits into from Jun 13, 2016
Merged

Add swarm management API endpoints #265

merged 9 commits into from Jun 13, 2016

Commits on Jun 9, 2016

  1. Add swarmkit management API endpoints

    Signed-off-by: Victor Vieux <vieux@docker.com>
    vieux committed Jun 9, 2016
    Configuration menu
    Copy the full SHA
    4eece3c View commit details
    Browse the repository at this point in the history
  2. remove MCSAaccessMode and split swarm.go and use NodeRole

    Signed-off-by: Victor Vieux <vieux@docker.com>
    vieux committed Jun 9, 2016
    Configuration menu
    Copy the full SHA
    59bce4d View commit details
    Browse the repository at this point in the history
  3. Add unit test for task endpoints

    - TaskInspect
    - TaskList
    
    Signed-off-by: Vincent Demeester <vincent@sbr.pm>
    vdemeester authored and vieux committed Jun 9, 2016
    Configuration menu
    Copy the full SHA
    418e265 View commit details
    Browse the repository at this point in the history
  4. Add unit test for swarm endpoints

    - SwarmInit
    - SwarmInspect
    - SwarmJoin
    - SwarmLeave
    - SwarmUpdate
    
    Signed-off-by: Vincent Demeester <vincent@sbr.pm>
    vdemeester authored and vieux committed Jun 9, 2016
    Configuration menu
    Copy the full SHA
    d8a0f3e View commit details
    Browse the repository at this point in the history
  5. Add unit test for service endpoint

    - ServiceCreate
    - ServiceInspect
    - ServiceList
    - ServiceRemove
    - ServiceUpdate
    
    Signed-off-by: Vincent Demeester <vincent@sbr.pm>
    vdemeester authored and vieux committed Jun 9, 2016
    Configuration menu
    Copy the full SHA
    b0c1cb5 View commit details
    Browse the repository at this point in the history
  6. Add unit test for node endpoints

    - NodeInspect
    - NodeList
    - NodeRemove
    - NodeUpdate
    
    Signed-off-by: Vincent Demeester <vincent@sbr.pm>
    vdemeester authored and vieux committed Jun 9, 2016
    Configuration menu
    Copy the full SHA
    a5e7f36 View commit details
    Browse the repository at this point in the history

Commits on Jun 12, 2016

  1. remove IPAMConfigFamily

    remove Reserved
    add CACertHash
    cleanup of types
    
    Signed-off-by: Victor Vieux <vieux@docker.com>
    Signed-off-by: Stephen J Day <stephen.day@docker.com>
    vieux committed Jun 12, 2016
    Configuration menu
    Copy the full SHA
    1099792 View commit details
    Browse the repository at this point in the history
  2. fix lowercase, remove eject and fix order type/consts

    Signed-off-by: Victor Vieux <vieux@docker.com>
    Signed-off-by: Arnaud Porterie (icecrime) <arnaud.porterie@docker.com>
    Signed-off-by: Victor Vieux <vieux@docker.com>
    vieux committed Jun 12, 2016
    Configuration menu
    Copy the full SHA
    690cb2d View commit details
    Browse the repository at this point in the history
  3. change node update and swarm update to specs

    Signed-off-by: Victor Vieux <vieux@docker.com>
    vieux committed Jun 12, 2016
    Configuration menu
    Copy the full SHA
    2f9f0bf View commit details
    Browse the repository at this point in the history