Use it now
Useful3 Signal2
You can add a plugin marketplace from a GitLab URL and it clones properly as a git repo.
What's wrong with this entry?
Anonymous. No account, no email.
What
A https://gitlab.com/... marketplace URL is now recognised as a git repository and cloned, instead of being treated as a plain URL download.
Details
- Requires two or more path segments, no
-segment and no leadingapisegment;.gitis appended to build the clone URL. - The host comparison used to be hard-coded to github.com and is now a shared helper.
- The
owner/reposhorthand is still GitHub-only, and its error text is unchanged.
Usage
/plugin marketplace add https://gitlab.com/owner/repoEvidence
gitlab.com
Strings lifted out of the shipped bundle, so the claim above can be checked against them.