Commit Graph

101 Commits

Author SHA1 Message Date
github-actions[bot] 0e120c5c66 Version Packages
Signed-off-by: Fredrik Adelöw <freben@gmail.com>
2021-03-11 13:45:44 +01:00
Matthew Clarke e2c1b3fb6a Kubernetes: initial CRD framework (#4892)
* Kubernetes: initial CRD framework

Signed-off-by: mclarke <mclarke@spotify.com>

* use luxon instead of date-fns

Signed-off-by: mclarke <mclarke@spotify.com>

* fix test

Signed-off-by: mclarke <mclarke@spotify.com>

* update ui schema

Signed-off-by: mclarke <mclarke@spotify.com>

* update app config

Signed-off-by: mclarke <mclarke@spotify.com>

* rollout tests

Signed-off-by: mclarke <mclarke@spotify.com>

* add default custom resource component

Signed-off-by: mclarke <mclarke@spotify.com>

* make custom resources optional

Signed-off-by: mclarke <mclarke@spotify.com>

* add docs

Signed-off-by: mclarke <mclarke@spotify.com>

* prettier

Signed-off-by: mclarke <mclarke@spotify.com>

* replace core-api usage with core

Signed-off-by: mclarke <mclarke@spotify.com>
2021-03-11 10:32:41 +00:00
dependabot[bot] 63887ea84d chore(deps-dev): bump @types/node from 12.12.58 to 14.14.32
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 12.12.58 to 14.14.32.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)

Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: Fredrik Adelöw <freben@gmail.com>
2021-03-08 13:19:08 +01:00
Matthew Clarke 9581ff0b4f Kubernetes: lookup cluster config from google api when using GKE (#4844)
* Restructure config; add GKE cluster locator

Signed-off-by: mclarke <mclarke@spotify.com>

* PR feedback

Signed-off-by: mclarke <mclarke@spotify.com>

* fix region typo

Signed-off-by: mclarke <mclarke@spotify.com>

* replace config api call with clusters endpoint

Signed-off-by: mclarke <mclarke@spotify.com>

* missed tsc error

Signed-off-by: mclarke <mclarke@spotify.com>

* doc tweak

Signed-off-by: mclarke <mclarke@spotify.com>
2021-03-08 10:27:09 +00:00
Patrik Oldsberg 0e068db972 run prettier
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
2021-03-07 23:37:48 +01:00
Ben Lambert f094bf7823 Merge pull request #4791 from ayshiff/feature/kubernetes-clusters-config
Kubernetes plugin: Read cluster config from api
2021-03-04 20:44:01 +01:00
github-actions[bot] ff2ab4fade Version Packages 2021-03-04 13:11:10 +00:00
Remi 61c9c0ba0e fix(kubernetes-plugin): read cluster config from api
Signed-off-by: Remi <remi.d45@gmail.com>
2021-03-04 01:08:28 +01:00
Patrik Oldsberg 1a22f83c28 Merge pull request #4647 from backstage/dependabot/npm_and_yarn/testing-library/react-11.2.5
chore(deps): bump @testing-library/react from 10.4.3 to 11.2.5
2021-03-01 18:17:08 +01:00
dependabot[bot] bcbff6d76f chore(deps): bump @testing-library/react from 10.4.3 to 11.2.5
Bumps [@testing-library/react](https://github.com/testing-library/react-testing-library) from 10.4.3 to 11.2.5.
- [Release notes](https://github.com/testing-library/react-testing-library/releases)
- [Changelog](https://github.com/testing-library/react-testing-library/blob/master/CHANGELOG.md)
- [Commits](https://github.com/testing-library/react-testing-library/compare/v10.4.3...v11.2.5)

Signed-off-by: dependabot[bot] <support@github.com>
2021-02-25 09:56:31 +01:00
Fredrik Adelöw ebddd63bc1 Merge pull request #4649 from backjo/feature/AwsAuthProvider
fix: add aws auth provider on kubernetes plugin
2021-02-23 22:14:11 +01:00
Fidel Coria b636e2c437 Merge branch 'master' of https://github.com/spotify/backstage into k8s-load-with-only-queryselector 2021-02-23 10:17:16 -06:00
Fidel Coria 7ad5ad8842 add link to k8s docs on Missing Annotation page 2021-02-23 09:12:50 -06:00
github-actions[bot] 4ae0467c2f Version Packages 2021-02-23 10:31:40 +01:00
Jonah Back 42c8ebb793 fix: add aws auth provider on FE kubernetes plugin 2021-02-22 22:15:30 -08:00
Fidel Coria 272d960550 load k8s info with only label selector query
[Docs](https://backstage.io/docs/features/kubernetes/configuration#surfacing-your-kubernetes-components-as-part-of-an-entity)
say `label selector takes precedence over the annotation/service id.`
but ```
annotations:
  'backstage.io/kubernetes-id': dice-roller
```
is always required.
updated logic to allow for only label selector
(without backstage.io/kubernetes-id)
2021-02-19 17:05:18 -06:00
github-actions[bot] 4188c2ccb4 Version Packages 2021-02-18 13:23:19 +00:00
github-actions[bot] aa49ca2284 Version Packages 2021-02-11 10:15:47 +00:00
Patrik Oldsberg eacf540bbd inline optional id token auth headers 2021-02-10 13:58:12 +01:00
Patrik Oldsberg 6a50c6747d Merge branch 'master' into feat/api-auth-client 2021-02-10 11:39:45 +01:00
Patrik Oldsberg f036c89875 Merge branch 'master' into rugvip/moreports 2021-02-04 19:43:32 +01:00
github-actions[bot] 6794967d20 Version Packages 2021-02-04 13:02:30 +00:00
Erik Larsson 320708e171 Only add authorization header if token exists 2021-02-03 02:17:35 +01:00
Erik Larsson 6ed2b47d60 Add identity token to api requests 2021-02-03 02:17:32 +01:00
Patrik Oldsberg 64b9efac2e kubernets: migrate to new composability API 2021-02-02 23:51:30 +01:00
Debajyoti Halder 4dad818e01 Merge branch 'master' of https://github.com/spotify/backstage into lintMod 2021-01-29 14:05:27 +05:30
Debajyoti Halder 6106345e6d Update project with latest eslint rules 2021-01-29 11:55:12 +05:30
github-actions[bot] cda741034d Version Packages 2021-01-28 10:46:08 +00:00
Ben Lambert 3362a8571b Merge pull request #4250 from adamdmharvey/k8s-realign-doco
docs: Update Kubernetes section with install & configure
2021-01-26 10:37:05 +01:00
Ben Lambert 11b083badd Merge pull request #4228 from backjo/feature/AwsIamAuthForKubernetes
feature: add aws iam auth translator for kubernetes
2021-01-26 10:25:24 +01:00
Adam Harvey 975fe1ad38 Point to main docs site 2021-01-25 14:42:33 -05:00
Ben Lambert 621a80ae5a Merge pull request #4210 from backstage/dependabot/npm_and_yarn/typescript-eslint/eslint-plugin-4.14.0
chore(deps): bump @typescript-eslint/eslint-plugin from 3.10.1 to 4.14.0
2021-01-25 12:55:05 +01:00
Adam Harvey a6e3b9596a Improve error reporting for plugin misconfig 2021-01-24 23:53:03 -05:00
Jonah Back 7491b7105f Merge branch 'master' into feature/AwsIamAuthForKubernetes 2021-01-23 16:01:49 -08:00
Jonah Back 6811112282 feature: add aws iam auth translator for kubernetes 2021-01-23 16:00:18 -08:00
blam 5b9bcce28f chore(lint): Updating to latest eslint with typescript and enabling some rules that we can. Also fixing issues with the project after update 2021-01-22 15:01:29 +01:00
github-actions[bot] c5584b62c2 Version Packages 2021-01-21 13:13:05 +00:00
Ben Lambert 38735b9ddb Merge pull request #4080 from K-Phoen/kubernetes-services
Show kubernetes services
2021-01-21 09:23:40 +01:00
Kévin Gomez bfcb5de015 Simplify ingress & service drawers 2021-01-20 22:56:28 +01:00
ImgBotApp a19a6056f4 [ImgBot] Optimize images
*Total -- 458.25kb -> 259.11kb (43.46%)

/plugins/kafka/src/assets/screenshot-1.png -- 454.88kb -> 255.74kb (43.78%)
/plugins/kubernetes/src/assets/emptystate.svg -- 3.37kb -> 3.37kb (0.03%)

Signed-off-by: ImgBotApp <ImgBotHelp@gmail.com>
2021-01-20 18:54:52 +00:00
Kévin Gomez da9e5eb4b9 Show kubernetes ingresses 2021-01-19 09:11:47 +01:00
Kévin Gomez d014185dbd Show kubernetes services 2021-01-19 09:10:12 +01:00
github-actions[bot] 3bb5113a92 Version Packages 2021-01-14 15:32:34 +00:00
Patrik Oldsberg 97a68fced8 Merge pull request #4079 from backstage/rugvip/assets
plugin/kubernetes: fix assets location to make sure they're included in the output bundle
2021-01-14 16:28:31 +01:00
Patrik Oldsberg 1fea88fd05 plugin/kubernetes: fix assets location to make sure they're included in the output bundle 2021-01-14 16:11:14 +01:00
github-actions[bot] be332e13ea Version Packages 2021-01-14 13:05:31 +00:00
Fredrik Adelöw 6e14975277 Merge pull request #4066 from backstage/dependabot/npm_and_yarn/kubernetes/client-node-0.13.2
chore(deps): bump @kubernetes/client-node from 0.12.2 to 0.13.2
2021-01-14 09:37:59 +01:00
Adam Harvey 3e4da2518b Align tests 2021-01-14 00:58:23 -05:00
dependabot[bot] dea1cc3b52 chore(deps): bump @kubernetes/client-node from 0.12.2 to 0.13.2
Bumps [@kubernetes/client-node](https://github.com/kubernetes-client/javascript) from 0.12.2 to 0.13.2.
- [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.12.2...0.13.2)

Signed-off-by: dependabot[bot] <support@github.com>
2021-01-14 05:48:15 +00:00
Adam Harvey 3f54eab605 Compress no error display 2021-01-14 00:26:46 -05:00