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
Joel Valentine
d4e0b0956f
add unicode for exclamation mark
2019-09-06 02:50:53 +01:00
Joel Valentine
596bfbac02
fix: fixing linting for the github module
...
adding documentation to github module
fixing malformed icon causing display errors
2019-09-06 02:42:06 +01:00
Chris Cummer
e8881ef715
Merge pull request #606 from Seanstoppable/updategoreleaser
...
Update goreleaser config
2019-09-05 05:38:03 -07:00
Chris Cummer
886d9d931f
Update CHANGELOG.md
2019-09-05 05:28:13 -07:00
Chris Cummer
bbf5b12057
Add @Midnight-Conqueror as a contributor
2019-09-05 05:26:30 -07:00
Chris Cummer
993853a8bc
Merge branch 'Midnight-Conqueror-github-selection'
2019-09-05 05:25:12 -07:00
Chris Cummer
faa2098912
Merge branch 'github-selection' of github.com:Midnight-Conqueror/wtf into Midnight-Conqueror-github-selection
2019-09-05 05:23:59 -07:00
Chris Cummer
37c614245f
Update go.sum httpmock
2019-09-05 05:22:30 -07:00
Sean Smith
e213e6b337
Fix git ordering
...
This is due to us sorting
It doesn't look like there is a need to sort here, so remove it
2019-09-05 08:02:12 -04:00
Chris Cummer
bc0d79df7b
Update CHANGELOG.md
2019-09-04 22:06:30 -07:00
Chris Cummer
aef3286769
Merge pull request #605 from Seanstoppable/supporthexcolor
...
Support hex colors
2019-09-04 22:04:50 -07:00
Chris Cummer
a781c20088
Merge pull request #603 from Seanstoppable/handlegithubclienterr
...
Pass through github client errors to display
2019-09-04 21:59:54 -07:00
Chris Cummer
3d25caabca
Update CHANGELOG.md
2019-09-04 21:58:19 -07:00
Chris Cummer
237a05d056
Merge pull request #602 from Seanstoppable/hotfixtodoist
...
Hotfix todoist
2019-09-04 21:57:18 -07:00
Sean Smith
1c1ce4893a
Updates to make this work after refactors
2019-09-04 23:46:36 -04:00
Chris D Brown
3758ade094
feat(newrelic): Display deploy information from multiple apps
2019-09-04 22:52:01 -04:00
Sean Smith
5979564483
Update test case for default color
...
Tcell's default is default, so using that changes the tests
2019-09-04 22:20:48 -04:00
Sean Smith
e8f38ffda6
Support hex colors
...
Closes #546
Though only support full hex, not short hex
This limitation is from tcell
2019-09-04 22:17:34 -04:00
Sean Smith
23bd900204
Update goreleaser config
...
Removes deprecation warning
2019-09-04 22:12:23 -04:00
Sean Smith
0c8c1989b7
Fix module color config
...
Make sure we use `moduleConfig` with appropriate path
And `colorsConfig` for appropriate fallback
2019-09-04 21:42:34 -04:00
Sean Smith
12a006f5a8
Pass through github client errors to display
...
Per #598 , we crash on occasion.
We are swallowing errors incorrectly, and should catch/render
2019-09-04 21:26:28 -04:00
Sean Smith
b184c8ae9f
Hotfix todoist
...
While waiting for upstream todoist to work, patch locally
Use 'replace' to use locally vendored version, with modifications
2019-09-04 21:15:08 -04:00
Chris Cummer
34d6d03b43
Update the oauth2 package
2019-09-04 14:59:16 -07:00