summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2024-12-19Fix cause of minor warningsOliver Reiche
2024-12-19Fix struct member initializationOliver Reiche
2024-12-19Remove unused headersOliver Reiche
2024-12-19Remove unused functionOliver Reiche
2024-12-19Remove unneeded compat_storageOliver Reiche
2024-12-19Remove unnecessary movesOliver Reiche
2024-12-19JustMr: update output config for computed rootsMaksim Denisov
2024-12-12Computed roots: normalize build argumentsKlaus Aehlig
2024-12-11main: avoid spourious warningsKlaus Aehlig
2024-12-11RepositoryConfig::SetGitCAS: allow setting log_levelKlaus Aehlig
2024-12-11GitCAS::Open: allow specifying the log-level for failureKlaus Aehlig
2024-12-11computed root building: synchronize log to remote in case of failureKlaus Aehlig
2024-12-10Computed Roots: be aware of the serve end pointKlaus Aehlig
2024-12-10just-mr launch: Pass local launcher to just analysePaul Cristian Sarbu
2024-12-09Computed roots: only install artifactsKlaus Aehlig
2024-12-09Avoid writing to the CAS during bootstrappingMaksim Denisov
2024-12-09Move compactifier to a separate libraryMaksim Denisov
2024-12-09Move garbage_collector to a separate libraryMaksim Denisov
2024-12-09Remove redundant copies from BazelApi::IsAvailableMaksim Denisov
2024-12-09Use expected to return an error from ParseRootMaksim Denisov
2024-12-09Localize error_msg argument of ParseRootMaksim Denisov
2024-12-09analysis: Support artifact build argumentsPaul Cristian Sarbu
2024-12-09computed-roots/evaluate: Fix typos in log messagesPaul Cristian Sarbu
2024-12-06executor: On failure to execute an action, also report which action it wasKlaus Aehlig
2024-12-06Cleanup dependenciesKlaus Aehlig
2024-12-06Log: report outputs of failed actions by defaultKlaus Aehlig
2024-12-05Also for installation to stdout prefer local CASKlaus Aehlig
2024-12-05While there, also avoid unnecessary indirection in RertrieveToPaths.Klaus Aehlig
2024-12-05execution api: support retrieving from more than one API, also for fdKlaus Aehlig
2024-12-05Common API: correctly report failureKlaus Aehlig
2024-12-05GitCAS: remove friend GitRepoMaksim Denisov
2024-12-05GitCAS: remove mutex and locksMaksim Denisov
2024-12-05GitRepo: don't reassign git_repository to git_odbMaksim Denisov
2024-12-05GitCAS: retain git_repository alive.Maksim Denisov
2024-12-05GitCAS: implement method for creation of an empty GitCASMaksim Denisov
2024-12-05GitCAS: remove redundant methodMaksim Denisov
2024-12-05GitCAS: avoid manual memory managementMaksim Denisov
2024-12-05GitCAS: use the same call for openning repository as GitRepo does.Maksim Denisov
2024-12-05GitRepo: keep GuardedRepo unexposed and adjust the interface.Maksim Denisov
2024-12-04Rehash root lookup, if building in compatible modeKlaus Aehlig
2024-12-04Cache lookup: support rehash functionKlaus Aehlig
2024-12-04ArtifactsRoot: support rehash-functionKlaus Aehlig
2024-12-04rehash_utils: add a class for the rehash functionKlaus Aehlig
2024-12-04Add deep rehashing from bazel::Directories to GitMaksim Denisov
2024-12-04BazelMsgFactory: Add method to create Git tree from bazel DirectoryPaul Cristian Sarbu
2024-12-04Add RehashGitDigest functionMaksim Denisov
2024-12-04Add RehashDigest functionMaksim Denisov
2024-12-04Rename MRApiUtils to RehashUtilsMaksim Denisov
2024-12-03For FetchIntoODBBackend "Ensure" backend is validMaksim Denisov
2024-12-03Avoid double deletion of git_repository in GuardedRepoMaksim Denisov