Commit Graph

374 Commits

Author SHA1 Message Date
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
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
renovate[bot] 667d917488 chore(deps): update dependency msw to ^0.47.0
Signed-off-by: Renovate Bot <bot@renovateapp.com>
2022-09-06 07:09:16 +00:00
Tomas Aschan 2340880b05 Format with prettier
Signed-off-by: Tomas Aschan <tomasl@spotify.com>
2022-09-05 23:54:13 +02:00
Tomas Aschan a638348c8b Automated whitespace changes
Signed-off-by: Tomas Aschan <tomasl@spotify.com>
2022-09-05 23:30:28 +02:00
Tomas Aschan 5d0eff2e00 Set data and error atomically
Signed-off-by: Tomas Aschan <tomasl@spotify.com>
2022-09-05 23:30:28 +02:00
Tomas Aschan 8da70d0fc1 Implement regression tests
Signed-off-by: Tomas Aschan <tomasl@spotify.com>
2022-09-05 23:30:27 +02:00
Tomas Aschan 9f8dd192c9 Reset error on success path
If a re-render - or simply the intervalMs parameter - causes a retry that
turns a previously failed operation into a successful one, the error was
previously not reset, resulting in the somewhat odd combination of an
error message and a full, successful, response data object.

This change ensures that the error state is reset every time an operation
succeeds, so the UI state remains consistent.

Signed-off-by: Tomas Aschan <tomasl@spotify.com>
2022-09-05 23:30:26 +02:00
Patrik Oldsberg a68cf13a3d remove usage of diff command
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
2022-09-04 14:46:05 +02:00
renovate[bot] 87ec2ba4d6 chore(deps): update dependency msw to ^0.46.0
Signed-off-by: Renovate Bot <bot@renovateapp.com>
2022-08-31 01:34:13 +00:00
github-actions[bot] d1ec204774 Version Packages (next) 2022-08-30 12:02:13 +00:00
Fredrik Adelöw aaab1e34da Fix linting errors after #13392
Signed-off-by: Fredrik Adelöw <freben@gmail.com>
2022-08-30 13:44:09 +02:00
Patrik Oldsberg 0f6f890e2a migrate react-router to be a peer dependency
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
2022-08-29 14:10:52 +02:00
github-actions[bot] 18ab337f96 Version Packages (next) 2022-08-23 10:29:17 +00:00
renovate[bot] bf5e9030eb chore(deps): update dependency msw to ^0.45.0
Signed-off-by: Renovate Bot <bot@renovateapp.com>
2022-08-22 02:27:29 +00:00
Fredrik Adelöw ef9ab322de it just keeps 🧹 -ing
Signed-off-by: Fredrik Adelöw <freben@gmail.com>
2022-08-18 17:21:00 +02:00
github-actions[bot] a5684d0d53 Version Packages 2022-08-16 12:15:33 +00:00
github-actions[bot] 8a564ab585 Version Packages (next) 2022-08-09 09:56:01 +00:00
Ben Lambert 71ac804a21 Merge pull request #12934 from noisyscanner/namespace-in-k8s-table
feat(kubernetes): add namespace to k8s error reporting table
2022-08-02 16:08:42 +02:00
Brad Reed 😎 440663a4fd api-report
Signed-off-by: Brad Reed 😎 <brad@bradreed.co.uk>
2022-08-02 13:09:07 +02:00
Brad Reed 😎 34504ab52b feat(kubernetes): add namespace to k8s error reporting table
Signed-off-by: Brad Reed 😎 <brad@bradreed.co.uk>
2022-08-02 12:18:15 +02:00
github-actions[bot] f762386d48 Version Packages (next) 2022-08-02 08:43:23 +00:00
Jonathan Stacks d78395a0c1 Fixes #12847 - Handle kubernetes cron job aliases
Signed-off-by: Jonathan Stacks <jonstacks13@gmail.com>
2022-07-27 21:38:23 -05:00
github-actions[bot] 73cee58fc2 Version Packages (next) 2022-07-26 08:37:39 +00:00
bnechyporenko afdf6c7b48 Merge remote-tracking branch 'origin/master' into reconfigure
# Conflicts:
#	packages/app/package.json
2022-07-19 18:15:50 +02:00