Skip to content

Commit 74eab35

Browse files
authored
chore: update to the new export-dynamic cli for backend plugins (redhat-developer#1986)
* tracking dist-dynamic is no longer needed Signed-off-by: Paul Schultz <[email protected]> * embed plugins Signed-off-by: Paul Schultz <[email protected]> * update cli Signed-off-by: Paul Schultz <[email protected]> * update 'update-backstage' workflow Signed-off-by: Paul Schultz <[email protected]> --------- Signed-off-by: Paul Schultz <[email protected]>
1 parent 16746e2 commit 74eab35

File tree

161 files changed

+202
-34509
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

161 files changed

+202
-34509
lines changed

.github/workflows/update-backstage.yaml

+1-6
Original file line numberDiff line numberDiff line change
@@ -33,10 +33,6 @@ on:
3333
Specify a glob pattern to select packages for upgrade (e.g., `@{backstage,backstage-community}/*`).
3434
To update all Backstage-related packages, use `@{backstage,backstage-community,janus-idp,roadiehq,immobiliarelabs,pagerduty,parfuemerie-douglas}/*`.
3535
required: false
36-
skip-export-dynamic:
37-
description: 'Skip updating dynamic plugins'
38-
required: false
39-
type: boolean
4036
schedule:
4137
- cron: "15 3 * * WED" # Every Wednesday at 3:15 AM
4238

@@ -73,8 +69,7 @@ jobs:
7369
run: |
7470
yarn versions:bump \
7571
${{ inputs.release && format('--release {0}', inputs.release) }} \
76-
${{ inputs.pattern && format('--pattern {0}', inputs.pattern) }} \
77-
${{ inputs.skip-export-dynamic && '--skip-export-dynamic' }}
72+
${{ inputs.pattern && format('--pattern {0}', inputs.pattern) }}
7873
7974
- name: Determine PR details
8075
id: pr-details

.gitignore

+1-3
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ node_modules/
3232
dist
3333
dist-types
3434
dist-scalprum
35+
dist-dynamic
3536

3637
# Temporary change files created by Vim
3738
*.swp
@@ -54,9 +55,6 @@ site
5455
# Dynamic plugins root content
5556
dynamic-plugins-root/*
5657
!dynamic-plugins-root/.gitkeep
57-
dynamic-plugins/wrappers/*/dist-dynamic/src
58-
dynamic-plugins/imports/*/
59-
dynamic-plugins/*/dist-dynamic/src
6058

6159
#dev caches
6260
.webpack-cache

dynamic-plugins/wrappers/backstage-community-plugin-3scale-backend-dynamic/dist-dynamic/package.json

-65
This file was deleted.

0 commit comments

Comments
 (0)