Chris Cummer
b7be868798
Fix race conditions caused by writing to view
2019-04-24 23:53:31 -07:00
Chris Cummer
388851f02d
Fix comment spelling mistake in main.go
2019-04-23 21:08:18 -07:00
Chris Cummer
40cdfe7146
Move widget and FocusTracker creation out of main to simplify main's internals
2019-04-23 21:06:26 -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
f60ce6967d
Clean up TextWidget by simplifying the view creation
2019-04-23 19:59:51 -07:00
Chris Cummer
eef8015158
Merge pull request #412 from wtfutil/411-hackernews
...
Fix HackerNews row selection issue. Closes #411
0.7.1
2019-04-23 03:18:26 -07:00
Chris Cummer
fa357294fb
Fix HackerNews row selection issue. Closes #411
2019-04-23 03:14:50 -07:00
Chris Cummer
5eb21d82b6
Delete unused code block from main.go
2019-04-22 19:51:54 -07:00
Chris Cummer
cb3a0d5fc9
Update CHANGELOG.md
2019-04-21 21:46:12 -07:00
Chris Cummer
c6a7d5d340
Update CHANGELOG.md
2019-04-21 21:44:00 -07:00
Chris Cummer
3eaf0a323a
Merge pull request #407 from wtfutil/WTF-400-clean-up-utils
...
WTF-400 clean up utils
2019-04-21 21:40:52 -07:00
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