summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2024-01-19Add test case to check tree invariant in just executeSascha Roloff
2024-01-19Add tree invariant check for just execute, when uploading treesSascha Roloff
2024-01-19Add digest validity check to the blob split commandSascha Roloff
2024-01-19Fix digest consistency check to also compare sizesSascha Roloff
2024-01-19CHANGELOG: document the fix of propagating taintedness in "configure" targetsKlaus Aehlig
2024-01-18Document the implementation of tc deps tracking on gcKlaus Aehlig
2024-01-16Add a test verifying the interaction between tc and gcKlaus Aehlig
2024-01-16Keep implied target-cache values aliveKlaus Aehlig
2024-01-16TargetCacheEntry: serialize implied export targetsKlaus Aehlig
2024-01-16Analysed target: keep track of implied export targetsKlaus Aehlig
2024-01-16TargetCacheEntry: return implied targets, if serializedKlaus Aehlig
2024-01-16Design interaction between target-level caching and garbage collectionKlaus Aehlig
2024-01-12end-to-end tests: wait longer for test servicesKlaus Aehlig
2024-01-09just-mr: don't make the command line pretend a fixed nameKlaus Aehlig
2024-01-09analysis queries serve test: Extend to check we can install served targetPaul Cristian Sarbu
2024-01-09large-blob design: fix file nameKlaus Aehlig
2024-01-09Export ["@", "abs", "absl/base", "malloc_internal"]Klaus Aehlig
2024-01-09test end-to-end: Check that serve endpoint correctly dispatches buildsPaul Cristian Sarbu
2024-01-09Refactor GraphTraverser to take in platform properties and dispatch listPaul Cristian Sarbu
2024-01-09test end-to-end: Fix 'dispatch' mising from list of tests runPaul Cristian Sarbu
2024-01-09just main: Fix log messagePaul Cristian Sarbu
2024-01-08doc: Extend just serve design with 'tree of a distdir' auxiliary requestPaul Cristian Sarbu
2024-01-08just-mr distdir: Improved handling of absent rootPaul Cristian Sarbu
2024-01-08serve distdir tree: Client-side and API implementationsPaul Cristian Sarbu
2024-01-08serve distdir tree: Server-side implementationPaul Cristian Sarbu
2024-01-08GitRepo: Add blob lookup methodPaul Cristian Sarbu
2024-01-08just_serve.proto: Add 'tree of a distdir' requestPaul Cristian Sarbu
2024-01-08serve content or tree: Check for Git object also in local CASPaul Cristian Sarbu
2024-01-08serve source tree: Improve log messages when sync with remote failsPaul Cristian Sarbu
2024-01-08serve archive tree: Add missing check for content in local CASPaul Cristian Sarbu
2024-01-08serve configuration client: Fix logger namePaul Cristian Sarbu
2024-01-08bugfix: Add missing return in SetRemoteExecutionDispatchPaul Cristian Sarbu
2024-01-08git_tree_fetch_map: Fix missing backup-to-remote behaviourPaul Cristian Sarbu
2024-01-08repos.json: ignore special in grpc source treeKlaus Aehlig
2024-01-08bootstrap: accept a build dir inside the source treeKlaus Aehlig
2023-12-21serve target handling: store blobs also locallyKlaus Aehlig
2023-12-21Export ["@", "json", "", "json"]Klaus Aehlig
2023-12-21ServeTarget: downgrade log level to performanceKlaus Aehlig
2023-12-21BazelCasClient: remove dead code.Alberto Sartori
2023-12-21BazelCasClient::DoUploadBlobs: returns the count of the uploaded blobs...Alberto Sartori
2023-12-21BazelNetwork: simplify logic of DoUploadBlobsAlberto Sartori
2023-12-21BazelCasClient: split DoBatchUploadBlobs into multiple calls...Alberto Sartori
2023-12-21BazelCasClient: split BatchReadBlobs into multiple calls...Alberto Sartori
2023-12-21BazelCasClient: Split FindMissingBlobs in multiple batches...Alberto Sartori
2023-12-21SplitBlob: improve error message in case of a failureAlberto Sartori
2023-12-21BazelCasClient: define new templated CreateBatchRequestsMaxSize member function.Alberto Sartori
2023-12-21BazelCasClient::UpdateSingleBlob: Emit a log entry upon failureAlberto Sartori
2023-12-21bazel_network: use message_limits libraryAlberto Sartori
2023-12-21src/buildtool/execution_api/commmon: add message_limits libraryAlberto Sartori
2023-12-21remote/client_common.hpp: add utility functions for logging status of rpc callsAlberto Sartori