Commit Graph

7665 Commits

Author SHA1 Message Date
Fredrik Adelöw 3d15619d49 Merge pull request #10287 from AaronvDiepen/master
Implement code changes as suggested by analysis tools
2022-03-21 19:51:32 +01:00
Fredrik Adelöw 19f693eeb1 Merge pull request #10315 from alexrybch/plugin-fetch-api
RequestInit instead of Request in PluginProtocolResolverFetchMiddleware
2022-03-21 17:33:42 +01:00
Fredrik Adelöw c0e9864d27 Merge pull request #10244 from backstage/dependabot/npm_and_yarn/ajv-8.10.0
build(deps): bump ajv from 7.0.3 to 8.10.0
2022-03-21 16:40:54 +01:00
Fredrik Adelöw 86c32c4902 works with the Request input as well
Signed-off-by: Fredrik Adelöw <freben@gmail.com>
2022-03-21 15:50:26 +01:00
Patrik Oldsberg f588a145a6 Merge pull request #10138 from backstage/rugvip/add-deps
cli: add experimental package fix command
2022-03-21 15:07:30 +01:00
Fredrik Adelöw 3b4e2d560a Merge pull request #10336 from backstage/dependabot/npm_and_yarn/react-use-17.3.2
build(deps): bump react-use from 17.2.4 to 17.3.2
2022-03-21 14:21:32 +01:00
Fredrik Adelöw 9c6e849d1c make the act() expecting test more robust to variations, and fix missing await
Signed-off-by: Fredrik Adelöw <freben@gmail.com>
2022-03-21 13:43:39 +01:00
Ben Lambert 5ca72f716a Merge pull request #10238 from RoadieHQ/add-external-id-to-s3-integration
Add external ID to S3 integration
2022-03-21 10:34:51 +01:00
blam c0697dcf88 chore: making the breaking change for this - perhaps a better way to do the deprecation though.
Signed-off-by: blam <ben@blam.sh>
2022-03-21 10:32:49 +01:00
dependabot[bot] e0a51384ac build(deps): bump ajv from 7.0.3 to 8.10.0
Bumps [ajv](https://github.com/ajv-validator/ajv) from 7.0.3 to 8.10.0.
- [Release notes](https://github.com/ajv-validator/ajv/releases)
- [Commits](https://github.com/ajv-validator/ajv/compare/v7.0.3...v8.10.0)

---
updated-dependencies:
- dependency-name: ajv
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-03-21 10:32:49 +01:00
Patrik Oldsberg 68d79c0bca cli: exit list-deprecations with error code if deprecations are found
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
2022-03-20 13:00:24 +01:00
Patrik Oldsberg 948a56f401 cli: add list-deprecations command
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
2022-03-20 12:05:22 +01:00
Patrik Oldsberg 94ea8dd84c cli: sort dependencies
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
2022-03-20 11:56:07 +01:00
Patrik Oldsberg 9a86b65359 cli: rename add-deps to package fix
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
2022-03-19 10:22:29 +01:00
Alex Rybchenko 095cb436be pass RequestInit instead of Request in PluginProtocolResolverFetchMiddleware
Signed-off-by: Alex Rybchenko <arybchenko@box.com>
2022-03-18 16:22:37 +01:00
Patrik Oldsberg d3a16b7c4d Merge pull request #10293 from Bonial-International-GmbH/PJ_support-config
fix: ref to backstage/backstage at support config warning
2022-03-18 14:49:50 +01:00
Fredrik Adelöw f6a50ace9c Merge pull request #10307 from RoadieHQ/update-roadie-packages
Update roadie packages
2022-03-18 14:20:29 +01:00
irma12 f0284d5c1f Update roadie packages
Signed-off-by: irma12 <irma@roadie.io>
2022-03-18 12:32:41 +01:00
Fredrik Adelöw e47370f9e6 Merge pull request #10276 from backstage/freben/sikrit
fix the secret marker in database config
2022-03-18 11:12:13 +01:00
Johan Haals 45153b3b08 Merge pull request #10239 from getndazn/fix/github-workflow-scope
replacing workflow:write scope with workflow, workflow:write is invalid.
2022-03-18 10:40:03 +01:00
Patrick Jungermann 19648d5cf5 fix: ref to backstage/backstage at support config warning
Signed-off-by: Patrick Jungermann <Patrick.Jungermann@gmail.com>
2022-03-17 23:56:49 +01:00
AaronvDiepen 99f9406a2d Implemented changes suggested by Deepsource.io
Signed-off-by: AaronvDiepen <aaronvdiepen@gmail.com>
2022-03-17 18:41:46 +01:00
Fredrik Adelöw f9f512559b fix the secret marker in database config
Signed-off-by: Fredrik Adelöw <freben@gmail.com>
2022-03-17 15:30:47 +01:00
github-actions[bot] 0bc1611d6e Version Packages 2022-03-17 09:02:30 +00:00
Jussi Hallila b70bdac610 Modify based on code review comments.
Signed-off-by: Jussi Hallila <jussi@hallila.com>
2022-03-17 08:44:20 +01:00
Marco Crivellaro e0308ca6ec replacing workflow:write scope with workflow, workflow:write is invalid.
Signed-off-by: Marco Crivellaro <marco.crive@gmail.com>
2022-03-16 17:19:26 +00:00
Ben Lambert 6f07905aa0 Merge pull request #9841 from kuangp/feat/templatePreview
[PRFC] Previewing Scaffolder Template UI Forms
2022-03-16 18:01:20 +01:00
Iain Billett 84d475d4e3 Merge remote-tracking branch 'upstream/master' into add-external-id-to-s3-integration 2022-03-16 15:46:21 +00:00
Phil Kuang d8716924d6 feat(TemplatePreviewPage): implement a view for previewing template form UIs
Signed-off-by: Phil Kuang <pkuang@factset.com>
2022-03-16 10:34:52 -04:00
Iain Billett 6927f8541a Update API report
Signed-off-by: Iain Billett <iain@roadie.io>
2022-03-16 12:09:27 +00:00
Patrik Oldsberg 99acfa92dc example-app: temporary fix for entity API breakage
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
2022-03-16 09:44:38 +01:00
Iain Billett 1e10a3f9ef Merge remote-tracking branch 'upstream/master' into add-external-id-to-s3-integration 2022-03-15 16:57:27 +00:00
Fredrik Adelöw 132189e466 catalog-model: make User spec.memberOf theoretically - but not practically - optional
Signed-off-by: Fredrik Adelöw <freben@gmail.com>
2022-03-15 15:06:35 +01:00
Ben Lambert 2d63d04743 Merge pull request #10078 from KaemonIsland/update-header-styles
Change header style word-wrap from break-all to break-word
2022-03-15 13:21:26 +01:00
Patrik Oldsberg 4e3e34e120 Merge pull request #10198 from backstage/rugvip/memory
config-loader: lazy load typescript-json-schema
2022-03-15 12:16:11 +01:00
Ben Lambert 9bd1995528 Merge pull request #9892 from backstage/dependabot/npm_and_yarn/aws-sdk-mock-5.6.2
chore(deps-dev): bump aws-sdk-mock from 5.2.1 to 5.6.2
2022-03-15 12:05:30 +01:00
Patrik Oldsberg 664821371e config-loader: lazy load typescript-json-schema
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
2022-03-15 11:35:20 +01:00
Patrik Oldsberg 0163c41be2 catalog-client,catalog-backend: removed deprecated presence field
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
2022-03-15 11:12:08 +01:00
Fredrik Adelöw 6565f2c50b Merge pull request #10147 from rex4539/typos
Fix typos
2022-03-15 11:01:46 +01:00
Emma Indal fe6814471a Merge pull request #10174 from backstage/emmaindal/techdocs-clean-up-deprecations
[TechDocs] clean up deprecations
2022-03-15 11:00:17 +01:00
blam 848157fb49 chore: fixing tests
Signed-off-by: blam <ben@blam.sh>
2022-03-15 10:39:04 +01:00
dependabot[bot] f910c2a3f8 build(deps): bump typescript-json-schema from 0.52.0 to 0.53.0
Bumps [typescript-json-schema](https://github.com/YousefED/typescript-json-schema) from 0.52.0 to 0.53.0.
- [Release notes](https://github.com/YousefED/typescript-json-schema/releases)
- [Commits](https://github.com/YousefED/typescript-json-schema/compare/v0.52.0...v0.53.0)

---
updated-dependencies:
- dependency-name: typescript-json-schema
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-03-15 04:08:08 +00:00
Emma Indal b44692890b tests fixups
Signed-off-by: Emma Indal <emma.indahl@gmail.com>
2022-03-14 22:39:18 +01:00
irma12 06e8d02b9b Include roadie packages in app
Signed-off-by: irma12 <irma@roadie.io>
2022-03-14 16:46:22 +01:00
Eric Peterson 82b0190155 Final release for old search/techdocs common packages.
Signed-off-by: Eric Peterson <ericpeterson@spotify.com>
2022-03-14 14:13:24 +01:00
Fredrik Adelöw fc0ff39ece Merge pull request #10038 from anicke/gerrit
Added a ScmIntegration for Gerrit
2022-03-14 13:39:47 +01:00
Patrik Oldsberg 97716eae20 Merge pull request #10149 from backstage/rugvip/testext
cli: fix test file matching
2022-03-14 12:09:27 +01:00
Johan Haals 54e2cebb75 Merge pull request #10162 from backstage/jhaals/remove-EntityName
catalog-model: Remove EntityName & getEntityName
2022-03-14 11:27:01 +01:00
Niklas Aronsson 0885854ff3 Fixed review comments
* Rename "apiBaseUrl" to the more suitable "baseUrl".
* Removed the Gerrit location doc (will be added later together
  with the "urlReader" implementation.
* Fixed the line number handling in Gerrit/resolveUrl.

Signed-off-by: Niklas Aronsson <niklasar@axis.com>
2022-03-14 10:34:53 +01:00
Johan Haals a04dbc22d7 catalog-model: Remove EntityName & getEntityName
Signed-off-by: Johan Haals <johan.haals@gmail.com>
2022-03-14 10:01:09 +01:00