aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/test/java/com/google/devtools/build/lib/analysis/actions
Commit message (Expand)AuthorAge
* Automated rollback of commit 9374ecf94ce44e8bc56e68678cb512abf4cf9ce2.Gravatar felly2018-08-10
* Automated rollback of commit 39974a43abdd32e3a1acbc7da945b08da9983e4e.Gravatar felly2018-08-10
* Allow skyframe-aware actions to pass partial results through ActionExecutionC...Gravatar felly2018-08-09
* PiperOrigin-RevId: 203687257Gravatar Googler2018-07-08
* Refactor TemplateExpansionAction so that various strategies can be used to im...Gravatar kush2018-06-29
* Make SymlinkTreeAction properly use the configuration's environmentGravatar ulfjack2018-05-22
* Rename CommandAction.getEnvironment, add AbstractAction.getEnvironmentGravatar ulfjack2018-05-17
* Use the local JDK as the default target javabaseGravatar cushon2018-05-14
* Adds an action-scoped filesystem.Gravatar shahan2018-05-09
* Use the in-memory metadata in blaze as the source of truth for Fileset mappingsGravatar kush2018-05-02
* Normalize parameter name commentsGravatar cushon2018-04-27
* Abstract away the param file write action from tests.Gravatar tomlu2018-04-26
* Support deferred param files.Gravatar tomlu2018-04-25
* SourceArtifacts are interned on deserialization using an ArtifactFactory. Th...Gravatar cpeyser2018-04-24
* Deletes PopulateTreeArtifactAction (which seems to be dead code).Gravatar shahan2018-04-12
* ArtifactRoot correctly switches output base when serializing.Gravatar shahan2018-03-28
* Refactor the AbstractAction computeKey method to be easier to add invariantsGravatar jcater2018-02-28
* Expose --output_user_base to the Bazel server processGravatar Klaus Aehlig2018-02-27
* SerializationTester uses an addDependency method instead ofGravatar shahan2018-02-24
* Apply @AutoCodec to ExecutableSymlinkAction and SymlinkAction.Gravatar mjhalupka2018-02-23
* Move CommandLine, CommandLineItem, and ParamFileInfo from lib.analysis.action...Gravatar tomlu2018-02-15
* Remove BinTools from BuildViewTestCaseGravatar ulfjack2018-02-15
* Move BinTools to lib.execGravatar ulfjack2018-02-15
* Replace path implementation.Gravatar tomlu2018-02-08
* Add type assertion that TreeFileArtifact's parentTreeArtifact member is aGravatar cpeyser2018-02-05
* Start serializing ArtifactOwner: put in a simple codec for the null artifact ...Gravatar janakr2018-01-19
* Introduce Root class.Gravatar tomlu2018-01-17
* Rename Root to ArtifactRoot.Gravatar tomlu2018-01-16
* Remove use of Root#asDerivedRoot where the derived root == exec root.Gravatar tomlu2018-01-15
* Add ActionKeyContext to Action#getKey.Gravatar tomlu2017-11-29
* 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
* Windows,launcher: add LauncherFileWriteActionGravatar Laszlo Csomor2017-10-06
* Fix more linter errorsGravatar ruperts2017-10-06
* Add charset to action key computation of ParameterFileWriteAction.Gravatar twerth2017-09-27
* Change param file arg string to a format string instead of a prefix string.Gravatar tomlu2017-09-18
* Support multiple command lines / params files in SpawnAction.Gravatar tomlu2017-09-15
* Remove deepExecRoot from BlazeDirectories. It is now the default. Also inline...Gravatar janakr2017-09-14
* Use CustomCommandLine directly instead of via SpawnAction.Builder.Gravatar tomlu2017-08-28
* Improve CustomCommandLine interface.Gravatar tomlu2017-08-22
* Add more type safety to CustomCommandLine.Gravatar tomlu2017-08-16
* Remove unused tree artifact methods from CustomCommandLine.Gravatar tomlu2017-08-14
* Inline @Deprecated methods in CustomCommandLine.Gravatar tomlu2017-08-11
* Remove MetadataHandler.isRegularFileGravatar ulfjack2017-07-28
* Add ActionInputPrefetcher to ActionExecutionContextGravatar ulfjack2017-07-24
* Automated rollback of commit a76c94be7c56b93fc5a2f9ececfba7ac1f61f69c.Gravatar laszlocsomor2017-07-18
* CustomCommandLine.Builder: clean up its interfaceGravatar laszlocsomor2017-07-17
* Migrate tests to ctx.actions.run/run_shell.Gravatar dslomov2017-07-05
* Add 'ctx.actions' and implement 'ctx.action.declare_file'.Gravatar dslomov2017-06-27
* ActionMetadataHandler: proper metadata even for the volatile workspace statusGravatar ulfjack2017-06-21