Will Sewell
4dcab64185
Update test mocks to expect call to getEntities
...
Signed-off-by: Will Sewell <willsewell@monzo.com >
2021-05-04 08:56:30 +01:00
Will Sewell
fd9822432d
Group relations by kind and namespace
...
Signed-off-by: Will Sewell <willsewell@monzo.com >
2021-05-03 17:21:57 +01:00
Will Sewell
cf3faccd84
Use lodash chunk to create batches
...
Signed-off-by: Will Sewell <willsewell@monzo.com >
2021-05-03 15:58:33 +01:00
Will Sewell
33c21766a9
Add lodash to catalog-react
...
Signed-off-by: Will Sewell <willsewell@monzo.com >
2021-05-03 15:55:01 +01:00
Will Sewell
cacf8e4467
Merge branch 'master' into useRelatedEntities-batches
2021-05-03 15:15:24 +01:00
Will Sewell
e763b7b156
Reduce batch size to 20
...
Signed-off-by: Will Sewell <willsewell@monzo.com >
2021-05-03 13:36:22 +01: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
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
Fredrik Adelöw
b99ac3f6e1
Minor composability etc docs changes
...
Signed-off-by: Fredrik Adelöw <freben@gmail.com >
2021-05-02 22:13:05 +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
Simon Knittel
c1238cc022
Use different query for GitHub Discovery depending on the repository owner
...
Signed-off-by: Simon Knittel <hallo@simonknittel.de >
2021-05-01 11:07:17 +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
Simon Knittel
382f8f8f84
Add support for non-organization accounts in GitHub Discovery
...
Signed-off-by: Simon Knittel <hallo@simonknittel.de >
2021-04-30 15:19:25 +02:00
Raghunandan
a1351acc87
awsS3 option endpoint -> s3ForcePathStyle
...
Signed-off-by: Raghunandan <soapraj@gmail.com >
2021-04-30 13:50:18 +02: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
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
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
Fredrik Adelöw
6179bff5f0
depend on core, not core-api
...
Signed-off-by: Fredrik Adelöw <freben@gmail.com >
2021-04-29 12:59:42 +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
Fredrik Adelöw
12cbc6a4af
Merge pull request #5517 from backstage/freben/more-catalog-refactor
...
Minor catalog cleanups continue
2021-04-29 11:31:19 +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
Fredrik Adelöw
0f2e4098f0
some light renaming
...
Signed-off-by: Fredrik Adelöw <freben@gmail.com >
2021-04-28 21:19:25 +02:00
Fredrik Adelöw
0f26d52325
remove unnecessary copying of migration files
...
Signed-off-by: Fredrik Adelöw <freben@gmail.com >
2021-04-28 19:25:56 +02:00
Fredrik Adelöw
410be7722c
exclude status instead of state, and also attachments while we're at it
...
Signed-off-by: Fredrik Adelöw <freben@gmail.com >
2021-04-28 19:25:24 +02:00
Fredrik Adelöw
9c622c2b7a
Merge pull request #5514 from backstage/freben/catalog-typo
...
Minor typo entites -> entities and remove unused type
2021-04-28 19:22:10 +02: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
Fredrik Adelöw
a7a68535e1
Minor typo entites -> entities and remove unused type
...
Signed-off-by: Fredrik Adelöw <freben@gmail.com >
2021-04-28 18:35:29 +02:00
Fredrik Adelöw
d6cfbc797f
Tweaks to the v2 catalog ingestion
...
Signed-off-by: Fredrik Adelöw <freben@gmail.com >
2021-04-28 17:15:12 +02:00
Fredrik Adelöw
11461a20b3
await the connection
...
Signed-off-by: Fredrik Adelöw <freben@gmail.com >
2021-04-28 14:50:05 +02: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
Fredrik Adelöw
e2000428ae
add forgotten index
...
Signed-off-by: Fredrik Adelöw <freben@gmail.com >
2021-04-28 12:18:41 +02:00
blam
ec848a257d
chore: disable tests for now
...
Signed-off-by: blam <ben@blam.sh >
2021-04-28 11:57:33 +02:00
Fredrik Adelöw
35b3246116
update the stitcher including search
...
Signed-off-by: Fredrik Adelöw <freben@gmail.com >
2021-04-28 11:56:34 +02:00