summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2025-04-11Remove unused function GetTree from BazelCasClientKlaus Aehlig
2025-04-11Drop unused directory mapKlaus Aehlig
2025-04-10cas_utils: Fix typo in log messagePaul Cristian Sarbu
2025-04-10BazelAcClient: log cache misses at trace levelKlaus Aehlig
2025-04-10FilesystemManger: reduce debug level for absent filesKlaus Aehlig
2025-04-10graph_traverser: drop logging graph-internal identifiersKlaus Aehlig
2025-04-10Remove unnecessary targets filesKlaus Aehlig
2025-04-08executor: for a tree-overlay action, also report inputs in case of errorKlaus Aehlig
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-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-08executor: properly report failure of tree actionsKlaus Aehlig
2025-04-08Improve reporting on tree errorsKlaus Aehlig
2025-04-07executor: also handle tree-overlay actionsKlaus 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-07Add built-in rules {disjoint_,}tree_overlayKlaus Aehlig
2025-04-07Defined rules: add TREE_OVERLAY and DISJOINT_TREE_OVERLAY functionKlaus Aehlig
2025-04-07analysed_target: include 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-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-24GraphTraverser: move implementation to cpp fileKlaus Aehlig
2025-03-24Add 'zip_map' 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
2025-03-24BazelApi: Use file sources of ArtifactBlobs.Maksim Denisov
2025-03-24LocalApi: Use file sources of ArtifactBlobs.Maksim Denisov
2025-03-24ArtifactBlob: Return file pathMaksim Denisov
2025-03-24ArtifactBlob: Support construction from temporary filesMaksim Denisov
2025-03-24ExecutionApi: Return TmpDirMaksim Denisov
2025-03-24Pass TmpDir to BazelNetwork and BazelCasClientMaksim Denisov
2025-03-24LargeObjectCAS: Use TmpFile for splicingMaksim Denisov
2025-03-24TmpDir: Create temporary filesMaksim Denisov
2025-03-24TmpDir: Create nested directoriesMaksim Denisov