Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-01-20 | Move file_storage.hpp to file_system subdirectory | Sascha Roloff | |
2023-01-19 | Minor fixes for compiling with clang-14 | Oliver Reiche | |
2023-01-16 | fpath_git_map: Fix wrong log message | Paul Cristian Sarbu | |
2023-01-10 | Just-MR: Fix distdir computation in internal just-mr | Paul Cristian Sarbu | |
This provides the fix already performed for the just-mr script in the internal just-mr as well. In short, this fix makes sure that the computation of the content key for distdir repositories is independent of the presence of the respective archives in CAS. | |||
2022-12-23 | Just-MR: Fix wrong commit_git_map key | Paul Cristian Sarbu | |
The subdir is required alongside the commit hash for a valid map key when importing a Git repository into our Git cache. | |||
2022-12-23 | Just-MR: Remove wrong pass-by-reference when wrapping loggers | Paul Cristian Sarbu | |
Passing the logger by reference would require the caller to be kept alive. Also, being a shared_ptr, the logger can be passed by value at almost no cost. | |||
2022-12-21 | Just-MR: Add archive content to WS root git map | Paul Cristian Sarbu | |
Uses libarchive to unarchive the archives from CAS. | |||
2022-12-21 | Just-MR: Add file path to WS root git map | Paul Cristian Sarbu | |
2022-12-21 | Just-MR: Add commit to WS root git map | Paul Cristian Sarbu | |
2022-12-21 | Just-MR: Add distdir to WS root git map | Paul Cristian Sarbu | |