Skip to content

Commit

Permalink
chore: update to the new export-dynamic cli for backend plugins (#1986)
Browse files Browse the repository at this point in the history
* 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]>
  • Loading branch information
schultzp2020 authored Dec 3, 2024
1 parent 16746e2 commit 74eab35
Show file tree
Hide file tree
Showing 161 changed files with 202 additions and 34,509 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/update-backstage.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,6 @@ on:
Specify a glob pattern to select packages for upgrade (e.g., `@{backstage,backstage-community}/*`).
To update all Backstage-related packages, use `@{backstage,backstage-community,janus-idp,roadiehq,immobiliarelabs,pagerduty,parfuemerie-douglas}/*`.
required: false
skip-export-dynamic:
description: 'Skip updating dynamic plugins'
required: false
type: boolean
schedule:
- cron: "15 3 * * WED" # Every Wednesday at 3:15 AM

Expand Down Expand Up @@ -73,8 +69,7 @@ jobs:
run: |
yarn versions:bump \
${{ inputs.release && format('--release {0}', inputs.release) }} \
${{ inputs.pattern && format('--pattern {0}', inputs.pattern) }} \
${{ inputs.skip-export-dynamic && '--skip-export-dynamic' }}
${{ inputs.pattern && format('--pattern {0}', inputs.pattern) }}
- name: Determine PR details
id: pr-details
Expand Down
4 changes: 1 addition & 3 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ node_modules/
dist
dist-types
dist-scalprum
dist-dynamic

# Temporary change files created by Vim
*.swp
Expand All @@ -54,9 +55,6 @@ site
# Dynamic plugins root content
dynamic-plugins-root/*
!dynamic-plugins-root/.gitkeep
dynamic-plugins/wrappers/*/dist-dynamic/src
dynamic-plugins/imports/*/
dynamic-plugins/*/dist-dynamic/src

#dev caches
.webpack-cache
Expand Down

This file was deleted.

Loading

0 comments on commit 74eab35

Please sign in to comment.