-
Notifications
You must be signed in to change notification settings - Fork 90
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
git: drop usage of Name for GitLab operations
During the development of the provider a mistake was made, and the repository was created using the `Name` field instead of the `Path`. The result of this is that GitLab will create a `Path` based on the provided `Name`, with a random (number) suffix added, resulting in all sorts of issues (and work around attempts) down the line. By only working with `Path` fields, and assuming that the provided repository name is a path, the look ups we make are now guaranteed to always return the same group, subgroup or repository. Signed-off-by: Hidde Beydals <[email protected]>
- Loading branch information
Showing
1 changed file
with
9 additions
and
57 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters