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

36 Commits

Author SHA1 Message Date
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
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
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
Sean Smith
97790d6168 Initial pagerduty widget
List people on call, along with the escalation policy
Addresses #159
2019-02-07 02:13:53 -05:00
Chris Cummer
89cf2151d2 Merge branch 'go-generate' of https://github.com/retgits/wtf into retgits-go-generate 2019-01-28 17:06:29 -08:00
retgits
3770977d24
fix: update instructions to run go generate 2019-01-26 20:11:23 -08:00
Chris Cummer
4739673aae Merge branch 'go-generate' of https://github.com/retgits/wtf into retgits-go-generate 2019-01-26 19:10:34 -08:00
retgits
ac5d69e676
feat: add generators 2019-01-20 12:45:24 -08:00
Devin Collins
f7cf070f32 Adds module to display VictorOps on call information 2019-01-20 00:56:17 -08:00
Anand Sudhir Prayaga
c8b6eb2b60 Fix references to old Github repo location with new one 2018-11-28 14:47:06 +01:00
Nicholas Eden
db1917763c fix import ordering 2018-11-22 08:28:17 -08:00
Nicholas Eden
cab27c62ab resource usage mod 2018-11-12 01:30:24 -08:00
StormFireFox1
fb16b7ac0e
Add Spotify Web Widget 2018-10-13 16:31:34 +03:00
Mathias Weber
2d173ccdc4 add mercurial module 2018-10-11 21:43:51 +02:00
Chris Cummer
e4efd6ed72 Pressing Return/Enter in the GitHub widget opens the repo GitHub page 2018-09-25 16:16:08 -07:00
Chris Cummer
c35c4e2e1d Merge in app.Draw() changes 2018-09-24 15:11:35 -07:00
Chris Cummer
f650bb1698 Remove the app.Draw() gorountine
Prefer to have widgets force a draw when their data changes. This should
reduce draws (unless the user has a module installed that updates >=
1/sec, the old draw default).

This should also remove a source of some of the race conditions that
users were experiencing (though not all, there are still many).
2018-09-24 14:40:57 -07:00
Chris Cummer
9bd2430063 Minor code cleanup 2018-09-24 08:52:57 -07:00
sticreations
f86f04080f adding Spotify Module for https://github.com/senorprogrammer/wtf/issues/305 2018-09-23 15:39:45 +02:00
Chris Cummer
e760561027 Twitter module supports subscribing to multiple screen names 2018-09-01 17:05:52 -07:00
Anand Sudhir Prayaga
d4853f7cfd Make jenkins widget interactive 2018-08-30 16:32:05 +02:00
Sean Smith
07ee35b0ca Add initial datadog widget 2018-08-21 20:19:13 -04:00
Anand Sudhir Prayaga
28502b0d03 Add support for ~ in config file path
Fix #295
2018-08-20 14:23:57 +02:00
Anand Sudhir Prayaga
30447f2918 Add Gitter module 2018-08-08 15:26:53 +02:00
Chris Cummer
a40e03f085
Merge branch 'master' into add-hackernews-module 2018-08-03 13:22:35 -04:00
Chris Cummer
6a5b61a93b Fix a number of potential security issues 2018-08-03 10:16:13 -07:00
Anand Sudhir Prayaga
5c529270eb Add hackernews module 2018-08-03 17:24:55 +02:00
Anand Sudhir Prayaga
568276343c Make the travisci module interactive
* Add ability to select and open builds
* Add commit message (oneline style) to text displayed in the widget
* Add documentation on the new keyboard shortcuts
* Cleanup some duplicate code
2018-08-03 15:42:24 +02:00
Chris Cummer
d25b178696 Simplify the Blockfolio constructor; removes unused params 2018-08-03 05:46:36 -07:00
Chris Cummer
1f27cf5b00 Clean up the code in cfg/ a bit 2018-08-03 05:31:31 -07:00
Chris Cummer
e5a66edf61 Closes #268. Jira now supports help modal 2018-08-01 15:05:43 -07:00
Kenny Wu
39fc6fdab3 Add twitter module - Single Application account only at the moment 2018-07-31 19:54:40 -07:00
Chris Cummer
ac08d7a6d4 Nav shortcuts are now configurable 2018-07-31 08:44:52 -07:00
Chris Cummer
beb0c43b07 Add character identifiers to focusable widgets
When no widget has focus, press the letter key to focus on the widget
assigned to that letter.

Example:

    GitHub (d)

    Press "d" to focus on the GitHub widget.
2018-07-30 15:51:19 -07:00
Chris Cummer
34977f7ffa Rename wtf.go to main.go 2018-07-28 17:29:15 -07:00