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

84 Commits

Author SHA1 Message Date
Sean Smith
2d7cafa3bf Rip out two more instances of global config
One setting TERM environment variable
Another in multisource widget
2019-04-27 22:26:23 -04:00
Sean Smith
bcf899df72 Further reduce usage of global
Bargraph moves to common settings
"Global" config moves out of wtf and into cfg for the few things that need it
We can probably eliminate a global config used across things if we want to
2019-04-27 22:26:23 -04:00
Sean Smith
5abd701b40 Decouple modules from global config
Rather than referencing wtc.Config, instead pass the global config
Also, look up config for the module early and pass that in sooner, to deal with fewer long paths and get rid of the
ConfigKey variable
2019-04-27 22:26:23 -04:00
retgits
e03b65b442
feat: update to go modules 2019-04-26 16:39:44 -07:00
Chris Cummer
879fa92777 Fix a number of minor bugs in the Twitter module 2019-04-26 06:22:05 -07:00
Chris Cummer
f14766a1c0 WTF-415 Improve NBA Scores date format. Closes #415 2019-04-25 21:00:47 -07:00
Chris Cummer
de00f6ab1f WTF-415 Add arrow key navigation to NBA Scores 2019-04-25 20:58:40 -07:00
Chris Cummer
e97283433f Fix potential race conditions in Logger 2019-04-25 20:18:02 -07:00
Chris Cummer
5445309aa0 WTF-315 Fix race conditions caused by writing to view 2019-04-25 19:39:49 -07:00
Chris Cummer
a1aae6206f Fix race conditions caused by writing to view 2019-04-25 00:11:16 -07:00
Chris Cummer
b7be868798 Fix race conditions caused by writing to view 2019-04-24 23:53:31 -07:00
Chris Cummer
a18625f427 Remove extraneous app.Draw() calls by having app.Draw() in its own routine 2019-04-23 20:33:03 -07:00
Chris Cummer
fa357294fb Fix HackerNews row selection issue. Closes #411 2019-04-23 03:14:50 -07:00
Chris Cummer
88fdf9702b WTF-400 Move settings-related functions from util.go into common_settings.go 2019-04-21 21:35:45 -07:00
Chris Cummer
79733145f4 Gcal widget properly renders title again 2019-04-19 19:10:22 -07:00
Chris Cummer
6227b2bcdb WTF-400 Remove last of wtf.Config from CryptoLive 2019-04-19 13:49:28 -07:00
Chris Cummer
bc967be9e2 WTF-400 Remove last of wtf.Config from Bittex widget 2019-04-19 10:50:27 -07:00
Chris Cummer
a8e3602817 WTF-400 Fix title display in CmdRunner 2019-04-19 09:35:05 -07:00
Chris Cummer
643840e0da WTF-400 Checklist items now have dynamically-settable checkmark icons 2019-04-19 09:08:36 -07:00
Chris Cummer
59f0bc6cfc WTF-400 Partial conversion to new Common settings 2019-04-18 19:02:08 -07:00
Chris Cummer
f09d08bda2 WTF-400 Common settings implemented 2019-04-18 18:22:19 -07:00
Chris Cummer
2ed3c087b8 WTF-400 Move jobNameRegex setting into Jenkins settings 2019-04-17 17:42:51 -07:00
Chris Cummer
b50c762dab WTF-400 Move name and configKey values from widget to settings 2019-04-17 17:16:26 -07:00
Jack Morris
9f878c9e12
import regexp
Adding in regexp import
2019-04-17 10:43:24 +01:00
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
2807a2200e WTF-400 Fix missed wtf.Config occurrances 2019-04-16 21:52:10 -07:00
Chris Cummer
6f98ecccf7 WTF-400 Unknown extracted to new config format 2019-04-16 21:43:46 -07:00
Chris Cummer
4b3f957c61 WTF-400 Zendesk extracted to new config format 2019-04-16 21:40:53 -07:00
Chris Cummer
cfdfb044da WTF-400 Weather extracted to new config format 2019-04-16 21:10:58 -07:00
Chris Cummer
d0faa3cb40 WTF-400 VictorOps extracted to new config format 2019-04-16 20:40:44 -07:00
Chris Cummer
eaa8825aa5 WTF-400 Twitter extracted to new config format 2019-04-16 20:33:03 -07:00
Chris Cummer
4b5045a0bb WTF-400 Trello extracted to new config format 2019-04-16 20:22:54 -07:00
Chris Cummer
5593f19e1c WTF-400 TravisCI extracted to new config format 2019-04-16 17:09:08 -07:00
Chris Cummer
daa422aee4 WTF-400 Minor code cleanup 2019-04-16 13:32:29 -07:00
Chris Cummer
8b2fc71f92 WTF-400 Todoist extracted to new config format 2019-04-16 10:01:55 -07:00
Chris Cummer
c489f2a4f4 WTF-400 Textfile extracted to new config format 2019-04-16 09:30:32 -07:00
Chris Cummer
ea88f5eece WTF-400 System extracted to new config format 2019-04-16 09:09:42 -07:00
Chris Cummer
5f07cb6db4 WTF-400 Status extracted to new config format 2019-04-16 02:55:59 -07:00
Chris Cummer
b4868a54e6 WTF-400 SpotifyWeb extracted to new config format 2019-04-16 02:54:10 -07:00
Chris Cummer
ae081e4b9f WTF-400 Spotify extracted to new config format 2019-04-16 02:35:04 -07:00
Chris Cummer
0403b75fe8 WTF-400 Rollbar extracted to new config format 2019-04-16 02:13:21 -07:00
Chris Cummer
d3eef146cb WTF-400 Security extracted to new config format 2019-04-16 02:04:06 -07:00
Chris Cummer
8df624f2c0 WTF-400 ResourceUsage extracted to new config format 2019-04-16 01:54:39 -07:00
Chris Cummer
e55cf754b3 WTF-400 PrettyWeather extracted to new config format 2019-04-16 01:46:36 -07:00
Chris Cummer
a8e9f69c22 WTF-400 PagerDuty extracted to new config format 2019-04-16 01:39:45 -07:00
Chris Cummer
265149ca11 WTF-400 Power extracted to new config format 2019-04-15 21:38:10 -07:00
Chris Cummer
ad15679588 WTF-400 OpsGenie extracted to new config format 2019-04-15 21:16:18 -07:00
Chris Cummer
b6d845b734 WTF-400 NewRelic extracted to new config format 2019-04-15 21:01:25 -07:00
Chris Cummer
8ad8d942d0 WTF-400 NBAScore extracted to new config format 2019-04-15 20:49:03 -07:00
Chris Cummer
3259e16ada WTF-400 Mercurial extracted to new config format 2019-04-15 20:44:31 -07:00