summaryrefslogtreecommitdiff
path: root/integration-cli/docker_api_build_test.go
Commit message (Expand)AuthorAgeFilesLines
* integration-cli: fix empty-lines (revive)Sebastiaan van Stijn2022-09-281-2/+0
* integration-cli: split DockerSuite into subsequent build suitesCrazyMax2022-06-171-14/+14
* refactor: move from io/ioutil to io and os packageEng Zer Jun2021-08-271-3/+2
* bump gotest.tools v3.0.1 for compatibility with Go 1.14Sebastiaan van Stijn2020-02-111-2/+2
* integration-cli: normalize comment formattingSebastiaan van Stijn2019-11-271-10/+5
* testutil: make testing packages publicSam Whited2019-09-111-4/+4
* rm-gocheck: run goimports to compile successfullyTibor Vass2019-09-091-1/+1
* rm-gocheck: check.C -> testing.TTibor Vass2019-09-091-16/+16
* Replace some checkers and assertions with gotest.toolsSebastiaan van Stijn2019-04-051-55/+52
* integration-cli/build: don't panicKir Kolyshkin2018-12-201-2/+6
* Update tests to use gotest.tools 👼Vincent Demeester2018-06-131-2/+2
* Various code-cleanupSebastiaan van Stijn2018-05-231-1/+1
* fix and skip some tests based on API versionAnda Xu2018-05-151-1/+2
* Switch from x/net/context -> contextKir Kolyshkin2018-04-231-1/+1
* Move integration-cli/request to internal/test/request…Vincent Demeester2018-04-171-1/+1
* Move fakecontext, fakegit and fakestorage to internal/testVincent Demeester2018-04-171-3/+3
* Migrate test-integration-cli experimental build tests to integrationVincent Demeester2018-03-301-103/+0
* Automated migration usingDaniel Nephin2018-03-161-55/+55
* Remove duplicate calls for getting an APIClientDaniel Nephin2018-02-201-11/+5
* Merge pull request #36018 from thaJeztah/remove-deprecated-testenv-functionsYong Tang2018-01-151-1/+1
|\
| * Remove deprecated environment.DaemonPlatform()Sebastiaan van Stijn2018-01-151-1/+1
* | ineffassign: fix unused variablesSebastiaan van Stijn2018-01-131-0/+2
|/
* Set OS on scratch image and prevent panic if emptyJohn Stephens2017-11-061-0/+22
* builder: updates to session after vendorTonis Tiigi2017-09-221-2/+4
* Merge pull request #33492 from simonferquel/typed-builder-commands-squashedAkihiro Suda2017-09-201-0/+76
|\
| * Introduce a typed command system and 2 phase parse/dispatch buildSimon Ferquel2017-09-181-0/+76
* | Fixes for dnephin reviewChristopher Crone2017-09-141-18/+2
* | Skip some tests for E2EChristopher Crone2017-09-141-2/+19
|/
* integration-cli: fix testutil refactor merge conflictTonis Tiigi2017-08-281-1/+1
* Merge pull request #34263 from estesp/chown-flag-add-copyTõnis Tiigi2017-08-281-0/+29
|\
| * Rebase --chown function for ADD/COPYPhil Estes2017-08-221-0/+29
* | Remove testutil.ReadBodyDaniel Nephin2017-08-221-13/+12
* | Remove client/session package, depend on buildkit's session packageTibor Vass2017-07-281-2/+2
|/
* build: fix add from remote urlTonis Tiigi2017-06-271-0/+44
* Implement incremental file sync using client sessionTonis Tiigi2017-06-221-0/+105
* builder: fix copy —from conflict with force pullTonis Tiigi2017-06-201-0/+41
* Fix Cache with ONBUILDDaniel Nephin2017-06-061-0/+69
* Fix ONBUILD COPYDaniel Nephin2017-06-021-0/+25
* Refactor remote context parsingTonis Tiigi2017-04-251-3/+1
* [integration] Move fakegit to its own package in cliVincent Demeester2017-04-191-3/+4
* Move FakeContext to `integration-cli/cli/build/context` package…Vincent Demeester2017-04-111-5/+7
* Update request.* signature to remove the hostVincent Demeester2017-03-061-7/+7
* Convert request.SockRequestRaw to appropriate methodsVincent Demeester2017-02-281-7/+8
* Clean more build utils in integration cliVincent Demeester2017-01-171-14/+7
* Use testEnv methods and remove most of the global variablesVincent Demeester2017-01-171-1/+1
* Add a new request package in integration-cliVincent Demeester2017-01-031-7/+8
* Remove pkg/integration and move it to testutil or integration-cliVincent Demeester2016-12-301-8/+8
* Extract daemon to its own packageVincent Demeester2016-12-091-6/+7
* [nit] integration-cli: obey Go's naming conventionAkihiro Suda2016-09-301-7/+7
* Fix TestBuildApiDockerFileRemoteAkihiro Suda2016-09-201-4/+12