orbitalci / orbital

Orbital is a self-hosted CI system for solo/small consulting dev teams. Written in Rust.
GNU General Public License v3.0
29 stars 2 forks source link

Git info parser does not support Azure repo uris #228

Closed tjtelan closed 4 years ago

tjtelan commented 4 years ago

https://github.com/level11consulting/orbitalci/blob/85f1d2e938c2d404c7ea133b2e4e3002324cac22/lib/git_meta/git_info.rs#L74

We should include tests for parsing repo uris from a few different public providers, especially using different protocols, such as https/git/git+ssh

tjtelan commented 4 years ago

This functionality is handled by another crate now. This is now tracked at issue tjtelan/git-url-parse-rs#1