summaryrefslogtreecommitdiff
path: root/test/buildtool/execution_api
AgeCommit message (Expand)Author
2025-02-07BazelCasClient: Use unordered_set in FindMissingBlobsMaksim Denisov
2025-01-07Implement rebuilding of StorageConfigMaksim Denisov
2024-12-04Test deep rehashing from bazel to GitMaksim Denisov
2024-12-04Test RehashDigestMaksim Denisov
2024-11-14tests: Implement IWYU suggestionsMaksim Denisov
2024-10-25Add dependencies explicitly that are included directlyKlaus Aehlig
2024-10-25Test deep rehashing of Git trees to bazel DirectoriesMaksim Denisov
2024-10-25bazel_execution_client.test.cpp: add a comment to explain the meaning of the ...Alberto Sartori
2024-10-07Enable readability-* checks.Maksim Denisov
2024-09-23Reorder dependencies and remove duplicates in OSSMaksim Denisov
2024-09-23Store HashFunction by const reference.Maksim Denisov
2024-09-18Add tests for ByteStreamUtils::{Read, Write}RequestMaksim Denisov
2024-09-18Implement ByteStreamUtils::WriteRequest classMaksim Denisov
2024-09-18Implement ByteStreamUtils::ReadRequest classMaksim Denisov
2024-09-18Remove ByteStreamClient::{Read, Write}ManyMaksim Denisov
2024-09-17Small code improvements based on lint warningsPaul Cristian Sarbu
2024-09-16execution_response: Allow failures to be reported while populatingPaul Cristian Sarbu
2024-09-13Use TestHashType in testsMaksim Denisov
2024-09-13Rename Compatibility class to ProtocolTraitsMaksim Denisov
2024-09-09Replace ArtifactDigest::CreateMaksim Denisov
2024-08-30Use BazelDigestFactory to create bazel_re::Digest directly if neededMaksim Denisov
2024-08-30Replace bazel_re::Digest in BazelMsgFactory (trees)Maksim Denisov
2024-08-30Move artifact_blob_container to a standalone libraryMaksim Denisov
2024-08-30Remove blob_creator lib from testsMaksim Denisov
2024-08-27bytestream API: verify that invalid digests are rejectedKlaus Aehlig
2024-08-27Reformat code to comply with clang-format 18Klaus Aehlig
2024-08-21tests: use newly defined test suiteKlaus Aehlig
2024-08-07Replace classic C boolean operators with keywordsMaksim Denisov
2024-08-07Add missing guardMaksim Denisov
2024-08-01Execution API: support cwdKlaus Aehlig
2024-07-30Use LocalContext in execution and serve servicesPaul Cristian Sarbu
2024-07-30Pass LocalContext to LocalApiPaul Cristian Sarbu
2024-07-22Rename HashFunction methods and enumsMaksim Denisov
2024-07-22Remove singleton calls to HashFunction in testsMaksim Denisov
2024-07-22Store HashFunction in StorageConfigMaksim Denisov
2024-07-22Pass HashFunction to BazelApiMaksim Denisov
2024-07-22Pass HashFunction to BazelNetworkMaksim Denisov
2024-07-22Pass HashFunction to ArtifactDigest::CreateMaksim Denisov
2024-07-19Remove the RetryConfig singletonPaul Cristian Sarbu
2024-07-19Pass RetryConfig instance to BazelApiPaul Cristian Sarbu
2024-07-19Pass RetryConfig instance to BazelNetwork and bazel clientsPaul Cristian Sarbu
2024-07-19api_test: Rename SetLauncher to CreateLocalExecConfigPaul Cristian Sarbu
2024-07-16Remove the RemoteExecutionConfig singletonPaul Cristian Sarbu
2024-07-16Remove the LocalExecutionConfig singletonPaul Cristian Sarbu
2024-07-16Pass LocalExecutionConfig to LocalAction and LocalApiPaul Cristian Sarbu
2024-07-16test: Reduce verbosity in config methodsPaul Cristian Sarbu
2024-07-16Check compatibility in the test of cas_serverMaksim Denisov
2024-07-12ArtifactFactory: remove FromDescription methodMaksim Denisov
2024-07-05Remove HermeticLocalTestFixtureMaksim Denisov
2024-07-05Convert Storage to a general classMaksim Denisov