aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/bazel/commands
Commit message (Expand)AuthorAge
* bazel sync: better report errorsGravatar Klaus Aehlig2018-07-05
* sync: also report errorsGravatar Klaus Aehlig2018-06-15
* Support unconditional fetching of repositoriesGravatar Klaus Aehlig2018-06-14
* Add a `sync` commandGravatar Klaus Aehlig2018-06-08
* Add a "direct" mode to "blaze run" that makes the process being run a directGravatar lberki2018-02-05
* Report unsuccessful error code if bazel fetch fails in "keep going" mode.Gravatar dslomov2018-01-23
* Automated rollback of commit dafe71390340224e06eab0ac7afcebb2f5219f5a.Gravatar dslomov2018-01-16
* Report unsuccessful error code if bazel fetch fails in "keep going" mode.Gravatar Dmitry Lomov2018-01-16
* Consolidate instances of the --keep_going flag.Gravatar juliexxia2017-12-18
* Document the options in smaller commands.Gravatar ccalvarin2017-09-20
* Add Skylark flags as common command optionsGravatar brandjon2017-08-18
* Start event: show id also for non-build requestsGravatar Klaus Aehlig2017-08-10
* Make the @Option annotation depend on the java version of the tagging enums.Gravatar ccalvarin2017-07-18
* experimental UI: keep console updated till the endGravatar Klaus Aehlig2017-07-14
* Also generate a build stream for fetchGravatar Klaus Aehlig2017-07-14
* Add the default category and tag to all options.Gravatar ccalvarin2017-06-28
* Remove the CommandEnvironment from BlazeCommand.editOptionsGravatar ulfjack2017-06-06
* Store Skylark command-line flags in SkyframeGravatar brandjon2017-04-28
* Description redacted.Gravatar Nathan Harmata2017-03-09
* Rollback of commit 822c37816ac669e51bec3853b41849a19ec5e230.Gravatar Nathan Harmata2017-03-01
* Reimplement blaze query using an async evaluation model. Use a concurrent bac...Gravatar Nathan Harmata2017-02-28
* Remove some unused code from FetchCommand that was pulling in JavaOptionsGravatar Ulf Adams2017-01-09
* Support multiple mirror URLs for external reposGravatar Justine Tunney2016-11-29
* Make --watchfs a common command option.Gravatar Ulf Adams2016-10-14
* Rollback of commit 2891ec527eed27d0c6460d66f51cb66a43373b6a.Gravatar Damien Martin-Guillerez2016-10-14
* Make --watchfs a common command option.Gravatar Ulf Adams2016-10-13
* Unify AbstractBlazeQueryEnvironment#evaluateQuery with its subclass overrides...Gravatar Nathan Harmata2016-10-04
* Replace the occurrences of Constants.PRODUCT_NAME for a call toGravatar Luis Fernando Pino Duque2016-05-23
* Deprecate top-level Java toolchain flags in favour of java_toolchainGravatar Liam Miller-Cushon2016-04-19
* Replace a few more uses of the Constants.TOOLS_REPOSITORYGravatar Luis Fernando Pino Duque2016-02-15
* Allow output formatters to work in stream mode.Gravatar Miguel Alcon Pinto2015-12-10
* Rollback of commit 8e7da8704dba78dba47fbaa0eafce3a91c2deb13.Gravatar Peter Schmitt2015-12-01
* Allow output formatters to work in stream mode.Gravatar Miguel Alcon Pinto2015-11-19
* Add a Constants.TOOLS_PREFIX constant that will serve to redirect the Bazel t...Gravatar Lukacs Berki2015-10-05
* Rationalize copyright headersGravatar Damien Martin-Guillerez2015-09-25
* Move the commandId and getCommandStartTime() to CommandEnvironment.Gravatar Ulf Adams2015-09-21
* Change most calls to BlazeRuntime.getReporter() to use CommandEnvironment.Gravatar Ulf Adams2015-09-16
* Introduce CommandEnvironment and pass it instead of BlazeRuntime.Gravatar Ulf Adams2015-09-15
* Code cleanupGravatar Laurent Le Brun2015-09-03
* Throw InterruptedException directly if a query is interrupted, instead of wra...Gravatar Janak Ramakrishnan2015-07-10
* Create a --fetch option to allow fetching during the build commandGravatar Kristina Chodorow2015-05-15
* Require fetch for external dependenciesGravatar Kristina Chodorow2015-05-15
* Add fetch commandGravatar Kristina Chodorow2015-04-28