1. b919a1d Add an explicit bit to actions that tells whether they are shareable or not. by lberki · 7 years ago
  2. 52bb22a Skyframe now pulls information about configured target sources instead of by shahan · 7 years ago
  3. c31c8c9 Expose a method for fingerprinting a Runfiles instances. by felly · 7 years ago
  4. b6788f5 Add Locale.US to String.format by Yannic Bonenberger · 7 years ago
  5. de556c3 Change Artifact.equals() to early-out if hashcodes differ. by Googler · 7 years ago
  6. a1f9779 Simplify DigestUtils.getDigestOrFail(): by Googler · 7 years ago
  7. 05eef50 Fix a very stale comment. ActionInput doesn't expose digest (although by Googler · 7 years ago
  8. 618a076 Change the name of the OptionsClassProvider class -> OptionsProvider. This is CL 2/3 in order to add a <code>getSkylarkOptions()</code> method to OptionsProvider n?e OptionsClassProvider. by juliexxia · 7 years ago
  9. 79163f2 Light refactorings of TransitiveVersionTable by shahan · 7 years ago
  10. 5fd7c08 Remove synchronization from ArtifactFactory#resolveSourceArtifactWithAncestor. by janakr · 7 years ago
  11. 520e907 Flag if networking is allowed or denied by default by Austin Schuh · 7 years ago
  12. fe1dd88 Support tree artifacts in target complete. by tomlu · 7 years ago
  13. 8dece49 Automated rollback of commit 37bd5f665aa614c6dc640c9d19852dd8d5efb0d8. by felly · 7 years ago
  14. 37bd5f6 Automated rollback of commit 3bace1b937934fb2cea6260067ecc1cdbe526847. by felly · 7 years ago
  15. 9e0b64d Fixes broken javadoc FilesetTraversalParams (getNestedTraversal should be by shahan · 7 years ago
  16. 3bace1b Track Fileset in artifact expansion. by felly · 7 years ago
  17. c0d4bb0 ActionAnalysisMetadata exposes whether loose headers are present. TransitiveVersionTable uses futures. by shahan · 7 years ago
  18. 2b3befd Automated rollback of commit 9374ecf94ce44e8bc56e68678cb512abf4cf9ce2. by felly · 7 years ago
  19. 9374ecf Automated rollback of commit 39974a43abdd32e3a1acbc7da945b08da9983e4e. by felly · 7 years ago
  20. 39974a4 Allow skyframe-aware actions to pass partial results through ActionExecutionContext. by felly · 7 years ago
  21. e74c1e9 Rename a param to better reflect its intent. by nharmata · 7 years ago
  22. 1225e4a When no new configured targets have been analyzed, only check for artifact conflicts if the current set of configured targets is not a subset of the largest set of configured targets that have been checked for conflicts. by janakr · 7 years ago
  23. 04e9281 Thread a path resolver through target/aspect complete event. by tomlu · 7 years ago
  24. c004ff1 Automated rollback of commit a6255612e4892729d3758775c76085b26b9bc584. by twerth · 7 years ago
  25. d56a806 Pass a path to ActionExecutedEvent that is resolved via ActionExecutionContext. by tomlu · 7 years ago
  26. 41d2b56 Remove the need for discoverInputsStage2(). Much like every other Skyframe by Googler · 7 years ago
  27. c687654 Open source SpawnMetrics by ulfjack · 7 years ago
  28. fe19ddc Remove source index from SourceFileArtifactValue. by felly · 7 years ago
  29. be31bb8 Modify --subcommands to allow pretty printing the arguments of a subcommand by ahumesky · 7 years ago
  30. 09efb3f Use the path resolver when dealing with tree artifacts. by felly · 7 years ago
  31. 6d73e0a Remove unused method "hasActionFilesystem()". RELNOTES: None by felly · 7 years ago
  32. 61f477e Use the single-string arg formatter for param file format. by tomlu · 7 years ago
  33. bf4123d Automated rollback of commit f309ad3be36363070e87eef0ee04b12f4956d601. by janakr · 7 years ago
  34. 7fdd49c Open source SpawnExecutedEvent by ulfjack · 7 years ago
  35. 63c1711 ArtifactFactory.getSourceArtifact returns SourceArtifact. by shahan · 7 years ago
  36. a625561 Remove PerActionFileCache by ulfjack · 7 years ago
  37. 134f00d Add an execution requirement key to trigger prefetching of remote outputs by ulfjack · 7 years ago
  38. a12254f Require the ActionExecutionMetadata to be passed to IncludeScanner by ulfjack · 7 years ago
  39. 6c399d6 Introduce --strict_fileset_output which treats all output Artifacts encountered in a Fileset as a regular file. by felly · 7 years ago
  40. f309ad3 Automated rollback of commit d491bf10f42e213292382c98a1dc439537f00f43. by janakr · 7 years ago
  41. d491bf1 Automated rollback of commit eb587075b0d6ffab1cf9e69ede1b7e547905e547. by janakr · 7 years ago
  42. 3546e7b Fix misspelling in https://github.com/bazelbuild/bazel/commit/b39c69394c5e7991ca8d04efac2142c22947a7c5 by kush · 7 years ago
  43. b39c693 Stop requiring the creation and storage of FileStateValues within ResolvedFile objects. by kush · 7 years ago
  44. c7b488e Store the hashCode as an Int instead of a string in FilesetOutputSymlink, and by kush · 7 years ago
  45. e54491e Set the version of a computed node to the max of its child versions rather than the graph version when that is feasible. by janakr · 7 years ago
  46. 4b120e7 Make the FileArtifactvalue of generated targets available via the FilesetOutputSymlink whenever available. by kush · 7 years ago
  47. fb8332f Omit parts of BEP events (like stdout, stderr) when the associated artifact uploader cannot upload a particular file. by tomlu · 7 years ago
  48. bb781f9 Remove the "slow read" warning when using multi-threaded digesting. by philwo · 7 years ago
  49. 6b1119f Fix typo in javadoc for FileValue#realRootedPath. by shreyax · 7 years ago
  50. 4e4c77a PiperOrigin-RevId: 203687257 by Googler · 7 years ago
  51. 1d35ca0 Replace instances of Blaze with Bazel. by Dan Fabulich · 7 years ago
  52. 2348a75 Include more information about build events' referenced local files. by tomlu · 7 years ago
  53. 0e3df78 Relax the threshold for calling getDigestInExclusiveMode(). by Googler · 7 years ago
  54. ecba149 Eliminates unnecessary comparisons in ActionInputMap.resize. by shahan · 7 years ago
  55. db9afe7 Add an interner for non source artifacts that are deserialized. by mjhalupka · 7 years ago
  56. ef6f4cf Instead of depending on mutable inputs of upstream CppCompileAction instances, by shahan · 7 years ago
  57. f017ec3 Add some debugging info to ArtifactFactory, and allow tests to access the ArtifactResolverSupplier in SkyframeExecutor. by janakr · 7 years ago
  58. dc97fd1 Add a method in FileArtifactValue to create a new instance given an existing FileStatus. by felly · 7 years ago
  59. eb58707 Automated rollback of commit 45b308a62f42c2c0bcfe79dcd4046c4025a31059. by janakr · 7 years ago
  60. 8938d62 Stop holding on to the Action and ActionKeyContext in ActionConflictException. We can construct the exception message eagerly, since it is going to be thrown with very high likelihood in any case. by janakr · 7 years ago
  61. 9e91f20 Remove support for --discard_actions_after_execution. by tomlu · 7 years ago
  62. e35e8cf Refactoring: uses OutputService for ActionFileSystem injection by shahan · 7 years ago
  63. 68aa410 Add a mechanism for build event protocol events to upload files by ulfjack · 7 years ago
  64. b9d8d58 Add functionality to make certain SkyValues unshareable, meaning they are not serialized. Tag TestCompletionValue and any ActionExecutionValue coming from a NotifyOnActionCacheHit (i.e., tests) like that. To make such values really not shared, request the ActionExecutionValue from TestCompletionFunction as opposed to the ArtifactValue (propagating the unshareable bit up seemed like too much fuss, and I have a dream of getting rid of ArtifactValue anyway). by janakr · 7 years ago
  65. fc83d75 Pass ActionFS paths through to action-level FileOutErr for the Action's stdout/stderr. by felly · 7 years ago
  66. d3d8644 Unify path resolution codepaths. by felly · 7 years ago
  67. 45b308a Make Artifact#equals take the owner into account for derived artifacts. by janakr · 7 years ago
  68. f2a055a ActionFS correctly tracks symlink sources. by shahan · 7 years ago
  69. ad34b9a Use unsafe String operations when writing parameter files. by tomlu · 7 years ago
  70. 72660e2 Deletes default implemetation of MetadataProvider.getInput by shahan · 7 years ago
  71. 499503b Deletes ActionInputFileCache. by shahan · 7 years ago
  72. 602cc85 Refactoring: makes the code simpler by deleting Metadata and InputArtifactData. by shahan · 7 years ago
  73. 0eddd29 MetadataProvider now provides ActionInput lookup by exec path. by shahan · 7 years ago
  74. 360ed3f Removes most ActionInputFileCache functionality. by shahan · 7 years ago
  75. 5b1ce4d Fix `equals()` and `hashCode()` for artifacts: artifacts of different classes are not equal. by Dmitry Lomov · 7 years ago
  76. 7fd3b00 When in use, always return ActionFS paths from the ActionExecutionContext. Instead,defer to ActionFS regarding the choice about delegation to top-level Filesystem. by felly · 7 years ago
  77. 17c85f3 RemoteFileArtifactValue no longer tracks mtime. by shahan · 7 years ago
  78. 24be509 Automated rollback of commit 724bdbfa47576c67eeec5c74d594203fe05188c7. by laszlocsomor · 7 years ago
  79. 3493e4c Remove some dead AbstractAction constructors by ulfjack · 7 years ago
  80. 724bdbf Relax the threshold for calling getDigestInExclusiveMode(). by Googler · 7 years ago
  81. ff559b4 Remove special handling of SpawnActionContext in Executor/ActionExecContext by ulfjack · 7 years ago
  82. 8ba0475 Add a helper method to compute timeouts with a default value by ulfjack · 7 years ago
  83. 26e586d Rename BuildEventConverters to BuildEventContext by ulfjack · 7 years ago
  84. d1ec570 Rename CommandAction.getEnvironment, add AbstractAction.getEnvironment by ulfjack · 7 years ago
  85. 1b333a2 Fix Cpp{Compile,Link}Action environment and cache key computation by ulfjack · 7 years ago
  86. 27487c7 Slightly refactor SpawnAction to improve env handling by ulfjack · 7 years ago
  87. d370290 ActionFS cleanup by shahan · 7 years ago
  88. b1dd4e3 Adds an action-scoped filesystem. by shahan · 7 years ago
  89. 4325771 Narrow synchronized section of ArtifactFactory#getArtifact to avoid contention and use a striped lock. by janakr · 7 years ago
  90. 7f3bddd Do not spawn local actions when available memory is too low by Josh Pieper · 7 years ago
  91. 45b5953 Use ConcurrentHashMap directly instead of MapMaker. by Googler · 7 years ago
  92. 2ce45a2 Use the in-memory metadata in blaze as the source of truth for Fileset mappings by kush · 7 years ago
  93. 6891ebb Migrate AbstractAction and SkylarkActionFactory to buildapi by cparsons · 7 years ago
  94. 26ff4b3 Clean up code that directly imports nested classes like Builder, Entry, etc. by jcater · 7 years ago
  95. 6363ee0 Migrate the skylark interfaces of Artifact and ArtifactRoot to skylarkbuildapi by cparsons · 7 years ago
  96. d7fde0e Support ParamFileActionInput in LocalSpawnRunner. by tomlu · 7 years ago
  97. e27b6bd Adds support for remote files. by shahan · 7 years ago
  98. 1bbeadc Add execution information to standalone test results. by Benjamin Peterson · 7 years ago
  99. 936139d Support deferred param files. by tomlu · 7 years ago
  100. a666ffb SourceArtifacts are interned on deserialization using an ArtifactFactory. This should reduce memory consumption in NestedSet deserialization, which currently does not recycle Artifact instances. by cpeyser · 7 years ago