aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/test/java/com/google/devtools/build/lib/runtime
Commit message (Expand)AuthorAge
* Safe-guard against broken client environmentsGravatar Ulf Adams2017-06-19
* BES: Consolidate BuildEventServiceModule and BuildEventStreamerModule.Gravatar buchgr2017-06-14
* Move InvocationPolicy to the options parser package.Gravatar ccalvarin2017-06-09
* Use ImmutableList for Option expansion functionsGravatar Googler2017-06-08
* Remove the CommandEnvironment from BlazeCommand.editOptionsGravatar ulfjack2017-06-06
* Migrate Java tests to Truth.Gravatar lberki2017-05-30
* Experimental UI: Support multiple BuildEventTransportAnnouncedEventsGravatar buchgr2017-05-29
* Automated g4 rollback of commit c4134802dd15d6ef5cca6521f6bf6aac395ee2ad.Gravatar kchodorow2017-05-23
* BEP: Provide infrastructure to report configurationsGravatar Klaus Aehlig2017-05-08
* Rollforward of commit aa7f9307636d38cbb93a03acac8f4c59adfa0ee8.Gravatar ccalvarin2017-05-04
* BuildEventStreamer: support also providing stdout/stderrGravatar Klaus Aehlig2017-05-02
* Automated g4 rollback of commit aa7f9307636d38cbb93a03acac8f4c59adfa0ee8.Gravatar ajmichael2017-04-28
* Automated g4 rollback of commit d9fea57268ff01c001fbcbdc2bd057c86c362e6f.Gravatar buchgr2017-04-25
* Automated g4 rollback of commit 3d596d63f883fff56001ed7b2e5cf51dba45f082.Gravatar ajmichael2017-04-25
* BEP: Show protocol upload in the UIGravatar buchgr2017-04-24
* Filter out conflicting flag policies before invocation policy enforcement.Gravatar ccalvarin2017-04-20
* Fix an expansion flag issue where it expands to a repeatable flag.Gravatar ccalvarin2017-04-18
* Add --all_incompatible_changes invocation policy test.Gravatar ccalvarin2017-04-11
* BEP: Extend infrastructure to allow reporting artifacts only onceGravatar Klaus Aehlig2017-04-07
* BEP: Improve the BuildEventTransport interface.Gravatar buchgr2017-04-07
* Refactor all ctor callsites of PathFragment to instead call a static 'create'...Gravatar nharmata2017-04-05
* BEP: provide events a generic converter classGravatar aehlig2017-04-04
* Automated g4 rollback of commit 1d9e1ac90197b1d3d7b137ba3c1ada67bb9ba31b.Gravatar hlopko2017-04-04
* Add --all_incompatible_changes, the user's shorthand for turning on all --inc...Gravatar brandjon2017-04-03
* If --batch, --keep_going, --discard_analysis_cache, and the new --noexperimen...Gravatar janakr2017-03-31
* Expand Invocation FlagPolicies on expansion flags.Gravatar ccalvarin2017-03-31
* Symlink output directories to the correct directory nameGravatar kchodorow2017-03-31
* Catch cases where exec fails before WaitForCompletionCommand starts.Gravatar mstaib2017-03-29
* Split out the InvocationPolicy parser from the enforcer.Gravatar ccalvarin2017-03-29
* Split up InvocationPolicyEnforcerTest.Gravatar Chloe Calvarin2017-03-22
* Clean up InvocationPolicyEnforcerTest.Gravatar Chloe Calvarin2017-03-21
* BuildEventStreamer: fix handling of postedEvents Gravatar Klaus Aehlig2017-03-21
* Global cleanup change.Gravatar Googler2017-03-14
* Don't update the action locality for actions with a null ownerGravatar Ulf Adams2017-03-07
* Make ExperimentalStateTracker aware of DownloadProgressEvents Gravatar Klaus Aehlig2017-03-02
* BEP: Add BuildFinished event. Gravatar Jakob Buchgraber2017-02-28
* Support mapping of Paths to URIsGravatar Klaus Aehlig2017-01-18
* Fixes invocation policy to correctly apply allow/disallow policies to flagsGravatar Alex Humesky2016-12-16
* Names of extra-action protos now take into account all aspect names.Gravatar Dmitry Lomov2016-12-16
* Support ordering constraints on build eventsGravatar Klaus Aehlig2016-11-21
* Make LineBufferedOutputStream resistant to exceptions thrown while flushing i...Gravatar Lukacs Berki2016-11-21
* 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
* Writes a machine readable representation of BuildEvents to a file (varint del...Gravatar Eduardo Colaco2016-11-03
* Enables AllowValues and DisallowValues invocation policy operations to takeGravatar Alex Humesky2016-10-25
* Line buffer stderr.Gravatar Lukacs Berki2016-10-05
* Add some type annotations for the benefit of Java 7Gravatar Klaus Aehlig2016-10-05
* Enable Bazel commands to exit at any time.Gravatar Michael Staib2016-10-05
* Add a build-event streamer classGravatar Klaus Aehlig2016-10-04
* Move workspace initialization out of BlazeRuntime.Builder.Gravatar Ulf Adams2016-08-10