NuKeeperDotNet / NuKeeper

Automagically update nuget packages in .NET projects
Apache License 2.0
540 stars 129 forks source link

Add support for Gitlab organisations #1114

Closed evolvedlight closed 2 years ago

evolvedlight commented 3 years ago

:sparkles: What kind of change does this PR introduce? (Bug fix, feature, docs update...)

Bug fix: gitlab.com organisations couldn't be handled as the format is different

:arrow_heading_down: What is the current behavior?

Gives this error: NuKeeper.Abstractions.NuKeeperException: The provided uri was is not in the correct format.

:new: What is the new behavior (if this is a feature change)?

Runs successfully

:boom: Does this PR introduce a breaking change?

No

:bug: Recommendations for testing

Create a gitlab organisation, with a folder structure in it, run against that

:memo: Links to relevant issues/docs

:thinking: Checklist before submitting

msallin commented 2 years ago

@evolvedlight can you please rebase the branch on the latest master. Ty!

evolvedlight commented 2 years ago

@msallin sure, that's done

msallin commented 2 years ago

Thank you for your contribution!

evolvedlight commented 2 years ago

@msallin no problem, happy to help