@backstage/plugin-catalog-backend-module-gitlab 0.3.21-next.1 → 0.3.21
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +16 -0
- package/alpha/package.json +1 -1
- package/package.json +11 -11
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,21 @@
|
|
|
1
1
|
# @backstage/plugin-catalog-backend-module-gitlab
|
|
2
2
|
|
|
3
|
+
## 0.3.21
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- 8db30ad: The Gitlab configuration supports an additional optional boolean key `catalog.providers.gitlab.<your-org>.restrictUsersToGroup`. Setting this to `true` will make Backstage only import users from the group defined in the `group` key, instead of all users in the organisation (self-hosted) or of the root group (SaaS). It will default to false, keeping the original implementation intact, when not explicitly set.
|
|
8
|
+
- Updated dependencies
|
|
9
|
+
- @backstage/backend-plugin-api@0.7.0
|
|
10
|
+
- @backstage/backend-common@0.23.3
|
|
11
|
+
- @backstage/backend-tasks@0.5.27
|
|
12
|
+
- @backstage/integration@1.13.0
|
|
13
|
+
- @backstage/plugin-events-node@0.3.8
|
|
14
|
+
- @backstage/plugin-catalog-node@1.12.4
|
|
15
|
+
- @backstage/plugin-catalog-common@1.0.25
|
|
16
|
+
- @backstage/catalog-model@1.5.0
|
|
17
|
+
- @backstage/config@1.2.0
|
|
18
|
+
|
|
3
19
|
## 0.3.21-next.1
|
|
4
20
|
|
|
5
21
|
### Patch Changes
|
package/alpha/package.json
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@backstage/plugin-catalog-backend-module-gitlab",
|
|
3
|
-
"version": "0.3.21
|
|
3
|
+
"version": "0.3.21",
|
|
4
4
|
"description": "A Backstage catalog backend module that helps integrate towards GitLab",
|
|
5
5
|
"backstage": {
|
|
6
6
|
"role": "backend-plugin-module",
|
|
@@ -50,24 +50,24 @@
|
|
|
50
50
|
"test": "backstage-cli package test"
|
|
51
51
|
},
|
|
52
52
|
"dependencies": {
|
|
53
|
-
"@backstage/backend-common": "^0.23.3
|
|
54
|
-
"@backstage/backend-plugin-api": "^0.
|
|
55
|
-
"@backstage/backend-tasks": "^0.5.27
|
|
53
|
+
"@backstage/backend-common": "^0.23.3",
|
|
54
|
+
"@backstage/backend-plugin-api": "^0.7.0",
|
|
55
|
+
"@backstage/backend-tasks": "^0.5.27",
|
|
56
56
|
"@backstage/catalog-model": "^1.5.0",
|
|
57
57
|
"@backstage/config": "^1.2.0",
|
|
58
|
-
"@backstage/integration": "^1.13.0
|
|
59
|
-
"@backstage/plugin-catalog-common": "^1.0.
|
|
60
|
-
"@backstage/plugin-catalog-node": "^1.12.4
|
|
61
|
-
"@backstage/plugin-events-node": "^0.3.8
|
|
58
|
+
"@backstage/integration": "^1.13.0",
|
|
59
|
+
"@backstage/plugin-catalog-common": "^1.0.25",
|
|
60
|
+
"@backstage/plugin-catalog-node": "^1.12.4",
|
|
61
|
+
"@backstage/plugin-events-node": "^0.3.8",
|
|
62
62
|
"@gitbeaker/rest": "^40.0.3",
|
|
63
63
|
"lodash": "^4.17.21",
|
|
64
64
|
"node-fetch": "^2.6.7",
|
|
65
65
|
"uuid": "^9.0.0"
|
|
66
66
|
},
|
|
67
67
|
"devDependencies": {
|
|
68
|
-
"@backstage/backend-test-utils": "^0.4.4
|
|
69
|
-
"@backstage/cli": "^0.26.11
|
|
70
|
-
"@backstage/plugin-events-backend-test-utils": "^0.1.32
|
|
68
|
+
"@backstage/backend-test-utils": "^0.4.4",
|
|
69
|
+
"@backstage/cli": "^0.26.11",
|
|
70
|
+
"@backstage/plugin-events-backend-test-utils": "^0.1.32",
|
|
71
71
|
"@types/lodash": "^4.14.151",
|
|
72
72
|
"@types/uuid": "^9.0.0",
|
|
73
73
|
"luxon": "^3.0.0",
|