Commit Graph

1869 Commits

Author SHA1 Message Date
Fredrik Adelöw 266160aa29 Merge pull request #5558 from monzo/useRelatedEntities-batches
Fetch relations in batches in `useRelatedEntities`
2021-05-04 11:34:54 +02:00
Fredrik Adelöw bb387a3c71 Merge pull request #5461 from erikxiv/fix/techdocs-feedback-config-optional
fix: optional git config for techdocs feedback
2021-05-04 07:50:20 +02:00
Fredrik Adelöw a4b47da357 Merge pull request #5545 from tviaud/scaffolder_github_pr_fix
Plugin Scaffolder-Backend: GitHub Pull Request Action fix
2021-05-03 21:24:05 +02:00
Fredrik Adelöw f05116f3e5 Merge pull request #5562 from jrusso1020/jrusso/fixes-part-of-5535
Close eventstreams upon completion
2021-05-03 18:47:24 +02:00
jrusso1020 9314a85926 Close eventstreams upon completion
Previously we were not closing eventSource's upon completion which
lead to stale eventstream calls persisting across a session in the
scaffolder. This calls eventSource.close() properly in order to
clean up an eventStream once we get completion event

Signed-off-by: jrusso1020 <jrusso@brex.com>
2021-05-03 09:27:44 -06:00
Oliver Sand f852f7381c Revert "Add support for json schema to API docs"
Signed-off-by: Oliver Sand <oliver.sand@sda-se.com>
2021-05-03 17:25:15 +02:00
Will Sewell cacf8e4467 Merge branch 'master' into useRelatedEntities-batches 2021-05-03 15:15:24 +01:00
Fredrik Adelöw 5c3a5306c1 Merge pull request #5560 from backstage/freben/peer-deps
Fix most of the yarn install transitive dependency warnings
2021-05-03 16:02:55 +02:00
Fredrik Adelöw a6e5293984 Merge pull request #5521 from splunk/fix-yarn-build-lax
[Fixes #5520] yarn build does not have --lax option exposed
2021-05-03 14:26:09 +02:00
Fredrik Adelöw adb440cf53 Merge pull request #5547 from simonknittel/fix-5544
Add support for non-organization accounts in GitHub Discovery
2021-05-03 13:26:16 +02:00
Fredrik Adelöw f65adcde73 Fix most of the yarn install transitive dependency warnings
Signed-off-by: Fredrik Adelöw <freben@gmail.com>
2021-05-03 13:25:12 +02:00
Oliver Sand 2b5506a5d7 Merge pull request #5532 from SDA-SE/feat/json-schmea
Add support for json schema to API docs
2021-05-03 13:15:50 +02:00
Will Sewell 81c54d1f25 Fetch useRelatedEntities in batches
Rather than making a request per relation, filter multiple
relations in a single request.

To avoid the query string getting very large, make multiple
requests on bacthes of 100 relations.

Signed-off-by: Will Sewell <willsewell@monzo.com>
2021-05-03 12:14:13 +01:00
Fredrik Adelöw 2b59ff4299 Merge pull request #5556 from backstage/dependabot/npm_and_yarn/octokit/auth-app-3.4.0
chore(deps): bump @octokit/auth-app from 2.10.5 to 3.4.0
2021-05-03 12:58:55 +02:00
Fredrik Adelöw 4eb801f3e2 Merge pull request #5548 from backstage/jhaals/align-hook-versions
chore: Use the same version of react-hook-form across packages
2021-05-03 12:57:03 +02:00
Fredrik Adelöw 38ca051682 The default @octokit/rest dependency was bumped to "^18.5.3".
Signed-off-by: Fredrik Adelöw <freben@gmail.com>
2021-05-03 11:15:22 +02:00
Simon Knittel 227439a723 Switch back to a single query again; Update tests and add changeset
Signed-off-by: Simon Knittel <hallo@simonknittel.de>
2021-05-01 13:40:11 +02:00
Johan Haals 80888659bf chore: Align react-hook-form version across project
Signed-off-by: Johan Haals <johan.haals@gmail.com>
2021-04-30 15:37:55 +02:00
Thomas Viaud 69eefb5aeb feat(scaffolder-backend,doc): Adding Documentation for plugin
Signed-off-by: Thomas Viaud <t.viaud@elsevier.com>
2021-04-30 11:34:08 +01:00
Anders Näsman 55d84d7ce4 Merge pull request #5523 from RoadieHQ/tech-docs-s3-like-services
Tech docs with s3-like services
2021-04-30 11:48:55 +02:00
Ryan Vazquez 5c831724ec Merge pull request #5439 from backstage/cost-insights-optional-ratio
cost insights: make change.ratio optional
2021-04-29 16:39:53 -04:00
Erik Larsson 4075c63675 fix: optional git config for techdocs feedback
Signed-off-by: Erik Larsson <erik.larsson@schibsted.com>
2021-04-29 17:14:49 +02:00
Will Sewell 2a35c2ac38 Merge branch 'master' into multiple-filter-params 2021-04-29 16:09:33 +01:00
Fredrik Adelöw 50a3012f8c Merge pull request #5490 from onematchfox/fix/proxy-config-env-vars
Remove requirement for proxy routes to be prefixed with `/`
2021-04-29 16:55:58 +02:00
Patrik Oldsberg 79935e2d44 Merge pull request #5505 from backstage/dependabot/npm_and_yarn/json-schema-0.3.0
chore(deps): bump json-schema from 0.2.5 to 0.3.0
2021-04-29 16:39:54 +02:00
Oliver Sand cec7fb9b37 Add support for json schema to API docs
Signed-off-by: Oliver Sand <oliver.sand@sda-se.com>
2021-04-29 16:27:08 +02:00
Fredrik Adelöw b2e2ec7533 Update tech radar README for composability
Signed-off-by: Fredrik Adelöw <freben@gmail.com>
2021-04-29 15:49:01 +02:00
Will Sewell 86891fd274 Rename 'param' -> 'parameter' in changeset
Signed-off-by: Will Sewell <willsewell@monzo.com>
2021-04-29 12:36:41 +01:00
github-actions[bot] 44abfaada6 Version Packages 2021-04-29 13:35:03 +02:00
Fredrik Adelöw 3ace5cef8b Merge pull request #5459 from kuangp/feat/entityLayoutRoute
feat(EntityLayout): add 'if' prop to Route component
2021-04-29 13:26:13 +02:00
Oliver Sand 5b2fc0e63b Merge pull request #5508 from SDA-SE/feat/fix-asyncapi
Resolve issues with AsyncAPI rendering
2021-04-29 13:12:08 +02:00
Dominik Henneke 1e16fa6c89 Merge pull request #5451 from SDA-SE/feat/scaffolder-anyof
Support anyOf schemas in the scaffolder template
2021-04-29 12:50:28 +02:00
Eric Peterson a99e0bc42c [Search] Improvements to DefaultCatalogCollator (#5491)
* Add owner/lifecycle to default catalog document and allow location to be configured by integrators.

Signed-off-by: Eric Peterson <ericpeterson@spotify.com>

* Test the DefaultCatalogCollator

Signed-off-by: Eric Peterson <ericpeterson@spotify.com>

* Changeset.

Signed-off-by: Eric Peterson <ericpeterson@spotify.com>
2021-04-29 11:38:21 +02:00
Jussi Hallila e9e56b01ac Add possibility to use path style discovery on S3 tech docs. Enables the possibility to support S3-like buckets that rely on path style API like Localstack.
Signed-off-by: Jussi Hallila <jussi@hallila.com>
2021-04-29 10:54:42 +02:00
Patrik Oldsberg 4b04c77d86 Merge pull request #5506 from SDA-SE/feat/link-grid-item
Support `gridItem` variant for `EntityLinksCard`
2021-04-29 10:54:33 +02:00
Dominik Henneke 1ca2b94283 Merge remote-tracking branch 'upstream/master' into feat/scaffolder-anyof 2021-04-29 10:38:41 +02:00
Dominik Henneke 08e32cf913 Add support for oneOf and allOf
Signed-off-by: Dominik Henneke <dominik.henneke@sda-se.com>
2021-04-29 10:38:33 +02:00
Patrik Oldsberg af95750c5b Merge pull request #5485 from GunnerStraiker1/Starred-templates
Enable Starred templates on Create New Component
2021-04-29 10:35:46 +02:00
Heather Lee fc79a6dd3c Added changeset
Signed-off-by: Heather Lee <heatherl@splunk.com>
2021-04-28 17:27:58 -07:00
Ryan Vazquez 17f0850108 Merge pull request #5500 from kuangp/feat/costInsights
feat(CostInsights): support a display friendly name prop for projects
2021-04-28 13:10:36 -04:00
Phil Kuang b98de52ae8 feat(CostInsights): support a display friendly name prop for projects
Signed-off-by: Phil Kuang <pkuang@factset.com>
2021-04-28 13:06:24 -04:00
Patrik Oldsberg c134eb768b Merge pull request #5378 from ashirley/emptyStateInCard
Wrap EmptyState in a Card
2021-04-28 18:45:11 +02:00
Patrik Oldsberg d8b81fd28b changesets: add changeset for json-schema bump
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
2021-04-28 16:11:29 +02:00
Will bd877d4518 Make "patch"-level change instead of "minor"
Signed-off-by: Will Sewell <willsewell@monzo.com>
2021-04-28 14:31:40 +01:00
Will d1b1306d98 catalog-client: allow filter param to be specified multiple times
This is possible on the backend, see:

- https://github.com/backstage/backstage/blob/f9d077f5f6c3bf1e20255359798dd1febbeb3e27/plugins/catalog-backend/src/database/types.ts#L129-L131
- https://github.com/backstage/backstage/blob/f9d077f5f6c3bf1e20255359798dd1febbeb3e27/plugins/catalog-backend/src/service/request/parseEntityFilterParams.ts#L25-L42

Signed-off-by: Will Sewell <willsewell@monzo.com>
2021-04-28 14:31:26 +01:00
Oliver Sand 1ce80ff022 Resolve issues with AsyncAPI rendering by updating @asyncapi/react-component to 0.23.0
Signed-off-by: Oliver Sand <oliver.sand@sda-se.com>
2021-04-28 12:55:50 +02:00
Oliver Sand da546ce005 Support gridItem variant for EntityLinksCard
This makes it similar to other cards.

Signed-off-by: Oliver Sand <oliver.sand@sda-se.com>
2021-04-28 09:12:25 +02:00
Patrik Oldsberg f72aa8116a Merge pull request #5435 from ougfh/add-filtering-to-apis-explorer
Filter returned fields in apis explorer
2021-04-28 01:19:05 +02:00
Tim Hansen a1783f3060 Add nebula-preview
Signed-off-by: Tim Hansen <timbonicus@gmail.com>
2021-04-27 11:07:15 -06:00
Patrik Oldsberg 61fdfd70a3 Merge pull request #5353 from backstage/rugvip/plugins-docs
docs,READMEs: updates for composability changes
2021-04-27 17:47:13 +02:00