Commit Graph

70583 Commits

Author SHA1 Message Date
Balaji Siva dbe4bedeb9 Add Template Builder plugin to directory
Visual editor for creating and managing Backstage scaffolder templates with live YAML preview, flow visualization, and GitHub integration.

Package: @balajisiva/backstage-plugin-template-builder
Signed-off-by: Balaji Siva <basivasu@redhat.com>
2026-02-16 11:33:34 -08:00
Fredrik Adelöw c8f65a1e53 Merge pull request #32247 from Erob711/api-card-table-options
feat: add table options and title for components cards of api
2026-02-16 17:02:39 +01:00
Fredrik Adelöw 847c890fb1 Merge pull request #32820 from backstage/renovate/codemirror
chore(deps): update dependency @codemirror/view to v6.39.14
2026-02-16 16:55:57 +01:00
Fredrik Adelöw 4f1822c6ca Merge pull request #32798 from backstage/renovate/ldapts-8.x-lockfile
chore(deps): update dependency ldapts to v8.1.6
2026-02-16 16:55:35 +01:00
Fredrik Adelöw 7c00a03601 Merge pull request #32779 from backstage/renovate/github-codeql-action-3.x
chore(deps): update github/codeql-action action to v3.32.3
2026-02-16 16:55:17 +01:00
Fredrik Adelöw 9a0c014405 Merge pull request #32857 from sebdanielsson/master
fix: move onBrokenMarkdownLinks config in docusaurus.config.ts to the…
2026-02-16 16:54:58 +01:00
Andre Wanlin a57b6a448e Merge pull request #32172 from Ferin79/master
fix: Added title prop to OffsetPaginatedDocsTable for proper display
2026-02-15 14:56:01 -06:00
Ferin Patel af59acbab7 Merge branch 'backstage:master' into master 2026-02-15 13:45:51 -04:00
Sebastian 99ce885328 fix: move onBrokenMarkdownLinks config in docusaurus.config.ts to the new location
Fixes the following Docusaurus warning during build.
The `siteConfig.onBrokenMarkdownLinks` config option is deprecated and will be removed in Docusaurus v4.
Please migrate and move this option to `siteConfig.markdown.hooks.onBrokenMarkdownLinks` instead.

Signed-off-by: Sebastian <sebastian.danielsson@proton.me>
2026-02-15 17:36:21 +01:00
Fredrik Adelöw 76142c9cb0 Merge pull request #32853 from backstage/freben/claude
Add CLAUDE.md configuration
2026-02-15 15:51:55 +01:00
Fredrik Adelöw 90c2424fdd Add CLAUDE.md with project instructions
This adds a Claude Code configuration file that references the existing
copilot instructions for maintaining consistency with the codebase
conventions.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Signed-off-by: Fredrik Adelöw <freben@gmail.com>
2026-02-15 14:41:57 +01:00
renovate[bot] e1c5d1ec34 chore(deps): update dependency @codemirror/view to v6.39.14
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2026-02-15 11:28:35 +00:00
Andre Wanlin 08b0dc995a Merge pull request #32849 from CriszelGipala/cgipala-fix-typos-and-links
Fix README-fr_FR.md, README-ko_kr.md, and README-zh_Hans.md typos and broken links
2026-02-14 15:03:46 -06:00
Andre Wanlin e824f94ab1 Merge pull request #32847 from LinusAndersson02/docs/fix-postgres-tag
docs: follow up on PR: #32844 ( database docker getting-started )
2026-02-14 11:07:34 -06:00
Criszel Gipala 09212c9a5d docs: fix README-fr_FR.md, README-ko_kr.md, and README-zh_Hans.md typos and broken links
Changes:
- Remove Uffizzi badge in fr_FR, already removed in English version
- Add missing language links in zh_Hans and ko_kr language switchers
- Fix FAQ link casing (docs/FAQ to docs/faq) in all three files
- Update copyright year from 2020-2025 to 2020-2026 in all three files

Scope: README translations only - no code changes

Signed-off-by: Criszel Gipala <gipalacriszel512@gmail.com>
2026-02-14 16:23:14 +00:00
Patrik Oldsberg b81097c0b4 Merge pull request #32757 from sid200727/docs-actionservice-examples
docs: add examples for filtering Actions Service actions
2026-02-14 12:36:52 +01:00
Linus Andersson 363eac721c docs: follow up on PR: #32844 where update the database getting-started docker example to newest version
Signed-off-by: Linus Andersson <sunil.andersson@gmail.com>
2026-02-14 11:28:49 +01:00
Fredrik Adelöw 6ada8bcf5d Merge pull request #32845 from backstage/freben/pred-prefix
fix: add in the hasPrefix matcher
2026-02-14 00:10:14 +01:00
Charles de Dreuille 8ef3dbfc83 Merge pull request #32843 from backstage/bui-accordion 2026-02-13 22:45:36 +00:00
Fredrik Adelöw f9339142c6 fix: add in the hasPrefix matcher
Signed-off-by: Fredrik Adelöw <freben@gmail.com>
2026-02-13 23:33:24 +01:00
Patrik Oldsberg a2295474a2 Merge pull request #32844 from LinusAndersson02/docs/fix-postgres-tag
docs: use postgres:17-bookworm in database getting-started and remove version key from Compose file
2026-02-13 20:55:27 +01:00
Patrik Oldsberg 229b279d52 Merge pull request #32841 from iurylenonalves/docs-unprocessed-entities
docs(catalog): add mention of unprocessed entities plugin and module
2026-02-13 20:52:27 +01:00
Aramis Sennyey 8f6bf6b4e7 docs: adding more golden path docs (#32493)
* docs: adding more golden path docs

Signed-off-by: aramissennyeydd <aramis.sennyey@doordash.com>

* cleanup

Signed-off-by: aramissennyeydd <aramis.sennyey@doordash.com>

* add instructions for checking todo list items

Signed-off-by: aramissennyeydd <aramis.sennyey@doordash.com>

* update ids so the number isn't baked into URL

Signed-off-by: aramissennyeydd <aramis.sennyey@doordash.com>

* add headings for all docs

Signed-off-by: aramissennyeydd <aramis.sennyey@doordash.com>

* add frontend plugin docs structure too

Signed-off-by: aramissennyeydd <aramis.sennyey@doordash.com>

* Apply suggestions from code review

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Signed-off-by: Aramis Sennyey <159921952+aramissennyeydd@users.noreply.github.com>

* Apply suggestions from code review

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Signed-off-by: Aramis Sennyey <159921952+aramissennyeydd@users.noreply.github.com>

* fix bad link

Signed-off-by: aramissennyeydd <aramis.sennyey@doordash.com>

* address feedback

Signed-off-by: aramissennyeydd <aramis.sennyey@doordash.com>

* Apply suggestions from code review

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Signed-off-by: Aramis Sennyey <159921952+aramissennyeydd@users.noreply.github.com>

---------

Signed-off-by: aramissennyeydd <aramis.sennyey@doordash.com>
Signed-off-by: Aramis Sennyey <159921952+aramissennyeydd@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2026-02-13 14:20:32 -05:00
Linus Andersson cdb4719e08 docs: use postgres:17-bookworm in tutorial
Signed-off-by: Linus Andersson <sunil.andersson@gmail.com>
2026-02-13 19:08:52 +01:00
Charles de Dreuille becee36224 Update Accordion component
Signed-off-by: Charles de Dreuille <charles.dedreuille@gmail.com>
2026-02-13 16:32:32 +00:00
Patrik Oldsberg ddd54c755c Merge pull request #32835 from backstage/rugvip/mf-followup
module-federation-common: followup to initial implementation
2026-02-13 16:33:10 +01:00
Charles de Dreuille b782714c03 Merge pull request #32837 from backstage/bui-rename-tokens
Rename and remove CSS design tokens
2026-02-13 15:32:07 +00:00
Iury Lenon 05b7306370 Update docs/features/software-catalog/index.md
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Signed-off-by: Iury Lenon <iuryalves.uk@gmail.com>
2026-02-13 15:09:27 +00:00
Iury Lenon Alves 91babfb48b docs(catalog): add mention of unprocessed entities plugin and module
Signed-off-by: Iury Lenon Alves <iuryalves.uk@gmail.com>
2026-02-13 14:56:23 +00:00
Patrik Oldsberg 286cc4c7b2 frontend-dynamic-feature-loader: update tests for new shared dependencies format
Update the loader tests to use the new RuntimeSharedDependenciesGlobal
format with versioned items array instead of the old flat object with
module properties.

Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
2026-02-13 15:48:35 +01:00
Charles de Dreuille e8670d00f1 Cleanup docs
Signed-off-by: Charles de Dreuille <charles.dedreuille@gmail.com>
2026-02-13 14:01:13 +00:00
Charles de Dreuille 01cd764c4c Cleanup borders and surfaces
Signed-off-by: Charles de Dreuille <charles.dedreuille@gmail.com>
2026-02-13 13:48:37 +00:00
renovate[bot] 5b12ab9186 Update github/codeql-action action to v3.32.3
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2026-02-13 13:29:37 +00:00
Charles de Dreuille 0bf7ff679a Cleanups
Signed-off-by: Charles de Dreuille <charles.dedreuille@gmail.com>
2026-02-13 13:28:09 +00:00
Charles de Dreuille 4137a43a1b Rename and remove CSS design tokens
Signed-off-by: Charles de Dreuille <charles.dedreuille@gmail.com>
2026-02-13 13:16:16 +00:00
Patrik Oldsberg fdbd40488e module-federation-common: followup to initial implementation
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
2026-02-13 13:47:35 +01:00
Fredrik Adelöw 6209c67072 Merge pull request #31745 from backstage/freben/catalog-scm-events
introduce generic catalog scm events handling
2026-02-13 11:31:57 +01:00
Fredrik Adelöw 8fc6bf9bfb Merge pull request #32821 from backstage/renovate/npm-qs-vulnerability 2026-02-13 08:10:30 +01:00
Siddhi Khandelwal 722546afae docs: fix typo in section heading
Signed-off-by: Siddhi Khandelwal <siddhi.200727@gmail.com>
2026-02-13 12:22:36 +05:30
renovate[bot] 6936f564d9 Update dependency qs to v6.14.2 [SECURITY]
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2026-02-13 00:32:33 +00:00
Patrik Oldsberg f1b1cedb70 Merge pull request #30967 from davidfestal/runtime-module-federation-enablement
Runtime module federation enablement
2026-02-13 01:13:25 +01:00
Charles de Dreuille 039a43a3d7 Merge pull request #32825 from backstage/bui-patch-tokens
Fixed foreground tokens
2026-02-12 23:55:51 +00:00
Charles de Dreuille 44877e4da6 Fixed foreground tokens
Signed-off-by: Charles de Dreuille <charles.dedreuille@gmail.com>
2026-02-12 23:40:49 +00:00
Patrik Oldsberg a326fe580e module-federation-common: fix RR dep
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
2026-02-13 00:26:54 +01:00
Charles de Dreuille ab1a601379 Merge pull request #32822 from backstage/bui-full-page
BUI - Add new FullPage component
2026-02-12 22:47:55 +00:00
Patrik Oldsberg 903a854ebc Merge branch 'master' into runtime-module-federation-enablement
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
2026-02-12 23:46:00 +01:00
Patrik Oldsberg b377707685 yarn.lock: resolve latest conflict
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
2026-02-12 23:38:34 +01:00
Patrik Oldsberg 94f2884a0c yarn.lock: resolve conflict
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
2026-02-12 23:37:18 +01:00
Charles de Dreuille 1d477084cb Update accept.txt
Signed-off-by: Charles de Dreuille <charles.dedreuille@gmail.com>
2026-02-12 22:25:03 +00:00
Charles de Dreuille 36d7cffd0a Update Header.tsx
Signed-off-by: Charles de Dreuille <charles.dedreuille@gmail.com>
2026-02-12 22:23:15 +00:00