Commit Graph

12833 Commits

Author SHA1 Message Date
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
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
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 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 044f9930d1 Merge pull request #5527 from RoadieHQ/github-discovery-faqs
Mention error handling on GitHub discovery docs
2021-05-03 13:00:10 +02: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 e70ec932bc Merge pull request #5553 from backstage/freben/composability-readmes
Minor composability etc docs changes
2021-05-03 11:30:25 +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 29e22d25b2 Merge pull request #5555 from backstage/dependabot/npm_and_yarn/winston-3.3.3
chore(deps): bump winston from 3.2.1 to 3.3.3
2021-05-03 09:04:28 +02:00
dependabot[bot] 1268d64f0e chore(deps): bump winston from 3.2.1 to 3.3.3
Bumps [winston](https://github.com/winstonjs/winston) from 3.2.1 to 3.3.3.
- [Release notes](https://github.com/winstonjs/winston/releases)
- [Changelog](https://github.com/winstonjs/winston/blob/master/CHANGELOG.md)
- [Commits](https://github.com/winstonjs/winston/compare/3.2.1...v3.3.3)

Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: Fredrik Adelöw <freben@gmail.com>
2021-05-03 08:36:08 +02:00
Fredrik Adelöw 1fec557a1d Merge pull request #5554 from backstage/dependabot/npm_and_yarn/swagger-ui-react-3.48.0
chore(deps): bump swagger-ui-react from 3.45.1 to 3.48.0
2021-05-03 08:33:12 +02:00
dependabot[bot] e8438df861 chore(deps): bump @octokit/auth-app from 2.10.5 to 3.4.0
Bumps [@octokit/auth-app](https://github.com/octokit/auth-app.js) from 2.10.5 to 3.4.0.
- [Release notes](https://github.com/octokit/auth-app.js/releases)
- [Commits](https://github.com/octokit/auth-app.js/compare/v2.10.5...v3.4.0)

Signed-off-by: dependabot[bot] <support@github.com>
2021-05-03 04:44:57 +00:00
dependabot[bot] 8f276d072b chore(deps): bump swagger-ui-react from 3.45.1 to 3.48.0
Bumps [swagger-ui-react](https://github.com/swagger-api/swagger-ui) from 3.45.1 to 3.48.0.
- [Release notes](https://github.com/swagger-api/swagger-ui/releases)
- [Commits](https://github.com/swagger-api/swagger-ui/compare/v3.45.1...v3.48.0)

Signed-off-by: dependabot[bot] <support@github.com>
2021-05-03 04:20:11 +00: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
Fredrik Adelöw 2e506a571c Merge pull request #5550 from adamdmharvey/custom-logo
docs: Add custom logo instructions
2021-05-02 19:02:12 +02:00
Adam Harvey 6f3d98450f Clarifications on usage
Signed-off-by: Adam Harvey <adaharve@cisco.com>
2021-05-01 08:28:34 -04:00
Adam Harvey 2dea4154df Proper caps of Backstage
Signed-off-by: Adam Harvey <adaharve@cisco.com>
2021-05-01 08:27:03 -04:00
Adam Harvey 550a5ff0b6 Reword personalized sentence
Signed-off-by: Adam Harvey <adaharve@cisco.com>
2021-05-01 08:26:44 -04:00
Adam Harvey 0568748677 Add custom logo instructions
Signed-off-by: Adam Harvey <adaharve@cisco.com>
2021-05-01 08:26:22 -04: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
David Tuite 650af9bc95 Move processor error handling to configuration docs
Signed-off-by: David Tuite <david@roadie.io>
2021-05-01 11:15:03 +01: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 Balachandran af7543c0e7 Merge pull request #5546 from backstage/fix-techdocs-backend-config
awsS3 option endpoint -> s3ForcePathStyle
2021-04-30 14:07:45 +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
Fredrik Adelöw 2860cead6f Merge pull request #5537 from backstage/dependabot/npm_and_yarn/types/luxon-1.26.5
chore(deps-dev): bump @types/luxon from 1.26.0 to 1.26.5
2021-04-30 06:50:52 +02:00
Fredrik Adelöw d1b5088545 Merge pull request #5538 from backstage/dependabot/npm_and_yarn/start-server-and-test-1.12.1
chore(deps-dev): bump start-server-and-test from 1.12.0 to 1.12.1
2021-04-30 06:49:40 +02:00
Fredrik Adelöw cc65782674 Merge pull request #5539 from backstage/dependabot/npm_and_yarn/types/passport-google-oauth20-2.0.7
chore(deps-dev): bump @types/passport-google-oauth20 from 2.0.3 to 2.0.7
2021-04-30 06:48:32 +02:00
dependabot[bot] d8d22dd933 chore(deps-dev): bump @types/passport-google-oauth20 from 2.0.3 to 2.0.7
Bumps [@types/passport-google-oauth20](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/passport-google-oauth20) from 2.0.3 to 2.0.7.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/passport-google-oauth20)

Signed-off-by: dependabot[bot] <support@github.com>
2021-04-30 04:14:12 +00:00
dependabot[bot] 799c1d69cf chore(deps-dev): bump start-server-and-test from 1.12.0 to 1.12.1
Bumps [start-server-and-test](https://github.com/bahmutov/start-server-and-test) from 1.12.0 to 1.12.1.
- [Release notes](https://github.com/bahmutov/start-server-and-test/releases)
- [Commits](https://github.com/bahmutov/start-server-and-test/compare/v1.12.0...v1.12.1)

Signed-off-by: dependabot[bot] <support@github.com>
2021-04-30 04:11:42 +00:00
dependabot[bot] 7c8a0c1b09 chore(deps-dev): bump @types/luxon from 1.26.0 to 1.26.5
Bumps [@types/luxon](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/luxon) from 1.26.0 to 1.26.5.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/luxon)

Signed-off-by: dependabot[bot] <support@github.com>
2021-04-30 04:08:24 +00: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 e97d42b5f4 Merge pull request #5493 from monzo/multiple-filter-params
catalog-client: allow `filter` param to be specified multiple times
2021-04-29 18:01:38 +02:00
Will Sewell 4e6168da41 Update public API docs
Result of running `yarn build:api-reports`.

Signed-off-by: Will Sewell <willsewell@monzo.com>
2021-04-29 16:17:45 +01: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
Patrik Oldsberg 143963c3c4 Merge pull request #5531 from backstage/freben/terchradar
Update tech radar README for composability
2021-04-29 16:05:35 +02:00