You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
buildx/controller
Kohei Tokunaga de693264a8
Add BuildOptions.Debug for allowing lazy evaluation of ResultHandler
This commit adds BuildOptions.Debug that allows skipping the evaluation of the
ResultHandler. The ResultHandler is created without evaluated, so calling Build
API with this flag always returns an error with the reference ID of that
(errored) ResultHandler. Note that this state of ResultHandler doesn't contain
result nor error so any operation on that ResultHandler will result in an error.

Following commit will allow user to do further operations (e.g. evaluation of a
bulid) using the buildkit client held by that ResultHandler.

Signed-off-by: Kohei Tokunaga <ktokunaga.mail@gmail.com>
2 years ago
..
build Add BuildOptions.Debug for allowing lazy evaluation of ResultHandler 2 years ago
control controller: refactor progress api 2 years ago
errdefs Allow passing ResultContext from server to the client through grpcerror 2 years ago
local build: rename ResultContext to ResultHandle 2 years ago
pb Add BuildOptions.Debug for allowing lazy evaluation of ResultHandler 2 years ago
processes build: rename ResultContext to ResultHandle 2 years ago
remote build: rename ResultContext to ResultHandle 2 years ago
controller.go controller: replace logrus status messages with progress messages 2 years ago