aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/bazel/BazelWorkspaceStatusModule.java
Commit message (Expand)AuthorAge
* Change WorkspaceStatusAction incrementality logic. We no longer manually inva...Gravatar janakr2018-06-12
* Rollback https://github.com/bazelbuild/bazel/pull/5007Gravatar cparsons2018-04-16
* CommandBuilder: remove useShell and setWorkingDirGravatar Laszlo Csomor2018-04-12
* Make the BUILD_TIMESTAMP build info entry contain the number of seconds (inst...Gravatar lberki2018-04-03
* Begins cleanup to allow ActionFS to be injected into all action executions.Gravatar shahan2018-03-15
* Tags some more non-serializable classes (for serialization).Gravatar shahan2018-03-13
* Re-evaluate workspace status when clientEnv changesGravatar Justin Santa Barbara2018-03-06
* Refactor the AbstractAction computeKey method to be easier to add invariantsGravatar jcater2018-02-28
* Rename Root to ArtifactRoot.Gravatar tomlu2018-01-16
* Add ActionKeyContext to Action#getKey.Gravatar tomlu2017-11-29
* SOURCE_DATE_EPOCH environment variable override the timestampGravatar Damien Martin-Guillerez2017-11-21
* Replace all usages of Blaze's Preconditions class with guava.Gravatar tomlu2017-11-09
* Thread FileSystem through to a single Path#delete call site.Gravatar tomlu2017-10-30
* Actions now have the option of returning an ActionResult, containing a (possi...Gravatar ruperts2017-10-18
* Only compute hostname once per server lifetimeGravatar hlopko2017-09-14
* Automated conversion to Java 8Gravatar laurentlb2017-06-30
* Rewrite the Executor/ActionExecutionContext splitGravatar ulfjack2017-06-19
* BlazeModule.workspaceInit: also pass the BlazeRuntime to the callGravatar ulfjack2017-06-14
* Simplify BlazeModule.beforeCommandGravatar ulfjack2017-06-14
* BEP: Add WorkspaceStatusGravatar Klaus Aehlig2017-05-03
* Refactor all ctor callsites of PathFragment to instead call a static 'create'...Gravatar nharmata2017-04-05
* Honor SOURCE_DATE_EPOCH in bootstrapping Gravatar Klaus Aehlig2017-03-23
* Display an error message when there is a status command errorGravatar Kristina Chodorow2017-03-17
* Remove all the action resource estimation codeGravatar Ulf Adams2017-03-06
* Move some classes to lib.exec in preparation for layering enforcementGravatar Ulf Adams2016-12-21
* Include a trailing newline in printStatusMap outputGravatar Benjamin Staffin2016-12-05
* Do not tickle TimestampGranularityMonitor for stable-status.txt no-op updates.Gravatar Julio Merino2016-11-03
* Refactor the module API to use the builder pattern for executor creation.Gravatar Ulf Adams2016-11-02
* Split the workspace status keys into stable and volatile parts based on if th...Gravatar Lukacs Berki2016-09-23
* Remove all references to (incorrect) BlazeDirectories.buildDataDirectory rootGravatar Kristina Chodorow2016-08-26
* Fix slow hostname lookupGravatar Marcel Hlopko2016-08-17
* Rewrite workspace creation to use a builder class.Gravatar Ulf Adams2016-07-05
* Split BlazeModule.getCommandOptions into two; unify all implementations.Gravatar Ulf Adams2016-06-23
* Get the current time when generating the workspace status.Gravatar Ming Zhao2016-04-15
* Make ActionOwner a final class, since all non-test implementations were basic...Gravatar Janak Ramakrishnan2016-03-21
* Make The Build Faster: Drop the describeStrategy() and strategyLocality() met...Gravatar Philipp Wollermann2016-02-03
* Use Bazel Preconditions variant which avoids varargs array creationGravatar Mark Schaller2015-12-10
* Rationalize copyright headersGravatar Damien Martin-Guillerez2015-09-25
* Move the clientEnv to the CommandEnvironment.Gravatar Ulf Adams2015-09-17
* Introduce CommandEnvironment and pass it instead of BlazeRuntime.Gravatar Ulf Adams2015-09-15
* Fix BUILD_SCM_* being looked for in the stable status file and test it.Gravatar Brian Silverman2015-09-11
* Code cleanupGravatar Laurent Le Brun2015-09-03
* Fix up BazelWorkspaceStatusAction.equals() so that it returns false if the wo...Gravatar Lukacs Berki2015-07-08
* Introduce hook to BazelWorkspaceStatusModule that calls externalGravatar Ming Zhao2015-07-08
* Add username, hostname to stable build status.Gravatar Ming Zhao2015-06-15
* Fix embed_label for Java targetsGravatar Damien Martin-Guillerez2015-05-21
* Enables BlazeModule to return multiple ActionContextProviders and ActionConte...Gravatar Googler2015-04-23
* objc: Pass --embed_label to iOS application Info.plist filesGravatar Daniel Wagner-Hall2015-04-08
* Update from Google.Gravatar Han-Wen Nienhuys2015-02-25