Commit Graph

70831 Commits

Author SHA1 Message Date
aramissennyeydd 06366a7fa4 fix prettier
Signed-off-by: aramissennyeydd <aramis.sennyey@doordash.com>
2026-02-27 10:07:15 -05:00
milliehartnt123 68d8a1acc3 Fix prettier errors
viewing-catalog.md
viewing-entity-relationships.md
filter-catalog.md
register-a-component.md
unregister-delete-component.md

Signed-off-by: milliehartnt123 <108491788+milliehartnt123@users.noreply.github.com>
2026-02-24 11:09:43 -05:00
milliehartnt123 8f3a37aec6 Try to fix prettier errors in create-a-component
Signed-off-by: milliehartnt123 <108491788+milliehartnt123@users.noreply.github.com>
2026-02-24 10:31:56 -05:00
milliehartnt123 33495b0d15 Update component creation instructions with NODE_OPTIONS note
Added a note about the required NODE_OPTIONS environment variable for templates.

Signed-off-by: milliehartnt123 <108491788+milliehartnt123@users.noreply.github.com>
2026-02-24 09:41:09 -05:00
milliehartnt123 01914bc201 trying to fix prettier errors
Signed-off-by: milliehartnt123 <108491788+milliehartnt123@users.noreply.github.com>
2026-02-20 14:40:38 -05:00
milliehartnt123 7d99411665 Added space after Direction to fix formatting
Signed-off-by: milliehartnt123 <108491788+milliehartnt123@users.noreply.github.com>
2026-02-19 14:18:51 -05:00
milliehartnt123 85eef52678 try to fix line endings and prettier errors
Signed-off-by: milliehartnt123 <108491788+milliehartnt123@users.noreply.github.com>
2026-02-19 09:51:00 -05:00
milliehartnt123 db13606feb Fix grammatical error in component creation instructions
Signed-off-by: milliehartnt123 <108491788+milliehartnt123@users.noreply.github.com>
2026-02-18 17:36:44 -05:00
milliehartnt123 07385977e7 Fix formatting in landing page documentation
Removed extra trailing spaces in Backstage CLI line.

Signed-off-by: milliehartnt123 <108491788+milliehartnt123@users.noreply.github.com>
2026-02-18 17:34:51 -05:00
milliehartnt123 5b2da65477 Refactor wording for clarity in component creation guide
Removed bulleted list of catalog-info.yaml, index.js, and package.json. Reworded paragraph but kept example of catalog-info.yaml file.

Signed-off-by: milliehartnt123 <108491788+milliehartnt123@users.noreply.github.com>
2026-02-18 17:20:39 -05:00
milliehartnt123 7261f57f52 Fix formatting of 'Aggregated Relations' list item
Signed-off-by: milliehartnt123 <108491788+milliehartnt123@users.noreply.github.com>
2026-02-18 16:06:59 -05:00
milliehartnt123 a0cb5e833d Fix link to standalone app installation guide
Signed-off-by: milliehartnt123 <108491788+milliehartnt123@users.noreply.github.com>
2026-02-18 16:05:33 -05:00
milliehartnt123 5ab460fc22 Fix link to standalone app installation
Signed-off-by: milliehartnt123 <108491788+milliehartnt123@users.noreply.github.com>
2026-02-18 15:44:59 -05:00
milliehartnt123 001c28bdb9 Improve documentation on entity relationships and filters
Updated formatting and clarified steps for viewing entity relationships and filtering in the Catalog Graph.

Signed-off-by: milliehartnt123 <108491788+milliehartnt123@users.noreply.github.com>
2026-02-18 15:24:51 -05:00
milliehartnt123 87de61ea70 Fix typo in viewing-catalog.md
Changed alt text from Viewing entity relations to Viewing entity relationships to align with the page title.

Signed-off-by: milliehartnt123 <108491788+milliehartnt123@users.noreply.github.com>
2026-02-18 14:32:53 -05:00
milliehartnt123 46b865f2eb Try to fix prettier errors in filter-catalog.md
Signed-off-by: milliehartnt123 <108491788+milliehartnt123@users.noreply.github.com>
2026-02-17 12:41:51 -05:00
milliehartnt123 1e9559676e Fix TechDocs link formatting in landing page
Moved TechDocs link from Try Backstage to Additional Features.

Signed-off-by: milliehartnt123 <108491788+milliehartnt123@users.noreply.github.com>
2026-02-17 09:45:30 -05:00
milliehartnt123 39641a9597 Fix punctuation in create-a-component.md
Added a colon at the end of the sentence for clarity.

Signed-off-by: milliehartnt123 <108491788+milliehartnt123@users.noreply.github.com>
2026-02-17 09:43:05 -05:00
milliehartnt123 25efe44acd Fix formatting and update step numbers in guide
Updated step numbering and corrected formatting in the guide.

Signed-off-by: milliehartnt123 <108491788+milliehartnt123@users.noreply.github.com>
2026-02-17 09:41:48 -05:00
milliehartnt123 e46ec22005 Merge branch 'backstage:master' into milliehartnt123-create-ui-doc 2026-02-17 09:23:28 -05:00
Patrik Oldsberg ca255bfaab Merge pull request #32880 from backstage/azure
Add branch field to config schema for Azure catalog provider
2026-02-17 14:51:33 +01:00
Patrik Oldsberg c3d29cc583 Merge pull request #32812 from backstage/mob/header
frontend-plugin-api: new system for page extensions
2026-02-17 14:51:15 +01:00
Jacob Raihle 0ce78b0535 Scaffolder: Provide 'each' context when evaluating 'if' (#32546)
* Scaffolder: Evaluate 'if' conditions inside the context of 'each', if it exists

Signed-off-by: Jacob Raihle kdm951 <jacob.raihle@teliacompany.com>

* chore: small little cleanup
Signed-off-by: benjdlambert <ben@blam.sh>

* Reuse pre-iteration context instead of creating it twice

Signed-off-by: Jacob Raihle kdm951 <jacob.raihle@teliacompany.com>

---------

Signed-off-by: Jacob Raihle kdm951 <jacob.raihle@teliacompany.com>
Co-authored-by: benjdlambert <ben@blam.sh>
2026-02-17 14:40:31 +01:00
James Brooks 6c8a464c4e Add branch field to config schema for Azure catalog provider
Signed-off-by: James Brooks <jamesbrooks@spotify.com>
2026-02-17 13:32:31 +00:00
renovate[bot] 672b97278a fix(deps): update dependency libsodium-wrappers to ^0.8.0 (#32670)
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2026-02-17 14:02:23 +01:00
renovate[bot] d710252d25 chore(deps): update dependency @slack/types to v2.20.0 (#32868)
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2026-02-17 14:01:28 +01:00
renovate[bot] 61084e9ee3 chore(deps): update dependency typedoc to v0.28.17 (#32867)
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2026-02-17 14:01:05 +01:00
renovate[bot] 4199a6e038 chore(deps): update dependency @rspack/plugin-react-refresh to v1.6.1 (#32864)
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2026-02-17 13:59:05 +01:00
Patrik Oldsberg cfb4177cd8 review fixes
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
2026-02-17 13:42:26 +01:00
Patrik Oldsberg 2172d26da6 Merge pull request #32876 from backstage/rugvip/fix-fullpage-changeset-header-ref
ui: fix FullPage changeset to reference PluginHeader
2026-02-17 13:25:11 +01:00
Patrik Oldsberg 40dfe4a00f frontend-plugin-api: drop match strategy from PageLayout tabs
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
2026-02-17 13:14:45 +01:00
Patrik Oldsberg b2dc178fb6 frontend-defaults: update test snapshot
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
2026-02-17 13:00:07 +01:00
Patrik Oldsberg e3b9eb1497 app-visualizer: fix detailed layout
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
2026-02-17 12:57:06 +01:00
Patrik Oldsberg 4308cb9fe5 frontend-plugin-api: fix SubPageBlueprint path docs
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
2026-02-17 12:56:29 +01:00
Fredrik Adelöw 71e2ae3d88 Merge pull request #32873 from backstage/freben/ajv 2026-02-17 12:38:55 +01:00
Patrik Oldsberg b7ae1243e0 frontend-plugin-api: make header actions a element[]
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
2026-02-17 12:35:20 +01:00
Patrik Oldsberg c37e2bf6d4 core-components: roll back page changes
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
2026-02-17 12:13:53 +01:00
Patrik Oldsberg f45311058b ui: fix FullPage changeset to reference PluginHeader
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
2026-02-17 12:00:28 +01:00
Patrik Oldsberg 31222cc921 app: use PluginHeader
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
2026-02-17 11:58:16 +01:00
Patrik Oldsberg 1f4e283bcb frontend-plugin-api: do not default page icon and title to plugin values
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
2026-02-17 11:56:21 +01:00
Patrik Oldsberg 92d77a98ff rename header action to plugin header action
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
2026-02-17 11:55:37 +01:00
Patrik Oldsberg 0f90fda9cc remove planning docs
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
2026-02-17 11:55:37 +01:00
Patrik Oldsberg b91e17f622 snapshot fixes for tests
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
2026-02-17 11:55:36 +01:00
Patrik Oldsberg 65ba8200e3 changesets: add missing create-app changeset for new nav content API
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
2026-02-17 11:55:36 +01:00
Patrik Oldsberg 85261a3b3c frontend-plugin-api: use react element for header action
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
2026-02-17 11:55:35 +01:00
Patrik Oldsberg 273655886f changesets: remove unnecessary changeset
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
2026-02-17 11:55:35 +01:00
Patrik Oldsberg 018ca876d0 add plugin title and icons
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
2026-02-17 11:55:34 +01:00
Patrik Oldsberg 5920062fcc app-react: API cleanup and component utility for nav items
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
2026-02-17 11:55:34 +01:00
Patrik Oldsberg 98fe69ae6a app: migrate to new navItems API
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
2026-02-17 11:55:33 +01:00
Patrik Oldsberg cc3c035267 frontend-plugin-api: document that icons should be 24x24
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
2026-02-17 11:55:32 +01:00