aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/test/java/com/google/devtools/build/lib/runtime
Commit message (Expand)AuthorAge
* Make the @Option annotation depend on the java version of the tagging enums.Gravatar ccalvarin2017-07-18
* BEP: Report configuration for all actionsGravatar Klaus Aehlig2017-07-14
* BuildEventWithConfiguration: represent configurations as BuildEventGravatar Klaus Aehlig2017-07-11
* BEP: Positively identify the last messageGravatar Klaus Aehlig2017-07-10
* Factor out BuildConfigurationCollection.Transitions.getDynamicTransition.Gravatar gregce2017-07-07
* Explicitly state the default options categories for options used in blaze tes...Gravatar ccalvarin2017-06-29
* Allow expansion flags to have values.Gravatar Googler2017-06-28
* Update the --incompatible_ flag requirements to use the metadata tag.Gravatar ccalvarin2017-06-28
* Make BuildEventStreamer flushable before first eventGravatar Klaus Aehlig2017-06-26
* 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