summaryrefslogtreecommitdiff
path: root/builder/remotecontext
Commit message (Expand)AuthorAgeFilesLines
* gitutils: add validation for refTonis Tiigi2019-03-262-4/+24
* Convert parse errors to more informative formatlinuxmercedes2019-01-141-4/+12
* LCOW: Capture stderr on external process. Log actual error rather than throwawayJohn Howard2018-08-161-0/+4
* Update documents of `Detect`Yuichiro Kaneko2018-07-031-2/+1
* LCOW: lazycontext: Use correct lstat, fix archive checkJohn Howard2018-06-271-1/+1
* Update tests to use gotest.tools 👼Vincent Demeester2018-06-134-9/+9
* vendor: use dockerfile parser from buildkitTonis Tiigi2018-06-021-1/+1
* Various code-cleanupSebastiaan van Stijn2018-05-231-1/+1
* Replace deprecated testutil.ErrorContains()Sebastiaan van Stijn2018-05-211-2/+1
* Skip some tests requires root uid when run as userVincent Demeester2018-04-231-0/+2
* Post migration assertion fixesDaniel Nephin2018-03-161-12/+9
* Automated migration usingDaniel Nephin2018-03-163-68/+68
* Add canonical import commentDaniel Nephin2018-02-0516-16/+16
* Move api/errdefs to errdefsBrian Goff2018-01-111-1/+1
* Add helpers to create errdef errorsBrian Goff2018-01-112-85/+11
* gitutils: remove checkout directory on errorTonis Tiigi2017-12-082-13/+19
* gitutils: fix checking out submodulesTonis Tiigi2017-12-072-20/+79
* Fix remote build target as DockerfileDaniel Nephin2017-11-094-100/+44
* Merge pull request #35244 from joyce/joyce/todo-fixesYong Tang2017-11-041-3/+9
|\
| * fix todo for printing error messagesJoyce2017-11-031-3/+9
* | Fix tests after Hash() behavior changeTonis Tiigi2017-10-102-15/+9
* | builder: fix build cache hash for broken symlinkTonis Tiigi2017-09-292-7/+4
|/
* Cleaning dead code out of the builderLorenzo Fontana2017-09-291-14/+0
* builder: updates to session after vendorTonis Tiigi2017-09-221-4/+4
* LCOW: Implemented support for docker cp + buildAkash Gupta2017-09-147-47/+46
* Add gosimple linterDaniel Nephin2017-09-122-2/+2
* Add ineffassign linterDaniel Nephin2017-09-081-5/+2
* Merge pull request #34625 from dnephin/more-lintersYong Tang2017-09-011-3/+3
|\
| * Add interfacer linterDaniel Nephin2017-08-241-3/+3
* | Move ErrorContains to an internal package.Daniel Nephin2017-08-251-1/+1
|/
* Remove testutil.ReadBodyDaniel Nephin2017-08-221-1/+6
* Remove string checking in API error handlingBrian Goff2017-08-152-6/+100
* Merge pull request #34272 from dmcgowan/update-logrusJohn Howard2017-08-011-1/+1
|\
| * Update logrus to v1.0.1Derek McGowan2017-07-311-1/+1
* | Fix shallow git clone in docker-buildAndrew He2017-07-251-10/+33
|/
* add f.Close() after dockerignore.ReadAll(f) before return errlixiaobing100512672017-06-291-0/+1
* Move IsGitTransport() to gitutilsSebastiaan van Stijn2017-06-262-1/+34
* Fix handling of remote "git@" notationSebastiaan van Stijn2017-06-262-19/+81
* Add a test for warning on empty continuation lines.Daniel Nephin2017-06-231-9/+5
* Implement incremental file sync using client sessionTonis Tiigi2017-06-2212-127/+841
* Rename LazyContext to LazySource.Daniel Nephin2017-06-082-9/+9
* Move pkg/gitutils to remotecontext/gitDaniel Nephin2017-06-023-2/+304
* Remove the last of pkg/httputilDaniel Nephin2017-06-022-3/+64
* Move httputils/mimtype to the single consumser, and remove unused function.Daniel Nephin2017-06-025-6/+47
* Fix cancelling builder on chunked requestsTonis Tiigi2017-05-231-0/+1
* Merge pull request #32959 from simonferquel/tar-filemode-windowsTõnis Tiigi2017-05-161-10/+3
|\
| * Respect tar entries modes when rewriting them on WindowsSimon Ferquel2017-05-021-10/+3
* | check erryupengzte2017-05-051-0/+3
|/
* Extract squash and tagging from the Dockerfile builder.Daniel Nephin2017-05-011-4/+7
* Refactor remote context parsingTonis Tiigi2017-04-259-83/+1041