summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2024-08-02generic rule: add support for cwdKlaus Aehlig
2024-08-02rules: make ACTION expression support "cwd"Klaus Aehlig
2024-08-01Execution API: support cwdKlaus Aehlig
2024-08-01class Action: include field cwdKlaus Aehlig
2024-08-01Add a utility function to rewrite path strings relative to a subdirectoryKlaus Aehlig
2024-08-01expression: add kEmptyStringKlaus Aehlig
2024-08-01Add a test verifying that upwards outputs are rejectedKlaus Aehlig
2024-07-30Add design document on supporting a working directory inside the action direc...Klaus Aehlig
2024-07-30test executor: Remove unnecessary code duplicationPaul Cristian Sarbu
2024-07-30Pass ExecutionContext to GraphTraverser and Executor/RebuilderPaul Cristian Sarbu
2024-07-30Add extensible struct to be passed to graph traverserPaul Cristian Sarbu
2024-07-30executor: Use ApiBundlePaul Cristian Sarbu
2024-07-30ApiBundle: Use a creator method instead of constructorPaul Cristian Sarbu
2024-07-30ApiBundle: Remove deprecated fields now used via RemoteContextPaul Cristian Sarbu
2024-07-30Use RemoteContext in install_casPaul Cristian Sarbu
2024-07-30Pass RemoteContext to Executor/RebuilderPaul Cristian Sarbu
2024-07-30Pass RemoteContext to GraphTraverserPaul Cristian Sarbu
2024-07-30Pass RemoteContext to execution serverPaul Cristian Sarbu
2024-07-30Pass LocalContext and RemoteContext to ServeApiPaul Cristian Sarbu
2024-07-30Use RemoteContext in serve servicesPaul Cristian Sarbu
2024-07-30Pass RemoteContext to ApiBundlePaul Cristian Sarbu
2024-07-30target service: Properly set up the RemoteExecutionConfig instance...Paul Cristian Sarbu
2024-07-30Add extensible structure for remote execution-related entitiesPaul Cristian Sarbu
2024-07-30Use LocalContext in execution and serve servicesPaul Cristian Sarbu
2024-07-30Pass LocalContext to LocalApiPaul Cristian Sarbu
2024-07-30Pass LocalContext to ApiBundlePaul Cristian Sarbu
2024-07-30Add extensible structure for local execution-related entitiesPaul Cristian Sarbu
2024-07-30analyse_context: Add missing documentationPaul Cristian Sarbu
2024-07-29commit_git_map: fix line breaking in error messagesKlaus Aehlig
2024-07-29["CC", "binary"] stage link actionKlaus Aehlig
2024-07-29["CC", "libary"] properly stage ar actionKlaus Aehlig
2024-07-26Changelog: mention quote and quasi-quote expressionsKlaus Aehlig
2024-07-26Add quasiquote expressionKlaus Aehlig
2024-07-26expression language: add quotingKlaus Aehlig
2024-07-24Remove implemented design document on root gcKlaus Aehlig
2024-07-24Extend gc-repo test to also verify that git-tree repositories are taken from ...Klaus Aehlig
2024-07-24Tree fetching: first look in older generationsKlaus Aehlig
2024-07-23Extend gc-repo test to also verify foreign files are taken from old generationsKlaus Aehlig
2024-07-23content_cas_map: also look in older git generationsKlaus Aehlig
2024-07-23git_commit_map: avoid duplicate creation and fix usageKlaus Aehlig
2024-07-23just-mr: Remove progress and statistics singletonsPaul Cristian Sarbu
2024-07-23just-mr: Pass statistics instance in repos-to-setup mapPaul Cristian Sarbu
2024-07-23just-mr: Use statistics and progress instances update mapPaul Cristian Sarbu
2024-07-23just-mr: Use statistics instance in fetch mapPaul Cristian Sarbu
2024-07-23just-mr: Use progress instance in setup mapsPaul Cristian Sarbu
2024-07-23just-mr: Pass progress and statistics instances to reporterPaul Cristian Sarbu
2024-07-22Make ServerImpl a general class, not singletonPaul Cristian Sarbu
2024-07-22Mark ServeServerImpl as finalPaul Cristian Sarbu
2024-07-22cli: Make info_file type consistentPaul Cristian Sarbu
2024-07-22Use compile-time polymorphism in HasherMaksim Denisov