aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/test/java/com/google/devtools/build/lib/runtime
Commit message (Expand)AuthorAge
* Thread a path resolver through target/aspect complete event.Gravatar tomlu2018-08-02
* Pass a path to ActionExecutedEvent that is resolved via ActionExecutionContext.Gravatar tomlu2018-08-01
* Automated rollback of commit 7e87730de985b7099b9b683571d58efdaab70890.Gravatar ccalvarin2018-07-27
* Remove default MD5 in most of Bazel's virtual filesystems.Gravatar ccalvarin2018-07-26
* Remove final inplace references in the tests.Gravatar ccalvarin2018-06-29
* Remove --allow_undefined_configsGravatar ccalvarin2018-06-28
* Automated refactor of Label.parseAbsolute() to always pass a repository mappingGravatar dannark2018-06-27
* Remove fixed point config expansion.Gravatar ccalvarin2018-06-14
* Remove special casing from processes stat line.Gravatar Googler2018-05-25
* Add BuildEventProtocolOptions; use to enable/disable important_outputsGravatar ulfjack2018-05-18
* Move coverageSupport and coverageReportGenerator from BuildConfiguration toGravatar dbabkin2018-05-18
* Rename BuildEventConverters to BuildEventContextGravatar ulfjack2018-05-17
* Remove AbruptException(ExitCode exitCode) constructor.Gravatar lpino2018-05-17
* Port bazelrc flags into their own module.Gravatar ccalvarin2018-05-16
* Add --ignore_all_rc_files startup options.Gravatar ccalvarin2018-05-15
* Use the local JDK as the default target javabaseGravatar cushon2018-05-14
* Remove BuildConfiguration.Fragment#setupActionEnvironment().Gravatar lberki2018-04-11
* Remove alphabetical sorting of options in the canonical list.Gravatar ccalvarin2018-04-09
* Remove BuildConfiguration.Fragment#getReservedActionMnemonics() in favor of e...Gravatar lberki2018-04-09
* Disallow undefined configs by default.Gravatar ccalvarin2018-04-06
* Add stats about cache hits and execution strategies to Bazel's UI.Gravatar Googler2018-04-03
* Remove category checking from incompatible changes.Gravatar ccalvarin2018-03-30
* Remove categories from Bazel options.Gravatar ccalvarin2018-03-28
* Remove last few test uses of ConfiguredTarget#getConfiguration. Only uses are...Gravatar janakr2018-03-27
* Thread configuration map through TestFilteringCompleteEvent. This isn't the m...Gravatar janakr2018-03-27
* Refactor and cleanup the sandboxing code.Gravatar Philipp Wollermann2018-03-23
* Add a DefaultBuildOptions specifying default build flags that may differ from...Gravatar mjhalupka2018-03-22
* ActionOwner references only BuildEvent instead of full BuildConfigurationGravatar shahan2018-03-10
* Improve the warning for malformed recursive configs.Gravatar ccalvarin2018-03-09
* BEP: Add a --build_event_publish_all_actions flag to allow all actions to be ...Gravatar ruperts2018-03-02
* Expose --output_user_base to the Bazel server processGravatar Klaus Aehlig2018-02-27
* expectThrows has been renamed to assertThrowsGravatar cushon2018-02-24
* Remove ShutdownBlazeServerException in favor of indicating that the server sh...Gravatar lberki2018-02-06
* Add a "direct" mode to "blaze run" that makes the process being run a directGravatar lberki2018-02-05
* Introduce Root class.Gravatar tomlu2018-01-17
* Rename Root to ArtifactRoot.Gravatar tomlu2018-01-16
* BuildEventStreamer: ingore noop-flush()sGravatar Klaus Aehlig2018-01-11
* Fix Action subclasses so that the execution platform is properly set inGravatar John Cater2018-01-04
* Move config transition definitions out of lib.packages.Attribute.Gravatar gregce2017-12-21
* Warn about config expansions as we do for other expansions.Gravatar ccalvarin2017-12-21
* Move compulsory ProcessWrapperUtil parameters into its builder() method, to b...Gravatar ruperts2017-12-20
* Use linux-sandbox via the (new) LinuxSandboxUtil. (second attempt).Gravatar ruperts2017-12-20
* Automated rollback of commit 52b62164af031c50b7a0584303caad67af5e1d4d.Gravatar aehlig2017-12-20
* Use linux-sandbox via the (new) LinuxSandboxUtil.Gravatar ruperts2017-12-20
* Remove wrapper options support.Gravatar ccalvarin2017-12-19
* Add a sanity check to prevent creation of Artifacts with an empty pathGravatar ulfjack2017-12-19
* Don't suggest using bazel clean --async when it's unsupportedGravatar Akira Baruah2017-12-15
* Make ProcessWrapperUtil aware of the execution statistics file, and add new E...Gravatar ruperts2017-12-05
* Add a CommandLineBuilder for the process-wrapper embedded tool, and use it ev...Gravatar ruperts2017-11-30
* UI: reset timer on every status/strategy changeGravatar Klaus Aehlig2017-11-21