13 Commits
Author SHA1 Message Date
Xav PaiceandEvans Mungai fe6b1c7448 Add workaround for EKS version string (#1449)
* Add workaround for EKS version string

The EKS version string returned is not semver compliant.  To work around this, we remove
the suffix for version strings that contain -eks-.

Fixes #1441

* Add parsing version test cases

* Rename function

---------

Co-authored-by: Evans Mungai <evans@replicated.com>
2024-02-06 10:04:01 +13:00
Evans Mungai e156b8c215 chore: Refactor in cluster analysers (#999)
Have all in-cluster analysers implement the same interface. This
will help with the implementation of code that requires making
calls to all analysers

Fixes #995
2023-02-03 15:26:36 +00:00
Evans Mungai c8d9864235 Upgrade dependencies (#959)
* Upgrade docker distribution module

* Upgrade github.com/blang/semver dependency

* Upgrade github.com/godbus/dbus dependency
2023-01-13 10:32:39 +00:00
divolgin a0ce85ae1e Adding troubleshoot.sh/v1beta2 2020-09-01 19:57:11 +00:00
GraysonNull 42288a4ff3 add IconURI to insights 2020-02-18 21:23:44 +00:00
divolgin 1c79403934 New icons for analyzers 2020-02-11 23:52:29 +00:00
emosbaugh 3982e2023b Treat empty preflight when condition as true (#125)
* Treat empty preflight when condition as true

* add test

* fix
2020-01-23 11:05:54 -08:00
Marc Campbell d37d037ad1 Some fixes to troubleshoot, better error messages 2019-08-15 01:22:17 +00:00
Marc Campbell e6416d7738 Some more error wrapping 2019-07-31 20:29:28 +00:00
divolgin 79a7eb8fa3 Adding version file, analyzer result format conversions 2019-07-26 22:00:49 +00:00
Marc Campbell f693073aaf Storage class preflight 2019-07-17 21:30:01 +00:00
Marc Campbell 80253a1eb3 UI 2019-07-17 21:04:07 +00:00
Marc Campbell 4b68be509f Run preflight from CLI 2019-07-17 14:48:36 +00:00