1
0
mirror of https://github.com/taigrr/wtf synced 2025-01-18 04:03:14 -08:00

2152 Commits

Author SHA1 Message Date
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
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
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
Chris Cummer
3fd1651726
Update CHANGELOG.md 2019-09-06 04:07:41 -07:00
Chris Cummer
ef20be2eee Merge branch 'Midnight-Conqueror-fix-github-selection-lint' 2019-09-06 04:05:55 -07:00
Chris Cummer
27ecabfb18 Merge branch 'fix-github-selection-lint' of github.com:Midnight-Conqueror/wtf into Midnight-Conqueror-fix-github-selection-lint 2019-09-06 04:04:45 -07:00
Chris Cummer
5a0b9dfb88
Update CHANGELOG.md 2019-09-06 03:54:38 -07:00
Chris Cummer
7d99c12220
Merge pull request #608 from Seanstoppable/fixgitordering
Fix git ordering
2019-09-06 03:50:21 -07:00
Chris Cummer
7056a4489a
Update CHANGELOG.md 2019-09-06 03:40:59 -07:00
Chris Cummer
7fed7577ea
Merge pull request #612 from wtfutil/WTF-611-gcal-color-highlighting
WTF-611 Fix gCal color highlighting
2019-09-06 03:39:38 -07:00
Chris Cummer
66ae65cea4 Merge branch 'fixcolorconfig' of github.com:Seanstoppable/wtf into Seanstoppable-fixcolorconfig 2019-09-06 03:34:40 -07:00
Chris Cummer
2c673ae616 WTF-611 Fix gCal color highlighting 2019-09-06 03:32:45 -07:00