@backstage/plugin-catalog-backend-module-gitlab 0.7.6-next.0 → 0.7.6-next.1
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 +14 -0
- package/dist/index.d.ts +2 -1
- package/package.json +8 -8
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,19 @@
|
|
|
1
1
|
# @backstage/plugin-catalog-backend-module-gitlab
|
|
2
2
|
|
|
3
|
+
## 0.7.6-next.1
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies
|
|
8
|
+
- @backstage/backend-defaults@0.14.0-next.1
|
|
9
|
+
- @backstage/plugin-events-node@0.4.18-next.1
|
|
10
|
+
- @backstage/integration@1.18.3-next.1
|
|
11
|
+
- @backstage/backend-plugin-api@1.6.0-next.1
|
|
12
|
+
- @backstage/catalog-model@1.7.6
|
|
13
|
+
- @backstage/config@1.3.6
|
|
14
|
+
- @backstage/plugin-catalog-common@1.1.7
|
|
15
|
+
- @backstage/plugin-catalog-node@1.20.1-next.1
|
|
16
|
+
|
|
3
17
|
## 0.7.6-next.0
|
|
4
18
|
|
|
5
19
|
### Patch Changes
|
package/dist/index.d.ts
CHANGED
|
@@ -379,4 +379,5 @@ declare class GitlabOrgDiscoveryEntityProvider implements EntityProvider {
|
|
|
379
379
|
private getRelations;
|
|
380
380
|
}
|
|
381
381
|
|
|
382
|
-
export { GitLabDiscoveryProcessor,
|
|
382
|
+
export { GitLabDiscoveryProcessor, GitlabDiscoveryEntityProvider, GitlabOrgDiscoveryEntityProvider, catalogModuleGitlabDiscoveryEntityProvider as default };
|
|
383
|
+
export type { GitLabGroup, GitLabGroupSamlIdentity, GitLabUser, GitlabProviderConfig, GroupNameTransformer, GroupNameTransformerOptions, GroupTransformer, GroupTransformerOptions, UserTransformer, UserTransformerOptions };
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@backstage/plugin-catalog-backend-module-gitlab",
|
|
3
|
-
"version": "0.7.6-next.
|
|
3
|
+
"version": "0.7.6-next.1",
|
|
4
4
|
"description": "A Backstage catalog backend module that helps integrate towards GitLab",
|
|
5
5
|
"backstage": {
|
|
6
6
|
"role": "backend-plugin-module",
|
|
@@ -65,22 +65,22 @@
|
|
|
65
65
|
"test": "backstage-cli package test"
|
|
66
66
|
},
|
|
67
67
|
"dependencies": {
|
|
68
|
-
"@backstage/backend-defaults": "0.14.0-next.
|
|
69
|
-
"@backstage/backend-plugin-api": "1.
|
|
68
|
+
"@backstage/backend-defaults": "0.14.0-next.1",
|
|
69
|
+
"@backstage/backend-plugin-api": "1.6.0-next.1",
|
|
70
70
|
"@backstage/catalog-model": "1.7.6",
|
|
71
71
|
"@backstage/config": "1.3.6",
|
|
72
|
-
"@backstage/integration": "1.18.3-next.
|
|
72
|
+
"@backstage/integration": "1.18.3-next.1",
|
|
73
73
|
"@backstage/plugin-catalog-common": "1.1.7",
|
|
74
|
-
"@backstage/plugin-catalog-node": "1.20.1-next.
|
|
75
|
-
"@backstage/plugin-events-node": "0.4.18-next.
|
|
74
|
+
"@backstage/plugin-catalog-node": "1.20.1-next.1",
|
|
75
|
+
"@backstage/plugin-events-node": "0.4.18-next.1",
|
|
76
76
|
"@gitbeaker/rest": "^40.0.3",
|
|
77
77
|
"lodash": "^4.17.21",
|
|
78
78
|
"node-fetch": "^2.7.0",
|
|
79
79
|
"uuid": "^11.0.0"
|
|
80
80
|
},
|
|
81
81
|
"devDependencies": {
|
|
82
|
-
"@backstage/backend-test-utils": "1.10.
|
|
83
|
-
"@backstage/cli": "0.
|
|
82
|
+
"@backstage/backend-test-utils": "1.10.2-next.1",
|
|
83
|
+
"@backstage/cli": "0.35.0-next.2",
|
|
84
84
|
"@backstage/plugin-events-backend-test-utils": "0.1.51-next.0",
|
|
85
85
|
"@types/lodash": "^4.14.151",
|
|
86
86
|
"msw": "^1.0.0"
|