Commit Graph

12772 Commits

Author SHA1 Message Date
Juan Lulkin e6715553b3 kubernetes-backend: Use imports directly from common
Signed-off-by: Juan Lulkin <jmaiz@spotify.com>
2021-04-29 17:34:17 +02:00
Juan Lulkin 37dc8d6e9c kubernetes-backend: Adds skipTLSVerify to ClusterDetails
Signed-off-by: Juan Lulkin <jmaiz@spotify.com>
2021-04-29 17:34:17 +02:00
Juan Lulkin fb4ebd961e plugin-kubernetes-common: Adds pass with no tests, since these are just types
Signed-off-by: Juan Lulkin <jmaiz@spotify.com>
2021-04-29 14:12:33 +02:00
Juan Lulkin 99930d194c kubernetes-common: Exports types in a way that pleases the transpiler
Signed-off-by: Juan Lulkin <jmaiz@spotify.com>
2021-04-29 14:12:32 +02:00
Juan Lulkin 219313b29d kubernetes-backend: Moves backend specific types back from common
Signed-off-by: Juan Lulkin <jmaiz@spotify.com>
2021-04-29 14:12:32 +02:00
Juan Lulkin a3b25f6c2e kubernetes: Removes schema.d.ts
Signed-off-by: Juan Lulkin <jmaiz@spotify.com>
2021-04-29 14:12:32 +02:00
Juan Lulkin 1cf63d00df plugin-kubernetes-common: Moves packages/kuberntes-common to plugins as per ADR11
Signed-off-by: Juan Lulkin <jmaiz@spotify.com>
2021-04-29 14:12:32 +02:00
Juan Lulkin f53fba29f6 kubernetes-common: Adds changeset and fixes linting
Signed-off-by: Juan Lulkin <jmaiz@spotify.com>
2021-04-29 14:09:07 +02:00
Juan Lulkin 0b61c22e0a kubernetes: Updates kubernetes frontend to use common
Signed-off-by: Juan Lulkin <jmaiz@spotify.com>
2021-04-29 14:09:07 +02:00
Juan Lulkin 1f790d756f kubernetes-backend: Updates kube backend to reexport types from common
Signed-off-by: Juan Lulkin <jmaiz@spotify.com>
2021-04-29 14:07:43 +02:00
Juan Lulkin 1d6159e40d kubernetes-common: Adds initial shared types and files
Signed-off-by: Juan Lulkin <jmaiz@spotify.com>
2021-04-29 14:03:13 +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
Fredrik Adelöw 2ec993027e Merge pull request #5528 from backstage/freben/master
fix master lint errors
2021-04-29 12:54:22 +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
Fredrik Adelöw 4b1ce5edb0 fix master lint errors
Signed-off-by: Fredrik Adelöw <freben@gmail.com>
2021-04-29 12:19:57 +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
Ben Lambert 9d7d8c4313 Merge pull request #5455 from backstage/blam/tugboat-e2e
Use Tugboat for E2E Tests for ReadTree
2021-04-29 10:56:09 +02:00
Patrik Oldsberg 58db025c7c Merge pull request #5503 from backstage/dependabot/npm_and_yarn/eslint-plugin-jest-24.3.6
chore(deps): bump eslint-plugin-jest from 24.1.5 to 24.3.6
2021-04-29 10:55:00 +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 7122e20b79 Merge pull request #5522 from backstage/dependabot/npm_and_yarn/kubernetes/client-node-0.14.3
chore(deps): bump @kubernetes/client-node from 0.14.0 to 0.14.3
2021-04-29 09:48:26 +02:00
dependabot[bot] c930715066 chore(deps): bump @kubernetes/client-node from 0.14.0 to 0.14.3
Bumps [@kubernetes/client-node](https://github.com/kubernetes-client/javascript) from 0.14.0 to 0.14.3.
- [Release notes](https://github.com/kubernetes-client/javascript/releases)
- [Changelog](https://github.com/kubernetes-client/javascript/blob/master/CHANGELOG.md)
- [Commits](https://github.com/kubernetes-client/javascript/compare/0.14.0...0.14.3)

Signed-off-by: dependabot[bot] <support@github.com>
2021-04-29 04:15:56 +00:00
Patrik Oldsberg 8ed8d01ac3 Merge pull request #5519 from backstage/dependabot/npm_and_yarn/y18n-3.2.2
chore(deps): bump y18n from 3.2.1 to 3.2.2
2021-04-29 01:50:05 +02:00
dependabot[bot] 2a4ad54f77 chore(deps): bump y18n from 3.2.1 to 3.2.2
Bumps [y18n](https://github.com/yargs/y18n) from 3.2.1 to 3.2.2.
- [Release notes](https://github.com/yargs/y18n/releases)
- [Changelog](https://github.com/yargs/y18n/blob/master/CHANGELOG.md)
- [Commits](https://github.com/yargs/y18n/commits)

Signed-off-by: dependabot[bot] <support@github.com>
2021-04-28 23:17:43 +00: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 d5bc75163f Merge pull request #5516 from backstage/imgbot
[ImgBot] Optimize images
2021-04-28 20:50:36 +02:00
ImgBotApp f4009504d3 [ImgBot] Optimize images
*Total -- 119.00kb -> 98.54kb (17.19%)

/microsite/static/img/circleci.png -- 16.30kb -> 9.54kb (41.43%)
/microsite/static/img/cost-insights.png -- 102.71kb -> 89.00kb (13.35%)

Signed-off-by: ImgBotApp <ImgBotHelp@gmail.com>
2021-04-28 18:38:11 +00: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
Patrik Oldsberg 858b7de1f6 Merge pull request #5433 from onematchfox/update-nginx-example
Update nginx deployment to use 1.19 features
2021-04-28 19:06:29 +02: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
Fredrik Adelöw 0b77708d21 Merge pull request #5515 from backstage/timbonicus/plugin-logos
Update cost-insights and circleci logos
2021-04-28 19:05:19 +02:00
Patrik Oldsberg 095d890e68 Merge pull request #5432 from jrusso1020/jrusso/fix-5420
[Fixes 5420] Update component example in documentation
2021-04-28 19:04:02 +02:00
Tim Hansen 30821b2b41 Update cost-insights and circleci logos
Signed-off-by: Tim Hansen <timbonicus@gmail.com>
2021-04-28 10:57:00 -06: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 8a59346490 Merge pull request #5509 from backstage/freben/catalog-tweaks
Tweaks to the v2 catalog ingestion
2021-04-28 18:21:10 +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
jrusso1020 55e1d9f3a5 update JSON
Signed-off-by: jrusso1020 <jrusso@brex.com>
2021-04-28 08:45:35 -06:00
Patrik Oldsberg 3d167eef48 Merge pull request #5437 from azhurbilo/lighthouse-disabled
Add ability to change Service type and exclude some k8s resources using vars  (Helm Chart)
2021-04-28 16:08:23 +02:00
Patrik Oldsberg e1bf45ecf0 Merge pull request #5453 from RoadieHQ/chart/update-docker-image
[chart] Update default docker image
2021-04-28 15:40:06 +02:00
Fredrik Adelöw c7de293327 Merge pull request #5473 from backstage/mob/catalog-mutations
catalog/next: Add support for entity mutations
2021-04-28 15:33:10 +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