Permalink
Commits on Nov 3, 2015
  1. Merge pull request #1369 from vieux/fix_various_issues

    vieux committed Nov 3, 2015
    Fix various issues
  2. fix diff test

    vieux committed Nov 3, 2015
    Signed-off-by: Victor Vieux <[email protected]>
  3. monitor events just after the info

    vieux committed Nov 3, 2015
    Signed-off-by: Victor Vieux <[email protected]>
  4. update test name

    vieux committed Nov 3, 2015
    Signed-off-by: Victor Vieux <[email protected]>
  5. refresh volumes after creating a container

    vieux committed Nov 3, 2015
    Signed-off-by: Victor Vieux <[email protected]>
  6. refresh images after a rmi

    vieux committed Nov 3, 2015
    Signed-off-by: Victor Vieux <[email protected]>
Commits on Nov 1, 2015
  1. Merge pull request #1362 from jimmyxian/add-integraion-test

    vieux committed Nov 1, 2015
    Add integraion test for rmi -f with image tag
Commits on Oct 31, 2015
  1. add integraion test for rmi -f with image tag

    jimmyxian committed Oct 31, 2015
    Signed-off-by: Xian Chaobo <[email protected]>
Commits on Oct 30, 2015
  1. Merge pull request #1361 from vieux/improve_network_inspect_test

    abronan committed Oct 30, 2015
    ensure docker network inspect is the same as the engine one
  2. Merge pull request #1359 from vieux/update_network_types

    abronan committed Oct 30, 2015
    update network types
  3. ensure docker network inspect is the same as the engine one

    vieux committed Oct 30, 2015
    Signed-off-by: Victor Vieux <[email protected]>
  4. update network types

    vieux committed Oct 30, 2015
    Signed-off-by: Victor Vieux <[email protected]>
  5. Merge pull request #1355 from jimmyxian/fix-push-image

    vieux committed Oct 30, 2015
    fix push image
Commits on Oct 29, 2015
  1. fix push image

    jimmyxian committed Oct 29, 2015
    Signed-off-by: Xian Chaobo <[email protected]>
Commits on Oct 28, 2015
  1. Merge pull request #1340 from jimmyxian/volume-driver

    vieux committed Oct 28, 2015
    Move VolumeDriver to HostConfig
  2. Merge pull request #1342 from vieux/update_to_1.5.1

    abronan committed Oct 28, 2015
    switch to go1.5.1
  3. Merge pull request #1287 from dnephin/fix_filter_images_by_repo

    vieux committed Oct 28, 2015
    Fix filter images by repo
  4. Merge pull request #1349 from vieux/add_file_back_to_test_env

    jimmyxian committed Oct 28, 2015
    add file back to test env
  5. add file back to test env

    vieux committed Oct 28, 2015
    Signed-off-by: Victor Vieux <[email protected]>
  6. Merge pull request #1346 from vieux/fix_network_inspect

    abronan committed Oct 28, 2015
    fix network inspect via name for global scope
  7. fix network inspect via name for global scope

    vieux committed Oct 28, 2015
    Signed-off-by: Victor Vieux <[email protected]>
  8. move VolumeDriver to HostConfig

    jimmyxian committed Oct 28, 2015
    Signed-off-by: Xian Chaobo <[email protected]>
Commits on Oct 27, 2015
  1. Add filter by image name support to /images/json

    dnephin committed Oct 5, 2015
    Signed-off-by: Daniel Nephin <[email protected]>
Commits on Oct 26, 2015
  1. switch to go1.5.1

    vieux committed Oct 26, 2015
    Signed-off-by: Victor Vieux <[email protected]>
  2. Merge pull request #1338 from vieux/get_compiled_go

    abronan committed Oct 26, 2015
    fix test Dockerfile, use precompiled go
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]>