Chris Cummer
a6d18e286a
Extract most app setup out of main and into wtf_app
2019-07-29 06:15:51 -07:00
Chris Cummer
324666a3ec
Clean up the MakeWidgets process by miniming the number of params passed around
2019-07-29 06:15:51 -07:00
Chris Cummer
6de0449b8c
Update CHANGELOG.md
2019-07-28 21:08:04 -07:00
Chris Cummer
6c2c52abf2
Fix Dockerfile
2019-07-28 08:13:56 -07:00
Chris Cummer
16c1b2ad87
Add Dockerfile
2019-07-28 08:12:27 -07:00
Chris Cummer
3291ce008a
Update github files
2019-07-28 07:52:17 -07:00
Chris Cummer
31fb0208d0
Add @chenrui333 as a contributor
v0.19.0
2019-07-26 08:00:03 -07:00
Chris Cummer
2ef3c24b67
Update CHANGELOG.md
2019-07-25 15:39:25 -07:00
Chris Cummer
d46108ac05
Merge pull request #518 from wtfutil/20190725-chmod-0600-config-file
...
Explicitly set the default config file's mode to 0600
2019-07-25 15:35:43 -07:00
Chris Cummer
50cc9669c5
Explicitly set the default config file's mode to 0600
2019-07-25 10:29:00 -07:00
Chris Cummer
c0ff2847fe
Add @l13t as a contributor
2019-07-24 18:47:57 -07:00
Chris Cummer
c0bc6842d5
Update CHANGELOG.md
2019-07-24 18:47:21 -07:00
Chris Cummer
0f5b9d1397
Update CHANGELOG.md
2019-07-24 18:46:57 -07:00
Chris Cummer
b75beba06b
Merge pull request #516 from l13t/master
...
Added to opsgenie module region selection
2019-07-24 18:45:27 -07:00
Dmytro Prokhorenkov
4b629db0d9
Rewrote way how to define region
...
Now region is defined with `region` variable and could be only `us` or `eu`
2019-07-24 11:54:43 +02:00
Chris Cummer
e4895d7119
Update CHANGELOG.md
2019-07-23 08:25:58 -07:00
Chris Cummer
704ca22fed
Merge pull request #515 from wtfutil/WTF-504-better-default-config
...
WTF-504 Improve the default config
2019-07-23 08:25:20 -07:00
Dmytro Prokhorenkov
7422cc3822
Added to opsgenie module region selection
...
According to OpsGenie API documentation:
``If using the EU instance of Opsgenie, the URL needs to be https://api.eu.opsgenie.com for requests to be
successful.```
2019-07-23 17:23:53 +02:00
Chris Cummer
0bc6965681
WTF-504 Improve the default config
2019-07-22 22:54:01 -07:00
Chris Cummer
7a70ed75be
Move settings of TERM out of main()
2019-07-21 16:32:18 -07:00
Chris Cummer
7a7df7d4a7
Clean up the /cfg files a bit; simplify config handling in main.go
2019-07-21 16:23:45 -07:00
Chris Cummer
a2e705adb0
Update CHANGELOG.md
2019-07-21 16:06:41 -07:00
Chris Cummer
30530a8593
Merge pull request #514 from wtfutil/WTF-508-hibp-api-subscription
...
WTF-508 HIBP now uses API v3 with authorization to fetch data
2019-07-21 16:04:25 -07:00
Chris Cummer
edcb6d0ca4
WTF-508 HIBP now uses API v3 with authorization to fetch data
2019-07-21 14:45:10 -07:00
Chris Cummer
4160d4e770
Update CHANGELOG.md
2019-07-21 11:21:33 -07:00
Chris Cummer
582e29aab6
Merge pull request #513 from Seanstoppable/fixrollbar
...
Fix rollbar rendering
2019-07-21 09:42:37 -07:00
Sean Smith
d59dc6ee5b
Fix rollbar rendering
...
We should be calling Render after a refresh, not calling refresh for an infinite loop
Fixes #507
2019-07-21 11:12:56 -04:00
Chris Cummer
e48452dd9d
Delete unused import
2019-07-20 20:31:17 -07:00
Chris Cummer
d405308d1d
Merge pull request #512 from wtfutil/20190720-custom-config-error
...
Display a useful error message for custom configuration files
2019-07-20 20:28:46 -07:00
Chris Cummer
ce1f2b30e4
Update CHANGELOG.md
2019-07-20 13:25:00 -07:00
Chris Cummer
5e18538f14
Display a useful error message for custom configuration files
2019-07-20 13:04:13 -07:00
Chris Cummer
ab94bd34ac
Update CHANGELOG.md
v0.18.0
2019-07-20 12:30:22 -07:00
Chris Cummer
d94e28fa2d
Update CHANGELOG.md
2019-07-20 12:30:03 -07:00
Chris Cummer
b6dc9e8ca0
Merge pull request #511 from wtfutil/WTF-510-no-config-dir
...
WTF-510 no config dir
2019-07-20 12:28:49 -07:00
Chris Cummer
452e6f20db
WTF-510 Add error messaging if the config directories cannot be created
2019-07-20 12:23:19 -07:00
Chris Cummer
00ccf8a95b
WTF-510 Create the ~/.config directory if it is missing
2019-07-20 12:12:04 -07:00
Chris Cummer
83018d252c
Update CHANGELOG.md
2019-07-19 21:41:19 -07:00
Chris Cummer
1f9c100ad5
Update CHANGELOG.md
2019-07-19 21:40:46 -07:00
Chris Cummer
cadf7e718b
Update CHANGELOG.md
2019-07-19 21:40:34 -07:00
Chris Cummer
1324e8ffe3
Add @DylanBartels as a contributor
2019-07-19 21:33:56 -07:00
Chris Cummer
e9bd5e2fb9
Delete the vendored golang.org packages
2019-07-19 21:32:39 -07:00
Chris Cummer
b62969e07c
Merge pull request #506 from DylanBartels/add-google_analytics
...
Add google analytics
2019-07-19 21:29:26 -07:00
Chris Cummer
1e90f33aae
Delete FUNDING.yml
2019-07-17 23:01:16 -07:00
Chris Cummer
f14158a358
Update Support.md
2019-07-17 21:34:02 -07:00
Chris Cummer
f1d240d5fc
Update Feature.md
2019-07-17 21:32:14 -07:00
Chris Cummer
d2d1be764d
Update Support.md
2019-07-17 21:31:53 -07:00
Chris Cummer
292122b8e5
Update Bug.md
2019-07-17 21:31:05 -07:00
Chris Cummer
30f9311fd1
Update Feature.md
2019-07-17 21:27:11 -07:00
Chris Cummer
9a9c5ed85f
Update Feature.md
2019-07-17 21:26:29 -07:00
Chris Cummer
db68c9cce8
Update Bug.md
2019-07-17 21:24:58 -07:00