summaryrefslogtreecommitdiff
path: root/src/buildtool/execution_api/local
AgeCommit message (Expand)Author
2024-05-28Use ArtifactBlobContainer in IExecutionApiMaksim Denisov
2024-05-28Move blob_tree to the common stage since it is used only there.Maksim Denisov
2024-05-28Rename BlobContainer to BazelBlobContainerMaksim Denisov
2024-05-28Use TransformedRange in BlobContainerMaksim Denisov
2024-05-27Use common interface for stream dumpingMaksim Denisov
2024-05-27Use common interface for reading tree entries and leafsMaksim Denisov
2024-05-23Execution APIs: Extract common implementation into separate libraryPaul Cristian Sarbu
2024-05-17RepositoryConfig: Instance should not be changed once populatedPaul Cristian Sarbu
2024-04-02LargeBlobs: Use LocalCAS methods to implement split-splice logic of CASUtils.Maksim Denisov
2024-03-26Add missing system includesPaul Cristian Sarbu
2024-03-15Clean up more includes and targetsPaul Cristian Sarbu
2024-03-08SystemCommand: Transfer outfile responsibility to callerOliver Reiche
2024-02-26Implement blob splitting in local APISascha Roloff
2024-02-26Implement blob splicing protocol at just server sideSascha Roloff
2024-02-26Refactor split and splice implementations.Sascha Roloff
2024-02-13local_api: also for retrieve to memory, consult git api as fallbackKlaus Aehlig
2024-01-24just: Wrap IExecutionApi raw pointer argumentsPaul Cristian Sarbu
2023-12-12Filesystem: Fix copy overwrite of symlink with fileOliver Reiche
2023-11-30Resolve inconsistencies in third-party headers include formatPaul Cristian Sarbu
2023-11-30local API: Implement upload fileKlaus Aehlig
2023-11-27Refactoring RepositoryConfigPaul Cristian Sarbu
2023-11-22LocalAction: Fix staging of empty treesOliver Reiche
2023-11-22Implement blob splitting protocol on just client sideSascha Roloff
2023-08-24Execution: only take complete actions from cacheKlaus Aehlig
2023-08-08just execute: Fix uncollected upwards symlinksPaul Cristian Sarbu
2023-07-27Execution API: support fetching a single artifact to memoryKlaus Aehlig
2023-07-21bugfix: stage symlinks as symlinks when creating an action directoryAlberto Sartori
2023-07-03local API: Fix bug in uploading missing artifactsPaul Cristian Sarbu
2023-06-28Update remote execution api to preliminary version v2.3Sascha Roloff
2023-06-26Allow non-upwards symlinks with local APIPaul Cristian Sarbu
2023-06-26Execution response: Add output symlink pathsPaul Cristian Sarbu
2023-06-26bazel_msg_factory: Allow non-upwards symlinks in uploaded treesPaul Cristian Sarbu
2023-06-06style: Use designated initializersPaul Cristian Sarbu
2023-05-23Storage config: also specify the location of the execution rootKlaus Aehlig
2023-04-26imports: Switch to Microsoft GSL implementationOliver Reiche
2023-04-04local API: fall back to git api, if availableKlaus Aehlig
2023-04-04CAS: demote log messages of to debugKlaus Aehlig
2023-04-04clean up targets filesKlaus Aehlig
2023-03-23execution api: support retrieving from more than one APIKlaus Aehlig
2023-03-23targets: Fix deps structurePaul Cristian Sarbu
2023-03-13Storage: Reworked storage and garbage collectionOliver Reiche
2023-03-13GC: Fix uplinking of ActionResults in compatibleOliver Reiche
2023-02-22ExecutionApi: Retrieve to correct CAS directlyOliver Reiche
2023-02-15just-execute: report un-tagged hashesAlberto Sartori
2023-02-02LocalStorage: add StoreTree(std::filesystem::path const &)Alberto Sartori
2023-01-20Add local garbage collectionSascha Roloff
2023-01-20Move execution-backend-id calculation from target-level cache to local configSascha Roloff
2023-01-20Introduce multiple cache generationsSascha Roloff
2023-01-20Add check for same CAS in CAS-to-CAS artifact retrievalSascha Roloff
2023-01-20Move file_storage.hpp to file_system subdirectorySascha Roloff