Commit Graph

4 Commits

Author SHA1 Message Date
Loic Duong c5f7de38e2 fix(installer): preserve encoded ssh auth 2026-06-19 10:27:58 +07:00
Loic Duong 16ff771941 fix(installer): normalize ssh custom-source clone urls 2026-06-19 10:17:24 +07:00
Loic Duong 87d194b93e fix(installer): support ssh custom-source ports 2026-06-18 14:51:26 +07:00
Tankatronic fcf20f1c7b
Fix/azure devops url parsing (#2269)
* fix(installer): handle deep-path URLs in custom module source parser

Rewrite parseSource() from host-specific regex to generic URL-based
parser so Azure DevOps _git paths and other multi-segment repo URLs
are preserved in cloneUrl and cacheKey.

Closes #2268

* test(installer): add Azure DevOps URL tests and wire into CI

- Add 18 assertions for dev.azure.com and visualstudio.com URLs
- Cover modern ADO, legacy ADO, .git suffix, ?path= subdir variants
- Add test:urls script to test and quality npm chains

---------

Co-authored-by: Brian <bmadcode@gmail.com>
2026-04-28 22:06:37 -05:00