Iain van der Wiel
|
5a33f640c2
|
fix: Fixed bug in template parsing in the useTemplateSchema hook by completely removing title from step instead of setting it to undefined
Signed-off-by: Iain van der Wiel <iain.vanderwiel@gmail.com>
|
2025-10-10 13:51:11 +02:00 |
|
Charles de Dreuille
|
dc258c990d
|
Merge pull request #31362 from backstage/bui-css-structure
BUI - Add layers to our global CSS structure
|
2025-10-09 12:54:45 +01:00 |
|
Charles de Dreuille
|
9e0c6d6eaf
|
Improve core
Signed-off-by: Charles de Dreuille <charles.dedreuille@gmail.com>
|
2025-10-09 11:36:33 +01:00 |
|
Charles de Dreuille
|
af4d9b492e
|
Update components
Signed-off-by: Charles de Dreuille <charles.dedreuille@gmail.com>
|
2025-10-09 11:33:30 +01:00 |
|
Charles de Dreuille
|
02299cddc6
|
Add new layers to global CSS
Signed-off-by: Charles de Dreuille <charles.dedreuille@gmail.com>
|
2025-10-09 11:32:48 +01:00 |
|
Charles de Dreuille
|
9f6f46d234
|
Merge pull request #31365 from backstage/css-baseline
Remove MUICssBaseline
|
2025-10-09 11:27:17 +01:00 |
|
Patrik Oldsberg
|
f18cc24b29
|
Merge pull request #31370 from backstage/Rugvip-patch-2
workflows/e2e-techdocs: add explicit node setup
|
2025-10-09 12:05:17 +02:00 |
|
Charles de Dreuille
|
66eb76aea3
|
Update warm-dancers-call.md
Signed-off-by: Charles de Dreuille <charles.dedreuille@gmail.com>
|
2025-10-09 10:57:48 +01:00 |
|
Patrik Oldsberg
|
58f59f81f6
|
Merge pull request #31369 from backstage/Rugvip-patch-1
Adjust stale issue and PR settings in workflow
|
2025-10-09 11:37:02 +02:00 |
|
Charles de Dreuille
|
e979fe2076
|
Update warm-dancers-call.md
Signed-off-by: Charles de Dreuille <charles.dedreuille@gmail.com>
|
2025-10-09 10:36:38 +01:00 |
|
Patrik Oldsberg
|
796d866a16
|
workflows/e2e-techdocs: add explicit node setup
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
|
2025-10-09 11:33:31 +02:00 |
|
Patrik Oldsberg
|
5e0b5299d3
|
Adjust stale issue and PR settings in workflow
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
|
2025-10-09 11:18:48 +02:00 |
|
Vincenzo Scamporlino
|
e39124c2df
|
Merge pull request #31364 from backstage/bui-monospace-fix
docs: fix monospace font usage
|
2025-10-08 20:37:45 +02:00 |
|
Charles de Dreuille
|
865bce8ac9
|
Remove noCssBaseline
Signed-off-by: Charles de Dreuille <charles.dedreuille@gmail.com>
|
2025-10-08 17:35:45 +01:00 |
|
Charles de Dreuille
|
c396392c5c
|
Fix body background
Signed-off-by: Charles de Dreuille <charles.dedreuille@gmail.com>
|
2025-10-08 17:22:17 +01:00 |
|
Charles de Dreuille
|
69729c759f
|
Remove CSS baseline from UnifiedThemeProvider
Signed-off-by: Charles de Dreuille <charles.dedreuille@gmail.com>
|
2025-10-08 17:16:06 +01:00 |
|
Vincenzo Scamporlino
|
ee0e5b3257
|
docs: fix monospace font usage
Signed-off-by: Vincenzo Scamporlino <vincenzos@spotify.com>
|
2025-10-08 17:46:15 +02:00 |
|
milliehartnt123
|
019f3a64aa
|
Create doc-landing-page.md using html for table (#30884)
* Create doc-landing-page.md using html for table
HTML is used for the tables in this new doc landing page.
Signed-off-by: milliehartnt123 <108491788+milliehartnt123@users.noreply.github.com>
* Update doc-landing-page.md
Changed id of documentation and corrected some spelling mistakes.
Signed-off-by: milliehartnt123 <108491788+milliehartnt123@users.noreply.github.com>
* Update doc-landing-page.md rearrange table and add links
Incorporated PR suggestions. Added trial links in two different flavors to see which way works.
Signed-off-by: milliehartnt123 <108491788+milliehartnt123@users.noreply.github.com>
* Update doc-landing-page.md fix prettier spacing
Changed all indents to 2 spaces to try to fix prettier errors.
Signed-off-by: milliehartnt123 <108491788+milliehartnt123@users.noreply.github.com>
* Update doc-landing-page.md changed top to "top" for valign attribute
Changed valign=top to valign="top" to see if it fixes prettier errors.
Signed-off-by: milliehartnt123 <108491788+milliehartnt123@users.noreply.github.com>
* Update doc-landing-page.md changes double quotes to single quotes
Changed all double quotes to single quotes and removed all hrefs to see if I can get the file to pass the prettier check.
Signed-off-by: milliehartnt123 <108491788+milliehartnt123@users.noreply.github.com>
* Update doc-landing-page.md fix prettier errors
Hopefully, fixed prettier errors by removing extra lines.
Signed-off-by: milliehartnt123 <108491788+milliehartnt123@users.noreply.github.com>
* Update doc-landing-page.md try to fix prettier errors
Signed-off-by: milliehartnt123 <108491788+milliehartnt123@users.noreply.github.com>
* Update doc-landing-page.md added links for understanding, using, and administering backstage
Added links for each of the bullet points in "Understanding Backstage", "Using Backstage" and "Backstage Administration".
Signed-off-by: milliehartnt123 <108491788+milliehartnt123@users.noreply.github.com>
* Update doc-landing-page.md added remainder of links
Added links for additional features, plugin development, references, and contributing to Backstage. Changed "Scaffolder" bullet to "Software Templates (aka Scaffolder)"
Signed-off-by: milliehartnt123 <108491788+milliehartnt123@users.noreply.github.com>
* Update doc-landing-page.md to remove Update a Component
The document explaining how to update a component has not yet been written. So removing this bullet until the updating documentation exists.
Signed-off-by: milliehartnt123 <108491788+milliehartnt123@users.noreply.github.com>
* Update docusaurus.config.ts for new doc landing page
Changed landing page from What is Backstage to the new doc-landing-page.md file.
Signed-off-by: milliehartnt123 <108491788+milliehartnt123@users.noreply.github.com>
* Update doc-landing-page.md added new technical overview
Added a bullet under Learn about Backstage for the new Technical Overview.
Signed-off-by: milliehartnt123 <108491788+milliehartnt123@users.noreply.github.com>
* Apply suggestion from @aramissennyeydd
Signed-off-by: Aramis Sennyey <159921952+aramissennyeydd@users.noreply.github.com>
---------
Signed-off-by: milliehartnt123 <108491788+milliehartnt123@users.noreply.github.com>
Signed-off-by: Aramis Sennyey <159921952+aramissennyeydd@users.noreply.github.com>
Co-authored-by: Aramis Sennyey <159921952+aramissennyeydd@users.noreply.github.com>
|
2025-10-08 15:28:08 +00:00 |
|
Patrik Oldsberg
|
2f3ea4f374
|
Merge pull request #31340 from christinexlee/feat/add-datadog-backstage-sync-plugin
Add new plugin @datadog/backstage-plugin-datadog-entity-sync-backend #31204
|
2025-10-08 14:31:27 +02:00 |
|
Charles de Dreuille
|
e33c581053
|
Merge pull request #31238 from birdhb/add-clear-and-visibility-actions-to-text-field
Add PasswordField to BUI
|
2025-10-08 11:27:15 +01:00 |
|
Fredrik Adelöw
|
bf6038cd91
|
Merge pull request #31358 from backstage/freben/sqlite
bump create-app sqlite version
|
2025-10-08 11:52:26 +02:00 |
|
birdhb
|
74b810a301
|
Update .changeset/eighty-cows-care.md
Co-authored-by: Patrik Oldsberg <poldsberg@gmail.com>
Signed-off-by: birdhb <birdhb75@gmail.com>
|
2025-10-08 10:37:44 +01:00 |
|
birdhb
|
c513f33e12
|
Merge branch 'backstage:master' into add-clear-and-visibility-actions-to-text-field
|
2025-10-08 10:44:31 +02:00 |
|
Fredrik Adelöw
|
7dcedff2fb
|
bump create-app sqlite version
Signed-off-by: Fredrik Adelöw <freben@gmail.com>
|
2025-10-08 10:21:49 +02:00 |
|
Fredrik Adelöw
|
3ce99627d0
|
Merge pull request #31246 from backstage/search-abortcontroller
Implement AbortController request cancellation for search.
|
2025-10-07 23:02:12 +02:00 |
|
Patrik Oldsberg
|
a4add851a4
|
Merge pull request #31108 from backstage/docs-theming
Improving theming documentation
|
2025-10-07 20:57:55 +02:00 |
|
Gabriel Dugny
|
43afbe50aa
|
feat(techdocs): POC livereload for techdocs-cli serve (#30541)
* feat(techdocs): POC livereload for techdocs-cli serve
Signed-off-by: Gabriel Dugny <gabriel.dugny@believe.com>
* chore: techdocs reload tests, refactor
Signed-off-by: Gabriel Dugny <gabriel.dugny@believe.com>
---------
Signed-off-by: Gabriel Dugny <gabriel.dugny@believe.com>
|
2025-10-07 13:29:14 -04:00 |
|
Charles de Dreuille
|
79d72fa86e
|
Update sidebars.ts
Signed-off-by: Charles de Dreuille <charles.dedreuille@gmail.com>
|
2025-10-07 18:15:18 +01:00 |
|
Charles de Dreuille
|
1ac09a8060
|
Update docusaurus.config.ts
Signed-off-by: Charles de Dreuille <charles.dedreuille@gmail.com>
|
2025-10-07 18:01:11 +01:00 |
|
Charles de Dreuille
|
74dcd32da4
|
Update sidebars.ts
Signed-off-by: Charles de Dreuille <charles.dedreuille@gmail.com>
|
2025-10-07 17:45:12 +01:00 |
|
Charles de Dreuille
|
fe187e68a7
|
Merge pull request #31347 from backstage/revert-bui-button-fix
Revert "Merge pull request #31230 from backstage/bui-fix-tooltip"
|
2025-10-07 16:50:49 +01:00 |
|
Fredrik Adelöw
|
e41d6a09a6
|
Merge pull request #31314 from backstage/changeset-release/master
Version Packages (next)
|
2025-10-07 17:50:00 +02:00 |
|
github-actions[bot]
|
316d0774b8
|
Version Packages (next)
|
2025-10-07 15:00:59 +00:00 |
|
Fredrik Adelöw
|
fe7cc7ae30
|
Merge pull request #31301 from backstage/rugvip/no-cache
cli: remove jest script module cache
|
2025-10-07 16:55:03 +02:00 |
|
Fredrik Adelöw
|
8a5703df8b
|
Merge pull request #31224 from hopehadfield/remove-unused-scaffolder
Remove unused dependencies in notifications and scaffolder
|
2025-10-07 16:48:10 +02:00 |
|
Fredrik Adelöw
|
9b89f7ccba
|
Merge pull request #31346 from backstage/dependabot/npm_and_yarn/nodemailer-7.0.7
chore(deps): bump nodemailer from 6.9.16 to 7.0.7
|
2025-10-07 16:41:56 +02:00 |
|
Fredrik Adelöw
|
67fc6fe48c
|
Update .changeset/full-chefs-roll.md
Signed-off-by: Fredrik Adelöw <freben@gmail.com>
|
2025-10-07 16:40:11 +02:00 |
|
Patrik Oldsberg
|
8279f30933
|
Merge pull request #31154 from backstage/rugvip/title
frontend-plugin-api: add coreExtensionData.title
|
2025-10-07 16:31:51 +02:00 |
|
Sofia Sjöblad
|
da97dad625
|
Revert "Merge pull request #31230 from backstage/bui-fix-tooltip"
This reverts commit 60c5db1356, reversing
changes made to 47f5d67bea.
Signed-off-by: Sofia Sjöblad <ssjoblad@spotify.com>
|
2025-10-07 16:22:56 +02:00 |
|
Fredrik Adelöw
|
b118eccf6d
|
Merge pull request #31345 from backstage/freben/no-signal-display
Remove app-root-element:signals/signals-display
|
2025-10-07 16:22:34 +02:00 |
|
dependabot[bot]
|
b8cf31a93a
|
chore(deps): bump nodemailer from 6.9.16 to 7.0.7
Bumps [nodemailer](https://github.com/nodemailer/nodemailer) from 6.9.16 to 7.0.7.
- [Release notes](https://github.com/nodemailer/nodemailer/releases)
- [Changelog](https://github.com/nodemailer/nodemailer/blob/master/CHANGELOG.md)
- [Commits](https://github.com/nodemailer/nodemailer/compare/v6.9.16...v7.0.7)
---
updated-dependencies:
- dependency-name: nodemailer
dependency-version: 7.0.7
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2025-10-07 13:57:38 +00:00 |
|
Vincenzo Scamporlino
|
2fbc5c4cb3
|
Merge pull request #31182 from hopehadfield/remove-unused-knip
🧹 Remove all unused luxon dependencies
|
2025-10-07 15:53:01 +02:00 |
|
Vincenzo Scamporlino
|
69fd28902b
|
Merge pull request #31035 from MrOpperman/master
Add `renderEdge` function to the `<DependencyGraph />`
|
2025-10-07 15:44:06 +02:00 |
|
Fredrik Adelöw
|
7b41d9dd31
|
Remove app-root-element:signals/signals-display
Signed-off-by: Fredrik Adelöw <freben@gmail.com>
|
2025-10-07 15:23:00 +02:00 |
|
Sofia
|
758d93a5ef
|
Merge pull request #31343 from backstage/bui-fix-header
Fix BUI Header hrefs
|
2025-10-07 11:27:47 +02:00 |
|
Sofia Sjöblad
|
12c929164c
|
add api report
Signed-off-by: Sofia Sjöblad <ssjoblad@spotify.com>
|
2025-10-07 11:12:17 +02:00 |
|
Sofia Sjöblad
|
3c921c5518
|
add changeset
Signed-off-by: Sofia Sjöblad <ssjoblad@spotify.com>
|
2025-10-07 10:36:21 +02:00 |
|
Sofia Sjöblad
|
ea3970a51d
|
add mandatory href for tabs in header component
Signed-off-by: Sofia Sjöblad <ssjoblad@spotify.com>
|
2025-10-07 10:35:01 +02:00 |
|
Charles de Dreuille
|
e99fadfbad
|
Merge pull request #31281 from backstage/fix-bui-tabs
fix(bui): remove default selection for tabs that have href defined
|
2025-10-07 10:13:55 +02:00 |
|
Sofia Sjöblad
|
eb9b17d45e
|
Revert "fix: update stories to comply with react-aria"
This reverts commit 67cf982994.
Signed-off-by: Sofia Sjöblad <ssjoblad@spotify.com>
|
2025-10-07 09:50:43 +02:00 |
|