Marc Campbell
e9ad961c0e
Merge pull request #160 from replicatedhq/build-on-actions
...
Move all to github actions
2020-03-23 10:43:09 -07:00
Marc Campbell
bd71222715
Removing more unused code
2020-03-23 10:01:30 -07:00
divolgin
9dbf282b5b
Merge pull request #156 from replicatedhq/divolgin/previous
...
Include previous logs from pods if available
2020-03-23 09:19:33 -07:00
Marc Campbell
821a132980
add some omitempty
2020-03-23 08:58:02 -07:00
Marc Campbell
8f78827002
Redis
2020-03-20 11:03:49 -07:00
Marc Campbell
77eba55ee8
Abstract, add mysql
2020-03-20 07:19:03 -07:00
Marc Campbell
562a565f1f
Adding postgres analyzer
2020-03-19 18:28:13 -07:00
divolgin
db8533e69c
Include previous logs from pods if available
2020-03-18 17:53:43 +00:00
Marc Campbell
f37bbdb14c
Merge pull request #153 from replicatedhq/export-function
...
Export function
2020-03-17 14:36:38 -07:00
mzaneri
86b745d6c2
Update distribution.go
2020-03-12 16:01:27 -07:00
mzaneri
c773ebd894
Update distribution.go
2020-03-12 14:56:03 -07:00
Michael
a1c5247c8b
REFACTOR create helper functions for analyzeDistribution
2020-03-12 18:01:05 +00:00
Marc Campbell
983aaaacea
Defining types in a package
2020-03-10 17:32:16 +00:00
Marc Campbell
e74101070d
Refactor
2020-03-10 01:07:57 +00:00
Andrew Lavery
1c66eed2cd
move multitype package here from kots
2020-03-09 17:37:27 -07:00
divolgin
983481da07
5 is definitely not more than 20....
2020-03-09 19:07:46 +00:00
Marc Campbell
6563290de9
More clear solutino:
2020-03-07 21:30:41 +00:00
Marc Campbell
ff627dcf83
Fix equality in regex analyzer
2020-03-07 21:28:17 +00:00
Marc Campbell
c9b01f981d
Remove unused code
2020-03-06 00:49:53 +00:00
Marc Campbell
d81cff0d67
BoolString can only unmarshal as json
2020-03-06 00:33:39 +00:00
Marc Campbell
8126cb3d3d
Fix
2020-03-05 23:41:55 +00:00
Marc Campbell
6277101574
Use bool string for exclude value
2020-03-05 23:35:21 +00:00
Marc Campbell
346c751bdf
Merge pull request #134 from replicatedhq/openapischema
...
Generate OpenAPISchema
2020-03-05 13:42:21 -08:00
Salah Al Saleh
648564eb4d
Fix text_analyze_test ( #142 )
2020-02-25 16:42:00 -08:00
GraysonNull
42288a4ff3
add IconURI to insights
2020-02-18 21:23:44 +00:00
divolgin
1f9e478a78
Merge pull request #135 from replicatedhq/divolgin/icons
...
New icons for analyzers
2020-02-14 10:20:41 -08:00
Frank Shotwell
1a117220cb
add aks detection
2020-02-12 17:57:38 +00:00
divolgin
1c79403934
New icons for analyzers
2020-02-11 23:52:29 +00:00
Marc Campbell
d1ab5a6991
Docs say exclude, code says when
2020-02-10 22:13:07 +00:00
Marc Campbell
e94b152733
strings.fields
2020-02-06 19:54:02 +00:00
Marc Campbell
717ba13614
Sum, min, max and count aggregation functions
2020-02-06 19:30:50 +00:00
Marc Campbell
6765e6c030
Working on aggregation functions
2020-02-06 19:10:22 +00:00
Marc Campbell
eea2315c52
Aggregate analyzers for node troubleshoot:
2020-02-06 10:06:09 -08:00
Frank Shotwell
130aa88f3a
Merge pull request #128 from replicatedhq/scope
...
Add scope test instrumentation
2020-01-31 12:31:21 -08:00
Frank Shotwell
f8870e5fc0
move scope instrumentation to handle table-driven tests
2020-01-31 06:25:07 +00:00
Frank Shotwell
10b2941c57
Add scope test instrumentation
2020-01-30 21:01:06 +00:00
Marc Campbell
879c3a67d7
Node resource analyzer
2020-01-29 23:16:40 +00:00
Marc Campbell
299f3e0da7
Add node analyzers
2020-01-29 13:49:02 -08: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
emosbaugh
8eddab69ce
Collect statefulsets ( #123 )
...
* Collect statefulsets
* go version
2020-01-22 16:43:47 -08:00
Andrew Lavery
58b642426b
Merge pull request #122 from replicatedhq/laverya/properly-identify-openshift-clusters-on-eks
...
EKS clusters do not have masters within the node list
2020-01-21 12:17:46 -08:00
Andrew Lavery
6fe9e2e7e6
EKS clusters do not have masters within the node list
2020-01-21 12:10:29 -08:00
Jeremy Cohn
db48de2494
Identify kurl clusters with distribution analyzer
2020-01-21 03:11:39 +00:00
Andrew Lavery
26f3540d98
minor simplification of authCanI code in resources collector
2020-01-10 15:03:47 -08:00
Marc Campbell
b24032519e
Add limitranges to cluster-resource collector
2020-01-10 17:41:20 +00:00
Andrew Lavery
0379274bb8
if cluster-resources/resources.json, do not fail the distribution analyzer
...
that file was not collected in v0.9.15 and earlier, so we shouldn't require it - particularly since the microk8s/dockerdesktop/eks/gke/DO detection doesn't depend on it
2020-01-09 12:07:36 -08:00
Andrew Lavery
033524a83a
identify openshift clusters with distribution analyzer
2020-01-08 15:38:32 -08:00
Andrew Lavery
0a04256d62
include ServerGroupsAndResources in troubleshoot cluster-resources
...
also run cluster-resources collector even when some rbac permissions are missing
print progress message when skipping a collector due to rbac issues
include a sample troubleshoot yaml spec in the repo
2020-01-08 15:10:32 -08:00
Andrew Lavery
0fcf473f85
include versionNumber as spec.versionNumber to follow k8s struct standards
2020-01-07 17:21:59 -08:00
Andrew Lavery
f9b9dea1c6
only include version number, not full build info
2020-01-07 17:04:41 -08:00