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

2933 Commits

Author SHA1 Message Date
Jade
1ff75dd4cf update 2020-10-19 00:15:29 +01:00
Jade
4d3e9506e4 added finnhub mod 2020-10-19 00:03:07 +01:00
Jade
63462ac8ef add finnhub modules 2020-10-16 23:18:02 +01:00
Chris Cummer
cff8e7fae7 Add @sahilister as a contributor 2020-10-14 16:43:55 -07:00
Chris Cummer
c10e67d4b5
Update CHANGELOG.md 2020-10-14 12:32:43 -07:00
Chris Cummer
e5f52587da Merge branch 'dependabot/go_modules/google.golang.org/api-0.33.0' 2020-10-14 12:31:25 -07:00
Chris Cummer
35e5344e5c Upate and fix naming module circular load loop
Signed-off-by: Chris Cummer <chriscummer@me.com>
2020-10-14 12:31:07 -07:00
Chris Cummer
a746ab6975 Remove unnecessary parameter passing in WtfApp
Signed-off-by: Chris Cummer <chriscummer@me.com>
2020-10-14 12:16:48 -07:00
Chris Cummer
63aa353db3
Update CHANGELOG.md 2020-10-14 09:39:11 -07:00
Chris Cummer
f84142553c
WTF-986 User-definable DigitalOcean columns (#1001)
* WTF-986 Wrap the DigitalOcean droplet in our own droplet

This gives us something to build off while still providing the
underlying functionality of the original droplet instance.

Signed-off-by: Chris Cummer <chriscummer@me.com>

* WTF-986 Dynamically display droplet attributes based on defined column names

Signed-off-by: Chris Cummer <chriscummer@me.com>

* WTF-986 Read DigitalOcean column configuration from settings

Signed-off-by: Chris Cummer <chriscummer@me.com>

* WTF-986 Extract the reflection bits into a Reflective package

Signed-off-by: Chris Cummer <chriscummer@me.com>
2020-10-14 09:29:58 -07:00
dependabot-preview[bot]
b18c838a69
Bump google.golang.org/api from 0.30.0 to 0.33.0
Bumps [google.golang.org/api](https://github.com/googleapis/google-api-go-client) from 0.30.0 to 0.33.0.
- [Release notes](https://github.com/googleapis/google-api-go-client/releases)
- [Changelog](https://github.com/googleapis/google-api-go-client/blob/master/CHANGES.md)
- [Commits](https://github.com/googleapis/google-api-go-client/compare/v0.30.0...v0.33.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-10-14 05:50:57 +00:00
Chris Cummer
b2e0c520e8
Update CHANGELOG.md 2020-10-13 09:45:57 -07:00
Chris Cummer
b333a1499a Update CHANGELOG.md
Signed-off-by: Chris Cummer <chriscummer@me.com>
v0.33.0
2020-10-13 09:40:27 -07:00
Jason Schweier
0ab72ab7bb
Default domain for gitlab (#1000)
* Add a default domain for gitlab

* Remove trailing whitespace
2020-10-13 09:39:05 -07:00
Chris Cummer
ebea03edcf
Update README.md
Note that WTF now requires Go 1.15 due to how we import `time/tzinfo` now.
2020-10-12 13:16:44 -07:00
Chris Cummer
35499987ce
Move loading of the GitHub user into startup (#999)
Having the calls on exit delayed the exiting of the app
by a second or more, which was noticable and annoying.

This change loads the GitHub user data asynchronously while the
app is running, removing the delay on exit.

Signed-off-by: Chris Cummer <chriscummer@me.com>
2020-10-12 12:23:39 -07:00
Chris Cummer
1afaa2ba45 Clean up the openFileUtil code in main
Signed-off-by: Chris Cummer <chriscummer@me.com>
2020-10-11 20:37:04 -07:00
Chris Cummer
9fc8eccba9
Update CHANGELOG.md 2020-10-11 20:15:20 -07:00
Chris Cummer
1b261acb5c Add @franga2000 as a contributor 2020-10-11 20:13:42 -07:00
Chris Cummer
dc6d9d4e12 Merge branch 'franga2000-feature/uptimerobot' 2020-10-11 20:11:15 -07:00
Chris Cummer
21bdf18e98 Remove a redundant byte conversion
Signed-off-by: Chris Cummer <chriscummer@me.com>
2020-10-11 20:10:57 -07:00
Miha Frangež
b8c9f96db2 UptimeRobot: option to show offline monitors first 2020-10-11 20:09:18 -07:00
Miha Frangež
dd4899a07c UptimeRobot: improve uptime formatting 2020-10-11 20:09:18 -07:00
Miha Frangež
6908e744e1 Make CI happy 2020-10-11 20:09:18 -07:00
Miha Frangež
7f05fbcda5 Implemented UptimeRobot widget
This is the first working version of the UptimeRobot module, as discussed in #979
2020-10-11 20:09:18 -07:00
Chris Cummer
33bb990583
Update CHANGELOG.md 2020-10-11 18:18:47 -07:00
Chris Cummer
9f94e8c63a Add an app exit banner message 2020-10-11 16:55:16 -07:00
Chris Cummer
84763f3947
Update CHANGELOG.md 2020-10-11 16:49:06 -07:00
Chris Cummer
36c4a7f428 Fix merge conflict in main.go
Signed-off-by: Chris Cummer <chriscummer@me.com>
2020-10-11 16:39:47 -07:00
Todd Trimble
65a9894bba Explain time/tzdata import with comment 2020-10-11 19:35:31 -04:00
Todd Trimble
98f3e33f8d Merge remote-tracking branch 'upstream/master' into master 2020-10-11 19:21:17 -04:00
Todd Trimble
0e4f5e8bf8 Blank import tzdata to fix bug on Windows host 2020-10-11 16:20:37 -07:00
Chris Cummer
b527d9c4da
Update golang-github-actions to use go 1.15.2 (#998)
Signed-off-by: Chris Cummer <chriscummer@me.com>
2020-10-11 16:18:19 -07:00
Todd Trimble
f2fa715bb5 Merge remote-tracking branch 'upstream/master' into master 2020-10-11 13:07:04 -04:00
Todd Trimble
3ea1d4542a Blank import tzdata to fix bug on Windows host 2020-10-11 13:05:45 -04:00
Chris Cummer
6593827a99 Merge branch 'jmks-improve-test-coverage' 2020-10-09 09:36:00 -07:00
Chris Cummer
470a1deb22 go mod tidy
Signed-off-by: Chris Cummer <chriscummer@me.com>
2020-10-09 09:34:50 -07:00
Jason Schweier
9a2bd261c0 Test Validate func 2020-10-08 20:29:50 -04:00
Jason Schweier
4205327b95 Test NewModuleValidator func 2020-10-08 20:29:50 -04:00
Jason Schweier
b1022d6d18 Fix typo 2020-10-08 20:29:50 -04:00
Chris Cummer
3c53af8c24 Merge branch 'Seanstoppable-cmdrunnertty' 2020-10-08 12:29:48 -07:00
Chris Cummer
4064d42fed Fix go.mod conflict
Signed-off-by: Chris Cummer <chriscummer@me.com>
2020-10-08 12:29:32 -07:00
Sean Smith
cb29f8126c Downgrade tview 2020-10-08 14:54:25 -04:00
Chris Cummer
7ce124aaab
Update CHANGELOG.md 2020-10-08 11:47:44 -07:00
Chris Cummer
a7334b0c58 Merge branch 'dependabot/go_modules/github.com/shirou/gopsutil-2.20.9incompatible' 2020-10-08 11:47:03 -07:00
Chris Cummer
05b9d8adca go mod tidy
Signed-off-by: Chris Cummer <chriscummer@me.com>
2020-10-08 11:46:37 -07:00
Chris Cummer
b96d319b26 Merge branch 'master' into dependabot/go_modules/github.com/shirou/gopsutil-2.20.9incompatible 2020-10-08 11:46:23 -07:00
Chris Cummer
89edac3e8f Merge branch 'dependabot/go_modules/github.com/nicklaw5/helix-0.7.0' 2020-10-08 11:45:19 -07:00
Chris Cummer
8d517eeb5e go mod tidy
Signed-off-by: Chris Cummer <chriscummer@me.com>
2020-10-08 11:44:34 -07:00
Chris Cummer
589af9917a Merge branch 'master' into dependabot/go_modules/github.com/nicklaw5/helix-0.7.0 2020-10-08 11:44:10 -07:00