Age | Commit message (Collapse) | Author | |
---|---|---|---|
2025-03-10 | rc merging: invocation log is merged locally | Klaus Aehlig | |
2024-11-14 | tests: Implement IWYU suggestions | Maksim Denisov | |
2024-09-23 | Reorder dependencies and remove duplicates in OSS | Maksim Denisov | |
2024-08-27 | Reformat code to comply with clang-format 18 | Klaus Aehlig | |
... while keeping our .clang-format file. | |||
2024-08-21 | tests: use newly defined test suite | Klaus Aehlig | |
... so that linting information gets propagated properly. | |||
2024-04-08 | test: Add missing includes and fix deps | Paul Cristian Sarbu | |
2024-03-08 | mirrors: Add test for SortByHostname | Oliver Reiche | |
2024-01-30 | Add library for overlaying just-mr rcs | Klaus Aehlig | |
2023-03-21 | Move end-to-end tests to a common place | Klaus Aehlig | |
While for unit tests it is best practice to replicate the layout of the source tree, for end-to-end tests, this is less so. This is particularly true, as the distinction between the tests for two tools is a bit blurry; some tests for just still use just-mr as a launcher, and, e.g., the fetch test for just-mr uses just to carry out the garbage collection. Therefore, move all end-to-end tests together so that we also have a joinded target for precisely the end-to-end tests. In this reorganisation also indicate more explicitly which tests are also available for the bootstrap multi-repo tool. That information was so far hidden by the fact that in the other directory the tool dependency would not dispatch on TEST_BOOTSTRAP_JUST_MR. | |||
2023-03-20 | just-mr: add test for command verbosity | Klaus Aehlig | |
2023-03-15 | add missing ldflags -pthread and use -pthread consistently | Alberto Sartori | |
2023-03-08 | test: Add test for just-mr git tree repository type | Paul Cristian Sarbu | |
2023-02-22 | cleanup: Fix typos in code line comments and logging messages | Paul Cristian Sarbu | |
2023-02-17 | structure cleanup: move libarchive utilities to other_tools... | Paul Cristian Sarbu | |
...in order to not include unwanted dependencies in just proper. As the whole other_tools folder is meant to be excluded from bootstrapping, also remove the bootstrap guards. | |||
2022-12-21 | Test: Add basic test for just-mr | Paul Cristian Sarbu | |