Commit Graph

67417 Commits

Author SHA1 Message Date
Patrik Oldsberg 018de42a01 frontend-app-api: use EXTENSION_FACTORY_ERROR for invalid return types
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
2025-09-07 13:07:22 +02:00
Patrik Oldsberg d27c032776 frontend-app-api: refine app error types
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
2025-09-07 12:53:51 +02:00
Owen Shartle 169ae728b8 Moving the TechDocs entity annotation FAQ entry.
Signed-off-by: Owen Shartle <timeloveinvent+github@gmail.com>
2025-09-06 21:23:00 -04:00
Gustaf Räntilä f4f5356630 Updated api-report and exported missing types
Signed-off-by: Gustaf Räntilä <g.rantila@gmail.com>
2025-09-06 23:04:33 +02:00
Gustaf Räntilä 004557156b Further adaptations to transformations to align almost identical with how renderings used to be
Signed-off-by: Gustaf Räntilä <g.rantila@gmail.com>
2025-09-06 23:00:26 +02:00
Patrik Oldsberg 74ea3e3a86 frontend-app-api: simplified control flow for extension instantiation + fixes
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
2025-09-06 18:07:42 +02:00
Patrik Oldsberg c9c1d69f39 frontend-app-api: type safe error collection and context
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
2025-09-06 16:22:06 +02:00
Gustaf Räntilä b9a87f4593 Fixed "simplified" in the catalog-graph, solving #30121
Signed-off-by: Gustaf Räntilä <g.rantila@gmail.com>
2025-09-05 14:19:35 +02:00
Praphull da404afd70 Incorporate code review suggestion
Signed-off-by: Praphull <1288395+praphull-purohit@users.noreply.github.com>
2025-09-05 09:20:53 +02:00
Fredrik Adelöw 3eeb8d395c fix api report
Signed-off-by: Fredrik Adelöw <freben@gmail.com>
2025-09-04 15:40:10 +02:00
Fredrik Adelöw 42643faff1 Merge pull request #31062 from backstage/freben/kubernetes-defaults
Fix getDefault for kubernetesFetcherExtensionPoint
2025-09-04 15:04:52 +02:00
Fredrik Adelöw dd7b6d2f33 Fix getDefault for kubernetesFetcherExtensionPoint
Signed-off-by: Fredrik Adelöw <freben@gmail.com>
2025-09-04 13:49:04 +02:00
Emma Indal 5a767f5c8a update docs for table component
Signed-off-by: Emma Indal <emma.indahl@gmail.com>
2025-09-04 13:22:34 +02:00
Patrik Oldsberg 6993865047 frontend-app-api: initial error collection implementation
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
2025-09-04 13:02:34 +02:00
Thomas Cardonne 9708000007 Merge branch 'master' into feat-root-logger-service-overrides 2025-09-04 12:03:53 +02:00
Andreas Berger 2b208f1963 Adjustments after review
Signed-off-by: Andreas Berger <andreas@berger-ecommerce.com>
2025-09-04 10:40:22 +02:00
dependabot[bot] 681c726ecc chore(deps): bump form-data from 2.5.1 to 2.5.5
Bumps [form-data](https://github.com/form-data/form-data) from 2.5.1 to 2.5.5.
- [Release notes](https://github.com/form-data/form-data/releases)
- [Changelog](https://github.com/form-data/form-data/blob/v2.5.5/CHANGELOG.md)
- [Commits](https://github.com/form-data/form-data/compare/v2.5.1...v2.5.5)

---
updated-dependencies:
- dependency-name: form-data
  dependency-version: 2.5.5
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-09-04 05:10:36 +00:00
Riley Martine 6474b04936 Add detail in error messages when yarn plugin can't detect backstage version
I was confused for ~15 minutes today when updating to using the yarn
plugin. It was failing in docker but not locally, and I didn't know why.
It turned out to be because I forgot to copy the backstage.json into the
docker image. This was confusing, because the error seemed to indicate I
was failing the semver checks. This change propagates error detail down
the line, so people will see the actual cause. (i.e. missing file, no
version field, semver wrong)

Signed-off-by: Riley Martine <rmartine@integralads.com>
2025-09-03 14:58:40 -06:00
Fredrik Adelöw 4f83da1f7d Merge pull request #31051 from backstage/freben/last-remnants 2025-09-03 20:32:34 +02:00
Praphull a599afa296 Minor correction in changeset
Signed-off-by: Praphull <1288395+praphull-purohit@users.noreply.github.com>
2025-09-03 15:57:14 +02:00
Praphull 2f79f0bac8 Fix tests in examples
Signed-off-by: Praphull <1288395+praphull-purohit@users.noreply.github.com>
2025-09-03 15:54:59 +02:00
Praphull 172d57c6b0 Add API Report
Signed-off-by: Praphull <1288395+praphull-purohit@users.noreply.github.com>
2025-09-03 15:51:33 +02:00
Praphull f2be6858ae Update tests
Signed-off-by: Praphull <1288395+praphull-purohit@users.noreply.github.com>
2025-09-03 15:40:51 +02:00
Praphull 6393b78fe4 Add changeset
Signed-off-by: Praphull <1288395+praphull-purohit@users.noreply.github.com>
2025-09-03 15:38:25 +02:00
Praphull 02f3d81160 Add block creations field to github branch protection scaffolder action
Signed-off-by: Praphull <1288395+praphull-purohit@users.noreply.github.com>
2025-09-03 15:28:41 +02:00
Fredrik Adelöw afd368e1a2 remove the last remnants of old system structure
Signed-off-by: Fredrik Adelöw <freben@gmail.com>
2025-09-03 15:07:09 +02:00
Andreas Berger 2204f5b77e Prevent deadlock in catalog deferred stitching
resolves #30843

Signed-off-by: Andreas Berger <andreas@berger-ecommerce.com>
2025-09-03 14:53:40 +02:00
Fredrik Adelöw 2e6edef5a0 Merge pull request #31048 from AdityaK60/Fix_broken_link
Fixed a broken link
2025-09-03 13:38:56 +02:00
Fredrik Adelöw b9318d4ecf Merge pull request #30930 from remunda/microsite--add-datacontract-plugin
microsite: add datacontract plugin
2025-09-03 11:27:19 +02:00
Vincenzo Scamporlino 2b72b54a28 Merge pull request #30202 from mario-mui/fix/about-card-links-style
fix: update about card links style for pretty display with other lang…
2025-09-03 11:26:02 +02:00
Vincenzo Scamporlino bbc8be15d9 Merge pull request #31003 from kurtaking/patch-1
Add /alpha to example docs for ActionsRegistryService
2025-09-03 11:25:01 +02:00
Vincenzo Scamporlino 7d8141ea82 Merge pull request #30157 from drodil/catalog_stream_entities
feat: allow streaming catalog entities
2025-09-03 10:56:45 +02:00
Aditya Kumar 676b704db2 Fixed a broken link
Signed-off-by: Aditya Kumar <aditya.kumar60@infosys.com>
2025-09-03 13:37:26 +05:30
Aditya Kumar ba9e598c64 Fixed a broken link
Signed-off-by: Aditya Kumar <aditya.kumar60@infosys.com>
2025-09-03 11:46:21 +05:30
Hellgren Heikki 9118c56520 fix(catalog): remove streamEntityPages function
and make the streamEntities work as the pages function did earlier

Signed-off-by: Hellgren Heikki <heikki.hellgren@op.fi>
2025-09-03 08:48:10 +03:00
Hellgren Heikki 1ad3d94a22 feat: allow opening dependency graph in fullscreen
Signed-off-by: Hellgren Heikki <heikki.hellgren@op.fi>
2025-09-03 08:37:04 +03:00
Aditya Kumar 10b54cb671 Minor doc changes
Signed-off-by: Aditya Kumar <aditya.kumar60@infosys.com>
2025-09-03 10:08:23 +05:30
MT Lewis ad8375c5bc Merge pull request #31037 from backstage/fix/select-aria-props
ui: include `aria-` props on `Select` component
2025-09-02 18:30:49 +01:00
MT Lewis ab78c83697 Merge pull request #31013 from backstage/bui-align-baseline
ui: add bui-align-baseline class implied by Flex component
2025-09-02 18:30:46 +01:00
Vincenzo Scamporlino 6690286261 Merge pull request #30999 from backstage/changeset-release/master
Version Packages (next)
2025-09-02 16:01:12 +02:00
github-actions[bot] ac48eeb3ba Version Packages (next) 2025-09-02 12:17:03 +00:00
Vincenzo Scamporlino db63208855 techdocs-cli: bump (#31018)
* techdocs-cli: bump

Signed-off-by: Vincenzo Scamporlino <vincenzos@spotify.com>

* Fix issue with latest changes not being picked up

Signed-off-by: Vincenzo Scamporlino <vincenzos@spotify.com>

---------

Signed-off-by: Vincenzo Scamporlino <vincenzos@spotify.com>
2025-09-02 08:10:44 -04:00
Yannik Daellenbach 99790dbf90 Add changeset for the addition of the OpenShift auth provider to app
Signed-off-by: Yannik Daellenbach <git@daellenbach.org>
2025-09-02 14:08:17 +02:00
Yannik Daellenbach 3c1d47131e Add authentication provider implementation for OpenShift to the app plugin
Signed-off-by: Yannik Daellenbach <git@daellenbach.org>
2025-09-02 14:08:17 +02:00
Yannik Daellenbach 894d51497f Add changeset for openshiftApiRef addition in frontend-plugin-api
Signed-off-by: Yannik Daellenbach <git@daellenbach.org>
2025-09-02 14:08:17 +02:00
Yannik Daellenbach f6309a56d9 Forward openshiftAuthApiRef to the new frontend system
Signed-off-by: Yannik Daellenbach <git@daellenbach.org>
2025-09-02 14:08:17 +02:00
Yannik Daellenbach 1845e57a3d Describe Kubernetes plugin integration as use case
Signed-off-by: Yannik Daellenbach <git@daellenbach.org>
2025-09-02 14:08:17 +02:00
Yannik Daellenbach 2a2f54c7de Remove refresh and logout tests because of false positives in CodeQL action
Signed-off-by: Yannik Daellenbach <yannik@daellenbach.org>
2025-09-02 14:08:17 +02:00
Yannik Daellenbach 99567045c5 Add changeset for app-defaults
Signed-off-by: Yannik Daellenbach <git@daellenbach.org>
2025-09-02 14:08:17 +02:00
Yannik Daellenbach 320a9ac35c Add changeset for user-settings
Signed-off-by: Yannik Daellenbach <git@daellenbach.org>
2025-09-02 14:08:17 +02:00