Extend githubPermalinkRegex - #600
Conversation
Turns out `.` (dot) is a valid character for github repo name. I couldn't find official info on what other characters are allowed there.
|
Hello @doc-sheet, Thanks for your pull request! A Core Committer will review your pull request soon. For code contributions, you can learn more about the review process here. Per the Mattermost Contribution Guide, we need to add you to the list of approved contributors for the Mattermost project. Please help complete the Mattermost contribution license agreement? This is a standard procedure for many open source projects. Please let us know if you have any questions. We are very happy to have you join our growing community! If you're not yet a member, please consider joining our Contributors community channel to meet other contributors and discuss new opportunities with the core team. |
Codecov ReportBase: 15.63% // Head: 15.67% // Increases project coverage by
Additional details and impacted files@@ Coverage Diff @@
## master #600 +/- ##
==========================================
+ Coverage 15.63% 15.67% +0.03%
==========================================
Files 15 15
Lines 5243 5231 -12
==========================================
Hits 820 820
+ Misses 4380 4368 -12
Partials 43 43
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report at Codecov. |
hanzei
left a comment
There was a problem hiding this comment.
Good catch, thanks for the fix 👍
|
/check-cla |
|
@doc-sheet Would you mind signing the CLA? Please let me know if you have any questions. |
|
I don't think my request will be approved. I don't mind if you fix regexp yourself, I just want get working previews for some repos. |
|
/check-cla |
|
Hooray! |
|
This PR has been automatically labelled "stale" because it hasn't had recent activity. |
|
Hello again. |
|
Hey @doc-sheet, There is nothing from your side that blocks this PR. It's waiting for a QA tester to review it. |
|
@DHaussermann Gentle reminder to review the PR when you take a look at GitHub again |
|
/update-branch |
|
/update-branch |
|
/update-branch |
|
@DHaussermann Gentle reminder to review the PR |
|
/update-branch |
DHaussermann
left a comment
There was a problem hiding this comment.
Tested and passed
Good catch! I can now use plugins that has a . in the name
Briefly regression tested subscription creation to various other repos including more common character like hello-world. No issues found.
LGTM!
Thanks @doc-sheet fir the fix!
Summary
Turns out
.(dot) is a valid character for github repo name.I couldn't find official info on what other characters are allowed there.