summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2024-10-30Update to grpc v1.67.1Paul Cristian Sarbu
2024-10-29Graph traverser: fix wrong wording in trace-level messageKlaus Aehlig
2024-10-29Clean up unused dependenciesKlaus Aehlig
2024-10-28Retry Execution on FAILED_PRECONDITIONKlaus Aehlig
2024-10-28BatchUploadBlobs: decrease log level for retried tasksKlaus Aehlig
2024-10-28WithRetry: Support reduced log level for failuresKlaus Aehlig
2024-10-25Add dependencies explicitly that are included directlyKlaus Aehlig
2024-10-25["lint", "targets"]: Also have a metadata fileKlaus Aehlig
2024-10-25lint information: also provide the direct-deps artifacts separatelyKlaus Aehlig
2024-10-25Enable compatible mode for just-mr and SourceTree serve service...Paul Cristian Sarbu
2024-10-25Add new local execution api that can interact with any remotePaul Cristian Sarbu
2024-10-25serve service: Set correct protocol-aware digests in responsesPaul Cristian Sarbu
2024-10-25serve service: Use digest when requesting serve to set up a treePaul Cristian Sarbu
2024-10-25serve service: Respond with digest for blob and tree checksPaul Cristian Sarbu
2024-10-25serve service: Respond also with digest in serve repository tree RPCsPaul Cristian Sarbu
2024-10-25serve proto: Fix inconsistencies in referring to GitPaul Cristian Sarbu
2024-10-25just-mr and SourceTree: Use new Git execution api instancePaul Cristian Sarbu
2024-10-25Add new Git execution api that can interact with any remotePaul Cristian Sarbu
2024-10-25serve service: Give SourceTreeService access to both local storagesPaul Cristian Sarbu
2024-10-25just-mr: Instantiate both native and compatible storages...Paul Cristian Sarbu
2024-10-25just-mr: Use explicit naming in default instantiated storagePaul Cristian Sarbu
2024-10-25Add utility methods for digest mappingsPaul Cristian Sarbu
2024-10-25Test deep rehashing of Git trees to bazel DirectoriesMaksim Denisov
2024-10-25BazelMsgFactory: Add method to create bazel Directory from Git treePaul Cristian Sarbu
2024-10-25StorageUtils: Add generation-aware rehashing ID file mapPaul Cristian Sarbu
2024-10-25ArtifactDigest: Add getter for hash function typePaul Cristian Sarbu
2024-10-25just-mr: Small fixesPaul Cristian Sarbu
2024-10-25distdir_git_map.cpp: fix is_tree valueAlberto Sartori
2024-10-25content_cas_map: Fix missing return after logging fatalPaul Cristian Sarbu
2024-10-25ObjectInfo: Fix digest creation in FromStringPaul Cristian Sarbu
2024-10-25bazel_execution_client.test.cpp: add a comment to explain the meaning of the ...Alberto Sartori
2024-10-25bugfix: bazel_network.cpp: fix handling of ongoing actionsAlberto Sartori
2024-10-23Update rules reference in tutorialKlaus Aehlig
2024-10-23expressions: enforce strict arguments for "join" and "join_cmd"v1.4.0-alpha+20241023Klaus Aehlig
2024-10-23pkgconfig rules: fix usage of "join_cmd"Klaus Aehlig
2024-10-22just_complete.bash: add missing subcommandsAlberto Sartori
2024-10-22clang toolchain: add -fdebug-compilation-dir=. in debug modeKlaus Aehlig
2024-10-22Update libarchive to 3.7.7Klaus Aehlig
2024-10-21shell defaults: properly deduplicate "bin dirs" to the leftKlaus Aehlig
2024-10-21configured_target: honor --expression-log-limit when shortening representationKlaus Aehlig
2024-10-21Update lzma to 5.6.3Klaus Aehlig
2024-10-11Routinely run tests with compatible remote servicesKlaus Aehlig
2024-10-10third-party: update fmt, cli11, zlibKlaus Aehlig
2024-10-10bootstrap traversing: for explicit trees, create closed directoriesKlaus Aehlig
2024-10-10Remove from OSS intersecting public-private dependenciesMaksim Denisov
2024-10-09doc: fix a typoAlberto Sartori
2024-10-08tests: use --dump-plain-graph to simplify equality checkKlaus Aehlig
2024-10-08just analyse: support dumping the action graph without originsKlaus Aehlig
2024-10-08Name local variables using lower_caseMaksim Denisov
2024-10-08Name value template parameters using kCamelCase.Maksim Denisov