tjtelan / git-url-parse-rs

Parser of git repo urls for Rust
MIT License
15 stars 8 forks source link

Add parsing hints for GitLab subgroups #9

Open tjtelan opened 4 years ago

tjtelan commented 4 years ago

https://about.gitlab.com/solutions/subgroups/

The main points I've discovered:


Due to https://github.com/tjtelan/git-url-parse-rs/issues/10 this identification should be opt-in at parsing time.

tjtelan commented 2 years ago

The more I look into this, I've realized that subgroups and orgs are the same thing. It just happens that subgroups are used to define orgs. So in that case, I'll collapse #11 into this issue.