summaryrefslogtreecommitdiff
path: root/test/buildtool
AgeCommit message (Expand)Author
2024-06-18Create an individual instance of RemoteServeConfig in testsMaksim Denisov
2024-06-18Make ServeApi a general class, not a singletonMaksim Denisov
2024-06-18Pass RemoteAddress to ConfigurationClient by valueMaksim Denisov
2024-06-18Pass ServeApi as a field of context to the analysisMaksim Denisov
2024-06-18Use an extensible structure to pass arguments to the analysis.Maksim Denisov
2024-06-18Use RemoteServeConfig functionality via Instance()Maksim Denisov
2024-06-07Move reading functionality to BazelNetworkReaderMaksim Denisov
2024-06-07Remove unused codeMaksim Denisov
2024-06-04blob containers: Store and upload taking into account content sizePaul Cristian Sarbu
2024-06-04rule language: support SYMLINK functionKlaus Aehlig
2024-05-28Use shared_ptr for data in ContentBlobMaksim Denisov
2024-05-28Use ArtifactBlobContainer in IExecutionApiMaksim Denisov
2024-05-28Rename BlobContainer to BazelBlobContainerMaksim Denisov
2024-05-28Convert BlobContainer to a templateMaksim Denisov
2024-05-28Use TransformedRange in BlobContainerMaksim Denisov
2024-05-28Move CreateBlobFromPath since it is only used in tests.Maksim Denisov
2024-05-27Fix headers in local_cas and bazel_network.Maksim Denisov
2024-05-22Avoid memory usage duplicationMaksim Denisov
2024-04-24expressions: add logical negationKlaus Aehlig
2024-04-24expressions: for "if" expressions, make both branches optionalKlaus Aehlig
2024-04-24expressions: add "length" functionKlaus Aehlig
2024-04-24expressions: add generic assertionsKlaus Aehlig
2024-04-24expressions: add basic test for assertionsKlaus Aehlig
2024-04-22Compactification: Remove invalid entries from the storage.Maksim Denisov
2024-04-17Compactification: Split large entries.Maksim Denisov
2024-04-17Compactification: Remove spliced entries.Maksim Denisov
2024-04-16expression language: add array access by indexKlaus Aehlig
2024-04-15LargeBlobs: Skip splicing of dependent objects during uplinking of AC, TC and...Maksim Denisov
2024-04-15LargeBlobs: Make LocalCAS::BlobPathNoSync public to fix synchronization of ex...Maksim Denisov
2024-04-12file chunker: increase chunk sizesKlaus Aehlig
2024-04-10Add test for resolve_symlinks_mapPaul Cristian Sarbu
2024-04-10GitRepo: Add method to keep tree alive by taggingPaul Cristian Sarbu
2024-04-10git_repo: Add blob writer methodPaul Cristian Sarbu
2024-04-10test: Extend GitRepo methods checksPaul Cristian Sarbu
2024-04-08Use properly included standard library types by defaultPaul Cristian Sarbu
2024-04-08test: Add missing includes and fix depsPaul Cristian Sarbu
2024-04-02LargeBlobs: Splice large objects from external sources.Maksim Denisov
2024-04-02LargeBlobs: Uplink large objects.Maksim Denisov
2024-04-02LargeBlobs: Splice large objects implicitly.Maksim Denisov
2024-04-02LargeBlobs: Split large objects.Maksim Denisov
2024-03-26Expression language: add float operations "*" and "+"Klaus Aehlig
2024-03-22Absent target: deduplicate serve calls asking for flexible variablesKlaus Aehlig
2024-03-19logger: Add common methods for global and named loggersPaul Cristian Sarbu
2024-03-15Clean up more includes and targetsPaul Cristian Sarbu
2024-03-12just serve: Improve progress reportingPaul Cristian Sarbu
2024-03-11just: Replace singletons for progress tracking and statistics...Paul Cristian Sarbu
2024-03-11just analyse: Use explicit target cache instancePaul Cristian Sarbu
2024-03-08SystemCommand: Transfer outfile responsibility to callerOliver Reiche
2024-03-08just-mr: Fix shell out executionOliver Reiche
2024-02-13executor-api test: also set env for echoKlaus Aehlig