Permalink
Commits on Jun 30, 2017
  1. Merge pull request #2753 from nishanttotla/bump-v1.2.7

    Bump version to 1.2.7
    nishanttotla committed on GitHub Jun 30, 2017
  2. Bump version to 1.2.7

    Signed-off-by: Nishant Totla <[email protected]>
    nishanttotla committed Jun 30, 2017
  3. Merge pull request #2735 from nishanttotla/network-filter-fix

    Add network ls filtering by name
    nishanttotla committed on GitHub Jun 30, 2017
  4. Add network ls filtering by name.

    Turns out that network filter tests were wrongly disabled for master
    branch. This is also fixed here.
    
    Signed-off-by: Nishant Totla <[email protected]>
    nishanttotla committed Jun 19, 2017
  5. Merge pull request #2736 from nishanttotla/enable-wrongly-disabled-tests

    Enable wrongly disabled tests and delete empty tests
    nishanttotla committed on GitHub Jun 30, 2017
Commits on Jun 29, 2017
  1. Enable wrongly disabled tests and delete empty tests

    Signed-off-by: Nishant Totla <[email protected]>
    nishanttotla committed Jun 19, 2017
  2. Merge pull request #2743 from nishanttotla/error-on-token-discovery

    Adding deprecation message for token based discovery.
    nishanttotla committed on GitHub Jun 29, 2017
  3. Adding deprecation message for token based discovery.

    Token based discovery, which is the default discovery mechanism, is now
    deprecated and may be removed in a future release. It will be replaced
    by a new mechanism that is backed by Docker Swarm mode.
    
    Signed-off-by: Nishant Totla <[email protected]>
    nishanttotla committed Jun 21, 2017
  4. Merge pull request #2690 from nishanttotla/update-api-version-cases

    Add more cases for API versions
    nishanttotla committed on GitHub Jun 29, 2017
  5. Update network containers in refresh loop.

    At some point, newer Docker versions stopped reporting container
    information on network ls. This caused a bug where the refresh loop was
    unable to get full network information (in particular container
    information). This commit fixes that by manually iterating over all
    containers and extracting network information from them.
    
    Signed-off-by: Nishant Totla <[email protected]>
    nishanttotla committed Jun 28, 2017
Commits on Jun 28, 2017
  1. Add more cases for API versions

    Signed-off-by: Nishant Totla <[email protected]>
    nishanttotla committed May 2, 2017
Commits on Jun 27, 2017
  1. Merge pull request #1802 from nishanttotla/1799-update-roadmap

    Cleaning up ROADMAP.md
    nishanttotla committed on GitHub Jun 27, 2017
  2. Merge pull request #2747 from nishanttotla/events-restructuring

    Moving event handling for external subscribers to use go-events
    nishanttotla committed on GitHub Jun 27, 2017
Commits on Jun 26, 2017
  1. Adding counter for active event listeners

    Signed-off-by: Nishant Totla <[email protected]>
    nishanttotla committed Jun 26, 2017
  2. Moving event handling for external subscribers to use github.com/dock…

    …er/go-events
    
    Signed-off-by: Nishant Totla <[email protected]>
    nishanttotla committed Jun 22, 2017
  3. Vendoring github.com/docker/go-events

    37d35add5005832485c0225ec870121b78fcff1c
    
    Signed-off-by: Nishant Totla <[email protected]>
    nishanttotla committed Jun 22, 2017
Commits on Jun 24, 2017
  1. Vendoring github.com/docker/swarmkit 97727e1e18c356435819020f02f58634…

    …0a8ca812
    
    Signed-off-by: Nishant Totla <[email protected]>
    nishanttotla committed Jun 22, 2017
Commits on Jun 23, 2017
  1. Cleaning up ROADMAP.md

    Signed-off-by: Nishant Totla <[email protected]>
    nishanttotla committed Feb 11, 2016
Commits on Jun 22, 2017
  1. Merge pull request #2746 from nishanttotla/events-restructuring

    Adding some clarifying comments for event handling
    nishanttotla committed on GitHub Jun 22, 2017
  2. Adding some clarifying comments for event handling

    Signed-off-by: Nishant Totla <[email protected]>
    nishanttotla committed Jun 22, 2017
Commits on Jun 21, 2017
  1. Merge pull request #2744 from nishanttotla/update-issue-template

    Updating issue template
    nishanttotla committed on GitHub Jun 21, 2017
  2. Updating issue template

    Signed-off-by: Nishant Totla <[email protected]>
    nishanttotla committed Jun 21, 2017
Commits on Jun 20, 2017
  1. Merge pull request #2742 from nishanttotla/network-inspect-tests-1.13

    Debugging network inspect tests for docker 1.13, 17.03
    nishanttotla committed on GitHub Jun 20, 2017
  2. Debugging network inspect tests for docker 1.13, 17.03

    Signed-off-by: Nishant Totla <[email protected]>
    nishanttotla committed Jun 20, 2017
  3. Merge pull request #2740 from nishanttotla/fix-1703-tests

    Debugging 17.03 test failures
    nishanttotla committed on GitHub Jun 20, 2017
  4. Debugging 17.03 test failures

    Signed-off-by: Nishant Totla <[email protected]>
    nishanttotla committed Jun 20, 2017
  5. Merge pull request #2734 from nishanttotla/update-docker-vendoring

    Updating vendoring for docker/docker to 5eca8382b03278dc42c228b3d14dec0909ce655b
    nishanttotla committed on GitHub Jun 20, 2017
Commits on Jun 19, 2017
  1. Updating tests to match updated vendoring

    Signed-off-by: Nishant Totla <[email protected]>
    nishanttotla committed Jun 16, 2017
Commits on Jun 16, 2017
  1. Updating types and function calls to match updated vendoring

    Signed-off-by: Nishant Totla <[email protected]>
    nishanttotla committed Jun 16, 2017
  2. Updating and adding new dependencies

    Adding github.com/docker/libtrust 9cbd2a1374f46905c68a4eb3694a130610adc62a
    
    Updating github.com/Microsoft/go-winio vendoring to v0.4.2
    
    Updating vendoring for golang.org/x/sys 8f0908ab3b2457e2e15403d3697c9ef5cb4b57a9
    
    Signed-off-by: Nishant Totla <[email protected]>
    nishanttotla committed Jun 15, 2017
Commits on Jun 15, 2017
  1. Updating docker/docker vendoring to 5eca8382b03278dc42c228b3d14dec090…

    …9ce655b
    
    Signed-off-by: Nishant Totla <[email protected]>
    nishanttotla committed Jun 15, 2017
  2. Merge pull request #2723 from wsong/more_whitelists

    Allow control over where volumes get created with a whitelist label
    nishanttotla committed on GitHub Jun 15, 2017
  3. Allow control over where volumes get created with a whitelist label

    Signed-off-by: Wayne Song <[email protected]>
    wsong committed Jun 5, 2017
Commits on Jun 4, 2017
  1. Merge pull request #2721 from jlhawn/proxy_flush_headers

    Immediately flush response headers for ContainerWait requests
    dongluochen committed on GitHub Jun 4, 2017
Commits on Jun 2, 2017
  1. Immediately flush resp headers for wait requests

    Docker-DCO-1.1-Signed-off-by: Josh Hawn <[email protected]> (github: jlhawn)
    jlhawn committed Jun 2, 2017