Age | Commit message (Expand) | Author |
2024-08-27 | test/utils: CC test with remote: also log remote output | Klaus Aehlig |
2024-08-27 | Reformat code to comply with clang-format 18 | Klaus Aehlig |
2024-08-27 | debugging tutorial: Update to include correct toolchain defaults | Paul Cristian Sarbu |
2024-08-26 | Store LocalAC keys as ArtifactDigests | Maksim Denisov |
2024-08-26 | Split serialization/deserialization logic in LocalAC | Maksim Denisov |
2024-08-26 | Reduce the size of large object entries. | Maksim Denisov |
2024-08-26 | Add test to check that we ignore Git magic names in trees | Paul Cristian Sarbu |
2024-08-26 | install-cas --archive: Fix empty directories not added to archive | Paul Cristian Sarbu |
2024-08-26 | GitRepo: Create commit from a directory explicitly... | Paul Cristian Sarbu |
2024-08-26 | GitRepo: Add method to create tree from directory | Paul Cristian Sarbu |
2024-08-26 | GitOps: Pass source directory to GitInitialCommit operation | Paul Cristian Sarbu |
2024-08-26 | GitRepo: Change logic that creates commits to explicitly give directory | Paul Cristian Sarbu |
2024-08-26 | GitRepo: Create trees by directly writing to object database | Paul Cristian Sarbu |
2024-08-26 | GitRepo: Update to use specific getter for repository root path | Paul Cristian Sarbu |
2024-08-26 | GitOpParams: Remove unneeded branch field | Paul Cristian Sarbu |
2024-08-26 | just-mr.py: Accept all tree entries for bootstrapped just | Paul Cristian Sarbu |
2024-08-23 | Add test verifying that conflicts in the artifacts stage are recognized | Klaus Aehlig |
2024-08-23 | Rule "generic": verify that the output is a properly formed artifact stage | Klaus Aehlig |
2024-08-23 | CasClient: Retry batch update for missing response | Oliver Reiche |
2024-08-23 | Executor: Also report missing output dirs | Oliver Reiche |
2024-08-23 | Add a test verifying that out_dirs are normalized | Klaus Aehlig |
2024-08-23 | When creating actions, normalize paths in the action definition | Klaus Aehlig |
2024-08-23 | test gc-repo: forward PATH in launcher | Klaus Aehlig |
2024-08-22 | Use lint defaults as in rules | Klaus Aehlig |
2024-08-22 | Add ["lint", "defaults"] to provide paths for lint actions | Klaus Aehlig |
2024-08-22 | Remote-execution properties: restore the latest-wins semantics | Klaus Aehlig |
2024-08-21 | ["test", "suite"]: document fields | Klaus Aehlig |
2024-08-21 | tests: use newly defined test suite | Klaus Aehlig |
2024-08-20 | ["utils/serve_service", "CC test"]: honor LINT | Klaus Aehlig |
2024-08-20 | ["utils/remote-execution", "CC test"]: honor LINT | Klaus Aehlig |
2024-08-20 | Add ["test", "suite"] | Klaus Aehlig |
2024-08-20 | ["shell/test", "script"] forward lint information of deps | Klaus Aehlig |
2024-08-20 | ["CC", "test"]: support providing lint information | Klaus Aehlig |
2024-08-20 | ["lint", "targets"]: deduplicate tasks | Klaus Aehlig |
2024-08-14 | expression language: add nub_left | Klaus Aehlig |
2024-08-14 | absent_target_map: fix private hdrs | Klaus Aehlig |
2024-08-14 | lint: use standard launchers | Klaus Aehlig |
2024-08-14 | new rule ["lint", "targets"] | Klaus Aehlig |
2024-08-14 | Make CC binary and library support providing information for linting | Klaus Aehlig |
2024-08-07 | Remove code duplication from SourceTreeService | Maksim Denisov |
2024-08-07 | Remove code duplication from CasServer | Maksim Denisov |
2024-08-07 | Pass a longrunning operation to ExecutionServer::WriteResult by rvalue | Maksim Denisov |
2024-08-07 | ExecutionServer: use one method for conversion to IExecutionAction | Maksim Denisov |
2024-08-07 | ExecutionServer: use one method for conversion to bazel ExecuteResponse | Maksim Denisov |
2024-08-07 | ExecutionServer: Move creation of ActionResult to a static function | Maksim Denisov |
2024-08-07 | ExecutionServer: move creation of bazel instances to functions | Maksim Denisov |
2024-08-07 | Remove ExecutionServiceImpl::StoreActionResult method | Maksim Denisov |
2024-08-07 | Use expected to return errors from ExecutionServiceImpl's methods | Maksim Denisov |
2024-08-07 | ExecutionServer: remove redundant scopes | Maksim Denisov |
2024-08-07 | Refactor read/write logic in BytestreamServer | Maksim Denisov |