Jack Morris
a89e32141f
Allow users to filter jenkins jobs by regex
...
Allows users to filter the Jenkins jobs shown in the widget by providing a regular expression in the config file. The regex should be specified in the config like so:
```
jobNameRegex: ^[a-z]+.$
```
Another example:
```
jobNameRegex^[a-z]+\[[0-9]+\]$
```
2019-04-17 10:24:39 +01:00
Chris Cummer
f043830bc4
Update CHANGELOG.md
2019-04-15 09:52:06 -07:00
Chris Cummer
b43c9485b8
Add @rudolphjacksonm as a contributor
2019-04-15 09:50:02 -07:00
Chris Cummer
54201a2075
Merge pull request #403 from rudolphjacksonm/patch-1
...
Jenkins Green Balls Plugin Support - #358
2019-04-15 09:48:09 -07:00
Jack Morris
58228834fc
Allow users to choose color
...
Change boolean in config yaml to 'successBallColor' which allows users to choose their own if they wish
2019-04-15 17:03:49 +01:00
Jack Morris
db7e4b960c
Jenkins Green Balls Plugin Support
...
Adds support for a 'greenBalls' boolean parameter in the config file which overrides the default value of "blue" with "green".
2019-04-15 12:06:37 +01:00
Chris Cummer
7385dd82d9
Update CHANGELOG.md
2019-04-14 10:09:39 -07:00
Chris Cummer
347466d792
Update CHANGELOG.md
0.6.0
2019-04-12 14:08:14 -07:00
Chris Cummer
84f7cd8539
Merge pull request #401 from wtfutil/WTF-389-position-check
...
WTF-389 Don't load widgets that have invalid position co-ordinates in…
Closes #389
2019-04-12 14:06:30 -07:00
Chris Cummer
aa313bdaa4
WTF-389 Log an exception and terminate if widget config is invalid
...
If, on startup, a widget's positional configuration is invalid (ie:
cannot be displayed onscreen) then terminate the app and inform about
which widget is erroring
2019-04-12 05:29:44 -07:00
Chris Cummer
c9c7e124cc
WTF-389 Don't load widgets that have invalid position co-ordinates in their config
2019-04-12 05:00:40 -07:00
Chris Cummer
293e191f1e
Add @michelegera as a contributor
2019-04-06 22:45:06 -07:00
Chris Cummer
6098d67d92
Merge pull request #399 from michelegera/patch-1
...
Fix typo in CHANGELOG
2019-04-06 22:44:14 -07:00
Michele Gerarduzzi
795e2475dd
Fix typo in CHANGELOG
2019-04-04 14:58:20 +02:00
Chris Cummer
66e5e9a3d0
Merge branch 'master' of github.com:wtfutil/wtf
2019-03-07 05:47:34 -08:00
Chris Cummer
27a806ae6d
Add focusable title to NBA Scores module
2019-03-07 05:47:32 -08:00
Chris Cummer
1a7fa62619
Update CHANGELOG.md
2019-03-07 05:38:39 -08:00
Chris Cummer
58b512b8b2
Update CHANGELOG.md
2019-03-07 05:38:25 -08:00
Chris Cummer
c5d21bc084
Add @FriedCosey as a contributor
2019-03-07 05:29:55 -08:00
Chuo-Yun Yang
f3c4b709df
add activate game color
2019-03-04 22:18:47 -05:00
Chuo-Yun Yang
f334604071
fix tie color
2019-03-04 21:15:15 -05:00
Chuo-Yun Yang
d48a3a6d8c
remove duplicate
2019-03-04 20:46:49 -05:00
Chuo-Yun Yang
9008caecae
add score to main.go
2019-03-04 20:37:44 -05:00
Chuo-Yun Yang
ad6b231f74
change Interval
2019-03-04 20:33:44 -05:00
Chuo-Yun Yang
951fed29bd
fix padding
2019-03-04 20:25:32 -05:00
Chuo-Yun Yang
1699ec0010
nbascore widget
2019-03-04 17:50:28 -05:00
Chris Cummer
211bb6b2f0
Add @AndrewScibek as a contributor
2019-02-28 13:37:42 -08:00
Chris Cummer
0c436a9f2f
Merge pull request #395 from Seanstoppable/circleciclient
...
Decouple CircleCI client from widget
2019-02-28 13:33:27 -08:00
Chris Cummer
ec6af9ddf8
Merge pull request #394 from Seanstoppable/newrelicclient
...
Decouple newrelic client and widget
2019-02-28 13:32:44 -08:00
Chris Cummer
14f8f93e76
Update README.md
2019-02-21 11:03:39 -08:00
Chris Cummer
3b4126c302
Update README.md
2019-02-21 11:03:26 -08:00
Chris Cummer
a8c4c1967b
Update CHANGELOG.md
2019-02-19 15:09:55 -08:00
Sean Smith
29e67a0d8a
Decouple newrelic client and widget
...
Have widget manage config
Have client handle communication
2019-02-18 16:55:22 -05:00
Sean Smith
7264dd5625
Decouple CircleCI client from widget
...
Have widget manage config, have client just manage communication
2019-02-18 11:51:28 -05:00
Sean Smith
8030380f89
Migrate all modules to their own subfolder
...
Handles #375
2019-02-18 11:16:34 -05:00
Chris Cummer
c28c31aedb
Merge branch 'rollbar-support' of https://github.com/AndrewScibek/wtf into AndrewScibek-rollbar-support
2019-02-17 12:39:44 -08:00
Chris Cummer
63ce6a9f3f
Merge pull request #390 from Seanstoppable/fixbamboohclient
...
Very nice. Thanks!
2019-02-17 12:37:56 -08:00
Chris Cummer
3b1aa9994f
Merge pull request #391 from wtfutil/WTF-378-makefile-improvement
...
Display message if wtf cannot be found after installation. Closes #378
2019-02-17 12:33:58 -08:00
Chris Cummer
28ccc9797a
Display message if wtf cannot be found after installation
2019-02-17 12:32:42 -08:00
Sean Smith
14d85715b0
Decouple bamboohr client from widget
...
Have the client be in charge of API
Have the widget be in charge of widget config
This is a step in the direction of running multiple version (with their own configs)
2019-02-15 23:43:39 -05:00
Anand Sudhir Prayaga
1f93ae7972
Merge pull request #387 from Seanstoppable/defaultunknown
...
Add default unknown widget
2019-02-15 08:38:35 +01:00
Sean Smith
90f150df3d
Add default unknown widget
...
Let people know if they are doing something wrong
2019-02-14 22:30:14 -05:00
Andrew Scibek
8a7fc81580
Initial Rollbar support
2019-02-14 01:02:56 -08:00
Anand Sudhir Prayaga
8a4c3ac121
Merge pull request #383 from anandsudhir/dont-fail-on-unknown-widget
...
Do not fail with an error if the configuration has references to widget that do not exist (yet)
2019-02-12 12:00:32 +01:00
Anand Sudhir Prayaga
95df0f6cda
Do not fail with error if the configuration has references to widgets that do not exist
...
E.g. If the user is working on new widgets adn switching back and forth on version with/without the "new" widget, the applciation crashes with an error when using the old version of the app.
I cant see that this is especially helpful
2019-02-12 11:56:17 +01:00
Chris Cummer
373d2bc504
Add @GaboFDC as a contributor
2019-02-11 03:19:22 -08:00
Chris Cummer
75db34a270
Merge pull request #366 from GaboFDC/gf_fix_opsgenie_api
...
Use new api format
2019-02-11 03:18:21 -08:00
Chris Cummer
c61e77469f
Merge pull request #376 from Seanstoppable/pd-alerts
...
Add incident showing to pagerduty
2019-02-11 03:17:29 -08:00
Sean Smith
659797c3fa
Add incident showing to pagerduty
...
Building off previous functionality, also show incidents
This is optional, and can be configured (as can, now showing schedules)
2019-02-09 15:30:01 -05:00
Anand Sudhir Prayaga
3122f2fee9
Merge pull request #374 from Seanstoppable/pagerduty
...
Initial pagerduty widget
2019-02-08 14:32:21 +01:00