issues Search Results · repo:repo-utils/parse-github-repo-url language:JavaScript
Filter by
3 results
(59 ms)3 results
inrepo-utils/parse-github-repo-url (press backspace or delete to remove)gitlab.com introduced in 9.0 the Subgroups (https://docs.gitlab.com/ce/user/group/subgroups/), from there on an user can
create a repository within a subgroup, the URL will therefore looks like:
https://gitlab.com/GROUP/SUBGROUP/PROJECT ...
canercandan
- 9
- Opened on Jun 12, 2017
- #7
Following https://github.com/stevemao/get-pkg-repo/issues/9#issuecomment-264372893
Possible solution: in index.js
// before
string = string.replace( .com: , .com/ )
// after
string = string.replace(/\.([A-Za-z]+)\:/, ...
enhancement
kachkaev
- 4
- Opened on Dec 2, 2016
- #5
@jonathanong could you enable the build for this repo on TravisCI please? https://travis-ci.org/profile/repo-utils - it
would be very nice to auto test, and if there is a github and npm token we could ...
bahmutov
- 4
- Opened on Apr 13, 2016
- #2

Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Press the /
key to activate the search input again and adjust your query.
Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Restrict your search to the title by using the in:title qualifier.