- b919a1d Add an explicit bit to actions that tells whether they are shareable or not. by lberki · 7 years ago
- 52bb22a Skyframe now pulls information about configured target sources instead of by shahan · 7 years ago
- c31c8c9 Expose a method for fingerprinting a Runfiles instances. by felly · 7 years ago
- b6788f5 Add Locale.US to String.format by Yannic Bonenberger · 7 years ago
- de556c3 Change Artifact.equals() to early-out if hashcodes differ. by Googler · 7 years ago
- a1f9779 Simplify DigestUtils.getDigestOrFail(): by Googler · 7 years ago
- 05eef50 Fix a very stale comment. ActionInput doesn't expose digest (although by Googler · 7 years ago
- 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
- 79163f2 Light refactorings of TransitiveVersionTable by shahan · 7 years ago
- 5fd7c08 Remove synchronization from ArtifactFactory#resolveSourceArtifactWithAncestor. by janakr · 7 years ago
- 520e907 Flag if networking is allowed or denied by default by Austin Schuh · 7 years ago
- fe1dd88 Support tree artifacts in target complete. by tomlu · 7 years ago
- 8dece49 Automated rollback of commit 37bd5f665aa614c6dc640c9d19852dd8d5efb0d8. by felly · 7 years ago
- 37bd5f6 Automated rollback of commit 3bace1b937934fb2cea6260067ecc1cdbe526847. by felly · 7 years ago
- 9e0b64d Fixes broken javadoc FilesetTraversalParams (getNestedTraversal should be by shahan · 7 years ago
- 3bace1b Track Fileset in artifact expansion. by felly · 7 years ago
- c0d4bb0 ActionAnalysisMetadata exposes whether loose headers are present. TransitiveVersionTable uses futures. by shahan · 7 years ago
- 2b3befd Automated rollback of commit 9374ecf94ce44e8bc56e68678cb512abf4cf9ce2. by felly · 7 years ago
- 9374ecf Automated rollback of commit 39974a43abdd32e3a1acbc7da945b08da9983e4e. by felly · 7 years ago
- 39974a4 Allow skyframe-aware actions to pass partial results through ActionExecutionContext. by felly · 7 years ago
- e74c1e9 Rename a param to better reflect its intent. by nharmata · 7 years ago
- 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
- 04e9281 Thread a path resolver through target/aspect complete event. by tomlu · 7 years ago
- c004ff1 Automated rollback of commit a6255612e4892729d3758775c76085b26b9bc584. by twerth · 7 years ago
- d56a806 Pass a path to ActionExecutedEvent that is resolved via ActionExecutionContext. by tomlu · 7 years ago
- 41d2b56 Remove the need for discoverInputsStage2(). Much like every other Skyframe by Googler · 7 years ago
- c687654 Open source SpawnMetrics by ulfjack · 7 years ago
- fe19ddc Remove source index from SourceFileArtifactValue. by felly · 7 years ago
- be31bb8 Modify --subcommands to allow pretty printing the arguments of a subcommand by ahumesky · 7 years ago
- 09efb3f Use the path resolver when dealing with tree artifacts. by felly · 7 years ago
- 6d73e0a Remove unused method "hasActionFilesystem()". RELNOTES: None by felly · 7 years ago
- 61f477e Use the single-string arg formatter for param file format. by tomlu · 7 years ago
- bf4123d Automated rollback of commit f309ad3be36363070e87eef0ee04b12f4956d601. by janakr · 7 years ago
- 7fdd49c Open source SpawnExecutedEvent by ulfjack · 7 years ago
- 63c1711 ArtifactFactory.getSourceArtifact returns SourceArtifact. by shahan · 7 years ago
- a625561 Remove PerActionFileCache by ulfjack · 7 years ago
- 134f00d Add an execution requirement key to trigger prefetching of remote outputs by ulfjack · 7 years ago
- a12254f Require the ActionExecutionMetadata to be passed to IncludeScanner by ulfjack · 7 years ago
- 6c399d6 Introduce --strict_fileset_output which treats all output Artifacts encountered in a Fileset as a regular file. by felly · 7 years ago
- f309ad3 Automated rollback of commit d491bf10f42e213292382c98a1dc439537f00f43. by janakr · 7 years ago
- d491bf1 Automated rollback of commit eb587075b0d6ffab1cf9e69ede1b7e547905e547. by janakr · 7 years ago
- 3546e7b Fix misspelling in https://github.com/bazelbuild/bazel/commit/b39c69394c5e7991ca8d04efac2142c22947a7c5 by kush · 7 years ago
- b39c693 Stop requiring the creation and storage of FileStateValues within ResolvedFile objects. by kush · 7 years ago
- c7b488e Store the hashCode as an Int instead of a string in FilesetOutputSymlink, and by kush · 7 years ago
- 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
- 4b120e7 Make the FileArtifactvalue of generated targets available via the FilesetOutputSymlink whenever available. by kush · 7 years ago
- fb8332f Omit parts of BEP events (like stdout, stderr) when the associated artifact uploader cannot upload a particular file. by tomlu · 7 years ago
- bb781f9 Remove the "slow read" warning when using multi-threaded digesting. by philwo · 7 years ago
- 6b1119f Fix typo in javadoc for FileValue#realRootedPath. by shreyax · 7 years ago
- 4e4c77a PiperOrigin-RevId: 203687257 by Googler · 7 years ago
- 1d35ca0 Replace instances of Blaze with Bazel. by Dan Fabulich · 7 years ago
- 2348a75 Include more information about build events' referenced local files. by tomlu · 7 years ago
- 0e3df78 Relax the threshold for calling getDigestInExclusiveMode(). by Googler · 7 years ago
- ecba149 Eliminates unnecessary comparisons in ActionInputMap.resize. by shahan · 7 years ago
- db9afe7 Add an interner for non source artifacts that are deserialized. by mjhalupka · 7 years ago
- ef6f4cf Instead of depending on mutable inputs of upstream CppCompileAction instances, by shahan · 7 years ago
- f017ec3 Add some debugging info to ArtifactFactory, and allow tests to access the ArtifactResolverSupplier in SkyframeExecutor. by janakr · 7 years ago
- dc97fd1 Add a method in FileArtifactValue to create a new instance given an existing FileStatus. by felly · 7 years ago
- eb58707 Automated rollback of commit 45b308a62f42c2c0bcfe79dcd4046c4025a31059. by janakr · 7 years ago
- 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
- 9e91f20 Remove support for --discard_actions_after_execution. by tomlu · 7 years ago
- e35e8cf Refactoring: uses OutputService for ActionFileSystem injection by shahan · 7 years ago
- 68aa410 Add a mechanism for build event protocol events to upload files by ulfjack · 7 years ago
- 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
- fc83d75 Pass ActionFS paths through to action-level FileOutErr for the Action's stdout/stderr. by felly · 7 years ago
- d3d8644 Unify path resolution codepaths. by felly · 7 years ago
- 45b308a Make Artifact#equals take the owner into account for derived artifacts. by janakr · 7 years ago
- f2a055a ActionFS correctly tracks symlink sources. by shahan · 7 years ago
- ad34b9a Use unsafe String operations when writing parameter files. by tomlu · 7 years ago
- 72660e2 Deletes default implemetation of MetadataProvider.getInput by shahan · 7 years ago
- 499503b Deletes ActionInputFileCache. by shahan · 7 years ago
- 602cc85 Refactoring: makes the code simpler by deleting Metadata and InputArtifactData. by shahan · 7 years ago
- 0eddd29 MetadataProvider now provides ActionInput lookup by exec path. by shahan · 7 years ago
- 360ed3f Removes most ActionInputFileCache functionality. by shahan · 7 years ago
- 5b1ce4d Fix `equals()` and `hashCode()` for artifacts: artifacts of different classes are not equal. by Dmitry Lomov · 7 years ago
- 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
- 17c85f3 RemoteFileArtifactValue no longer tracks mtime. by shahan · 7 years ago
- 24be509 Automated rollback of commit 724bdbfa47576c67eeec5c74d594203fe05188c7. by laszlocsomor · 7 years ago
- 3493e4c Remove some dead AbstractAction constructors by ulfjack · 7 years ago
- 724bdbf Relax the threshold for calling getDigestInExclusiveMode(). by Googler · 7 years ago
- ff559b4 Remove special handling of SpawnActionContext in Executor/ActionExecContext by ulfjack · 7 years ago
- 8ba0475 Add a helper method to compute timeouts with a default value by ulfjack · 7 years ago
- 26e586d Rename BuildEventConverters to BuildEventContext by ulfjack · 7 years ago
- d1ec570 Rename CommandAction.getEnvironment, add AbstractAction.getEnvironment by ulfjack · 7 years ago
- 1b333a2 Fix Cpp{Compile,Link}Action environment and cache key computation by ulfjack · 7 years ago
- 27487c7 Slightly refactor SpawnAction to improve env handling by ulfjack · 7 years ago
- d370290 ActionFS cleanup by shahan · 7 years ago
- b1dd4e3 Adds an action-scoped filesystem. by shahan · 7 years ago
- 4325771 Narrow synchronized section of ArtifactFactory#getArtifact to avoid contention and use a striped lock. by janakr · 7 years ago
- 7f3bddd Do not spawn local actions when available memory is too low by Josh Pieper · 7 years ago
- 45b5953 Use ConcurrentHashMap directly instead of MapMaker. by Googler · 7 years ago
- 2ce45a2 Use the in-memory metadata in blaze as the source of truth for Fileset mappings by kush · 7 years ago
- 6891ebb Migrate AbstractAction and SkylarkActionFactory to buildapi by cparsons · 7 years ago
- 26ff4b3 Clean up code that directly imports nested classes like Builder, Entry, etc. by jcater · 7 years ago
- 6363ee0 Migrate the skylark interfaces of Artifact and ArtifactRoot to skylarkbuildapi by cparsons · 7 years ago
- d7fde0e Support ParamFileActionInput in LocalSpawnRunner. by tomlu · 7 years ago
- e27b6bd Adds support for remote files. by shahan · 7 years ago
- 1bbeadc Add execution information to standalone test results. by Benjamin Peterson · 7 years ago
- 936139d Support deferred param files. by tomlu · 7 years ago
- 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