Commit Graph

12367 Commits

Author SHA1 Message Date
Ben Lambert e50b26fca7 Merge pull request #13146 from backstage/blam/fix-authorization-in-scaffolder
Fix authorization header invalid for scaffolder create
2022-08-15 13:34:29 +02:00
Johan Haals bdc7bd5da6 Merge pull request #13124 from backstage/mob/feature
backend-app-api: Rename types
2022-08-15 13:24:15 +02:00
blam 0ba7c72405 chore: reworking the parsing so that we verify it's a valid entity ref before calling out anywhere
Signed-off-by: blam <ben@blam.sh>
2022-08-15 12:58:10 +02:00
blam 471dc5699f chore: a little more refactoring here if it's undefined
Signed-off-by: blam <ben@blam.sh>
2022-08-15 11:43:27 +02:00
blam 381ff8164f chore: set as undefined if there's an error in the grabbing of the user entity
Signed-off-by: blam <ben@blam.sh>
2022-08-15 11:41:47 +02:00
Patrik Oldsberg fcbafccd05 github-issues: remove dependency on prettier
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
2022-08-15 11:27:27 +02:00
Patrik Oldsberg 3a8ab72248 graphiql: avoid using dynamic default import
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
2022-08-13 11:16:23 +02:00
Johan Haals b76eeaf302 add api reports
Signed-off-by: Johan Haals <johan.haals@gmail.com>
2022-08-12 15:58:52 +02:00
Johan Haals 3f37ff4c42 chore: remove unused parameter
Signed-off-by: Johan Haals <johan.haals@gmail.com>
2022-08-12 15:32:25 +02:00
Johan Haals 0d2e6197d8 Refactor backend-test-utils
Co-authored-by: Fredrik Adelöw <freben@users.noreply.github.com>
Co-authored-by: Patrik Oldsberg <poldsberg@gmail.com>

Signed-off-by: Johan Haals <johan.haals@gmail.com>
2022-08-12 15:30:24 +02:00
Johan Haals 5e3761d2e7 Merge pull request #13113 from backstage/mob/backend-test-utils
backend-test-utils: Add test helpers for the new experimental backend system.
2022-08-12 13:44:28 +02:00
Patrik Oldsberg 3417fc533b Merge pull request #13116 from backstage/rugvip/options
backend-plugin-api: handle optional plugin and module options
2022-08-12 13:21:30 +02:00
Fredrik Adelöw 92843d1c3a Merge pull request #13035 from darthaud/fix/allow-skip-migrations
fix(auth-plugin-backend): Allow it to skip migrations
2022-08-12 10:05:20 +02:00
Johan Haals 1635a41319 Merge pull request #13103 from R-cen/add-authentication-in-code-climate-plugin
Send Authorization headers in fetch requests in Code Climate plugin
2022-08-12 09:59:53 +02:00
Daniel Dias Branco Arthaud c676a9e07b fix(auth-plugin-backend): Allow it to skip migrations
When auth plugin is using database provider it verify if needs to skip migrations

Signed-off-by: Daniel Dias Branco Arthaud <arthaud@gmail.com>
2022-08-11 22:13:13 -03:00
Robert Cen 9a20067f44 Use FetchApi wrapper instead of manually passing through the token
Signed-off-by: Robert Cen <robert.cen@safetyculture.io>
2022-08-12 10:01:16 +10:00
Patrik Oldsberg 3dd5ab857c update API reports
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
2022-08-11 22:47:43 +02:00
Johan Haals 7d80daf594 update api reports
Signed-off-by: Johan Haals <johan.haals@gmail.com>
2022-08-11 16:24:24 +02:00
Johan Haals 56e1b4b89c Add test helpers for new backend system
Co-authored-by: Patrik Oldsberg <poldsberg@gmail.com>
Co-authored-by: blam <ben@blam.sh>
Co-authored-by: Fredrik Adelöw <freben@gmail.com>
Signed-off-by: Johan Haals <johan.haals@gmail.com>
2022-08-11 16:20:49 +02:00
Patrik Oldsberg df98024f00 Merge pull request #12814 from mfrinnstrom/openapi-basepath
OpenApiRefProcessor: add basepath support for $ref
2022-08-11 13:13:12 +02:00
Ben Lambert be99b672a1 Merge pull request #13063 from backstage/renovate/major-graphql-tools-monorepo
fix(deps): update dependency @graphql-tools/schema to v9
2022-08-11 13:00:17 +02:00
Mattias Frinnström b50e8e533b Add openApiPlaceholderResolver
Signed-off-by: Mattias Frinnström <mattias@frinnstrom.se>
2022-08-11 12:04:27 +02:00
Fredrik Adelöw d9b71a6da0 Merge pull request #13019 from kielosz/cost-trend
Display minus sign in trends in CostOverviewCard
2022-08-11 11:27:09 +02:00
Johan Haals 8675682e5f Merge pull request #13053 from Smorenoz/daemon-sets-default-object
Add DaemonSets as Default Objects
2022-08-11 10:46:34 +02:00
Robert Cen 459b179de4 Run yarn build:api-reports to update api-report.md
Signed-off-by: Robert Cen <robert.cen@safetyculture.io>
2022-08-11 14:44:02 +10:00
Robert Cen 831a8fee86 Send Authorization headers in fetch requests in Code Climate plugin to fix unauthorized requests to Backstage backends with authentication enabled as per https://github.com/backstage/backstage/blob/master/contrib/docs/tutorials/authenticate-api-requests.md
Signed-off-by: Robert Cen <robert.cen@safetyculture.io>
2022-08-11 14:25:05 +10:00
Vincent Lam a641f79dcb Move CSS overflow property to quadrant block element
Signed-off-by: Vincent Lam <vincent.lam@ingka.com>
2022-08-10 21:17:02 +02:00
kielosz 0c027eb524 Use options parameter
Signed-off-by: kielosz <kielosz@gmail.com>
2022-08-10 17:52:58 +02:00
Salomon Moreno 0297da83c0 Add DaemonSets as Default Objects
Signed-off-by: Salomon Moreno <msalomon@vmware.com>
2022-08-10 09:00:06 -05:00
Patrik Oldsberg a3723f2ccd Merge pull request #13075 from backstage/rugvip/depr
scaffolder-backend: deprecate publish:file action
2022-08-10 15:46:38 +02:00
Patrik Oldsberg c971afbf21 scaffolder-backend: deprecate publish:file action
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
2022-08-10 14:37:18 +02:00
github-actions[bot] b162bbf464 Version Packages (next) 2022-08-10 10:33:47 +00:00
renovate[bot] fa3eeee92d fix(deps): update dependency @graphql-tools/schema to v9
Signed-off-by: Renovate Bot <bot@renovateapp.com>
2022-08-10 00:43:50 +00:00
Phil Kuang bfc7c50a09 feat(adrs): display associated entity in AdrSearchResultListItem
Signed-off-by: Phil Kuang <pkuang@factset.com>
2022-08-09 09:04:32 -04:00
github-actions[bot] 8a564ab585 Version Packages (next) 2022-08-09 09:56:01 +00:00
Fredrik Adelöw b80050657e use the right msw version
Signed-off-by: Fredrik Adelöw <freben@gmail.com>
2022-08-09 11:42:15 +02:00
Patrik Oldsberg 00d1527a12 Merge pull request #12835 from ONordander/catalog-backend-module-bitbucket-server
feat: add BitbucketServerEntityProvider (new plugin)
2022-08-09 10:17:48 +02:00
Patrik Oldsberg ebc360ee24 Merge pull request #13016 from awanlin/topic/github-provider-wildcards
GitHub Entity Provider - Improved support for wildcards in `catalogPath`
2022-08-08 17:13:01 +02:00
Ben Lambert f5c03bf0d8 Merge pull request #13008 from fabuloso/master
Add `reviewers` and `teamReviewers` params to `publish:github:pull-request` action
2022-08-08 17:11:54 +02:00
Fredrik Adelöw 059ae348b4 Use the non-deprecated form of table.unique in knex
Signed-off-by: Fredrik Adelöw <freben@gmail.com>
2022-08-08 16:48:10 +02:00
Andre Wanlin 68d492d2fc Fixed failing test
Signed-off-by: Andre Wanlin <67169551+awanlin@users.noreply.github.com>
2022-08-08 09:35:21 -05:00
kielosz 08562ebe11 Display minus sign in trends
Signed-off-by: kielosz <kielosz@gmail.com>
2022-08-08 16:05:43 +02:00
Francesco Saltori 5ffaf1cc17 Fix tests in CI
Signed-off-by: Francesco Saltori <francescosaltori@gmail.com>
2022-08-08 15:50:29 +02:00
Andre Wanlin 97f0a37378 Support catalogPath wildcards
Signed-off-by: Andre Wanlin <67169551+awanlin@users.noreply.github.com>
2022-08-08 08:22:56 -05:00
Fredrik Adelöw ac259ef3ee Merge pull request #13011 from backstage/freben/the-spanish-inquisition
Expect the unexpected
2022-08-08 15:12:35 +02:00
Fredrik Adelöw d4880aa6a7 Expect the unexpected
Signed-off-by: Fredrik Adelöw <freben@gmail.com>
2022-08-08 14:53:44 +02:00
Ben Lambert f3ed3fd2b7 Merge pull request #12821 from andmagom/master
[Kubernetes plugin] CRDs are configurable per cluster
2022-08-08 14:27:37 +02:00
Francesco Saltori a9c1c1580e Fix API report
Signed-off-by: Francesco Saltori <francescosaltori@gmail.com>
2022-08-08 12:13:38 +02:00
Francesco Saltori 3a0bdc3baa Improve params descriptions
Signed-off-by: Francesco Saltori <francescosaltori@gmail.com>
2022-08-08 11:46:33 +02:00
Francesco Saltori 0bcb545875 Regenerate API report
Signed-off-by: Francesco Saltori <francescosaltori@gmail.com>
2022-08-08 11:32:51 +02:00