summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-08-05BazelNetwork: Use bytestream for reading unknown size blobsOliver Reiche
2022-08-05Added test for native remote execution protocolSascha Roloff
2022-08-05Parse git tree objects instead of protobuf messages as action result in nativ...Sascha Roloff
2022-08-05Add more tracing messages to remote execution clientSascha Roloff
2022-08-05Git tree based root digest creationSascha Roloff
2022-08-05BazelResponse: Support collecting output dirs in native modeOliver Reiche
2022-08-05LocalExecution: Use Git tree formatOliver Reiche
2022-08-05LocalCAS: Support storing treesOliver Reiche
2022-08-05CLI: Add flag for dumping raw tree objectsOliver Reiche
2022-08-05BazelMsgFactory: Support dumping Git tree to stringOliver Reiche
2022-08-05BazelMsgFactory: Implement reading object infos from Git treeOliver Reiche
2022-08-05BazelMsgFactory: Implement creating Git tree from fs pathOliver Reiche
2022-08-05ObjectInfo: Support stringify with unknown sizeOliver Reiche
2022-08-05Upload known git trees if not available in CASSascha Roloff
2022-08-05Allow to read git trees from global CAS as well as local workspace rootSascha Roloff
2022-08-05Git tree can return its raw string dataSascha Roloff
2022-08-05Introduced batch availability check for remote execution apiSascha Roloff
2022-08-05Target map makes use of known trees and avoids directory traversalSascha Roloff
2022-08-05Directory entries can detect themselves as known trees and return according d...Sascha Roloff
2022-08-05Git tree can return sizeSascha Roloff
2022-08-05Modified artifact digest to provide wire digest on demandSascha Roloff
2022-08-05Introduced class with helper functions to support native remote execution pro...Sascha Roloff
2022-08-05GitCAS: Support reading/creating trees without filesystem IOOliver Reiche
2022-08-05GitCAS: Add create tree via libgit2's treebuilderOliver Reiche
2022-08-05Version: Bump up to 0.1.1+develOliver Reiche
2022-08-05Version: Bump up to 0.1.1Oliver Reiche
2022-08-05GitCAS: Implement reading git tree via libgit2Oliver Reiche
2022-08-05ExecutionResponse: Fix artifacts reserve sizeOliver Reiche
2022-08-05Added remote execution specification documentSascha Roloff
2022-08-04libgit2: Patch race condition with fake repositoriesOliver Reiche
2022-08-04rules: Extend patch rule to split parts from patchOliver Reiche
2022-08-02Utils: Drop ill-formed audit checks for truncating JSONOliver Reiche
2022-07-28Upd tutorial to reflect new just-mr setup outputPaul Cristian Sarbu
2022-07-28Add setup-env option to just-mrPaul Cristian Sarbu
2022-07-28Fix style in just-mrPaul Cristian Sarbu
2022-07-28Executor Test: Add proper guards for optionalsOliver Reiche
2022-07-27man: Update man page on options for describe subcommandOliver Reiche
2022-07-27describe: Support serializing to JSONOliver Reiche
2022-07-27describe: Support describing by rule nameOliver Reiche
2022-07-27install-cas now accepts --log-limit and --log-fileAlberto Sartori
2022-07-26INSTALL.md: fix verb orderKlaus Aehlig
2022-07-26Fix just-mr bug: ensure git cache folder present for git opsPaul Cristian Sarbu
2022-07-25just-mr: retry `git tag -f` if neededKlaus Aehlig
2022-07-25Add basic overview filesKlaus Aehlig
2022-07-25Test bootstrapping against preinstalled dependenciesKlaus Aehlig
2022-07-25Move bootstrap tests to their own directoryKlaus Aehlig
2022-07-25Support bootstrapping from preinstalled sourcesKlaus Aehlig
2022-07-25CC rules: keep dependencies last in linkingKlaus Aehlig
2022-07-25Rules: Enforce non-empty library and binary namesOliver Reiche
2022-07-20just-mr: Fix use of local Git repos with relative pathOliver Reiche