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

308 Commits

Author SHA1 Message Date
Sean Smith
b7bd6e3817 Respect list ordering for trello
Ordering not respected because of the use of a map
Switch to using slice
Resolves #664
2019-10-02 17:26:34 -04:00
Chris Cummer
ca0345a0b4 Fix a bug with subreddit module row colour
Even and odd rows now display as different colours when row colour is
explicitly defined in the module config.
2019-10-02 05:37:31 -07:00
Chris Cummer
36607f43ad Merge branch 'master' of github.com:lawrencecraft/wtf into lawrencecraft-master 2019-09-28 07:57:53 -04:00
Chris Cummer
f934f21638 Attempt to fix the HIBP index out of range bug 2019-09-27 20:06:58 -07:00
Chris Cummer
11a8f396b7 Minor cleanup in HIBP module 2019-09-26 18:10:44 -07:00
Lawrence Craft
02bdb405fa Bit more on the subreddit module - fixing comments and adding options for top sort 2019-09-26 23:18:38 +01:00
Lawrence Craft
b0d6790abe Adding subreddit module 2019-09-26 22:58:43 +01:00
Steven Whitehead
9de738362a support enterprise Travis endpoints 2019-09-23 21:50:06 -04:00
Chris Cummer
bf877f5fa7 Constantize the defaultFocus value for each module 2019-09-22 18:12:29 -07:00
Chris Cummer
e13e82a2b4 Merge branch 'add-devto-modules' of github.com:VictorAvelar/wtf into VictorAvelar-add-devto-modules 2019-09-22 17:44:07 -07:00
Chris Cummer
bb10669b09 Add env var defaults to AzureDevops module 2019-09-21 04:13:13 -07:00
Chris Cummer
1bfd26a55c Merge branch 'feature/azure-dev-ops-module' of github.com:v-braun/wtf into v-braun-feature/azure-dev-ops-module 2019-09-21 03:47:30 -07:00
vavelar
425a08522e Implementation of WTF devto module 2019-09-20 17:31:11 +02:00
Viktor Braun (v_b)
64985c3beb implemented azure devops widget 2019-09-19 10:11:59 +02:00
Chris Cummer
6fea40dc9b Merge branch 'feature/gcal-event-time-color' of github.com:indradhanush/wtf into indradhanush-feature/gcal-event-time-color 2019-09-18 20:08:01 -07:00
Indradhanush Gupta
9e2bc00b15 modules/gcal: Use colors.eventTime for timestamp of event
Color of description should not change the color of event time. This
commit uses the independent setting color.eventTime instead. This
defaults to "white" and is consistent with the current behaviour when
a value for colors.description is not set.

Fixes #638
2019-09-18 02:18:22 +05:30
Indradhanush Gupta
1ce29f4930 modules/gcal: Add property colors.eventTime
This will let the user set a fixed color for the event time
irrespective of colors used in highlights.
2019-09-18 02:18:21 +05:30
Chris Cummer
979c7294eb Add forked version of Todoist 2019-09-15 15:43:40 -07:00
Chris Cummer
00acaa2165 Merge branch 'betterbarcolor' of github.com:Seanstoppable/wtf into Seanstoppable-betterbarcolor 2019-09-14 13:29:05 -07:00
Chris Cummer
4c3abf5aca
Merge pull request #630 from Seanstoppable/removepanicfromkube
Remove panic from kubernetes client
2019-09-13 03:51:09 -07: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
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
33ea383046 Merge branch 'fixjsonparse' of github.com:Seanstoppable/wtf into Seanstoppable-fixjsonparse 2019-09-10 21:44:56 -07: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
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
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
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
Joel Valentine
9f7ff56f46 reducing the size of the cross 2019-09-06 12:20:36 +01: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
7d99c12220
Merge pull request #608 from Seanstoppable/fixgitordering
Fix git ordering
2019-09-06 03:50:21 -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
faa2098912 Merge branch 'github-selection' of github.com:Midnight-Conqueror/wtf into Midnight-Conqueror-github-selection 2019-09-05 05:23:59 -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
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
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
Joel Valentine
bd2f73aea5 unselecting correctly 2019-09-04 18:39:23 +01:00
Joel Valentine
c21b7c32a8 appending to a slice and referencing items within that using the currently selected 2019-09-04 17:55:32 +01:00
Viktor Braun (v_b)
8bd0bf722c implemented docker module 2019-09-03 17:33:51 +02:00
Chris Cummer
2bd7c43006
Merge pull request #582 from Ameobea/google-analytics-realtime
Add support for pulling realtime Google Analytics data
2019-09-02 16:18:08 -07:00