Pasting a GitLab merge request URL now resolves to a number just like a GitHub pull request.
What's wrong with this entry?
Pasting a GitLab merge request URL now resolves to a number the same way a GitHub pull request URL does, and the row is labelled per provider.
- A second URL pattern matches
/-/merge_requests/<n>, with optional trailing slash, query or fragment. - The row renderer computes a kind from the link, returning "mr" for merge request links and "pr" for everything else.
/^https?:\/\/[^/]+\/[^?#]+\/-\/merge_requests\/(\d+)\/?(?:[?#].*)?$/i
Strings lifted out of the shipped bundle, so the claim above can be checked against them.
Related
Other releases about the same thing. Found by shared names or similar wording; neither means one caused the other.
-
v2.1.234
Stale editor bridge connections are dropped instead of read
Both mention integration
-
v2.1.234
Git remote URLs can no longer smuggle a different host
Both mention integration
-
v2.1.236
Change detection ignores custom diff drivers and submodules
Both mention integration