aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/test/java/com/google/devtools/build/lib/runtime
Commit message (Expand)AuthorAge
* 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
* Split BlazeDirectories into two classes.Gravatar Ulf Adams2016-08-09
* ExperimentalStateTracker: make suffix gracefully handle negative lengthGravatar Klaus Aehlig2016-08-02
* Add a ServerBuilder, and use that in the module API.Gravatar Ulf Adams2016-07-07
* Move LoggingTerminalWriter out of testGravatar Klaus Aehlig2016-06-27
* Add an option for the number of actions shown in the experimental UIGravatar Klaus Aehlig2016-06-21
* experimental UI: also report the strategy of running actionsGravatar Klaus Aehlig2016-06-20
* experimental UI: when showing the last test, color-code its stateGravatar Klaus Aehlig2016-06-03
* Replace Constants.PRODUCT_NAME with a startup option --product_name=bazel and Gravatar Luis Fernando Pino Duque2016-05-31
* experimental UI: track touched packages during loading/analysisGravatar Klaus Aehlig2016-05-30
* experimental UI: group test actions by labelGravatar Klaus Aehlig2016-05-25
* Replace the occurrences of Constants.PRODUCT_NAME for a call toGravatar Luis Fernando Pino Duque2016-05-23
* experimental UI: improve message shorteningGravatar Klaus Aehlig2016-05-20
* Fix OptionsParserImpl.clearValue (and invocation policy by extension) to workGravatar Alex Humesky2016-05-10
* Adds the option to invocation policy SetValue operation to append to repeatedGravatar Alex Humesky2016-05-10
* In InvocationPolicyEnforcer#enforce, instead of just checking the direct comm...Gravatar Janak Ramakrishnan2016-05-02
* Inject the Constants.TOOLS_REPOSITORY in SkylarkRuleClassFunctions.testBaseRule Gravatar Luis Fernando Pino Duque2016-04-29
* Precompute defaults package content to save ~milliseconds every time BlazeRun...Gravatar Janak Ramakrishnan2016-04-28
* Block when another command is running on the server and not on the client whe...Gravatar Lukacs Berki2016-04-20
* Make ExperimentalStateTracker aim for target widthGravatar Klaus Aehlig2016-04-18