aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/runtime/CommandEnvironment.java
Commit message (Expand)AuthorAge
* Passing Bazel metadata in gRPC headers.Gravatar olaola2017-09-21
* Inform SkyframeExecutor when a command starts.Gravatar janakr2017-09-19
* Remove unnecessary injection of precomputed values. Precomputed values are in...Gravatar janakr2017-09-19
* Move OutputService to lib.skyframeGravatar ulfjack2017-08-11
* Remove superfluous resetEvaluator() call in setupPackageCache(). If necessary...Gravatar felly2017-07-25
* Merge handleOptions into beforeCommandGravatar ulfjack2017-07-17
* Create top-level configs dynamically: period.Gravatar gregce2017-07-06
* BlazeCommandDispatcher: all options parsing and editing in one placeGravatar ulfjack2017-06-26
* Simplify BlazeModule.beforeCommandGravatar ulfjack2017-06-14
* Track the test environment in Skyframe, like the action environmentGravatar ulfjack2017-06-09
* Automated g4 rollback of commit c4134802dd15d6ef5cca6521f6bf6aac395ee2ad.Gravatar kchodorow2017-05-23
* Inform the GotOptionsEvent of invocation policy, which is no longer passed as...Gravatar ccalvarin2017-05-15
* Store Skylark command-line flags in SkyframeGravatar brandjon2017-04-28
* Add repository override optionGravatar kchodorow2017-04-20
* PiperOrigin-RevId: 152483983Gravatar lpino2017-04-07
* When tracking the critical path, if not keeping incremental state, don't keep...Gravatar janakr2017-04-06
* Move action_outs directory to under the output path.Gravatar janakr2017-04-06
* Automated g4 rollback of commit 1d9e1ac90197b1d3d7b137ba3c1ada67bb9ba31b.Gravatar hlopko2017-04-04
* If --batch, --keep_going, --discard_analysis_cache, and the new --noexperimen...Gravatar janakr2017-03-31
* Symlink output directories to the correct directory nameGravatar kchodorow2017-03-31
* Env.vars: server won't ignore the client envGravatar Dmitry Lomov2017-03-08
* Rollback of commit 94d8f4e9c8c8757aa7ab7c1a7c3e9afb34039127.Gravatar Klaus Aehlig2017-03-07
* Env.vars: server won't ignore the client envGravatar Laszlo Csomor2017-03-07
* Provide more reporting options to SkyFunctions Gravatar Klaus Aehlig2017-02-27
* Introduce a Skyframe function: ActionEnvironmentFunction Gravatar Damien Martin-Guillerez2017-02-08
* Merge the action input prefetcher into the ExecutorBuilder.Gravatar Ulf Adams2017-01-13
* Skylark repositories: propage value from --action_env to repository_ctx.environ Gravatar Damien Martin-Guillerez2017-01-10
* Don't get output service or action input prefetcher if not running a "build" ...Gravatar Janak Ramakrishnan2016-11-18
* Stop including the size of the action cache file in our crash message. I've n...Gravatar Janak Ramakrishnan2016-11-17
* Merge all action input prefetchers into a single one.Gravatar Ulf Adams2016-11-16
* Add a GenSignatureActionContext to inject the command line info.Gravatar Ulf Adams2016-11-15
* Refactor the module API to use the builder pattern for executor creation.Gravatar Ulf Adams2016-11-02
* Make --watchfs a common command option.Gravatar Ulf Adams2016-10-14
* Rollback of commit 2891ec527eed27d0c6460d66f51cb66a43373b6a.Gravatar Damien Martin-Guillerez2016-10-14
* Make --watchfs a common command option.Gravatar Ulf Adams2016-10-13
* Enable Bazel commands to exit at any time.Gravatar Michael Staib2016-10-05
* Add an info item to show the currently inherited client environmentGravatar Klaus Aehlig2016-09-21
* Remove some more occurences of deprecated getExecRoot() callsGravatar Kristina Chodorow2016-09-15
* Track client environment in SkyframeGravatar Klaus Aehlig2016-09-14
* Only call BlazeModule.handleOptions when we're done editing them.Gravatar Ulf Adams2016-09-06
* Add a framework for prefetching input files (in case they come from remote fi...Gravatar Philipp Wollermann2016-08-25
* Support setting the build id via the client environmentGravatar Klaus Aehlig2016-08-16
* Remove unused methodGravatar Kristina Chodorow2016-07-21
* Various fixes for gRPC mode:Gravatar Lukacs Berki2016-07-07
* Post BlazeDirectories as part of CommandStartedEvent.Gravatar Ulf Adams2016-07-06
* Make "bazel info" load only the packages that are necessary for its job.Gravatar Lukacs Berki2016-06-01
* When we don't have an OutputService, precompute and cache the assumed-to-be-i...Gravatar Nathan Harmata2016-05-02
* Inject the BlazeDirectories in SkyframeExecutor.Gravatar Ulf Adams2016-04-15
* Move BlazeRuntime.initCommand to BlazeWorkspace.Gravatar Ulf Adams2016-03-30
* Move most of the workspace-handling code from BlazeRuntime to a new class.Gravatar Ulf Adams2016-03-30