aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/actions
Commit message (Expand)AuthorAge
* Add CommandLineItem interface.Gravatar tomlu2018-01-25
* Start serializing ArtifactOwner: put in a simple codec for the null artifact ...Gravatar janakr2018-01-19
* Fix usages of PathFragment segments that will become inefficient.Gravatar tomlu2018-01-19
* Clean up ArtifactRoot.Gravatar tomlu2018-01-18
* Add absolute root concept.Gravatar tomlu2018-01-18
* Introduce Root class.Gravatar tomlu2018-01-17
* Remove EventBus from SkyframeActionExecutorGravatar ulfjack2018-01-16
* Rename Root to ArtifactRoot.Gravatar tomlu2018-01-16
* Remove use of Root#asDerivedRoot where the derived root == exec root.Gravatar tomlu2018-01-15
* Remove test methods from ArtifactFactory and Root that violate root invariants.Gravatar tomlu2018-01-15
* Deletes unused code: ArtifactIdRegistry, ArtifactSerializer / Deserializer.Gravatar shahan2018-01-15
* Remove isMainRepo from Root.Gravatar tomlu2018-01-12
* Convert ActionLookupKey implementations to directly implement SkyKey, removin...Gravatar janakr2018-01-11
* Adjust semantics of Metadata interface, remove isFile (use getType)Gravatar ulfjack2018-01-10
* Use EmptyActionInput instead of null in SpawnInputExpanderGravatar ulfjack2018-01-08
* Fix Action subclasses so that the execution platform is properly set inGravatar John Cater2018-01-04
* Redo FileType to reduce generated garbage.Gravatar tomlu2017-12-22
* Move FileStateValue.Type to Metadata; add Metadata.getType()Gravatar ulfjack2017-12-21
* Get rid of LabelAndConfiguration class: ConfiguredTargetKey contains the same...Gravatar janakr2017-12-20
* Add a sanity check to prevent creation of Artifacts with an empty pathGravatar ulfjack2017-12-19
* Clarify the documentation for File.dirnameGravatar vladmos2017-12-15
* Remove hyperthreading multiplier to improve performance.Gravatar dmaclach2017-12-12
* Remove hyperthreading multiplier to improve performance.Gravatar dmaclach2017-12-11
* Clarify documentation about File.basenameGravatar laurentlb2017-12-11
* Fix: uploading artifacts of failed actions to remote cache stopped working.Gravatar olaola2017-12-11
* Avoid expansion of NestedSets in MiddlemanFactory.Gravatar Benjamin Peterson2017-12-11
* Add fields to record block I/O and involuntary context switch execution stati...Gravatar ruperts2017-12-08
* Pass file system to Path operations.Gravatar tomlu2017-12-06
* Added execution platform to the ActionExecutionMetadata.Gravatar John Cater2017-12-04
* Add user and system execution time to provide total CPU execution time for ea...Gravatar ruperts2017-12-01
* Make "timeout" a constant in ExecutionRequirementsGravatar ulfjack2017-11-30
* Take MB/s into account for the Slow read message.Gravatar Austin Schuh2017-11-30
* Successful SpawnResult is not a user error.Gravatar buchgr2017-11-30
* Add ActionKeyContext to Action#getKey.Gravatar tomlu2017-11-29
* Remove some unused extension points.Gravatar Googler2017-11-29
* Add user and system time to CommandResults, and plumb them into SpawnResults.Gravatar ruperts2017-11-29
* Clean up ExecutionRequirementsGravatar ulfjack2017-11-29
* Simplify SpawnRunner interfaceGravatar ulfjack2017-11-28
* Return SpawnResults using a List instead of a Set.Gravatar ruperts2017-11-21
* Show the used client env digest in bazel dump --action_cache.Gravatar Benjamin Peterson2017-11-17
* BEP: add commandline for reported actionsGravatar Klaus Aehlig2017-11-10
* BEP: also report the mnemonic of reported actionsGravatar Klaus Aehlig2017-11-09
* Replace all usages of Blaze's Preconditions class with guava.Gravatar tomlu2017-11-09
* Use Durations to store wall, user and system execution time in SpawnResults, ...Gravatar ruperts2017-11-06
* Mark authorization-related errors as user errorsGravatar Googler2017-11-03
* Thread FileSystem through to a single Path#delete call site.Gravatar tomlu2017-10-30
* Post non-empty ActionResults for all completed Actions.Gravatar ruperts2017-10-23
* Actions now have the option of returning an ActionResult, containing a (possi...Gravatar ruperts2017-10-18
* Remove deprecated legacy string representations of Skylark objectsGravatar vladmos2017-10-13
* Throw a checked exception if there's an error reading /proc/meminfo, and hand...Gravatar janakr2017-10-12