Commit Graph

184 Commits

Author SHA1 Message Date
Bobby Brennan
bd2da76c56 Add explanations for each error
first pass

add info links to dashboard
2019-05-08 16:13:29 +00:00
Bobby Brennan
2c1c4c2cca add new deps 2019-05-08 14:54:06 +00:00
Bobby Brennan
740e3ad871 add /health endpoint (#74) 2019-05-07 16:29:55 -04:00
Bobby Brennan
520d6572e4 Add ability to audit a directory of files (#70)
* refactor kubernetes API usage

* add ability to audit directory

* refactor a bit

* fix return statement

* fix main.go

* add ability to audit multiple resources in a single file
2019-05-07 12:42:57 -04:00
Bobby Brennan
33f2a875c4 Merge pull request #73 from reactiveops/rb/toggle-expand
fix expand toggling
2019-05-07 11:55:59 -04:00
Bobby Brennan
807955d970 fix expand toggling 2019-05-07 15:49:08 +00:00
Bobby Brennan
0f69921589 Merge pull request #72 from reactiveops/rb/refactor-templates
Refactor Templates
2019-05-07 10:52:17 -04:00
Bobby Brennan
f6d4264b42 Factor dashboard template into parts
factor out dashboard body into separate template

more refactoring

template out header and footer

add comments

add comments

add preamble
2019-05-07 13:28:11 +00:00
Rob Scott
079aaa1d89 Merge pull request #71 from reactiveops/rb/fix-ui
Fix UI, create DeploymentResult type
2019-05-06 13:48:27 -04:00
Bobby Brennan
244a1dedcd DeploymentResult -> ControllerResult 2019-05-02 19:18:29 +00:00
Bobby Brennan
1282359b04 create DeploymentResult type 2019-05-02 18:07:01 +00:00
Rob Scott
97e2c17b36 Merge pull request #69 from reactiveops/rs/image-pull-policy
Adding image pull policy validation
2019-05-01 17:40:31 -04:00
Rob Scott
40e1c1f827 adding image pull policy validation 2019-05-01 16:00:59 -04:00
Rob Scott
27e742fb64 Merge pull request #68 from reactiveops/rs/prerelease
Prerelease Cleanup
2019-04-29 14:27:29 -04:00
Rob Scott
0db0e2947f some additional cleanup 2019-04-29 10:58:30 -04:00
Rob Scott
4fe39e7b74 improved logging, better webhook output, webhook deploy fixes 2019-04-26 17:35:14 -04:00
Rob Scott
3e1906d3f1 separating webhook and dashboard k8s deploy config, moving assets into dashboard pkg, reworking docker image to actually make use of packr 2019-04-26 14:57:55 -04:00
Rob Scott
c704e8f192 Merge pull request #67 from reactiveops/ejether/fix-notes-service-name
Fixing helm chart name conventions
2019-04-26 14:48:55 -04:00
EJ Etherington
cc6a186420 updating service name in notes
and service
2019-04-26 09:23:38 -07:00
Bobby Brennan
1c653be1b9 Merge pull request #65 from reactiveops/rb/output-structure
Add categories to dashboard
2019-04-24 13:08:27 -04:00
Bobby Brennan
55363fd7a8 Add categories to dashboard
add version, cluster stats to output

add comment

update UI

changes to summary aggregation

add category summaries to dash
2019-04-23 15:07:50 +00:00
Bobby Brennan
640f65af6c Merge pull request #66 from reactiveops/rb/output-order
write output-file after sending to output-url
2019-04-23 11:01:22 -04:00
Bobby Brennan
29c7bfbf4e write output-file after sending to output-url 2019-04-22 20:04:03 +00:00
Rob Scott
028ad607ae Merge pull request #64 from reactiveops/rs/config-updates
Restructuring config to match up with docs
2019-04-22 14:19:41 -04:00
Rob Scott
674696c7e1 restructuring config to match up with docs 2019-04-22 12:58:25 -04:00
Bobby Brennan
3ce7e12082 Add version, cluster stats to output and UI (#61)
* add version, cluster stats to output

* add comment

* fix tests

* add categories to messages

* fix tests

* update UI

* remove empty category totals field

* k8smeta -> metav1
2019-04-22 12:01:18 -04:00
Rob Scott
c3de019802 Merge pull request #63 from reactiveops/rs/docs2
Some documentation updates
2019-04-22 10:30:08 -04:00
Rob Scott
8e05f6e072 some documentation updates 2019-04-22 10:20:22 -04:00
Rob Scott
69394165e6 Merge pull request #57 from reactiveops/drydeployandconfig
DRY out deployment and config
2019-04-22 10:19:30 -04:00
Corey O'Brien
0b3d93edfe DRY out deployment and config 2019-04-19 15:55:10 -04:00
Rob Scott
f402963d93 Merge pull request #62 from reactiveops/rs/docs
Adding Initial Documentation
2019-04-19 14:54:11 -04:00
Rob Scott
79c3482100 a variety of documentation fixes 2019-04-19 14:51:48 -04:00
Rob Scott
253e77c1d8 adding dashboard screenshot, related tweaks 2019-04-19 13:39:19 -04:00
Rob Scott
240c223c2d adding resource and security documentation, updating webhook documentation 2019-04-19 12:57:39 -04:00
Rob Scott
7662068c45 adding a lot of documentation 2019-04-18 15:24:13 -04:00
Rob Scott
928ae30bc4 first run at readme updates 2019-04-18 15:22:42 -04:00
Bobby Brennan
9b70db4082 Merge pull request #56 from reactiveops/bb/hosted-refactor
Pack static assets into packr box for portability
2019-04-18 14:32:10 -04:00
Bobby Brennan
54a4f92695 Pack static assets into packr box for portability
copy config.yaml to docker image

enable external usage of dashboard package

gofmt

fix comment

use packr for assets

add gobuffalo/packr dependency

add dependencies

fix pointer issues

add output-file option
2019-04-18 18:25:16 +00:00
Bobby Brennan
fde119bc16 Merge pull request #60 from reactiveops/rb/output-file-flag
add output-file flag
2019-04-18 14:21:49 -04:00
Bobby Brennan
433b81a17f better error handling, i/o 2019-04-18 16:32:25 +00:00
Bobby Brennan
38ddba2d9f add output-file flag 2019-04-17 22:14:06 +00:00
Rob Scott
a505313d63 Merge pull request #59 from reactiveops/rs/favicon
Adding favicon
2019-04-17 16:03:04 -04:00
Rob Scott
495a74d23e adding favicon 2019-04-17 13:26:09 -04:00
Rob Scott
cc9ca631fe Merge pull request #58 from reactiveops/rs/dashboard-cleanup
Dashboard cleanup
2019-04-17 11:08:49 -04:00
Rob Scott
0a4050d6b4 more dashboard updates, including concepty of weather 2019-04-17 11:00:11 -04:00
Rob Scott
6f06a5ef27 added weighted score + letter grades + lots of related dashboard updates 2019-04-15 17:59:41 -04:00
Rob Scott
d363eed95f some dashboard cleanup 2019-04-15 11:15:55 -04:00
Bobby Brennan
c1d1566ad6 Merge pull request #55 from reactiveops/bb/messages
Pull out messages into separate file, some rephrasing
2019-04-12 15:08:23 -04:00
Bobby Brennan
8326a49b5a change message variable names 2019-04-12 15:13:46 +00:00
Bobby Brennan
bcff5f10bc pull out messages into separate file, some rephrasing
phrasing

fix tests
2019-04-12 14:56:25 +00:00