Commit Graph

633 Commits

Author SHA1 Message Date
github-actions[bot] a9c095d0be Version Packages 2024-10-15 10:25:03 +00:00
blam fc01ce7e77 chore: fix api-reports warnings
Signed-off-by: blam <ben@blam.sh>
2024-10-14 17:56:00 +02:00
github-actions[bot] 56a811849a Version Packages (next) 2024-10-08 11:42:14 +00:00
Ben Lambert f9c5b64ca4 Merge pull request #26991 from backstage/dependabot/npm_and_yarn/cookie-0.7.0
build(deps): bump cookie from 0.6.0 to 0.7.0
2024-10-08 11:12:41 +02:00
dependabot[bot] fd6e6f45ca build(deps): bump cookie from 0.6.0 to 0.7.0
Bumps [cookie](https://github.com/jshttp/cookie) from 0.6.0 to 0.7.0.
- [Release notes](https://github.com/jshttp/cookie/releases)
- [Commits](https://github.com/jshttp/cookie/compare/v0.6.0...v0.7.0)

---
updated-dependencies:
- dependency-name: cookie
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-10-07 07:01:50 +00:00
Eric Peterson 1aaaf70337 Minor cleanup based on feedback.
Signed-off-by: Eric Peterson <ericpeterson@spotify.com>
2024-10-01 14:10:16 +02:00
Eric Peterson 8bfe9f0f61 Ensure root lifecycle shutdown hooks happen after plugins'
Signed-off-by: Eric Peterson <ericpeterson@spotify.com>
2024-10-01 12:57:43 +02:00
github-actions[bot] 96864c8386 Version Packages (next) 2024-09-24 09:04:06 +00:00
secustor 831571c251 merge new changes
Signed-off-by: secustor <sebastian@poxhofer.at>
2024-09-23 14:54:45 +02:00
secustor c28596309f update files
Signed-off-by: secustor <sebastian@poxhofer.at>
2024-09-23 14:41:40 +02:00
secustor 65da28ad53 add newly generated api reports
Signed-off-by: secustor <sebastian@poxhofer.at>
2024-09-23 14:41:34 +02:00
Patrik Oldsberg 1db5312db8 backend-app-api: log at the point of plugin startup failure
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
2024-09-19 15:00:48 +02:00
Patrik Oldsberg 04af116eea backend-app-api: settle all inits before exiting on error
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
2024-09-19 12:03:45 +02:00
Fredrik Adelöw 094eaa367b remove backend-common
Signed-off-by: Fredrik Adelöw <freben@gmail.com>
2024-09-17 17:09:00 +02:00
github-actions[bot] 698adeb1ea Version Packages 2024-09-17 13:19:01 +00:00
Patrik Oldsberg ee442cb7b7 Update packages/backend-app-api/src/wiring/BackendInitializer.ts
Co-authored-by: Fredrik Adelöw <freben@gmail.com>
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
2024-09-13 13:49:21 +02:00
Patrik Oldsberg 8ccf7845cd backend-app-api: single registry and shutdown hook for backend instances
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
2024-09-13 12:55:24 +02:00
github-actions[bot] 47358815d6 Version Packages (next) 2024-09-10 13:56:19 +00:00
dependabot[bot] 6ed926414a chore(deps): bump path-to-regexp from 6.2.2 to 8.0.0
Bumps [path-to-regexp](https://github.com/pillarjs/path-to-regexp) from 6.2.2 to 8.0.0.
- [Release notes](https://github.com/pillarjs/path-to-regexp/releases)
- [Changelog](https://github.com/pillarjs/path-to-regexp/blob/master/History.md)
- [Commits](https://github.com/pillarjs/path-to-regexp/compare/v6.2.2...v8.0.0)

---
updated-dependencies:
- dependency-name: path-to-regexp
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-09-09 20:47:13 +00:00
renovate[bot] c2b63ab9bc chore(deps): update dependency supertest to v7
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-09-05 17:28:35 +00:00
github-actions[bot] 582092fb23 Version Packages (next) 2024-09-03 14:38:01 +00:00
Patrik Oldsberg c246372a36 backend-app-api: better error message for missing service deps
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
2024-08-29 00:52:33 +02:00
github-actions[bot] 911bbe0d92 Version Packages (next) 2024-08-27 11:41:57 +00:00
Patrik Oldsberg 65b9290ce5 Merge pull request #26203 from backstage/nbs10/convert-discovery-service-into-loader
[NBS 1.0] Convert discovery services into feature loaders
2024-08-27 11:48:09 +02:00
Camila Belo 7a72ec899b refactor: apply review suggestions
Signed-off-by: Camila Belo <camilaibs@gmail.com>
2024-08-27 10:49:03 +02:00
Camila Belo cd38da88ba refactor: convert discovery services into feature loaders
Signed-off-by: Camila Belo <camilaibs@gmail.com>
2024-08-26 12:05:25 +02:00
Fredrik Adelöw 0b2a402ca6 move backend config schemas to where they belong
Signed-off-by: Fredrik Adelöw <freben@gmail.com>
2024-08-26 10:52:44 +02:00
Patrik Oldsberg 1780a67bc5 backend-plugin-api: remove identity and token manager services
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
2024-08-21 21:36:43 +02:00
Fredrik Adelöw dee37d6e4f Merge pull request #26023 from backstage/freben/nocompat2
remove the backend feature and service compat callback patterns
2024-08-21 10:41:17 +02:00
Fredrik Adelöw 51a69b50c9 fix loaders in production builds
Signed-off-by: Fredrik Adelöw <freben@gmail.com>
2024-08-21 09:55:27 +02:00
Ben Lambert e2462dede1 Merge pull request #25391 from mario-mui/feat/externalAccess-optional
fix: change externalAccess to optional
2024-08-20 15:32:55 +02:00
Fredrik Adelöw 9080f57970 remove service compat too
Signed-off-by: Fredrik Adelöw <freben@gmail.com>
2024-08-20 13:26:25 +02:00
Fredrik Adelöw d425fc4dfd remove the backend feature compat callback pattern
Signed-off-by: Fredrik Adelöw <freben@gmail.com>
2024-08-20 13:26:13 +02:00
github-actions[bot] 2a2c84ba68 Version Packages 2024-08-20 08:56:34 +00:00
Camila Belo fc24d9ebf0 refactor: stop using backend-tasks in packages and plugins
Signed-off-by: Camila Belo <camilaibs@gmail.com>
2024-08-19 15:48:21 +02:00
Johan Haals 5cee28573e Delete WinstonLogger from backend-defaults, instead import from backend-defaults
Co-authored-by: Camila Belo <camilaibs@gmail.com>
Signed-off-by: Johan Haals <johan.haals@gmail.com>
2024-08-14 14:32:04 +02:00
Johan Haals 070828a4f4 backend-defaults: remove unused dependencies
Co-authored-by: Camila Belo <camilaibs@gmail.com>
Signed-off-by: Johan Haals <johan.haals@gmail.com>
2024-08-14 14:32:04 +02:00
Johan Haals 70e14b8ed2 backend-defaults: Stop accepting callback BackendFeatures for backend.add
Co-authored-by: Camila Belo <camilaibs@gmail.com>
Signed-off-by: Johan Haals <johan.haals@gmail.com>
2024-08-14 14:32:03 +02:00
Johan Haals f24ba909bf backend-app-api: Move deprecated loadBackendConfig to backend-common
Co-authored-by: Camila Belo <camilaibs@gmail.com>
Signed-off-by: Johan Haals <johan.haals@gmail.com>
2024-08-14 14:32:03 +02:00
Johan Haals 29ee082ed6 backend-app-api: Remove deprecated MiddlewareFactory
Signed-off-by: Johan Haals <johan.haals@gmail.com>
2024-08-14 14:32:03 +02:00
Johan Haals 24bed62544 backend-app-api: Remove deprecated service implementations
Co-authored-by: Camila Belo <camilaibs@gmail.com>
Signed-off-by: Johan Haals <johan.haals@gmail.com>
2024-08-14 14:32:02 +02:00
github-actions[bot] 003494838b Version Packages (next) 2024-08-13 13:59:06 +00:00
Patrik Oldsberg ddde5fe772 backend-plugin-api: fix for plugins and modules depending on multion services
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
2024-08-07 12:48:09 +02:00
github-actions[bot] 120319d2b5 Version Packages (next) 2024-08-06 13:15:32 +00:00
Patrik Oldsberg dbeb90ff09 Merge pull request #25593 from backstage/mob/nbs10-service-modules
[NBS 1.0] Enabling multiple service implementations
2024-08-06 15:09:23 +02:00
Patrik Oldsberg c7126d657b review fixes
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
2024-08-06 13:42:02 +02:00
Patrik Oldsberg d3b49a60f2 backend-app-api: add support for feature loaders
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
2024-08-05 13:15:00 +02:00
Patrik Oldsberg d4d048b3ff backend-*-api: refactor for more explicit internal feature types
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
2024-08-05 13:02:55 +02:00
Patrik Oldsberg 26da8b7a00 Merge pull request #25889 from drodil/node_fetch
chore(deps): bump node-fetch to ^2.7.0
2024-08-02 11:58:33 +02:00
Heikki Hellgren 93095eecea chore(deps): bump node-fetch to ^2.7.0
Relates to #24590

Signed-off-by: Heikki Hellgren <heikki.hellgren@op.fi>
2024-08-02 12:19:38 +03:00