summaryrefslogtreecommitdiff
path: root/integration-cli/docker_cli_search_test.go
Commit message (Expand)AuthorAgeFilesLines
* integration-cli: split DockerSuite into subsequent build suitesCrazyMax2022-06-171-5/+17
* filters: lowercase errorSebastiaan van Stijn2022-03-181-4/+4
* search: un-export registry.DefaultSearchLimit, and fix API status codesSebastiaan van Stijn2022-03-181-1/+1
* 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-3/+3
* rm-gocheck: run goimports to compile successfullyTibor Vass2019-09-091-1/+1
* rm-gocheck: check.C -> testing.TTibor Vass2019-09-091-5/+5
* integration-cli: also run Docker Hub search tests on WindowsSebastiaan van Stijn2019-07-171-8/+0
* TestSearchWithLimit: slight refactor and improve boundary checksSebastiaan van Stijn2019-07-171-25/+11
* TestSearchStarsOptionWithWrongParameter: remove checks for deprecated flagsSebastiaan van Stijn2019-07-171-10/+0
* TestSearchCmdOptions: remove checks for deprecated flagsSebastiaan van Stijn2019-07-171-14/+0
* TestSearchCmdOptions: remove cli-only checksSebastiaan van Stijn2019-07-171-5/+0
* Revert "Remove TestSearchCmdOptions test"Sebastiaan van Stijn2019-07-171-0/+48
* Remove TestSearchCmdOptions testSebastiaan van Stijn2019-05-221-48/+0
* int-cli/TestSearchCmdOptions: fail earlierKir Kolyshkin2019-05-211-3/+3
* Replace some checkers and assertions with gotest.toolsSebastiaan van Stijn2019-04-051-31/+31
* integration: use %s for check.Commentf()Kir Kolyshkin2018-08-141-6/+6
* fix some ineffectual assignmentsSebastiaan van Stijn2017-01-241-2/+2
* Remove pkg/integration and move it to testutil or integration-cliVincent Demeester2016-12-301-1/+1
* Use spf13/cobra for docker searchVincent Demeester2016-06-031-2/+2
* Add `--limit` option to `docker search`Yong Tang2016-06-021-0/+32
* Add a --filter option to `docker search`Fabrizio Soppelsa2016-05-201-5/+49
* Update testHuKeping2015-10-071-63/+19
* Fix docker search problemHu Keping2015-10-041-0/+8
* Windows: Get Integration CLI runningJohn Howard2015-09-041-1/+1
* Don't pass check.C to dockerCmdWithErrorBrian Goff2015-07-271-2/+2
* CI: use dockerCmd in integration-cli when possibleHu Keping2015-07-221-40/+26
* api/client: Allow for multi-line usage helpJosh Hawn2015-06-101-1/+1
* Verify the no-trunc option for the search operation.Yuan Sun2015-05-051-0/+10
* Use suite for integration-cliAlexander Morozov2015-04-211-23/+21
* add TestSearchCmdOptions caseYuan Sun2015-04-141-0/+50
* If docker search with --starts=${negative number}, it would show the warning.Yuan Sun2015-04-031-0/+24
* Add fixes for integration-cli tests w/ --net noneJake Champlin2015-03-251-0/+1
* Fix vet errorsAlexandr Morozov2014-11-051-1/+1
* Cleanup errorOut resp in search testsJessica Frazelle2014-10-161-4/+1
* Fix search test for busybox imageMichael Crosby2014-08-191-1/+1
* Fix search integration-cli testVictor Vieux2014-06-241-4/+4
* initial version of cli integration testsunclejack2014-03-291-0/+25