summaryrefslogtreecommitdiff
path: root/integration-cli/docker_cli_history_test.go
Commit message (Expand)AuthorAgeFilesLines
* bump gotest.tools v3.0.1 for compatibility with Go 1.14Sebastiaan van Stijn2020-02-111-2/+2
* integration-cli: remove unneeded fmt.Sprintf() in assertsSebastiaan van Stijn2019-09-111-1/+1
* intgration-cli: fix formattingTibor Vass2019-09-091-5/+1
* rm-gocheck: goimportsTibor Vass2019-09-091-1/+0
* rm-gocheck: convert check.Commentf to string - with just one stringTibor 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-3/+2
* rm-gocheck: Matches -> cmp.RegexpTibor Vass2019-09-091-1/+7
* rm-gocheck: run goimports to compile successfullyTibor Vass2019-09-091-0/+2
* rm-gocheck: NotNilTibor Vass2019-09-091-1/+1
* rm-gocheck: IsNilTibor Vass2019-09-091-1/+1
* rm-gocheck: check.C -> testing.TTibor Vass2019-09-091-6/+6
* rm-gocheck: c.Assert(...) -> assert.Assert(c, ...)Tibor Vass2019-09-091-5/+5
* Introduce a `cli` package for test-integrationVincent Demeester2017-03-231-1/+2
* Clean more build utils in integration cliVincent Demeester2017-01-171-6/+3
* Remove pkg/integration and move it to testutil or integration-cliVincent Demeester2016-12-301-1/+1
* Windows: Enable docker_cli_history_testJohn Howard2016-08-301-4/+0
* fix typosallencloud2016-06-021-1/+1
* Optimize slow bottleneck test of DockerSuite.TestBuildHistory.Yong Tang2016-03-021-28/+28
* Temporarily removing TestBuildHistory on Windows for perf reasonsDarren Stahl2016-01-281-0/+4
* Windows CI: Enable TestHistory* cli testsJohn Howard2016-01-261-5/+0
* Use of checkers on docker_cli_history_test.goJames Carey2015-10-231-21/+10
* Windows: Get Integration CLI runningJohn Howard2015-09-041-0/+5
* Don't pass check.C to dockerCmdWithErrorBrian Goff2015-07-271-1/+1
* dockerCmd when possibleQiang Huang2015-07-201-39/+11
* Implement teardown removeAllImagesAlexander Morozov2015-04-241-2/+0
* delete "defer deleteContainer" on testsVincent Demeester2015-04-231-1/+0
* Add integration test for history optionAnkush Agarwal2015-04-221-0/+39
* Use suite for integration-cliAlexander Morozov2015-04-211-19/+16
* Rebase + some fixesTibor Vass2015-04-091-21/+17
* Add comment column in docker history command outputDavid Young2015-04-091-0/+47
* Remove word "fail" from testsTibor Vass2015-02-091-2/+2
* Fix vet errorsAlexandr Morozov2014-11-051-1/+1
* Cleanup errorOut resp in history testJessica Frazelle2014-10-161-2/+1
* integcli: lint fixesunclejack2014-10-061-6/+6
* Rewrite TestBuildHistory to not use fixturesAlexandr Morozov2014-09-241-11/+33
* Add logDone logs where it's missingAlexandr Morozov2014-08-281-0/+2
* Migrate TestGetImagesHistory into unit and CLI testAdrien Folie2014-06-301-0/+18
* Add integration test for history command and fix bug where historyBryan Murphy2014-06-091-0/+43