@backstage/plugin-catalog-backend 1.12.2-next.0 → 1.12.3

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,32 +1,62 @@
1
1
  # @backstage/plugin-catalog-backend
2
2
 
3
- ## 1.12.2-next.0
3
+ ## 1.12.3
4
4
 
5
5
  ### Patch Changes
6
6
 
7
- - 149361e81622: Fix to the `limit` parameter on entity queries.
8
- - 0198aa596fd9: Fixed a link to the frontend Backstage plugin that had pointed to itself.
9
- - 41d1b2d628ea: Fix OpenAPI schema for the facets endpoint
10
- - cfc3ca6ce060: Changes needed to support MySQL
7
+ - b0dbcb3eed4e: Fix issue with `catalogFileName` not being a required property for `/analyze-location`
8
+
9
+ ## 1.12.2
10
+
11
+ ### Patch Changes
12
+
13
+ - 97655cdf891f: Fix to the `limit` parameter on entity queries.
14
+ - be5c0f4b7744: Update OpenAPI schema to relax the encoding validation of all request parameters.
15
+ - Updated dependencies
16
+ - @backstage/integration@1.6.2
17
+ - @backstage/backend-common@0.19.4
18
+ - @backstage/backend-tasks@0.5.7
19
+ - @backstage/plugin-auth-node@0.2.19
20
+ - @backstage/plugin-catalog-node@1.4.3
21
+ - @backstage/plugin-permission-node@0.7.13
22
+ - @backstage/plugin-search-backend-module-catalog@0.1.6
23
+ - @backstage/backend-openapi-utils@0.0.3
24
+ - @backstage/backend-plugin-api@0.6.2
25
+ - @backstage/catalog-client@1.4.3
26
+ - @backstage/catalog-model@1.4.1
27
+ - @backstage/config@1.0.8
28
+ - @backstage/errors@1.2.1
29
+ - @backstage/types@1.1.0
30
+ - @backstage/plugin-catalog-common@1.0.15
31
+ - @backstage/plugin-events-node@0.2.11
32
+ - @backstage/plugin-permission-common@0.7.7
33
+ - @backstage/plugin-scaffolder-common@1.4.0
34
+ - @backstage/plugin-search-common@1.2.5
35
+
36
+ ## 1.12.1
37
+
38
+ ### Patch Changes
39
+
40
+ - 550cef5818d9: Fix OpenAPI schema for the facets endpoint
11
41
  - Updated dependencies
12
- - @backstage/plugin-auth-node@0.3.0-next.0
13
- - @backstage/backend-common@0.19.4-next.0
14
- - @backstage/integration@1.7.0-next.0
15
- - @backstage/backend-tasks@0.5.7-next.0
42
+ - @backstage/integration@1.6.1
43
+ - @backstage/backend-common@0.19.3
44
+ - @backstage/backend-tasks@0.5.6
45
+ - @backstage/plugin-auth-node@0.2.18
46
+ - @backstage/plugin-catalog-node@1.4.2
47
+ - @backstage/plugin-permission-node@0.7.12
48
+ - @backstage/plugin-search-backend-module-catalog@0.1.5
16
49
  - @backstage/backend-openapi-utils@0.0.3
17
- - @backstage/backend-plugin-api@0.6.2-next.0
50
+ - @backstage/backend-plugin-api@0.6.1
18
51
  - @backstage/catalog-client@1.4.3
19
52
  - @backstage/catalog-model@1.4.1
20
53
  - @backstage/config@1.0.8
21
54
  - @backstage/errors@1.2.1
22
55
  - @backstage/types@1.1.0
23
56
  - @backstage/plugin-catalog-common@1.0.15
24
- - @backstage/plugin-catalog-node@1.4.3-next.0
25
- - @backstage/plugin-events-node@0.2.11-next.0
57
+ - @backstage/plugin-events-node@0.2.10
26
58
  - @backstage/plugin-permission-common@0.7.7
27
- - @backstage/plugin-permission-node@0.7.13-next.0
28
59
  - @backstage/plugin-scaffolder-common@1.4.0
29
- - @backstage/plugin-search-backend-module-catalog@0.1.6-next.0
30
60
  - @backstage/plugin-search-common@1.2.5
31
61
 
32
62
  ## 1.12.0
package/README.md CHANGED
@@ -86,5 +86,5 @@ some example entities.
86
86
 
87
87
  ## Links
88
88
 
89
- - [catalog](https://github.com/backstage/backstage/tree/master/plugins/catalog)
89
+ - [catalog](https://github.com/backstage/backstage/tree/master/plugins/catalog-backend)
90
90
  is the frontend interface for this plugin.
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-catalog-backend",
3
- "version": "1.12.2-next.0",
3
+ "version": "1.12.3",
4
4
  "main": "../dist/alpha.cjs.js",
5
5
  "types": "../dist/alpha.d.ts"
6
6
  }
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-592e6798.cjs.js');
7
+ var CatalogBuilder = require('./cjs/CatalogBuilder-adc8f2ef.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
  }
@@ -4793,7 +4808,7 @@ const spec = {
4793
4808
  $ref: "#/components/schemas/LocationInput"
4794
4809
  }
4795
4810
  },
4796
- required: ["catalogFileName", "location"]
4811
+ required: ["location"]
4797
4812
  }
4798
4813
  }
4799
4814
  }
@@ -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-592e6798.cjs.js.map
6661
+ //# sourceMappingURL=CatalogBuilder-adc8f2ef.cjs.js.map