@@ -2,10 +2,4 @@
|
||||
'@backstage/plugin-catalog-backend-module-gitlab': patch
|
||||
---
|
||||
|
||||
Update GitlabDiscoveryEntityProvider to use `project.id` rather than `project.path_with_namespace` for `hasFile` check in `shouldProcessProject`
|
||||
|
||||
Solves [#30147](https://github.com/backstage/backstage/issues/30147):
|
||||
|
||||
> Use of project.id avoids edge cases caused by path encoding or project structure changes
|
||||
> [...]
|
||||
> It also simplifies reasoning about the GitLab API usage, since IDs are immutable, while paths are not.
|
||||
Fixed an issue in `GitlabDiscoveryEntityProvider` where entity fetching could fail for projects with special characters or that had been renamed or moved.
|
||||
|
||||
Reference in New Issue
Block a user