Permalink
Commits on Oct 23, 2015
  1. Merge pull request #1310 from pwnall/image_affinity

    abronan committed Oct 23, 2015
    Swarm filters support in image building
  2. Merge pull request #1330 from vieux/fix_mesos_timeout_issue

    abronan committed Oct 23, 2015
    fix issue with timeouts in mesos
  3. Merge pull request #1335 from vieux/fix_panic

    abronan committed Oct 23, 2015
    fix panic when createContainer returns nil,nil
  4. Swarm filters support in image building.

    pwnall committed Oct 17, 2015
    When building an image (POST /build), swarm will extract filters from
    buildargs. This is similar to how container creation (POST
    /containers/create) extracts filters from environment variables.
    
    Signed-off-by: Victor Costan <[email protected]>
  5. Merge pull request #1332 from riuvshin/master

    vieux committed Oct 23, 2015
    Fix log info message
  6. Fix log info message

    riuvshin committed Oct 23, 2015
    Signed-off-by: Roman Iuvshin <[email protected]>
  7. Merge pull request #1327 from vieux/return_200_image_create

    jimmyxian committed Oct 23, 2015
    return 200 OK in /images/create
Commits on Oct 22, 2015
  1. Merge pull request #1329 from vieux/improve_mesos_error_message

    vieux committed Oct 22, 2015
    improve error message in mesos
  2. Merge pull request #1324 from SvenDowideit/fix-errant-links

    moxiegirl
    moxiegirl committed Oct 22, 2015
    Fix some non-relative links
  3. return 200 OK in /images/create

    vieux committed Oct 22, 2015
    Signed-off-by: Victor Vieux <[email protected]>
  4. Fix some non-relative links

    SvenDowideit committed Oct 22, 2015
    Signed-off-by: Sven Dowideit <[email protected]>
  5. Merge pull request #1318 from jimmyxian/add-support-some-run-options

    abronan committed Oct 22, 2015
    Add support some run options
  6. add support some run options

    jimmyxian committed Oct 21, 2015
    Signed-off-by: Xian Chaobo <[email protected]>
  7. Merge pull request #1320 from dnephin/support_filter_networks

    abronan committed Oct 22, 2015
    Support filtering networks by id or name
Commits on Oct 21, 2015
  1. Merge pull request #1321 from vieux/update_endpoint_volume_create

    abronan committed Oct 21, 2015
    rename `POST /volumes` to `POST /volumes/create`
  2. Merge pull request #1317 from abronan/add_concurrent_port_test

    vieux committed Oct 21, 2015
    Integration test for regression with parallel docker run when specifying a port
  3. Merge pull request #1322 from dnephin/update_api_version

    vieux committed Oct 21, 2015
    Update api version to match the version that swarm supports
  4. Update api version to match the version that swarm supports.

    dnephin committed Oct 21, 2015
    Signed-off-by: Daniel Nephin <[email protected]>
  5. Support filtering networks by id or name.

    dnephin committed Oct 21, 2015
    Signed-off-by: Daniel Nephin <[email protected]>
  6. Integration test for regression with parallel docker run when specify…

    abronan committed Oct 21, 2015
    …ing a port
    
    Signed-off-by: Alexandre Beslic <[email protected]>
Commits on Oct 20, 2015
  1. Merge pull request #1314 from aluzzardi/fix-nullptr-pendingcontainer

    abronan committed Oct 20, 2015
    Fix nullptr panic in pending containers.
  2. Merge pull request #1309 from vieux/improve_networks

    chanwit committed Oct 20, 2015
    small improvment on network UX
Commits on Oct 19, 2015
  1. Merge pull request #1315 from aluzzardi/golint-fix

    abronan committed Oct 19, 2015
    Fix various golint issues.
  2. Fix various golint issues.

    aluzzardi committed Oct 19, 2015
    Signed-off-by: Andrea Luzzardi <[email protected]>
  3. Merge pull request #1313 from denverdino/origin-master

    aluzzardi committed Oct 19, 2015
    Fix the problem for the orders of filters
  4. Fix nullptr panic in pending containers.

    aluzzardi committed Oct 19, 2015
    Fixes #1289
    
    Signed-off-by: Andrea Luzzardi <[email protected]>
  5. Fix the problem for the orders of filters

    denverdino committed Oct 19, 2015
    Change-Id: I2dd652a1881cdaaff16e02f26c9f69f5df16419f
    Signed-off-by: Li Yi <[email protected]>
  6. fix panic when createContainer returns nil,nil

    vieux committed Oct 19, 2015
    Signed-off-by: Victor Vieux <[email protected]>
  7. fix tests

    vieux committed Oct 19, 2015
    Signed-off-by: Victor Vieux <[email protected]>
  8. improve docker network ls and rm

    vieux committed Oct 17, 2015
    Signed-off-by: Victor Vieux <[email protected]>
  9. refresh networks on whole cluster after create and rm

    vieux committed Oct 17, 2015
    Signed-off-by: Victor Vieux <[email protected]>
Commits on Oct 18, 2015
  1. fix issue with timeouts in mesos

    vieux committed Oct 18, 2015
    Signed-off-by: Victor Vieux <[email protected]>
  2. improve error message in mesos

    vieux committed Oct 18, 2015
    Signed-off-by: Victor Vieux <[email protected]>
  3. rename `POST /volumes` to `POST /volumes/create`

    vieux committed Oct 18, 2015
    Signed-off-by: Victor Vieux <[email protected]>
Commits on Oct 17, 2015
  1. fix golint

    vieux committed Oct 17, 2015
    Signed-off-by: Victor Vieux <[email protected]>