Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-03-03 | test: Add tests for reading in Git SSL certification settings | Paul Cristian Sarbu | |
2023-03-03 | test: Add tests for URLs handling utility class | Paul Cristian Sarbu | |
2023-02-24 | test: Remove unnecessary taintedness for archive_usage target | Paul Cristian Sarbu | |
2023-02-22 | cleanup: Fix typos in code line comments and logging messages | Paul Cristian Sarbu | |
2023-02-17 | tests: Add tests for extended Git repo class with remote operations | Paul Cristian Sarbu | |
Only tests pertaining to methods not covered in the tests of the inherited class were added. | |||
2023-02-17 | structure cleanup: move libcurl 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. | |||
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. | |||
2023-02-17 | tests: Add proper quoting when system calling the shell | Paul Cristian Sarbu | |
2023-01-24 | Just-MR: Remove obsolete GET_BRANCH_REFNAME critical Git operation | Paul Cristian Sarbu | |
As now all remote Git operations in GitRepo require at most just the branch name, there is no more need to inquire the repository about branch refspecs. | |||
2022-12-21 | Test: Add basic test for just-mr | Paul Cristian Sarbu | |
2022-12-21 | Test: Add tests for critical git ops | Paul Cristian Sarbu | |