aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/test/java/com/google/devtools/build/lib/actions
Commit message (Expand)AuthorAge
* Automatic code cleanup.Gravatar cushon2017-09-15
* Inline CustomCommandLine methods that can be expressed using VectorArg.Gravatar tomlu2017-09-12
* More BUILD file refactorings.Gravatar philwo2017-09-06
* Improve CustomCommandLine interface.Gravatar tomlu2017-08-22
* Remove CustomArgv. It is unused.Gravatar tomlu2017-08-21
* Add more type safety to CustomCommandLine.Gravatar tomlu2017-08-16
* Remove unused tree artifact methods from CustomCommandLine.Gravatar tomlu2017-08-14
* Inline @Deprecated methods in CustomCommandLine.Gravatar tomlu2017-08-11
* Improve CustomCommandLine.Gravatar tomlu2017-08-10
* Add ActionInputPrefetcher to ActionExecutionContextGravatar ulfjack2017-07-24
* Now that SkyKey is an interface, accept Iterable<? extends SkyKey>Gravatar ulfjack2017-07-19
* CustomCommandLine: add emptiness checksGravatar laszlocsomor2017-07-19
* Automated rollback of commit a76c94be7c56b93fc5a2f9ececfba7ac1f61f69c.Gravatar laszlocsomor2017-07-18
* Internal changeGravatar Googler2017-07-17
* AndroidBusyBox: deprecate path-list-type flagsGravatar laszlocsomor2017-07-17
* CustomCommandLine.Builder: clean up its interfaceGravatar laszlocsomor2017-07-17
* BEP: Report configuration for all actionsGravatar Klaus Aehlig2017-07-14
* Make Metadata an interface for FileArtifactValueGravatar ulfjack2017-06-26
* Adding support for SHA256 for remote execution. Switch remote execution to useGravatar olaola2017-06-20
* Extract ActionContext to a top-level classGravatar ulfjack2017-06-19
* Rewrite the Executor/ActionExecutionContext splitGravatar ulfjack2017-06-19
* Close file handles in ActionCache before bazel cleanGravatar Yun Peng2017-06-19
* Track the test environment in Skyframe, like the action environmentGravatar ulfjack2017-06-09
* Migrate Java tests to Truth.Gravatar lberki2017-05-30
* Do not expand nested sets in resource merging action construction.Gravatar Googler2017-05-15
* Clean up AbstractQueueVisitor's constructors.Gravatar janakr2017-05-09
* Rewrite repository lookup to return a failed value rather than throwGravatar ulfjack2017-04-20
* Remove the last remaining public ctor from PathFragment.Gravatar nharmata2017-04-07
* Refactor all ctor callsites of PathFragment to instead call a static 'create'...Gravatar nharmata2017-04-05
* If --batch, --keep_going, --discard_analysis_cache, and the new --noexperimen...Gravatar janakr2017-03-31
* --Gravatar Luis Fernando Pino Duque2017-03-22
* Add caching of computed file digests based on file metadata.Gravatar Julio Merino2017-03-17
* A partial, manual rollback of commit 7af14dfdbd6addb779226c0a103b2a8dc72c16b1.Gravatar Lukacs Berki2017-03-14
* Don't update the action locality for actions with a null ownerGravatar Ulf Adams2017-03-07
* StandaloneTestStrategy sets the full list of outputs on the test spawnGravatar Ulf Adams2017-03-07
* Remove all the action resource estimation codeGravatar Ulf Adams2017-03-06
* Rationalize local resource acquisitionGravatar Ulf Adams2017-03-03
* Convert --use_action_cache to a regular optionGravatar Googler2017-03-01
* Clean up the semantics of input discovering actions a bit by making updateInp...Gravatar Lukacs Berki2017-02-28
* Provide more reporting options to SkyFunctions Gravatar Klaus Aehlig2017-02-27
* Skip computing digests when --use_action_cache=false.Gravatar Googler2017-02-16
* Simplify the Spawn interface, update Executor interfaceGravatar Ulf Adams2017-02-01
* Switch to RunfilesSuppliers for communicating runfilesGravatar Michajlo Matijkiw2017-01-30
* Description redacted.Gravatar Adam Michael2017-01-18
* Tell Python binaries the location of their runfiles tree using the RUNFILES_D...Gravatar Lukacs Berki2017-01-13
* Names of extra-action protos now take into account all aspect names.Gravatar Dmitry Lomov2016-12-16
* Adding an option to set the digest function that everything uses. Minor refac...Gravatar Ola Rozenfeld2016-11-18
* Expose aspect-related information in the extra-action proto that Bazel hands ...Gravatar Carmi Grushko2016-11-11
* Migrate ActionOwner to @AutoValue.Gravatar Carmi Grushko2016-11-10
* Refactor exception handling in SandboxStrategy.Gravatar Philipp Wollermann2016-10-27