Age | Commit message (Expand) | Author |
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 |
2024-08-07 | Extend BazelNetworkReader to avoid redundant conversions | Maksim Denisov |
2024-08-07 | Generate bazel trees in LocalCasReader | Maksim Denisov |
2024-08-07 | Remove HashFunction field from LocalAC | Maksim Denisov |
2024-08-07 | Avoid deep copies of containers in responses. | Maksim Denisov |
2024-08-07 | Remove code duplication in Populate method in responses. | Maksim Denisov |
2024-08-07 | Remove unused code from Artifact::ObjectInfo | Maksim Denisov |
2024-08-07 | Remove unused code from BazelMasgFactory | Maksim Denisov |
2024-08-07 | Pass SymlinksCheckFunc to GitRepo as not_null | Maksim Denisov |
2024-08-07 | Pass to ObjectCAS an optional ExistsFunc using std::optional | Maksim Denisov |