summaryrefslogtreecommitdiff
path: root/integration-cli/docker_cli_commit_test.go
Commit message (Expand)AuthorAgeFilesLines
* bump gotest.tools v3.0.1 for compatibility with Go 1.14Sebastiaan van Stijn2020-02-111-1/+1
* integration-cli: normalize comment formattingSebastiaan van Stijn2019-11-271-1/+1
* integration-cli: remove unneeded fmt.Sprintf() in assertsSebastiaan van Stijn2019-09-111-3/+2
* rm-gocheck: goimportsTibor Vass2019-09-091-1/+1
* rm-gocheck: convert check.Commentf to string - with multiple argsTibor Vass2019-09-091-2/+2
* rm-gocheck: Contains -> strings.ContainsTibor Vass2019-09-091-5/+3
* rm-gocheck: run goimports to compile successfullyTibor Vass2019-09-091-0/+2
* rm-gocheck: Equals -> assert.EqualTibor Vass2019-09-091-3/+3
* rm-gocheck: check.C -> testing.TTibor Vass2019-09-091-9/+9
* rm-gocheck: c.Assert(...) -> assert.Assert(c, ...)Tibor Vass2019-09-091-6/+6
* Fix ineffassign lintingSebastiaan van Stijn2018-07-111-2/+1
* fix and skip some tests based on API versionAnda Xu2018-05-151-6/+9
* Remove deprecated environment.DaemonPlatform()Sebastiaan van Stijn2018-01-151-1/+1
* Fix environ substitutions in `docker commit --change ...`Anthony Sottile2017-12-201-1/+9
* *: normalize the use of normalizeStephen J Day2017-08-221-1/+1
* Spelling fixesJosh Soref2017-07-031-2/+2
* Clean some function in docker_utils_test.goVincent Demeester2017-04-121-1/+0
* Introduce a `cli` package for test-integrationVincent Demeester2017-03-231-4/+5
* fix some ineffectual assignmentsSebastiaan van Stijn2017-01-241-3/+3
* Remove pkg/integration and move it to testutil or integration-cliVincent Demeester2016-12-301-1/+1
* commit: do not change container labels on commitAlexander Morozov2016-12-191-0/+13
* Use check in params so we don't ignore errorsVincent Demeester2016-12-081-1/+1
* COPY file . after WORKDIR (now always created)John Howard2016-11-231-2/+3
* Windows: Enable some commit testsJohn Howard2016-08-301-3/+0
* Remove -run flag from commit command.Vincent Demeester2016-08-191-43/+0
* Vendor engine-api to 70d266e96080e3c3d63c55a4d8659e00ac1f7e6cQiang Huang2016-02-291-2/+2
* Assert error in body of function `inspectField*`Zhang Wei2016-01-291-8/+4
* Checkers on integration-cli/docker_cli_commit_testAditi Rajagopal2015-10-291-49/+23
* Windows: Get Integration CLI runningJohn Howard2015-09-041-5/+9
* Use dockerCmd when possible (#14603)Vincent Demeester2015-07-141-123/+31
* just adding label to whitelist for commit command (Fixes #13738)Tom Howe2015-06-161-0/+14
* Use inspectField to simplify codeQiang Huang2015-05-181-10/+3
* trivial: typo cleanupDavid Mackey2015-04-271-1/+1
* Implement teardown removeAllImagesAlexander Morozov2015-04-241-16/+0
* Allow go template to work properly with inspectSrini Brahmaroutu2015-04-231-1/+1
* Use suite for integration-cliAlexander Morozov2015-04-211-65/+50
* Removed unnecessary error output from dockerCmdbobby abbott2015-04-171-2/+2
* Move TestMergeOnCommit to integration-cliBrian Goff2015-04-131-0/+50
* Remove `stripTrailingCharacters` from testsBrian Goff2015-04-061-6/+6
* integ-cli: fix TestCommitChange for pulled busyboxAhmet Alp Balkan2015-02-261-1/+2
* Merge pull request #9123 from rhatdan/commit-changeTibor Vass2015-02-241-0/+38
|\
| * I am only seeing the values I setDan Walsh2015-02-241-1/+2
| * pass --change changes to the import jobDan Walsh2015-02-241-2/+6
| * support `changes` in commit jobDaniel, Dao Quang Minh2015-02-241-0/+33
* | Fix docker commit make a paused container to unpaused. Closes #10932Lei Jitang2015-02-241-0/+38
|/
* Better test cleanup with deferAhmet Alp Balkan2015-02-201-9/+9
* Make sure integration-cli test clean upTonis Tiigi2014-11-191-0/+3
* archive: preserve hardlinks in Tar and UntarVincent Batts2014-10-291-0/+52
* Cleanup errorOut resp in commit testJessica Frazelle2014-10-161-16/+26
* integcli: lint fixesunclejack2014-10-061-10/+10