summaryrefslogtreecommitdiff
path: root/integration
Commit message (Expand)AuthorAgeFilesLines
* add version pkgVictor Vieux2014-02-251-0/+1
* fix testsVictor Vieux2014-02-252-1/+2
* Rewrite docker rmiVictor Vieux2014-02-253-8/+12
* Cleanup integration testsSolomon Hykes2014-02-243-88/+29
* forbid chained onbuild, from & maintainer triggersunclejack2014-02-201-0/+42
* Merge pull request #4168 from crosbymichael/add-listenbufferVictor Vieux2014-02-171-0/+5
|\
| * Integration generic socket wait for docker apiMichael Crosby2014-02-151-0/+5
* | Merge pull request #4131 from tianon/vendor-golang-xattrsunclejack2014-02-172-2/+2
|\ \
| * | Add vendored archive/tar that includes xattrs patchTianon Gravi2014-02-172-2/+2
| |/
* | Merge pull request #4172 from fabiofalci/test_save_and_loadMichael Crosby2014-02-171-0/+71
|\ \
| * | Test for save and load commandsFabio Falci2014-02-171-0/+71
| |/
* | `docker cp` error when container doesn't existFabio Falci2014-02-161-0/+28
|/
* Move remote api client to api/Solomon Hykes2014-02-151-22/+23
* Refactor utility `MkBuildContext` to the more generic `archive.Generate`Solomon Hykes2014-02-151-13/+15
* Properly close archivesAlexander Larsson2014-02-141-2/+2
* Move the canonical run configuration objects to a sub-packageSolomon Hykes2014-02-115-88/+92
* Merge pull request #4074 from shykes/separate-versionVictor Vieux2014-02-112-3/+5
|\
| * Fix the tests, tooTianon Gravi2014-02-112-3/+5
* | New package `nat`: utilities for manipulating the text description of network...Solomon Hykes2014-02-111-5/+6
|/
* Merge pull request #3524 from tianon/supplementary-groupsVictor Vieux2014-02-101-0/+59
|\
| * Consolidate a bunch of the supplementary-groups tests to cut down on the numb...Tianon Gravi2014-01-311-40/+19
| * Move UserLookup functionality into a separate pkg/user submodule that impleme...Tianon Gravi2014-01-311-0/+80
* | builder: clearly display ONBUILD triggers during a build.Solomon Hykes2014-02-041-2/+2
* | New build instruction: ONBUILD defines a trigger to execute when extending an...Solomon Hykes2014-02-041-0/+16
* | docker/config: update -mtu flag defaultJohan Euphrosine2014-02-031-4/+5
|/
* Merge pull request #3832 from jlhawn/3831-auth-tests-server-addressVictor Vieux2014-01-311-6/+17
|\
| * Prevent Tests from creating users on Prod IndexJosh Hawn2014-01-291-6/+17
* | Merge pull request #3872 from crosbymichael/network-driverGuillaume J. Charmes2014-01-311-1/+7
|\ \
| * | Fix integration testsMichael Crosby2014-01-311-1/+7
* | | Merge pull request #3827 from vieux/mova_api_packageMichael Crosby2014-01-315-72/+50
|\ \ \ | |/ / |/| |
| * | Move serveapi to api/api.goVictor Vieux2014-01-313-7/+7
| * | merge masterVictor Vieux2014-01-313-9/+9
| |\ \
| * \ \ merge masterVictor Vieux2014-01-311-0/+24
| |\ \ \
| * | | | remove some mkServerFromEngineVictor Vieux2014-01-312-11/+10
| * | | | move api to it's own packageVictor Vieux2014-01-291-54/+33
| * | | | Remove api_params.goVictor Vieux2014-01-291-31/+37
| | |_|/ | |/| |
* | | | Merge pull request #3841 from alexlarsson/separate-base-fsMichael Crosby2014-01-311-1/+1
|\ \ \ \ | |_|_|/ |/| | |
| * | | Separate out graphdriver mount and container rootAlexander Larsson2014-01-301-1/+1
| |/ /
* | | Merge pull request #3829 from vieux/fix_api_regressionMichael Crosby2014-01-313-9/+9
|\ \ \ | |_|/ |/| |
| * | fix ID -> Id apiVictor Vieux2014-01-293-9/+9
| |/
* | Remove api_params.goVictor Vieux2014-01-311-31/+37
* | add testsVictor Vieux2014-01-301-0/+24
|/
* Improve test for container list `ps`Fabio Falci2014-01-261-0/+114
* Move containers to a jobVictor Vieux2014-01-242-34/+129
* fix error handlingVictor Vieux2014-01-241-5/+5
* Move docker rmi to a jobVictor Vieux2014-01-243-15/+13
* move pull and import to a jobVictor Vieux2014-01-242-4/+7
* Merge pull request #3558 from tianon/buildfile-run-jsonMichael Crosby2014-01-221-0/+25
|\
| * Add support for `RUN [""]` in Dockerfiles for greater specificity in what is ...Tianon Gravi2014-01-111-0/+25
* | Merge pull request #3073 from alexlarsson/refcount-driver-mountsGuillaume J. Charmes2014-01-221-1/+2
|\ \