Sean Smith
e28bdac0ee
Make default color sub. Also use default
as defaults
2019-09-14 14:00:09 -04:00
Indradhanush Gupta
e9c6f904b2
travis: Add builds for go 1.13.x
2019-09-14 17:00:22 +05:30
Indradhanush Gupta
f737c53864
Update go.mod, go.sum and vendor
...
Running `go mod vendor` generates new additions and deletions.
2019-09-14 16:33:39 +05:30
Indradhanush Gupta
1ee3e6d213
go.mod: Comment out line to replace github.com/darkSasori/todist
...
This line is producing the following error:
```
$ go mod vendor
go mod vendor: open /home/dhanush/go/src/github.com/wtfutil/wtf/vendor/github.com/darkSasori/todoist: no such file or directory
```
Commenting it out fixes the error and produces new changes to go.mod,
go.sum and the vendor directory.
2019-09-14 16:20:51 +05:30
Sean Smith
9fccd721e0
Expand and fix test
...
Add an extra color
Fix empty case. This shows up as white/whatever color the rest of the widget is like
2019-09-13 19:22:20 -04:00
Chris Cummer
4c3abf5aca
Merge pull request #630 from Seanstoppable/removepanicfromkube
...
Remove panic from kubernetes client
2019-09-13 03:51:09 -07:00
Chris Cummer
78057fc8df
Merge pull request #629 from noxer/patch-1
...
Added info for using Jira with Basic-Auth
2019-09-13 03:38:07 -07:00
Sean Smith
9f81207037
Clean up cfg error handling a bit
...
Pass in the actual file being used, rather than hardcoded `config.yaml`
Differences between two error messages are not that distinct
Centralize on one and clean up all the `isCustomConfig` tracking
2019-09-12 20:28:24 -04:00
Sean Smith
56975bc80a
Improve bargraph view so bar colors are configurable
...
Inspired by #624
Update the view object so that widget developers can configure bar color
2019-09-12 20:01:08 -04:00
Sean Smith
e9014ecb19
Remove panic from kubernetes client
...
Rather than panic, just grab and display the error
2019-09-12 18:48:16 -04:00
Tim Scheuermann
8d3763d0a6
Added info for using Jira with Basic-Auth
2019-09-12 13:35:52 +02:00
Chris Cummer
8cf50fe92c
Update CHANGELOG.md
2019-09-12 03:05:44 -07:00
Chris Cummer
bb59d527eb
Remove docker from the build pipeline
v0.22.0
2019-09-12 03:04:09 -07:00
Chris Cummer
5e1abc1ad9
Update go.sum
2019-09-12 03:00:22 -07:00
Chris Cummer
b1aba81cd1
Add @noxer as a contributor
2019-09-11 10:43:57 -07:00
Chris Cummer
842a24ed1e
Merge pull request #622 from noxer/patch-1
...
Disable the GOSUMDB in the compilation instructions
2019-09-11 10:43:15 -07:00
Chris Cummer
c83618143e
Merge pull request #627 from wtfutil/20190910-catch-watcher-error
...
Don't die if the watcher can't find the file. Continue trying
2019-09-11 10:42:28 -07:00
Chris Cummer
18859ed41e
Update CHANGELOG.md
2019-09-11 10:42:09 -07:00
Chris Cummer
cfc7a8c092
Add @ibaum as a contributor
2019-09-11 10:40:46 -07:00
Chris Cummer
35b7c97791
Merge pull request #615 from ibaum/fix-kubernetes-client
...
Update kubernetes client to connect to various kubernetes providers
2019-09-11 10:39:36 -07:00
Chris Cummer
79bc78a5f7
Don't die if the watcher can't find the file. Continue trying
2019-09-10 21:48:33 -07:00
Chris Cummer
33ea383046
Merge branch 'fixjsonparse' of github.com:Seanstoppable/wtf into Seanstoppable-fixjsonparse
2019-09-10 21:44:56 -07:00
Sean Smith
26ca1618ab
Fix config reload race
...
Race condition is around the usage of `enabled`
Wrap access in a mutex to eliminate race
Fixes #422
2019-09-10 21:49:40 -04:00
Sean Smith
bb3c24df73
Normalize coloring ( #620 )
...
Allow all colors to be configurable on a module level
2019-09-10 21:22:11 -04:00
Chris Cummer
9b23da07ba
Merge pull request #625 from wtfutil/20190910-no-title
...
Add the ability to display no title
2019-09-10 16:22:25 -07:00
Chris Cummer
e059eeb625
Add the ability to display no title
2019-09-10 16:18:00 -07:00
Chris Cummer
04616ddff5
Update CHANGELOG.md
2019-09-10 10:14:42 -07:00
Chris Cummer
a620d4fc4c
Add @Narengowda as a contributor
2019-09-10 09:56:21 -07:00
Tim Scheuermann
8ca807ee57
Disable the GOSUMDB in the compilation instructions
2019-09-09 14:55:07 +02:00
Narendra L
7756df16bb
Merge branch 'master' into add_digitalclock_module
2019-09-09 10:11:51 +02:00
Narendra L
3ad04c4969
Cleanup unwanted comments
2019-09-09 09:29:16 +02:00
Chris Cummer
ba7645a732
Update CHANGELOG.md
2019-09-08 17:08:20 -07:00
Chris Cummer
8ababedab1
Update CHANGELOG.md
2019-09-08 17:07:33 -07:00
Chris Cummer
89020c7581
Merge pull request #617 from wtfutil/WTF-566-gitlab-projects-as-list
...
WTF-566 Support GitLab projects as list
2019-09-08 17:02:39 -07:00
Narendra L
348b2ffa5d
Adds support for digital clock
2019-09-08 23:58:45 +02:00
Narendra L
6de3f0f5b9
modules/digitalclock/
2019-09-08 23:58:25 +02:00
Chris Cummer
074bd6a803
Update README.md
2019-09-08 09:41:27 -07:00
Chris Cummer
a6466449b1
Update CHANGELOG.md
2019-09-08 05:15:06 -07:00
Chris Cummer
4ff64532b2
Add @ChrisDBrown as a contributor
2019-09-08 05:12:56 -07:00
Chris Cummer
7dd4e4909b
Merge branch 'feat/nr-multi' of github.com:Seanstoppable/wtf into Seanstoppable-feat/nr-multi
2019-09-08 05:11:05 -07:00
Sean Smith
36fbad54d8
Fix JSON parsing
...
Issue #600 points out Jenkins module panics occasionally
I noticed that a number of places panic because of JSON parsing
Centralize JSON parsing, have it return an error, and have widgets
report the error
2019-09-07 15:14:33 -04:00
Chris Cummer
32884e5de4
Add default label color to docker module
2019-09-07 07:23:41 -07:00
Chris Cummer
0cd9605a5e
Update CHANGELOG.md
2019-09-07 07:04:25 -07:00
Chris Cummer
78db4fec85
Add @v-braun as a contributor
2019-09-07 07:03:15 -07:00
Chris Cummer
e441e7ebf1
Fix go.mod merge conflicts
2019-09-07 07:01:56 -07:00
Chris Cummer
f83e57c0b7
WTF-566 Support GitLab projects as list
2019-09-06 20:52:26 -07:00
Ian Baum
6662c7f18e
Update kubernetes client to connect to various kubernetes providers
...
* Import k8s.io/client-go/plugin/pkg/client/auth to include
authentication libraries
* Update calls to panic to include the error message
2019-09-06 11:00:44 -05:00
Chris Cummer
921d5d1753
Merge pull request #613 from Midnight-Conqueror/fix-github-icon-size
...
fix: reducing the size of the cross
2019-09-06 04:38:16 -07:00
Joel Valentine
9f7ff56f46
reducing the size of the cross
2019-09-06 12:20:36 +01:00
Chris Cummer
001fde13df
Update README.md
2019-09-06 04:17:33 -07:00