Commit Graph

70752 Commits

Author SHA1 Message Date
James Brooks cebfea769a Use unstyled link for LinkButton
Signed-off-by: James Brooks <jamesbrooks@spotify.com>
2026-01-19 23:35:41 +00:00
Patrik Oldsberg 7f88082b14 Update REVIEWING.md
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
2026-01-20 00:20:05 +01:00
Patrik Oldsberg a1be5e1770 review fixes for plugin wrapper blueprint
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
2026-01-20 00:11:46 +01:00
Andre Wanlin 4d5061e137 Updated API Report
Signed-off-by: Andre Wanlin <awanlin@spotify.com>
2026-01-19 16:33:40 -06:00
Patrik Oldsberg 54125aa416 .github/vale: add "unreviewed" to vocabulary
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
2026-01-19 22:32:08 +01:00
Patrik Oldsberg 07a1788a17 REVIEWING.md: review updates and addition about using "request changes"
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
2026-01-19 22:30:00 +01:00
Andre Wanlin 0aaaf7b00e Merge pull request #32361 from b718/brzhao/change-logger-level/issue/31066
fix(logger-level): changed logger level of user photo loading to debug
2026-01-19 15:17:59 -06:00
Andre Wanlin f0951aaff0 TechDocs - Updated the defaultDockerImage version
Signed-off-by: Andre Wanlin <awanlin@spotify.com>
2026-01-19 15:09:49 -06:00
bond yan 2bfbf56da7 Merge pull request #32260 from GabDug/blv/techdocs-copy-button-layout
fix(techdocs): Code block Copy To Clipboard button layout with latest mkdocs-material
2026-01-19 14:17:16 -05:00
bond yan 1861ee760c Merge pull request #32087 from leboncoin/fix-techdocs-colors-calc
fix(techdocs): correct colors calculation
2026-01-19 14:15:00 -05:00
nojaf 8afe080bf9 chore: Add missing report
Signed-off-by: nojaf <florian.verdonck@outlook.com>
2026-01-19 18:38:43 +01:00
nojaf 583bd3ac8b chore: add changeset for elasticsearch auth extension point
Signed-off-by: nojaf <florian.verdonck@outlook.com>
2026-01-19 17:27:34 +01:00
nojaf d0c59a218b feat(search-elasticsearch): add authentication extension point for dynamic auth in ElasticSearch
Signed-off-by: nojaf <florian.verdonck@outlook.com>
2026-01-19 17:22:44 +01:00
Johan Persson d2fddedd3e ui: add indeterminate state to Checkbox component
Add support for the indeterminate state in the Checkbox component,
displaying a horizontal dash icon instead of a checkmark. This is
useful for "select all" scenarios in tables where only some rows
are selected.

The indeterminate state maintains the unchecked visual style
(white background with border) while showing the dash icon.

Signed-off-by: Johan Persson <johanopersson@gmail.com>
2026-01-19 17:03:51 +01:00
Patrik Oldsberg 2c8019a798 Update LABELS.md
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
2026-01-19 16:07:52 +01:00
Patrik Oldsberg f1ffdb6c93 Update LABELS.md
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
2026-01-19 16:04:42 +01:00
Johan Persson cfac8a460d fix(ui): add missing cell styles to table selection column
The selection cell in multi-select tables was missing the base cell
styles, causing border styling to be incomplete. This adds the cell
class alongside the cellSelection class to ensure proper styling.

Signed-off-by: Johan Persson <johanopersson@gmail.com>
2026-01-19 15:55:22 +01:00
Patrik Oldsberg 1965940305 Apply suggestions from code review
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
2026-01-19 15:55:04 +01:00
Renas 863444a504 feat: change JSON format for dependency versions to array of objects
Change the info command's JSON output to use an array of objects for
dependency versions instead of comma-separated strings, making the
format more parseable and extensible.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Signed-off-by: Renas <renash@spotify.com>
2026-01-19 15:43:04 +01:00
Renas 4399328c37 feat: replace --output-file with --format
Signed-off-by: Renas <renash@spotify.com>
2026-01-19 15:43:04 +01:00
Renas cc8e5f52b5 docs: update cli info docs
Signed-off-by: Renas <renash@spotify.com>
2026-01-19 15:43:04 +01:00
Renas f59cb84d34 chore: build api reports
Signed-off-by: Renas <renash@spotify.com>
2026-01-19 15:43:04 +01:00
Renas 9aa8fd9c84 chore: revert changes to cli-report
Signed-off-by: Renas <renash@spotify.com>
2026-01-19 15:43:04 +01:00
Renas 563035ffe8 chore: run prettier
Signed-off-by: Renas <renash@spotify.com>
2026-01-19 15:43:03 +01:00
Renas c0d7bf6e67 chore: add changeset
Signed-off-by: Renas <renash@spotify.com>
2026-01-19 15:43:03 +01:00
Renas fd4439a8b8 feat: add --output-file option to backstage-cli info for JSON export
Signed-off-by: Renas <renash@spotify.com>
2026-01-19 15:43:03 +01:00
Renas a6cd70a5b2 feat: add --include to backstage-cli info
Signed-off-by: Renas <renash@spotify.com>
2026-01-19 15:43:03 +01:00
Patrik Oldsberg c341d36e08 REVIEWING.md: introduce new review process
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
2026-01-19 15:15:27 +01:00
Patrik Oldsberg 768b588203 frontend-plugin-api: remove redundant cast
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
2026-01-19 14:43:15 +01:00
Patrik Oldsberg f9d5756354 app: add missing plugin wrapper API
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
2026-01-19 14:14:23 +01:00
Patrik Oldsberg 85c8156984 frontend-plugin-api: simplify deprecation of AppRootWrapperBlueprint
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
2026-01-19 14:14:21 +01:00
Patrik Oldsberg 7d589df112 Merge pull request #32366 from backstage/cli-backend-template-test-utils
cli: add backend test utils to scaffolder template
2026-01-19 13:08:27 +01:00
Maximilian Hagelstam b96c20e046 Add an option to allow customizing the Playwright browser channel
Signed-off-by: Maximilian Hagelstam <maximilian.hagelstam@gmail.com>
2026-01-19 12:55:16 +02:00
Patrik Oldsberg 140cbc2a20 cli: add missing backend-test-utils deps to templates
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
2026-01-19 10:48:39 +01:00
chanchalkhatri19 33df8dc1a2 update CircleCI plugin link in service catalog doc
Signed-off-by: chanchalkhatri19 <chanchal@IDRSUC626191L.ad.infosys.com>
2026-01-19 09:41:53 +00:00
Andre Wanlin c0aa915a07 Merge pull request #32355 from rmartine-ias/default-orphan-strategy
docs: Update orphan strategy config to reflect new defaults
2026-01-18 12:23:11 -06:00
Fredrik Adelöw f58a88618a Merge pull request #32097 from jasonouellet/doc/improve-azure-doc
doc: improve scaffolder-backend-module-azure plugin doc
2026-01-18 16:01:19 +01:00
whiffy 115b37864b added changeset
Signed-off-by: whiffy <bryanzhao168@yahoo.ca>
2026-01-17 19:06:21 -08:00
whiffy 6b0dc4528a fix(logger-level): changed logger level of user photo loading to debug
Signed-off-by: whiffy <bryanzhao168@yahoo.ca>
2026-01-17 18:56:14 -08:00
Patrik Oldsberg 1c03dc3333 Merge pull request #32334 from meleu/patch-2
docs: Backstage is an ~~application~~ framework
2026-01-17 13:53:39 +01:00
Patrik Oldsberg 3799135578 Update docs/frontend-system/building-plugins/03-common-extension-blueprints.md
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
2026-01-17 01:09:55 +01:00
Gabriel Dugny 2dac444c33 fix: Follow-up of #32345
Signed-off-by: Gabriel Dugny <gabriel.dugny@believe.com>
2026-01-16 21:32:12 +01:00
Gabriel Dugny 5773dbac78 chore: Update imports, rename components
Signed-off-by: Gabriel Dugny <gabriel.dugny@believe.com>
2026-01-16 21:18:44 +01:00
Gabriel Dugny d02f2a1400 Merge remote-tracking branch 'origin/master' into techdocs-nfs 2026-01-16 21:12:54 +01:00
Fredrik Adelöw b3a36948b0 Merge pull request #32010 from backstage/techdocs-integrations-support 2026-01-16 20:29:26 +01:00
Andre Wanlin 2e7855c6de Merge pull request #31434 from gaelgoth/fix-add-mui-to-bui-command
Mui-to-bui: Fix installation command
2026-01-16 10:40:32 -06:00
Riley Martine 2b16d8a674 docs: Update orphan strategy config to reflect new defaults
In [v1.41](https://github.com/backstage/backstage/releases/tag/v1.41.0),
the catalog's `orphanStrategy` and `orphanProviderStrategy` were changed
to default to `delete`. This change updates the docs to reflect this.

Signed-off-by: Riley Martine <rmartine@integralads.com>
2026-01-16 09:24:15 -07:00
Patrik Oldsberg d194acb0e3 frontend-plugin-api: move new PluginWrapper to alpha
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
2026-01-16 17:08:58 +01:00
Patrik Oldsberg 7b7e547d46 frontend-plugin-api: add ExtensionBoundary test for throwing PluginWrapper
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
2026-01-16 17:08:58 +01:00
Patrik Oldsberg c4c2419daa review fixes
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
2026-01-16 17:08:58 +01:00