@backstage/plugin-catalog-backend 1.12.2-next.0 → 1.12.2
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 +38 -14
- package/README.md +1 -1
- package/alpha/package.json +1 -1
- package/dist/alpha.cjs.js +1 -1
- package/dist/cjs/{CatalogBuilder-592e6798.cjs.js → CatalogBuilder-e49a97e1.cjs.js} +16 -1
- package/dist/cjs/CatalogBuilder-e49a97e1.cjs.js.map +1 -0
- package/dist/index.cjs.js +1 -1
- package/migrations/20210302150147_refresh_state.js +2 -2
- package/package.json +13 -13
- package/dist/cjs/CatalogBuilder-592e6798.cjs.js.map +0 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,32 +1,56 @@
|
|
|
1
1
|
# @backstage/plugin-catalog-backend
|
|
2
2
|
|
|
3
|
-
## 1.12.2
|
|
3
|
+
## 1.12.2
|
|
4
4
|
|
|
5
5
|
### Patch Changes
|
|
6
6
|
|
|
7
|
-
-
|
|
8
|
-
-
|
|
9
|
-
- 41d1b2d628ea: Fix OpenAPI schema for the facets endpoint
|
|
10
|
-
- cfc3ca6ce060: Changes needed to support MySQL
|
|
7
|
+
- 97655cdf891f: Fix to the `limit` parameter on entity queries.
|
|
8
|
+
- be5c0f4b7744: Update OpenAPI schema to relax the encoding validation of all request parameters.
|
|
11
9
|
- Updated dependencies
|
|
12
|
-
- @backstage/
|
|
13
|
-
- @backstage/backend-common@0.19.4
|
|
14
|
-
- @backstage/
|
|
15
|
-
- @backstage/
|
|
10
|
+
- @backstage/integration@1.6.2
|
|
11
|
+
- @backstage/backend-common@0.19.4
|
|
12
|
+
- @backstage/backend-tasks@0.5.7
|
|
13
|
+
- @backstage/plugin-auth-node@0.2.19
|
|
14
|
+
- @backstage/plugin-catalog-node@1.4.3
|
|
15
|
+
- @backstage/plugin-permission-node@0.7.13
|
|
16
|
+
- @backstage/plugin-search-backend-module-catalog@0.1.6
|
|
16
17
|
- @backstage/backend-openapi-utils@0.0.3
|
|
17
|
-
- @backstage/backend-plugin-api@0.6.2
|
|
18
|
+
- @backstage/backend-plugin-api@0.6.2
|
|
18
19
|
- @backstage/catalog-client@1.4.3
|
|
19
20
|
- @backstage/catalog-model@1.4.1
|
|
20
21
|
- @backstage/config@1.0.8
|
|
21
22
|
- @backstage/errors@1.2.1
|
|
22
23
|
- @backstage/types@1.1.0
|
|
23
24
|
- @backstage/plugin-catalog-common@1.0.15
|
|
24
|
-
- @backstage/plugin-
|
|
25
|
-
- @backstage/plugin-
|
|
25
|
+
- @backstage/plugin-events-node@0.2.11
|
|
26
|
+
- @backstage/plugin-permission-common@0.7.7
|
|
27
|
+
- @backstage/plugin-scaffolder-common@1.4.0
|
|
28
|
+
- @backstage/plugin-search-common@1.2.5
|
|
29
|
+
|
|
30
|
+
## 1.12.1
|
|
31
|
+
|
|
32
|
+
### Patch Changes
|
|
33
|
+
|
|
34
|
+
- 550cef5818d9: Fix OpenAPI schema for the facets endpoint
|
|
35
|
+
- Updated dependencies
|
|
36
|
+
- @backstage/integration@1.6.1
|
|
37
|
+
- @backstage/backend-common@0.19.3
|
|
38
|
+
- @backstage/backend-tasks@0.5.6
|
|
39
|
+
- @backstage/plugin-auth-node@0.2.18
|
|
40
|
+
- @backstage/plugin-catalog-node@1.4.2
|
|
41
|
+
- @backstage/plugin-permission-node@0.7.12
|
|
42
|
+
- @backstage/plugin-search-backend-module-catalog@0.1.5
|
|
43
|
+
- @backstage/backend-openapi-utils@0.0.3
|
|
44
|
+
- @backstage/backend-plugin-api@0.6.1
|
|
45
|
+
- @backstage/catalog-client@1.4.3
|
|
46
|
+
- @backstage/catalog-model@1.4.1
|
|
47
|
+
- @backstage/config@1.0.8
|
|
48
|
+
- @backstage/errors@1.2.1
|
|
49
|
+
- @backstage/types@1.1.0
|
|
50
|
+
- @backstage/plugin-catalog-common@1.0.15
|
|
51
|
+
- @backstage/plugin-events-node@0.2.10
|
|
26
52
|
- @backstage/plugin-permission-common@0.7.7
|
|
27
|
-
- @backstage/plugin-permission-node@0.7.13-next.0
|
|
28
53
|
- @backstage/plugin-scaffolder-common@1.4.0
|
|
29
|
-
- @backstage/plugin-search-backend-module-catalog@0.1.6-next.0
|
|
30
54
|
- @backstage/plugin-search-common@1.2.5
|
|
31
55
|
|
|
32
56
|
## 1.12.0
|
package/README.md
CHANGED
package/alpha/package.json
CHANGED
package/dist/alpha.cjs.js
CHANGED
|
@@ -4,7 +4,7 @@ Object.defineProperty(exports, '__esModule', { value: true });
|
|
|
4
4
|
|
|
5
5
|
var alpha = require('@backstage/plugin-catalog-common/alpha');
|
|
6
6
|
var pluginPermissionNode = require('@backstage/plugin-permission-node');
|
|
7
|
-
var CatalogBuilder = require('./cjs/CatalogBuilder-
|
|
7
|
+
var CatalogBuilder = require('./cjs/CatalogBuilder-e49a97e1.cjs.js');
|
|
8
8
|
var backendPluginApi = require('@backstage/backend-plugin-api');
|
|
9
9
|
var alpha$1 = require('@backstage/plugin-catalog-node/alpha');
|
|
10
10
|
var backendCommon = require('@backstage/backend-common');
|
|
@@ -3582,6 +3582,7 @@ const spec = {
|
|
|
3582
3582
|
name: "kind",
|
|
3583
3583
|
in: "path",
|
|
3584
3584
|
required: true,
|
|
3585
|
+
allowReserved: true,
|
|
3585
3586
|
schema: {
|
|
3586
3587
|
type: "string"
|
|
3587
3588
|
}
|
|
@@ -3590,6 +3591,7 @@ const spec = {
|
|
|
3590
3591
|
name: "namespace",
|
|
3591
3592
|
in: "path",
|
|
3592
3593
|
required: true,
|
|
3594
|
+
allowReserved: true,
|
|
3593
3595
|
schema: {
|
|
3594
3596
|
type: "string"
|
|
3595
3597
|
}
|
|
@@ -3598,6 +3600,7 @@ const spec = {
|
|
|
3598
3600
|
name: "name",
|
|
3599
3601
|
in: "path",
|
|
3600
3602
|
required: true,
|
|
3603
|
+
allowReserved: true,
|
|
3601
3604
|
schema: {
|
|
3602
3605
|
type: "string"
|
|
3603
3606
|
}
|
|
@@ -3606,6 +3609,7 @@ const spec = {
|
|
|
3606
3609
|
name: "uid",
|
|
3607
3610
|
in: "path",
|
|
3608
3611
|
required: true,
|
|
3612
|
+
allowReserved: true,
|
|
3609
3613
|
schema: {
|
|
3610
3614
|
type: "string"
|
|
3611
3615
|
}
|
|
@@ -3615,6 +3619,7 @@ const spec = {
|
|
|
3615
3619
|
in: "query",
|
|
3616
3620
|
description: "Cursor to a set page of results.",
|
|
3617
3621
|
required: false,
|
|
3622
|
+
allowReserved: true,
|
|
3618
3623
|
schema: {
|
|
3619
3624
|
type: "string",
|
|
3620
3625
|
minLength: 1
|
|
@@ -3625,6 +3630,7 @@ const spec = {
|
|
|
3625
3630
|
in: "query",
|
|
3626
3631
|
description: "Pointer to the previous page of results.",
|
|
3627
3632
|
required: false,
|
|
3633
|
+
allowReserved: true,
|
|
3628
3634
|
schema: {
|
|
3629
3635
|
type: "string",
|
|
3630
3636
|
minLength: 1
|
|
@@ -3648,6 +3654,7 @@ const spec = {
|
|
|
3648
3654
|
in: "query",
|
|
3649
3655
|
description: "Filter for just the entities defined by this filter.",
|
|
3650
3656
|
required: false,
|
|
3657
|
+
allowReserved: true,
|
|
3651
3658
|
schema: {
|
|
3652
3659
|
type: "array",
|
|
3653
3660
|
items: {
|
|
@@ -3660,6 +3667,7 @@ const spec = {
|
|
|
3660
3667
|
in: "query",
|
|
3661
3668
|
description: "Number of records to skip in the query page.",
|
|
3662
3669
|
required: false,
|
|
3670
|
+
allowReserved: true,
|
|
3663
3671
|
schema: {
|
|
3664
3672
|
type: "integer",
|
|
3665
3673
|
minimum: 0
|
|
@@ -3670,6 +3678,7 @@ const spec = {
|
|
|
3670
3678
|
in: "query",
|
|
3671
3679
|
description: "Number of records to return in the response.",
|
|
3672
3680
|
required: false,
|
|
3681
|
+
allowReserved: true,
|
|
3673
3682
|
schema: {
|
|
3674
3683
|
type: "integer",
|
|
3675
3684
|
minimum: 0
|
|
@@ -4536,6 +4545,7 @@ const spec = {
|
|
|
4536
4545
|
in: "query",
|
|
4537
4546
|
description: "Text search term.",
|
|
4538
4547
|
required: false,
|
|
4548
|
+
allowReserved: true,
|
|
4539
4549
|
schema: {
|
|
4540
4550
|
type: "string"
|
|
4541
4551
|
}
|
|
@@ -4545,6 +4555,7 @@ const spec = {
|
|
|
4545
4555
|
in: "query",
|
|
4546
4556
|
description: "A comma separated list of fields to sort returned results by.",
|
|
4547
4557
|
required: false,
|
|
4558
|
+
allowReserved: true,
|
|
4548
4559
|
schema: {
|
|
4549
4560
|
type: "array",
|
|
4550
4561
|
items: {
|
|
@@ -4584,6 +4595,7 @@ const spec = {
|
|
|
4584
4595
|
in: "query",
|
|
4585
4596
|
name: "facet",
|
|
4586
4597
|
required: true,
|
|
4598
|
+
allowReserved: true,
|
|
4587
4599
|
schema: {
|
|
4588
4600
|
type: "array",
|
|
4589
4601
|
items: {
|
|
@@ -4639,6 +4651,7 @@ const spec = {
|
|
|
4639
4651
|
in: "query",
|
|
4640
4652
|
name: "dryRun",
|
|
4641
4653
|
required: false,
|
|
4654
|
+
allowReserved: true,
|
|
4642
4655
|
schema: {
|
|
4643
4656
|
type: "string"
|
|
4644
4657
|
}
|
|
@@ -4724,6 +4737,7 @@ const spec = {
|
|
|
4724
4737
|
in: "path",
|
|
4725
4738
|
name: "id",
|
|
4726
4739
|
required: true,
|
|
4740
|
+
allowReserved: true,
|
|
4727
4741
|
schema: {
|
|
4728
4742
|
type: "string"
|
|
4729
4743
|
}
|
|
@@ -4749,6 +4763,7 @@ const spec = {
|
|
|
4749
4763
|
in: "path",
|
|
4750
4764
|
name: "id",
|
|
4751
4765
|
required: true,
|
|
4766
|
+
allowReserved: true,
|
|
4752
4767
|
schema: {
|
|
4753
4768
|
type: "string"
|
|
4754
4769
|
}
|
|
@@ -6643,4 +6658,4 @@ exports.createCatalogPermissionRule = createCatalogPermissionRule;
|
|
|
6643
6658
|
exports.createRandomProcessingInterval = createRandomProcessingInterval;
|
|
6644
6659
|
exports.parseEntityYaml = parseEntityYaml;
|
|
6645
6660
|
exports.permissionRules = permissionRules;
|
|
6646
|
-
//# sourceMappingURL=CatalogBuilder-
|
|
6661
|
+
//# sourceMappingURL=CatalogBuilder-e49a97e1.cjs.js.map
|