Merge pull request #20526 from jboeijenga/feat/graceful-error-gitlab-groups

Fail gracefully on fetching users from gitlab groups
This commit is contained in:
Fredrik Adelöw
2023-10-23 14:41:55 +02:00
committed by GitHub
4 changed files with 32 additions and 22 deletions
+5
View File
@@ -0,0 +1,5 @@
---
'@backstage/plugin-catalog-backend-module-gitlab': patch
---
Added try catch around fetching gitlab group users to prevent refresh from failing completely while only a select number of groups might not be able to load correctly.