Skip to content

Commit

Permalink
fix: correctly use dynamic plugin config schemas (janus-idp#742)
Browse files Browse the repository at this point in the history
Signed-off-by: David Festal <dfestal@redhat.com>
  • Loading branch information
davidfestal committed Nov 13, 2023
1 parent 28464d2 commit e6df353
Show file tree
Hide file tree
Showing 40 changed files with 279 additions and 47 deletions.
5 changes: 5 additions & 0 deletions .changeset/dull-hotels-dream.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'backend': patch
---

Correctly use the dynamic plugins configuration schemas in the Showcase application
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
},
"devDependencies": {
"@backstage/cli": "0.23.1",
"@janus-idp/cli": "1.3.3"
"@janus-idp/cli": "1.4.0"
},
"files": [
"dist",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
},
"devDependencies": {
"@backstage/cli": "0.23.1",
"@janus-idp/cli": "1.3.3"
"@janus-idp/cli": "1.4.0"
},
"files": [
"dist",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
},
"devDependencies": {
"@backstage/cli": "0.23.1",
"@janus-idp/cli": "1.3.3"
"@janus-idp/cli": "1.4.0"
},
"files": [
"dist",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"@backstage/plugin-catalog-backend-module-github": "0.4.4"
},
"devDependencies": {
"@janus-idp/cli": "1.3.3"
"@janus-idp/cli": "1.4.0"
},
"files": [
"dist",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
},
"devDependencies": {
"@backstage/cli": "0.23.1",
"@janus-idp/cli": "1.3.3"
"@janus-idp/cli": "1.4.0"
},
"files": [
"dist",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
},
"devDependencies": {
"@backstage/cli": "0.23.1",
"@janus-idp/cli": "1.3.3"
"@janus-idp/cli": "1.4.0"
},
"files": [
"dist",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
},
"devDependencies": {
"@backstage/cli": "0.23.1",
"@janus-idp/cli": "1.3.3"
"@janus-idp/cli": "1.4.0"
},
"files": [
"dist",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
},
"devDependencies": {
"@backstage/cli": "0.23.1",
"@janus-idp/cli": "1.3.3"
"@janus-idp/cli": "1.4.0"
},
"files": [
"dist",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
},
"devDependencies": {
"@backstage/cli": "0.23.1",
"@janus-idp/cli": "1.3.3"
"@janus-idp/cli": "1.4.0"
},
"files": [
"dist",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
},
"devDependencies": {
"@backstage/cli": "0.23.1",
"@janus-idp/cli": "1.3.3"
"@janus-idp/cli": "1.4.0"
},
"files": [
"dist",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
},
"devDependencies": {
"@backstage/cli": "0.23.1",
"@janus-idp/cli": "1.3.3"
"@janus-idp/cli": "1.4.0"
},
"files": [
"dist",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
},
"devDependencies": {
"@backstage/cli": "0.23.1",
"@janus-idp/cli": "1.3.3"
"@janus-idp/cli": "1.4.0"
},
"files": [
"dist",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
},
"devDependencies": {
"@backstage/cli": "0.23.1",
"@janus-idp/cli": "1.3.3"
"@janus-idp/cli": "1.4.0"
},
"files": [
"dist",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
},
"devDependencies": {
"@backstage/cli": "0.23.1",
"@janus-idp/cli": "1.3.3"
"@janus-idp/cli": "1.4.0"
},
"files": [
"dist",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
},
"devDependencies": {
"@backstage/cli": "0.23.1",
"@janus-idp/cli": "1.3.3"
"@janus-idp/cli": "1.4.0"
},
"files": [
"dist",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
},
"devDependencies": {
"@backstage/cli": "0.23.1",
"@janus-idp/cli": "1.3.3"
"@janus-idp/cli": "1.4.0"
},
"files": [
"dist",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
},
"devDependencies": {
"@backstage/cli": "0.23.1",
"@janus-idp/cli": "1.3.3"
"@janus-idp/cli": "1.4.0"
},
"files": [
"dist",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
},
"devDependencies": {
"@backstage/cli": "0.23.1",
"@janus-idp/cli": "1.3.3"
"@janus-idp/cli": "1.4.0"
},
"files": [
"dist",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
},
"devDependencies": {
"@backstage/cli": "0.23.1",
"@janus-idp/cli": "1.3.3"
"@janus-idp/cli": "1.4.0"
},
"files": [
"dist",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
},
"devDependencies": {
"@backstage/cli": "0.23.1",
"@janus-idp/cli": "1.3.3"
"@janus-idp/cli": "1.4.0"
},
"files": [
"dist",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
},
"devDependencies": {
"@backstage/cli": "0.23.1",
"@janus-idp/cli": "1.3.3"
"@janus-idp/cli": "1.4.0"
},
"files": [
"dist",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
},
"devDependencies": {
"@backstage/cli": "0.23.1",
"@janus-idp/cli": "1.3.3"
"@janus-idp/cli": "1.4.0"
},
"files": [
"dist",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
},
"devDependencies": {
"@backstage/cli": "0.23.1",
"@janus-idp/cli": "1.3.3"
"@janus-idp/cli": "1.4.0"
},
"files": [
"dist",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
},
"devDependencies": {
"@backstage/cli": "0.23.1",
"@janus-idp/cli": "1.3.3"
"@janus-idp/cli": "1.4.0"
},
"files": [
"dist",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
},
"devDependencies": {
"@backstage/cli": "0.23.1",
"@janus-idp/cli": "1.3.3"
"@janus-idp/cli": "1.4.0"
},
"files": [
"dist",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
},
"devDependencies": {
"@backstage/cli": "0.23.1",
"@janus-idp/cli": "1.3.3"
"@janus-idp/cli": "1.4.0"
},
"files": [
"dist",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
},
"devDependencies": {
"@backstage/cli": "0.23.1",
"@janus-idp/cli": "1.3.3"
"@janus-idp/cli": "1.4.0"
},
"files": [
"dist",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
},
"devDependencies": {
"@backstage/cli": "0.23.1",
"@janus-idp/cli": "1.3.3"
"@janus-idp/cli": "1.4.0"
},
"files": [
"dist",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
},
"devDependencies": {
"@backstage/cli": "0.23.1",
"@janus-idp/cli": "1.3.3"
"@janus-idp/cli": "1.4.0"
},
"files": [
"dist",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
},
"devDependencies": {
"@backstage/cli": "0.23.1",
"@janus-idp/cli": "1.3.3"
"@janus-idp/cli": "1.4.0"
},
"files": [
"dist",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
},
"devDependencies": {
"@backstage/cli": "0.23.1",
"@janus-idp/cli": "1.3.3"
"@janus-idp/cli": "1.4.0"
},
"files": [
"dist",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
},
"devDependencies": {
"@backstage/cli": "0.23.1",
"@janus-idp/cli": "1.3.3"
"@janus-idp/cli": "1.4.0"
},
"files": [
"dist",
Expand Down
2 changes: 1 addition & 1 deletion packages/app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
},
"devDependencies": {
"@backstage/test-utils": "1.4.4",
"@janus-idp/cli": "1.3.3",
"@janus-idp/cli": "1.4.0",
"@scalprum/react-test-utils": "0.0.5",
"@testing-library/dom": "8.20.1",
"@testing-library/jest-dom": "5.17.0",
Expand Down
7 changes: 6 additions & 1 deletion packages/backend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,9 @@
},
"dependencies": {
"@backstage/backend-common": "0.19.8",
"@backstage/backend-app-api": "0.5.7",
"@backstage/backend-plugin-api": "0.6.6",
"@backstage/config-loader": "1.5.2",
"@backstage/backend-plugin-manager": "npm:@janus-idp/backend-plugin-manager@0.0.2-janus.5",
"@backstage/backend-tasks": "0.5.11",
"@backstage/catalog-client": "1.4.5",
Expand Down Expand Up @@ -48,10 +51,12 @@
"express-promise-router": "4.1.1",
"isolated-vm": "4.6.0",
"pg": "8.11.3",
"lodash": "4.17.21",
"prom-client": "15.0.0",
"winston": "3.11.0",
"fs-extra": "10.1.0",
"express-rate-limit": "7.1.3"
"express-rate-limit": "7.1.3",
"@manypkg/get-packages": "1.1.3"
},
"devDependencies": {
"@backstage/cli": "0.23.1",
Expand Down
Loading

0 comments on commit e6df353

Please sign in to comment.