@backstage/plugin-catalog-backend-module-gitlab 0.0.0-nightly-20230205023116 → 0.0.0-nightly-20230207022622

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 CHANGED
@@ -1,22 +1,23 @@
1
1
  # @backstage/plugin-catalog-backend-module-gitlab
2
2
 
3
- ## 0.0.0-nightly-20230205023116
3
+ ## 0.0.0-nightly-20230207022622
4
4
 
5
5
  ### Patch Changes
6
6
 
7
+ - 49948f644f: The config now consistently uses the term 'instance' to refer to a single GitLab API host.
7
8
  - 85b04f659a: Internal refactor to not use deprecated `substr`
8
9
  - 52c5685ceb: Implement Group and User Catalog Provider
9
10
  - Updated dependencies
10
- - @backstage/plugin-catalog-backend@0.0.0-nightly-20230205023116
11
- - @backstage/catalog-model@0.0.0-nightly-20230205023116
12
- - @backstage/backend-common@0.0.0-nightly-20230205023116
13
- - @backstage/backend-plugin-api@0.0.0-nightly-20230205023116
14
- - @backstage/backend-tasks@0.0.0-nightly-20230205023116
11
+ - @backstage/backend-plugin-api@0.0.0-nightly-20230207022622
12
+ - @backstage/plugin-catalog-backend@0.0.0-nightly-20230207022622
13
+ - @backstage/backend-common@0.0.0-nightly-20230207022622
14
+ - @backstage/catalog-model@0.0.0-nightly-20230207022622
15
+ - @backstage/plugin-catalog-node@0.0.0-nightly-20230207022622
16
+ - @backstage/backend-tasks@0.0.0-nightly-20230207022622
15
17
  - @backstage/config@1.0.6
16
18
  - @backstage/errors@1.1.4
17
19
  - @backstage/integration@1.4.2
18
20
  - @backstage/types@1.0.2
19
- - @backstage/plugin-catalog-node@0.0.0-nightly-20230205023116
20
21
 
21
22
  ## 0.1.13-next.1
22
23
 
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-catalog-backend-module-gitlab",
3
- "version": "0.0.0-nightly-20230205023116",
3
+ "version": "0.0.0-nightly-20230207022622",
4
4
  "main": "../dist/index.cjs.js",
5
5
  "types": "../dist/index.alpha.d.ts"
6
6
  }
package/config.d.ts CHANGED
@@ -31,7 +31,7 @@ export interface Config {
31
31
  host: string;
32
32
  /**
33
33
  * (Optional) Gitlab's group[/subgroup] where the discovery is done.
34
- * If not defined the whole project will be scanned.
34
+ * If not defined the whole instance will be scanned.
35
35
  */
36
36
  group?: string;
37
37
  /**
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@backstage/plugin-catalog-backend-module-gitlab",
3
3
  "description": "A Backstage catalog backend module that helps integrate towards GitLab",
4
- "version": "0.0.0-nightly-20230205023116",
4
+ "version": "0.0.0-nightly-20230207022622",
5
5
  "main": "dist/index.cjs.js",
6
6
  "types": "dist/index.d.ts",
7
7
  "license": "Apache-2.0",
@@ -33,15 +33,15 @@
33
33
  "clean": "backstage-cli package clean"
34
34
  },
35
35
  "dependencies": {
36
- "@backstage/backend-common": "^0.0.0-nightly-20230205023116",
37
- "@backstage/backend-plugin-api": "^0.0.0-nightly-20230205023116",
38
- "@backstage/backend-tasks": "^0.0.0-nightly-20230205023116",
39
- "@backstage/catalog-model": "^0.0.0-nightly-20230205023116",
36
+ "@backstage/backend-common": "^0.0.0-nightly-20230207022622",
37
+ "@backstage/backend-plugin-api": "^0.0.0-nightly-20230207022622",
38
+ "@backstage/backend-tasks": "^0.0.0-nightly-20230207022622",
39
+ "@backstage/catalog-model": "^0.0.0-nightly-20230207022622",
40
40
  "@backstage/config": "^1.0.6",
41
41
  "@backstage/errors": "^1.1.4",
42
42
  "@backstage/integration": "^1.4.2",
43
- "@backstage/plugin-catalog-backend": "^0.0.0-nightly-20230205023116",
44
- "@backstage/plugin-catalog-node": "^0.0.0-nightly-20230205023116",
43
+ "@backstage/plugin-catalog-backend": "^0.0.0-nightly-20230207022622",
44
+ "@backstage/plugin-catalog-node": "^0.0.0-nightly-20230207022622",
45
45
  "@backstage/types": "^1.0.2",
46
46
  "lodash": "^4.17.21",
47
47
  "node-fetch": "^2.6.7",
@@ -49,8 +49,8 @@
49
49
  "winston": "^3.2.1"
50
50
  },
51
51
  "devDependencies": {
52
- "@backstage/backend-test-utils": "^0.0.0-nightly-20230205023116",
53
- "@backstage/cli": "^0.0.0-nightly-20230205023116",
52
+ "@backstage/backend-test-utils": "^0.0.0-nightly-20230207022622",
53
+ "@backstage/cli": "^0.0.0-nightly-20230207022622",
54
54
  "@types/lodash": "^4.14.151",
55
55
  "@types/uuid": "^8.0.0",
56
56
  "luxon": "^3.0.0",