Commit Graph

  • 9937a8aa8e Clean up CLI module dependencies and revert incorrect require() changes Patrik Oldsberg 2026-03-15 12:40:25 +01:00
  • fa23437a87 Update components.tsx Charles de Dreuille 2026-03-15 09:02:29 +00:00
  • 668639722c Cleanups Charles de Dreuille 2026-03-15 08:39:46 +00:00
  • 9ee2931cc8 Improve styles Charles de Dreuille 2026-03-15 08:32:41 +00:00
  • ff593fa8fa Capture stderr in E2E plugin creation step Patrik Oldsberg 2026-03-15 02:11:14 +01:00
  • 2c952496bf Use static imports for version extraction in cli-module-new Patrik Oldsberg 2026-03-15 01:40:26 +01:00
  • 99af21a711 Add stderr logging to E2E plugin creation step Patrik Oldsberg 2026-03-15 01:26:54 +01:00
  • 935c646e89 Fix CLI module discovery and create-app test mock Patrik Oldsberg 2026-03-15 01:12:43 +01:00
  • 1e2c57ebb0 Merge pull request #33334 from chanchalkhatri19/docs/okta-entity-provider Peter Macdonald 2026-03-14 22:42:39 +01:00
  • f100c26c92 Fix relative paths in cli-module-translations test Patrik Oldsberg 2026-03-14 20:25:16 +01:00
  • 2b1bb9ca3e feat(ui): add customActions prop to ListBoxItem Charles de Dreuille 2026-03-14 18:17:03 +00:00
  • b7b1b86d8a fix(ui): update ListBox item check and icon design Charles de Dreuille 2026-03-14 18:11:39 +00:00
  • 2fae035613 Move @types packages to devDependencies in cli-module-config and cli-module-create-github-app Patrik Oldsberg 2026-03-14 17:12:41 +01:00
  • 95a5771b47 Fix remaining undeclared imports in cli-module-new and cli-module-test-jest Patrik Oldsberg 2026-03-14 16:57:58 +01:00
  • 86509de5c8 Fix CI failures: dependencies, API reports, and create-app versions Patrik Oldsberg 2026-03-14 16:44:50 +01:00
  • 506da6b8be Fix rollup version in cli-module-build to prevent API report breakage Patrik Oldsberg 2026-03-14 16:14:54 +01:00
  • 72457cfe98 Fix incorrect relative package.json paths in cli-module-build Patrik Oldsberg 2026-03-14 16:06:33 +01:00
  • 7c8bb02ffe Fix eslint-webpack-plugin version and regenerate lockfile Patrik Oldsberg 2026-03-14 15:59:28 +01:00
  • f51e4df2d1 Fix Prettier formatting and run yarn dedupe Patrik Oldsberg 2026-03-14 15:44:54 +01:00
  • 04d9d8df40 feat(ui): add ListBox and ListBoxItem components Charles de Dreuille 2026-03-14 14:37:33 +00:00
  • 88fef53c08 Removed redirect based on feedback Andre Wanlin 2026-03-14 09:27:49 -05:00
  • 765725c8c2 Fixed CI and addressed feedback Andre Wanlin 2026-03-02 09:44:32 -06:00
  • ce8198bc15 Fixed link Andre Wanlin 2026-03-01 09:32:55 -06:00
  • b35de8d2aa [Docs] Scaffolder Clean Up Andre Wanlin 2026-02-28 11:32:46 -06:00
  • 25e672c581 Add metric unit Gabriel Dugny 2026-03-14 14:19:11 +01:00
  • e7c6c32f26 Refactor Slack Notifications Backend Module to use MetricsApi Gabriel Dugny 2026-03-14 13:48:07 +01:00
  • 329f394d82 Start CLI module packages at version 0.0.0 with introductory changeset Patrik Oldsberg 2026-03-14 12:46:37 +01:00
  • d806b0cc9f Add automatic discovery of CLI modules from project dependencies Patrik Oldsberg 2026-03-14 12:34:24 +01:00
  • 64a96d9d9f Add bin entry points for standalone CLI module execution Patrik Oldsberg 2026-03-14 11:47:47 +01:00
  • 401c1f7e24 Resolve CLI version dynamically in info module Patrik Oldsberg 2026-03-14 11:25:57 +01:00
  • c95a130f52 Add runCliModule helper for standalone module execution Patrik Oldsberg 2026-03-13 15:40:15 +01:00
  • a151ad0814 Split CLI modules into separate packages Patrik Oldsberg 2026-03-13 13:43:02 +01:00
  • 18012b5802 Rename CliPlugin to CliModule and cli-plugin role to cli-module Patrik Oldsberg 2026-03-13 07:54:28 +01:00
  • 1929a95b97 Rename BackstageCommand to CliCommand and CommandContext to CliCommandContext Patrik Oldsberg 2026-03-13 07:46:09 +01:00
  • 7d055ef0c4 Merge cli-plugin-api into cli-node Patrik Oldsberg 2026-03-13 07:39:15 +01:00
  • a90939e138 Use opaque types for command graph nodes Patrik Oldsberg 2026-03-12 22:27:33 +01:00
  • 28a438a9f2 Add documentation to cli-plugin-api and remove CliFeature type Patrik Oldsberg 2026-03-11 13:29:31 +01:00
  • 7e6ad01a21 Refine cli-plugin-api: use packageJson, inline types, rename context fields Patrik Oldsberg 2026-03-11 08:38:58 +01:00
  • 2e5f189cfa Add @internal/cli package for opaque CLI types Patrik Oldsberg 2026-03-11 08:18:55 +01:00
  • d6caf7f13b Slim cli-plugin-api to only export createCliPlugin Patrik Oldsberg 2026-03-11 08:09:32 +01:00
  • 0be3eab18b cli: initial cli-plugin-api Patrik Oldsberg 2026-03-10 22:06:36 +01:00
  • 94a885a2ef Add cli-plugin package role Patrik Oldsberg 2026-02-27 23:25:27 +01:00
  • 0733b76b75 Update Row.tsx Charles de Dreuille 2026-03-14 10:44:22 +00:00
  • 421641b0f5 Update Header.module.css Charles de Dreuille 2026-03-14 10:41:32 +00:00
  • 612c217c1f fix(ui): open external Table row hrefs in a new tab Charles de Dreuille 2026-03-14 10:00:41 +00:00
  • 9318146af7 Update rename-header-css-classes.md Charles de Dreuille 2026-03-14 10:32:58 +00:00
  • 4ebcde9826 Update Header.tsx Charles de Dreuille 2026-03-14 10:31:24 +00:00
  • 895563a1b7 fix(techdocs): Disable LighBox addon for images wrapped in links Gabriel Dugny 2026-01-07 15:01:49 +01:00
  • 17d6398e22 fix(ui): fix Container bottom margin clash in Header Charles de Dreuille 2026-03-14 10:22:13 +00:00
  • b99f6d5a93 fix(ui): fix Dialog content overflowing when no height prop is set Charles de Dreuille 2026-03-14 07:18:06 +00:00
  • 6f01c33a0e Merge pull request #33350 from backstage/renovate/npm-yauzl-vulnerability backstage-goalie[bot] 2026-03-14 02:03:38 +00:00
  • 638e6c73ac chore(deps): bump yauzl from 3.2.0 to 3.2.1 dependabot[bot] 2026-03-14 01:42:11 +00:00
  • 527d055a78 chore(deps): update dependency yauzl to v3.2.1 [security] renovate[bot] 2026-03-14 00:58:20 +00:00
  • 2a7ea8e79e Merge pull request #33348 from backstage/renovate/npm-undici-vulnerability backstage-goalie[bot] 2026-03-14 00:45:26 +00:00
  • 5f1e7b8341 refactor: use MetricsService Kurt King 2026-03-13 17:26:04 -06:00
  • 7e1f0f0a09 chore(deps): update dependency undici to v7.24.0 [security] renovate[bot] 2026-03-13 23:32:28 +00:00
  • cc11d289de Merge pull request #33345 from awanlin/docs/ai Andre Wanlin 2026-03-13 18:27:13 -05:00
  • 52fba1c57e Review feedback Andre Wanlin 2026-03-13 17:59:21 -05:00
  • e4cd6aad70 Update docs/ai/index.md Andre Wanlin 2026-03-13 17:57:09 -05:00
  • a148a319df Update docs/ai/index.md Andre Wanlin 2026-03-13 17:56:43 -05:00
  • 34d5315991 Update docs/ai/index.md Andre Wanlin 2026-03-13 17:56:30 -05:00
  • 8c19ddbadf Update docs/ai/index.md Andre Wanlin 2026-03-13 17:56:04 -05:00
  • 8aebd31e34 Minor adjustments Andre Wanlin 2026-03-13 17:02:42 -05:00
  • f3a9100932 Feedback corrections Andre Wanlin 2026-03-13 16:47:40 -05:00
  • 5abb339d57 Fixed typo Andre Wanlin 2026-03-13 16:42:16 -05:00
  • 9b48446864 Added new AI section Co-authored-by: Nawaraj <mbk36900@gmail.com> Signed-off-by: Andre Wanlin <awanlin@spotify.com> Andre Wanlin 2026-03-13 16:38:16 -05:00
  • 434b0284a3 fix(microsite): correct blog typos and malformed punctuation (#33289) chanchalkhatri 2026-03-14 02:01:33 +05:30
  • 86f9affed8 Merge pull request #33218 from SanderDelden/feat/plugin-scaffolder-node-add-githelper-removal-function Andre Wanlin 2026-03-13 14:34:12 -05:00
  • b33e0498fd Merge pull request #33132 from abdellahhn/scaffolder-add-run-id-return-value-to-github-actions-dispatch-v2 Andre Wanlin 2026-03-13 13:58:16 -05:00
  • d187a8b087 Merge pull request #32840 from iurylenonalves/docs-backstage-openapi Andre Wanlin 2026-03-13 13:35:09 -05:00
  • 5d4fc274a2 Update .changeset/bui-table-root-loading-prop.md Jonathan Roebuck 2026-03-13 16:27:26 +00:00
  • b838cc97b0 docs(ui): add changeset and docs for TableRoot loading prop Jonathan Roebuck 2026-03-13 11:52:08 +00:00
  • 3ace9c54db feat(ui): add separate loading prop to TableRoot Jonathan Roebuck 2026-03-13 09:57:41 +00:00
  • a688c806bc refactor(ui): consolidate live region label logic Jonathan Roebuck 2026-03-13 09:57:25 +00:00
  • 36d9e1b56e docs(ui): update changeset with affected component Jonathan Roebuck 2026-03-13 09:44:05 +00:00
  • 4bd75da4cf docs(ui): fix changeset wording for Table loading state Jonathan Roebuck 2026-03-12 17:18:18 +00:00
  • ddf90ae1fe chore(ui): remove Table tests and test setup Jonathan Roebuck 2026-03-12 16:58:28 +00:00
  • 6f56a0c0b0 fix(ui): address review feedback for Table skeleton loading Jonathan Roebuck 2026-03-12 16:40:29 +00:00
  • 690786f84d feat(ui): replace Table loading text with skeleton rows Jonathan Roebuck 2026-03-12 15:48:18 +00:00
  • b951b629d1 Merge pull request #33343 from backstage/fix-card-press Charles de Dreuille 2026-03-13 17:31:44 +00:00
  • fcaac3b8bd Fix Card onPress event Charles de Dreuille 2026-03-13 17:07:52 +00:00
  • 2793bd5b4b docs: add missing reference link definitions in component design guidelines chanchalkhatri19 2026-03-13 16:51:03 +00:00
  • 26c09a1883 docs: add Okta entity provider documentation chanchalkhatri19 2026-03-13 11:33:44 +00:00
  • 7f84d53161 docs: fix malformed HTML href in documentation landing page (#33338) chanchalkhatri 2026-03-13 18:59:20 +05:30
  • aaafc3def2 docs: fix broken link in git catalog module README. (#33336) chanchalkhatri 2026-03-13 18:44:50 +05:30
  • ffa12c5ad0 docs: fix broken link in gerrit catalog module README. chanchalkhatri19 2026-03-13 12:29:59 +00:00
  • 79453c0e46 chore(deps): update dependency wait-for-expect to v4 renovate[bot] 2026-03-13 11:13:38 +00:00
  • 4f7ce4e6f9 chore(deps): update dependency node-gyp to v12 renovate[bot] 2026-03-13 11:12:40 +00:00
  • 361285a870 fix(deps): update opentelemetry-js monorepo to ^0.213.0 renovate[bot] 2026-03-13 11:10:06 +00:00
  • 27fae3ac5e docs(scheduler): add REST API URL examples chanchalkhatri19 2026-03-13 09:54:11 +00:00
  • 06294aafba feat(auth): migrate auth plugin from Material-UI to Backstage UI (#33282) Ben Lambert 2026-03-13 09:51:53 +01:00
  • 50c2aee83d Merge pull request #33200 from divyamagrawal06/fix/homepage-seo-meta Fredrik Adelöw 2026-03-13 08:19:14 +01:00
  • ad0adafaea Add check on workflowRunHtmlUrl is not undefined abdellahhanane 2026-03-12 13:41:43 -04:00
  • a7b46a4708 Add tooltips to GitHub and Discord navbar icons AmbrishRamachandiran 2026-03-12 22:36:42 +05:30
  • 0345b56076 Merge pull request #33323 from backstage/bui-checkbox-fixes Charles de Dreuille 2026-03-12 16:56:34 +00:00
  • 27c2c24a1a Add migration notes Charles de Dreuille 2026-03-12 16:27:40 +00:00
  • 9199c3207e Merge pull request #33319 from backstage/renovate/express-rate-limit-8.x-lockfile backstage-goalie[bot] 2026-03-12 16:15:37 +00:00
  • 9d5f3baf1e Update styles and types on Checkbox Charles de Dreuille 2026-03-12 16:11:56 +00:00
  • c3547fdec3 chore(deps): update dependency express-rate-limit to v8.3.1 renovate[bot] 2026-03-12 15:16:24 +00:00
  • 269b85ef0d feat: use branch name instead of tag for stable docs (#32614) Aramis Sennyey 2026-03-12 11:03:13 -04:00