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

1541 Commits

Author SHA1 Message Date
Chris Cummer
88fdf9702b WTF-400 Move settings-related functions from util.go into common_settings.go 0.7.0 2019-04-21 21:35:45 -07:00
Chris Cummer
bd2c6e5c9f Merge branch 'master' of github.com:wtfutil/wtf 2019-04-21 21:20:20 -07:00
Chris Cummer
25a21f75c0
Merge pull request #402 from wtfutil/WTF-400-widget-configs
WTF-400 Extracting config out of modules
2019-04-21 21:20:01 -07:00
Chris Cummer
58a3b67ce9 Merge branch 'WTF-400-widget-configs' 2019-04-21 16:47:12 -07:00
Chris Cummer
de4e285cf6 Update Tcell dependency to dcf1bb3 2019-04-19 20:44:55 -07:00
Chris Cummer
79733145f4 Gcal widget properly renders title again 2019-04-19 19:10:22 -07:00
Chris Cummer
6fd9430ef8 WTF-400 TextWidget properly renders title again 2019-04-19 14:06:55 -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
03e186a0cc WTF-400 Make ChecklistItem tests pass again 2019-04-19 09:28:14 -07:00
Chris Cummer
b855b9bee2 .vscode dir into .gitignore 2019-04-19 09:14:09 -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
d35927f728
Update README.md 2019-04-18 14:59:51 -07:00
Chris Cummer
9dae0ac995
Update README.md 2019-04-18 14:59:02 -07:00
Chris Cummer
2ed3c087b8 WTF-400 Move jobNameRegex setting into Jenkins settings 2019-04-17 17:42:51 -07:00
Chris Cummer
fb4c6e04aa
Update CHANGELOG.md 2019-04-17 17:29:02 -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
d174bd1497 WTF-400 Add settings to the template (a settings template as yet to be created) 2019-04-16 21:56:51 -07: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
Chris Cummer
8bc217e9a1 WTF-400 Logger extracted to new config format 2019-04-15 20:29:45 -07:00
Chris Cummer
fea83a38b2 WTF-400 Jira extracted to new config format 2019-04-15 10:46:41 -07:00