summaryrefslogtreecommitdiff
path: root/test/end-to-end/just-lock/TARGETS
AgeCommit message (Collapse)Author
2025-02-24end-to-end just-lock: Add basic test for generic importsPaul Cristian Sarbu
2025-02-20just-lock: Add test for cloning 'git tree' repositoriesPaul Cristian Sarbu
2025-02-20just-lock: Add test for cloning archive-related repositoriesPaul Cristian Sarbu
...such as 'archive', 'zip', 'foreign file', and 'distdir'.
2025-02-20just-lock: Add test for cloning 'git' repositoriesPaul Cristian Sarbu
2025-02-20just-lock: Add test for cloning 'file' repositoriesPaul Cristian Sarbu
2025-02-20just-lock: Support special pragma for plain importsPaul Cristian Sarbu
Marking a source repository 'as plain' means that the whole source repository tree will get imported as a repository type corresponding to the source type. In this case, additional pragmas than those supported by the inndividual imports might need to be set. Solve this by supporting the just-mr-style 'pragma' field also in the source description, for all sources also accepting the 'as plain' field. Currently support only the 'special' pragma. Document change and add test for plain imports that checks this feature.
2025-01-20just-lock: Add test for 'git-tree' source importPaul Cristian Sarbu
2025-01-10just-lock: Add test for imports from archivesPaul Cristian Sarbu
2024-12-17just-lock: Add test for source 'file' importsPaul Cristian Sarbu
2024-12-11Add initial tests for just-lockPaul Cristian Sarbu