github-actions[bot]
68db890456
Version Packages (next)
2026-05-26 15:26:38 +00:00
github-actions[bot]
b97fcb0a93
Version Packages
2026-05-19 18:28:24 +00:00
github-actions[bot]
1cc86bee1c
Version Packages (next)
2026-04-21 15:07:43 +00:00
Fredrik Adelöw
8e7f7249e7
chore: regenerate knip reports
...
Signed-off-by: Fredrik Adelöw <freben@spotify.com >
Made-with: Cursor
2026-04-16 12:14:47 +02:00
github-actions[bot]
93e643d142
Version Packages
2026-04-14 14:57:31 +00:00
Patrik Oldsberg
f746ec202a
e2e-test: fix crash when app has no devDependencies
...
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com >
Made-with: Cursor
2026-04-09 15:52:20 +02:00
Patrik Oldsberg
25418372e0
create-app: rename template directories
...
Rename `next-app` to `default-app` and `default-app` to `legacy-app`
to better reflect their roles.
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com >
Made-with: Cursor
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com >
Made-with: Cursor
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com >
Made-with: Cursor
2026-04-09 15:51:27 +02:00
github-actions[bot]
6c10d88c13
Version Packages (next)
2026-04-07 15:30:58 +00:00
Aramis Sennyey
9bca597026
fix: prevent backend server from hanging during e2e test ( #32494 )
...
* fix: prevent backend server from hanging during e2e test
Signed-off-by: aramissennyeydd <aramis.sennyey@doordash.com >
* add changeset
Signed-off-by: aramissennyeydd <aramis.sennyey@doordash.com >
* delete changeset
Signed-off-by: aramissennyeydd <aramis.sennyey@doordash.com >
---------
Signed-off-by: aramissennyeydd <aramis.sennyey@doordash.com >
2026-04-06 14:09:52 -04:00
github-actions[bot]
c1b510cabb
Version Packages (next)
2026-03-24 14:54:00 +00:00
github-actions[bot]
5725b5fcfa
Version Packages
2026-03-17 21:39:07 +00:00
Patrik Oldsberg
65df955244
e2e-test: remove React 17 compatibility checks
...
The new frontend system does not support React 17, so the E2E test
no longer switches the scaffolded app to React 17 for a second
verification pass.
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com >
Made-with: Cursor
2026-03-17 20:53:51 +01:00
Patrik Oldsberg
219490cd92
create-app: Fix E2E test for new default template
...
Add @backstage/cli-module-new to the version map so that the
next-app template can resolve it during templating, and update
the E2E test to build the dist workspace from the next-app
template since it is now the default.
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com >
Made-with: Cursor
2026-03-17 16:45:11 +01:00
Patrik Oldsberg
d0a2b0b7dc
e2e-test: preserve next-app styles in React 17 bootstrap
...
Keep the generated app stylesheet import when rewriting the new frontend app entrypoint for React 17 so the E2E app boots with the same UI setup.
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com >
Made-with: Cursor
2026-03-17 16:18:01 +01:00
Patrik Oldsberg
2dce1f23eb
e2e-test: fix React 17 app bootstrap for new frontend apps
...
Use the generated app root API when switching the scaffolded app to React 17 so the new frontend app still type-checks in E2E.
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com >
Made-with: Cursor
2026-03-17 16:18:00 +01:00
Patrik Oldsberg
3b9973c7df
Fix E2E test template path after move to cli-module-new
...
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com >
Made-with: Cursor
2026-03-17 13:10:24 +01:00
Patrik Oldsberg
ff593fa8fa
Capture stderr in E2E plugin creation step
...
Keep stderr capture from the plugin creation child process to aid
debugging if the command fails in the future.
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com >
Made-with: Cursor
2026-03-15 02:11:14 +01:00
Patrik Oldsberg
99af21a711
Add stderr logging to E2E plugin creation step
...
Capture and print stdout and stderr when the plugin creation command
fails, so that the actual error is visible in CI logs.
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com >
Made-with: Cursor
2026-03-15 01:26:54 +01:00
github-actions[bot]
4bd6a3a1af
Version Packages (next)
2026-02-24 19:24:06 +00:00
Patrik Oldsberg
2a515460e8
Fix prettier existence checks and import order
...
Use fs.pathExists instead of checking resolved path strings which are
always truthy. Fix import ordering in e2e-test runCommand.ts.
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com >
Co-authored-by: Cursor <cursoragent@cursor.com >
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com >
Co-authored-by: Cursor <cursoragent@cursor.com >
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com >
Co-authored-by: Cursor <cursoragent@cursor.com >
2026-02-23 22:08:37 +01:00
Patrik Oldsberg
553e727d5f
Fix lint errors: add eslint-disable for __dirname, fix no-use-before-define
...
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com >
2026-02-23 14:44:11 +01:00
Patrik Oldsberg
70fc178697
Replace findPaths with targetPaths and findOwnPaths
...
Split the path resolution API in @backstage/cli-common into
targetPaths (cwd-based singleton) and findOwnPaths (package-relative).
Migrate all consumers across the repo away from the deprecated findPaths.
Rename TargetPaths/OwnPaths properties to resolve/resolveRoot,
removing the redundant type prefix from property names.
Make findOwnPaths calls lazy in modules - called inside functions
rather than at module scope.
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com >
Co-authored-by: Cursor <cursoragent@cursor.com >
2026-02-23 14:44:10 +01:00
Fredrik Adelöw
d95cf37ce3
Merge pull request #32583 from Believe-SA/commander-14
...
chore: update dependency commander to v14
2026-02-20 21:04:31 +01:00
github-actions[bot]
e6df5d52ce
Version Packages
2026-02-17 16:06:18 +00:00
Gabriel Dugny
de62a9d322
chore: update dependency commander to v14, remove old @types/commander
...
Signed-off-by: Gabriel Dugny <gabriel.dugny@believe.com >
2026-02-16 17:29:25 +01:00
github-actions[bot]
d4b85dddee
Version Packages (next)
2026-01-27 15:51:11 +00:00
Fredrik Adelöw
7455dae884
require the use of node prefix on native imports
...
Signed-off-by: Fredrik Adelöw <freben@gmail.com >
2026-01-26 13:22:53 +01:00
github-actions[bot]
2e902e7b43
Version Packages
2026-01-20 16:40:05 +00:00
Backstage Service Account
fea3e3972d
Version Packages (next) ( #32150 )
2025-12-23 18:22:06 +01:00
github-actions[bot]
c24788d5bb
Version Packages
2025-12-16 14:08:20 +00:00
Fredrik Adelöw
2bae83ab2e
Version Policy Update - Node 22 to 24
...
Signed-off-by: Fredrik Adelöw <freben@gmail.com >
2025-12-08 10:53:38 +01:00
Patrik Oldsberg
ecb44ccdf1
e2e-test: update to use new run utils from cli-common
...
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com >
2025-11-30 10:22:59 +01:00
github-actions[bot]
756986e5e7
Version Packages (next)
2025-11-25 16:21:32 +00:00
github-actions[bot]
792f4d7e3d
Version Packages
2025-11-18 12:23:09 +00:00
github-actions[bot]
807af8ce0e
Version Packages (next)
2025-10-21 16:14:43 +00:00
github-actions[bot]
d6ce2db9ca
Version Packages
2025-10-14 15:29:54 +00:00
github-actions[bot]
c73bfa46d4
Version Packages (next)
2025-09-23 15:00:29 +00:00
github-actions[bot]
b799a2d07f
Version Packages
2025-09-16 13:22:58 +00:00
Paul Schultz
133ac7ad66
fix(repo-tools): resolve knip-reports failure with spaces in workspace paths
...
Signed-off-by: Paul Schultz <pschultz@pobox.com >
2025-09-15 12:34:26 -05:00
github-actions[bot]
9c441f9a78
Version Packages (next)
2025-08-25 15:09:39 +00:00
github-actions[bot]
b93a3471c2
Version Packages
2025-08-19 13:01:39 +00:00
Patrik Oldsberg
e1d5bff532
e2e-test: minor tweak for better windows support
...
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com >
2025-08-11 14:28:39 +02:00
Patrik Oldsberg
a9e2ff7792
e2e-test: update deprecated usage
...
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com >
2025-08-11 10:18:46 +02:00
github-actions[bot]
4704160491
Version Packages (next)
2025-07-22 15:06:26 +00:00
github-actions[bot]
9a7cae26c9
Version Packages
2025-07-15 14:26:41 +00:00
github-actions[bot]
f1e160615c
Version Packages (next)
2025-06-24 12:20:36 +00:00
github-actions[bot]
58558ef2c1
Version Packages
2025-06-17 12:45:56 +00:00
github-actions[bot]
9c9faf2ec1
Version Packages (next)
2025-06-11 10:06:10 +00:00
github-actions[bot]
f628f44cab
Version Packages (next)
2025-06-10 14:28:09 +00:00
github-actions[bot]
d57a6f7828
Version Packages (next)
2025-06-03 13:12:47 +00:00