Age | Commit message (Collapse) | Author | |
---|---|---|---|
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-03-03 | test: Add tests for reading in Git proxy settings | Paul Cristian Sarbu | |
2023-03-03 | GitRepoRemote: Correctly honor SSL certification settings in fetch and ↵ | Paul Cristian Sarbu | |
commit update Uses the SSL certification utility method to correctly set the certification check options for the remote URL libgit2 calls. Due to the fact that remote operations are done via a temporary repository to allow concurrent work, the correct repository configuration needs to be interrogated. Thankfully, libgit2 provides a thread safe config snapshot object to be used in such scenarios. Also updates the existing GitRepoRemote tests accordingly. | |||
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 | |