summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2024-04-15Initialize file chunker in catch-mainMaksim Denisov
2024-04-12Target analysis: report short names of targets when describing a conflictKlaus Aehlig
2024-04-12Update grpc to v1.62.1 and all its dependenciesPaul Cristian Sarbu
2024-04-12service-target-cache doc: Remove obsolete conceptPaul Cristian Sarbu
2024-04-12file chunker: increase chunk sizesKlaus Aehlig
2024-04-12file chunker: remove average chunk size from interfaceKlaus Aehlig
2024-04-11Error reporting on action failure: give short target nameKlaus Aehlig
2024-04-11configured target: support short representationKlaus Aehlig
2024-04-11json: support pruningKlaus Aehlig
2024-04-10Support stderr log-limit restriciton for serveKlaus Aehlig
2024-04-10Add end-to-end test verifying restricted console loggingKlaus Aehlig
2024-04-10Add just-mr command-line option to estrict log limit on stderrKlaus Aehlig
2024-04-10Add command-line option to restrict log limit on stderrKlaus Aehlig
2024-04-10log_sink_cmdline: support restricted log limitKlaus Aehlig
2024-04-10just serve: follow symlinks to the serve configKlaus Aehlig
2024-04-10Add test for resolve_symlinks_mapPaul Cristian Sarbu
2024-04-10just-mr: Ensure resolved trees are kept alive in Git cachePaul Cristian Sarbu
2024-04-10Add KeepTree to critical Git operationsPaul Cristian Sarbu
2024-04-10GitRepo: Add method to keep tree alive by taggingPaul Cristian Sarbu
2024-04-10resolve_symlinks_map: Allow separate source and target repositoriesPaul Cristian Sarbu
2024-04-10content_git_map: Remove redundant opening of Git cachePaul Cristian Sarbu
2024-04-10import_to_git_map: Fix wrong pointer in setterPaul Cristian Sarbu
2024-04-10git_repo: Add blob writer methodPaul Cristian Sarbu
2024-04-10content_git_map: Reorder logic for setting up absent rootsPaul Cristian Sarbu
2024-04-10test: Extend GitRepo methods checksPaul Cristian Sarbu
2024-04-10git_repo: Improve error message for CreateTreePaul Cristian Sarbu
2024-04-10tests with infrastructure: keep remote build rootKlaus Aehlig
2024-04-10bugfix: cli: remote-execution-property: allow for accumulating multiple pairs.Alberto Sartori
2024-04-08Use properly included standard library types by defaultPaul Cristian Sarbu
2024-04-08Consistently guard all POSIX C includesPaul Cristian Sarbu
2024-04-08test: Add missing includes and fix depsPaul Cristian Sarbu
2024-04-08Test ["utils/archive", "archive_usage"]: fix assumptions on pathKlaus Aehlig
2024-04-08doc: Remove logo frame for better visibilityOliver Reiche
2024-04-08doc: Add Justbuild logoOliver Reiche
2024-04-05Add test verifying origin reporting in case of conflictsKlaus Aehlig
2024-04-05User-defined rules: annotate revelant objects relevant to evaluation errors.Klaus Aehlig
2024-04-05Evaluator: Add infrastructure to annotate relevant objectsKlaus Aehlig
2024-04-05built-in rules: describe staging conflict in more detailKlaus Aehlig
2024-04-05Test ["end-to-end/built-in-rules","export_counting"]: avoid unnecessary IO op...Klaus Aehlig
2024-04-05bug fix in expresion, Union: propagate the disjointness propertyKlaus Aehlig
2024-04-05grpc: hide dependency on google_rpc_statusKlaus Aehlig
2024-04-05end-to-end tests: fix tool set upKlaus Aehlig
2024-04-02LargeBlobs: Use LocalCAS methods to implement split-splice logic of CASUtils.Maksim Denisov
2024-04-02LargeBlobs: Splice large objects from external sources.Maksim Denisov
2024-04-02ObjectCAS: Move the method for calculating file digests to the public space.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-04-02LargeObjectCAS: Implement auxiliary class for storing error information.Maksim Denisov
2024-04-02LargeObjectUtils: Randomize large files and directories for testing purposesMaksim Denisov