Commit Graph

397 Commits

Author SHA1 Message Date
Carlos Esteban Lopez 2bdd1f92c1 fix: Add paragraph prop for bottom margin
Signed-off-by: Carlos Esteban Lopez <lcarlosesteb@vmware.com>
2023-01-10 16:08:53 -05:00
Carlos Esteban Lopez e75f39e603 feat: Lint paragraphs except in test files & fix
Signed-off-by: Carlos Esteban Lopez <lcarlosesteb@vmware.com>
2023-01-10 16:08:53 -05:00
github-actions[bot] 9521f1274d Version Packages (next) 2023-01-10 14:18:51 +00:00
Patrik Oldsberg 4570cea6c2 Merge pull request #15400 from backstage/sarabadu/update-api-extractor
[repo-tools] Update api extractor
2023-01-04 11:37:17 +01:00
github-actions[bot] c4132274d9 Version Packages (next) 2023-01-03 14:44:31 +00:00
Juan Pablo Garcia Ripa b70b23272f update api-reports with warnings
Signed-off-by: Juan Pablo Garcia Ripa <juanpablog@spotify.com>
2022-12-30 11:30:16 +01:00
github-actions[bot] f834622f56 Version Packages (next) 2022-12-27 15:22:57 +00:00
blam f2ea446de0 chore: apply changesets from hotfix
Signed-off-by: blam <ben@blam.sh>
2022-12-21 16:24:52 +01:00
github-actions[bot] 3245539963 Version Packages 2022-12-20 11:30:21 +00:00
renovate[bot] 9ce7866ecd Update dependency @kubernetes/client-node to v0.18.0
Signed-off-by: Renovate Bot <bot@renovateapp.com>
2022-12-16 13:22:04 +00:00
Jamie Klassen bacb5470b6 frontend displays new error types
Signed-off-by: Jamie Klassen <jklassen@vmware.com>
2022-12-14 17:51:19 -05:00
Jamie Klassen 0ad476a720 gracefully surface FetchErrors
Signed-off-by: Jamie Klassen <jklassen@vmware.com>
2022-12-14 17:51:19 -05:00
github-actions[bot] b2f4e97add Version Packages (next) 2022-12-13 16:56:03 +00:00
Patrik Oldsberg 27b07b3700 Merge pull request #14807 from Linneaiv/error_conditional_rendering
ErrorReporting conditional rendering
2022-12-12 18:04:26 +01:00
github-actions[bot] fbc645cf88 Version Packages (next) 2022-12-08 09:11:43 +00:00
Linnéa Ivansson ae8234d391 Fix prettier and tests.
Signed-off-by: Linnéa Ivansson <liniv742@student.liu.se>
2022-12-06 20:15:33 +01:00
github-actions[bot] 6465ab3686 Version Packages (next) 2022-12-06 13:22:31 +00:00
Carlos Esteban Lopez 1326691934 fix: Fix tests broken by @backstage/core-components update
Signed-off-by: Carlos Esteban Lopez <lcarlosesteb@vmware.com>
2022-11-30 15:37:49 -05:00
github-actions[bot] 2cb6963f9b Version Packages (next) 2022-11-29 11:14:34 +00:00
Linnéa Ivansson fd0b42cb27 Removed Devider generaly between grid items.
Signed-off-by: Linnéa Ivansson <linnea.ivansson01@gmail.com>
2022-11-23 10:17:48 +01:00
github-actions[bot] 83d3167594 Version Packages (next) 2022-11-22 15:40:52 +00:00
renovate[bot] 3280711113 Update dependency msw to ^0.49.0
Signed-off-by: Renovate Bot <bot@renovateapp.com>
2022-11-22 04:34:08 +00:00
Linnéa Ivansson 53c7a9e7d6 Remove unused imports.
Signed-off-by: Linnéa Ivansson <linnea.ivansson01@gmail.com>
2022-11-21 14:54:29 +01:00
Linnéa Ivansson 54017517f9 Remove the no longer used ErrorEmptyState component.
Signed-off-by: Linnéa Ivansson <linnea.ivansson01@gmail.com>
2022-11-21 14:49:34 +01:00
Linnéa Ivansson b1ee867101 Remove conditional rendering for ErrorEmptyState.
Signed-off-by: Linnéa Ivansson <linnea.ivansson01@gmail.com>
2022-11-21 14:42:01 +01:00
github-actions[bot] 3164131851 Version Packages 2022-11-15 12:31:55 +00:00
renovate[bot] e13cd3feaf Update dependency msw to ^0.48.0
Signed-off-by: Renovate Bot <bot@renovateapp.com>
2022-11-09 10:15:16 +00:00
github-actions[bot] b01fea7b8c Version Packages (next) 2022-11-08 14:04:37 +00:00
Patrik Oldsberg 2008aec2b6 pin @kubernetes/client-node to working version
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
2022-11-07 11:48:22 +01:00
Patrik Oldsberg cfb30b700c bump @kubernetes/client-node to 0.17.1
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
2022-11-07 11:48:20 +01:00
github-actions[bot] d4df1fbb2e Version Packages (next) 2022-10-25 13:18:27 +00:00
github-actions[bot] f0196a2f04 Version Packages 2022-10-18 09:55:10 +00:00
github-actions[bot] 9282c018c7 Version Packages (next) 2022-10-11 14:30:05 +00:00
github-actions[bot] 721c1efdb4 Version Packages (next) 2022-10-04 12:08:16 +00:00
github-actions[bot] 4e94720142 Version Packages (next) 2022-09-27 10:57:53 +00:00
Matthew Clarke 35a6cfe257 fix: useCustomResource hook infinite call (#13835)
* fix: useCustomResource hook infinite call

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

* prettier

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

Signed-off-by: Matthew Clarke <mclarke@spotify.com>
2022-09-26 17:22:34 -04:00
Matthew Clarke 51af8361de feat(kubernetes): Add custom resource fetch hook (#13736)
* feat(kubernetes): wip crd hook

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

* refactor hooks

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

* fix tests

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

* changeset

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

* api reports

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

* typo

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

Signed-off-by: Matthew Clarke <mclarke@spotify.com>
2022-09-21 20:05:05 +02:00
Patrik Oldsberg be5a837259 migrate to use workspace ranges
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
2022-09-21 10:14:53 +02:00
github-actions[bot] 30882884a4 Version Packages 2022-09-20 11:52:02 +00:00
Matthew Clarke 7a89391d17 fix dev
Signed-off-by: Matthew Clarke <mclarke@spotify.com>
2022-09-19 16:07:23 -04:00
Matthew Clarke 72e610f0e4 pr feedback
Signed-off-by: Matthew Clarke <mclarke@spotify.com>
2022-09-19 15:57:13 -04:00
Matthew Clarke 5eb54be2ac typo
Signed-off-by: Matthew Clarke <mclarke@spotify.com>
2022-09-15 22:15:26 -04:00
Matthew Clarke 3da0c9a181 update mock
Signed-off-by: Matthew Clarke <mclarke@spotify.com>
2022-09-15 22:10:42 -04:00
Matthew Clarke 29dd35cdcb update api report
Signed-off-by: Matthew Clarke <mclarke@spotify.com>
2022-09-15 22:03:09 -04:00
Matthew Clarke b87a88776d (feat): kubernetes add new backend endpoints to api interface
Signed-off-by: Matthew Clarke <mclarke@spotify.com>
2022-09-15 21:59:57 -04:00
github-actions[bot] 423e01d903 Version Packages (next)
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
2022-09-13 18:00:17 -04:00
Patrik Oldsberg b8b2d4ab04 Merge pull request #13539 from tomasaschan/plugin-kubernetes/reset-error
Reset error on success path
2022-09-07 14:33:05 +02:00
Patrik Oldsberg 7d47def9c4 switch @types/jest to only be depended on by @backstage/cli
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
2022-09-07 11:29:12 +02:00
github-actions[bot] f275697d2b Version Packages (next) 2022-09-06 13:11:16 +00:00
Tomas Aschan d12becfc00 Document (non-breaking) API changes
Signed-off-by: Tomas Aschan <tomasl@spotify.com>
2022-09-06 14:50:52 +02:00