summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2025-04-08Tree-overlay utils: also report the path within the original treeKlaus Aehlig
2025-04-08BazelCasClient: only warn on failure of GetTreeKlaus Aehlig
2025-04-08executor: also track begin and end of tree-overlay operationsKlaus Aehlig
2025-04-08Extend tree-conflict test to also verify the offending target is reported pro...Klaus Aehlig
2025-04-08Result map: include tree-overlay actions to the origin mapKlaus Aehlig
2025-04-08Keep identifiers for actions, trees, and tree_overlays disjointKlaus Aehlig
2025-04-08Add end-to-end test for disjoint_tree_overlayKlaus Aehlig
2025-04-08executor: properly report failure of tree actionsKlaus Aehlig
2025-04-08Improve reporting on tree errorsKlaus Aehlig
2025-04-08bzip2 binary targets: Clear DEBUG flagPaul Cristian Sarbu
2025-04-08grpc_cpp_plugin target: Clear DEBUG flagPaul Cristian Sarbu
2025-04-08protoc target: Clear DEBUG flagPaul Cristian Sarbu
2025-04-07CHANGELOG: tree overlays are implementedKlaus Aehlig
2025-04-07Add basic end-to-end test for tree operationsKlaus Aehlig
2025-04-07executor: also handle tree-overlay actionsKlaus Aehlig
2025-04-07bootstrap.py: ignore tree operationsKlaus Aehlig
2025-04-07TreeOperationsUtils: sequential version of tree overlay computationSascha Roloff
2025-04-07graph_traverser: also create tree-overlay actionsKlaus Aehlig
2025-04-07dag: be aware of tree-overlaysKlaus Aehlig
2025-04-07Documentation of built-in rules: document {disjoint_,}tree_overlayKlaus Aehlig
2025-04-07Add built-in rules {disjoint_,}tree_overlayKlaus Aehlig
2025-04-07Rule documentation: describe `TREE_OVERLAY` and `DISJOINT_TREE_OVERLAY`Klaus Aehlig
2025-04-07Defined rules: add TREE_OVERLAY and DISJOINT_TREE_OVERLAY functionKlaus Aehlig
2025-04-07analysed_target: include tree overlaysKlaus Aehlig
2025-04-07just-graph-file(5): document tree overlaysKlaus Aehlig
2025-04-07interfaces: extend signatures to be aware of tree overlaysKlaus Aehlig
2025-04-07Add a class describing a tree defined as an overlayKlaus Aehlig
2025-04-07Action: support tree-overlay actionsKlaus Aehlig
2025-04-07ArtifactDescription: support tree overlaysKlaus Aehlig
2025-04-07tree-overlay design: minor updatesKlaus Aehlig
2025-04-07just-mr progress_reporter: Fix typo in log messagePaul Cristian Sarbu
2025-04-04just: Interleave graph dumping with other tasksKlaus Aehlig
2025-04-03Result-Map: do not log analysis result in ToFile operationKlaus Aehlig
2025-04-02Executor: use the passed loggerKlaus Aehlig
2025-04-01git_repo: Add missing include in debug modePaul Cristian Sarbu
2025-03-26built-in rule "tree": fix supported fieldsKlaus Aehlig
2025-03-24CHANGELOG: mention invocation logging and profilingKlaus Aehlig
2025-03-24GraphTraverser: move implementation to cpp fileKlaus Aehlig
2025-03-24Update CHANGELOGPaul Cristian Sarbu
2025-03-24doc expressions: Document 'zip_with' and 'zip_map'Paul Cristian Sarbu
2025-03-24Test 'zip_map' expressionPaul Cristian Sarbu
2025-03-24Add 'zip_map' expressionPaul Cristian Sarbu
2025-03-24Test 'zip_with' expressionPaul Cristian Sarbu
2025-03-24Add 'zip_with' expressionPaul Cristian Sarbu
2025-03-24BazelNetworkReader: Remove IncrementalReaderMaksim Denisov
2025-03-24BazelResponse: Use non-incremental readingMaksim Denisov
2025-03-24BazelApi: Use non-incremental readingMaksim Denisov
2025-03-24BazelNetworkReader: Implement non-incremental reading.Maksim Denisov
2025-03-24BazelCasClient: BatchRead to temporary files.Maksim Denisov
2025-03-24BytestreamClient: Read to temporary files.Maksim Denisov