Chris Cummer
fa5b35b27b
WTF-897 Wrap exchange rate error messages for easier viewing
...
Signed-off-by: Chris Cummer <chriscummer@me.com>
2020-07-27 17:22:14 -07:00
Chris Cummer
fd91a48f58
WTF-897 Exchange Rate improvements
...
Allows the user to set the precision for their exchange rate values.
Config setting:
```
exchangerates:
precision: 3
```
Default is `7`.
Also aligns converted values along the decimal place for improved
aesthetics.
Signed-off-by: Chris Cummer <chriscummer@me.com>
2020-07-27 17:21:36 -07:00
Chris Cummer
077b4d078f
Update CHANGELOG.md
2020-07-27 17:21:03 -07:00
Chris Cummer
a0e34507db
Fix merge conflict
...
Signed-off-by: Chris Cummer <chriscummer@me.com>
2020-07-27 17:17:17 -07:00
Chris Cummer
e33ce62d8e
Update CHANGELOG.md
2020-07-27 17:14:43 -07:00
Chris Cummer
e15a7b23f2
Add @aeter as a contributor
2020-07-27 17:14:23 -07:00
Chris Cummer
2054d7c801
Fix merge conflict
...
Signed-off-by: Chris Cummer <chriscummer@me.com>
2020-07-27 17:11:43 -07:00
Chris Cummer
df7499940c
go mod tidy
...
Signed-off-by: Chris Cummer <chriscummer@me.com>
2020-07-27 17:10:21 -07:00
dependabot-preview[bot]
0f5b038c7f
Bump github.com/alecthomas/chroma from 0.7.3 to 0.8.0 ( #943 )
...
Bumps [github.com/alecthomas/chroma](https://github.com/alecthomas/chroma ) from 0.7.3 to 0.8.0.
- [Release notes](https://github.com/alecthomas/chroma/releases )
- [Changelog](https://github.com/alecthomas/chroma/blob/master/.goreleaser.yml )
- [Commits](https://github.com/alecthomas/chroma/compare/v0.7.3...v0.8.0 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
2020-07-27 17:08:06 -07:00
dependabot-preview[bot]
83bdb2bcf8
Bump github.com/digitalocean/godo from 1.38.0 to 1.42.0 ( #937 )
...
Bumps [github.com/digitalocean/godo](https://github.com/digitalocean/godo ) from 1.38.0 to 1.42.0.
- [Release notes](https://github.com/digitalocean/godo/releases )
- [Changelog](https://github.com/digitalocean/godo/blob/main/CHANGELOG.md )
- [Commits](https://github.com/digitalocean/godo/compare/v1.38.0...v1.42.0 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
2020-07-27 17:07:36 -07:00
A. Nackov
f051bdb239
Close #876 - fix todo modal editing feeling slow
...
Fixes #876 . The modal shown when editing todos was feeling slow to start
It required an additional hit of `Enter` to show the modal.
This commit fixes it by queueing a `Draw` update - so now the modal
feels fast to show.
Tests:
* ran `make test`
* tested locally with a todo list
2020-07-24 08:20:29 +03:00
Chris Cummer
e581646d31
Include the link in incidents, and set the colours according to user config
...
Signed-off-by: Chris Cummer <chriscummer@me.com>
2020-07-23 09:50:01 -07:00
Chris Cummer
391ce432a7
go mod tidy
...
Signed-off-by: Chris Cummer <chriscummer@me.com>
2020-07-23 06:49:52 -07:00
Chris Cummer
24ba1ee07c
Provides the option to display the date the current onCall schedule will
...
end.
Config setting:
```
pagerduty:
showOnCallEnd: [true|false]
```
If `true`, the date will be displayed below the onCall person's name:
```
eng-droplet
1 - Chris Cummer
Jul 27, 2020
```
Signed-off-by: Chris Cummer <chriscummer@me.com>
2020-07-23 06:23:26 -07:00
Chris Cummer
ae097d2e5c
Add goversion to Makefile install output
...
Signed-off-by: Chris Cummer <chriscummer@me.com>
2020-07-16 21:14:25 -07:00
Chris Cummer
71d9e1b098
Add @fmotrifork as a contributor
2020-07-12 07:17:56 -07:00
Chris Cummer
e9883ad60d
Add ascii text output to some Makefile commands
...
Signed-off-by: Chris Cummer <chriscummer@me.com>
2020-07-12 07:16:47 -07:00
Chris Cummer
d493c4d16f
Update CHANGELOG.md
v0.31.0
2020-07-12 07:00:04 -07:00
Chris Cummer
eef204c77e
Update CHANGELOG.md
2020-07-12 06:57:37 -07:00
Chris Cummer
17d5ff95cd
Update CHANGELOG.md
2020-07-12 06:56:54 -07:00
dependabot-preview[bot]
36acf84a04
Bump google.golang.org/api from 0.28.0 to 0.29.0 ( #933 )
...
Bumps [google.golang.org/api](https://github.com/googleapis/google-api-go-client ) from 0.28.0 to 0.29.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.28.0...v0.29.0 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
2020-07-12 06:56:45 -07:00
dependabot-preview[bot]
5a9bdd4a7f
Bump github.com/xanzy/go-gitlab from 0.32.1 to 0.33.0 ( #931 )
...
Bumps [github.com/xanzy/go-gitlab](https://github.com/xanzy/go-gitlab ) from 0.32.1 to 0.33.0.
- [Release notes](https://github.com/xanzy/go-gitlab/releases )
- [Changelog](https://github.com/xanzy/go-gitlab/blob/master/CHANGELOG.md )
- [Commits](https://github.com/xanzy/go-gitlab/compare/v0.32.1...v0.33.0 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
2020-07-12 06:55:56 -07:00
Chris Cummer
1b04f753c6
Update README.md
2020-07-05 16:59:04 -07:00
Chris Cummer
716227c19a
Update README.md
2020-07-05 16:58:39 -07:00
Chris Cummer
1e4f200219
Update CHANGELOG.md
2020-07-01 08:01:15 -07:00
Chris Cummer
a434668ff8
Update CHANGELOG.md
2020-07-01 08:00:38 -07:00
Chris Cummer
6714bc0903
Update CHANGELOG.md
2020-07-01 07:53:55 -07:00
Chris Cummer
135e978f87
Merge branch 'dependabot/go_modules/github.com/shirou/gopsutil-2.20.6incompatible'
2020-07-01 07:53:26 -07:00
Chris Cummer
1aeba34310
Merge branch 'master' into dependabot/go_modules/github.com/shirou/gopsutil-2.20.6incompatible
2020-07-01 07:52:51 -07:00
dependabot-preview[bot]
48468f8d4d
Bump github.com/digitalocean/godo from 1.37.0 to 1.38.0 ( #926 )
...
Bumps [github.com/digitalocean/godo](https://github.com/digitalocean/godo ) from 1.37.0 to 1.38.0.
- [Release notes](https://github.com/digitalocean/godo/releases )
- [Changelog](https://github.com/digitalocean/godo/blob/master/CHANGELOG.md )
- [Commits](https://github.com/digitalocean/godo/compare/v1.37.0...v1.38.0 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
2020-07-01 07:51:47 -07:00
Chris Cummer
89064ffe7c
Merge branch 'dependabot/go_modules/google.golang.org/api-0.28.0'
2020-07-01 07:50:52 -07:00
Chris Cummer
e9071488d4
Merge branch 'master' into dependabot/go_modules/google.golang.org/api-0.28.0
2020-07-01 07:49:29 -07:00
Chris Cummer
90c3f0f0f2
Merge branch 'dependabot/go_modules/golang.org/x/text-0.3.3'
2020-07-01 07:48:22 -07:00
Chris Cummer
c64277e225
Merge branch 'master' into dependabot/go_modules/golang.org/x/text-0.3.3
2020-07-01 07:47:28 -07:00
Chris Cummer
484cb88ef8
Regenerate all-contributors data
...
Signed-off-by: Chris Cummer <chriscummer@me.com>
2020-07-01 07:43:09 -07:00
Chris Cummer
cae65df68f
Merge branch 'master' of github.com:wtfutil/wtf
2020-07-01 07:42:23 -07:00
Chris Cummer
9603cc2d1d
Add @ripienaar as a contributor
2020-07-01 07:42:14 -07:00
Chris Cummer
bacdc82ede
Update CHANGELOG.md
2020-07-01 07:41:41 -07:00
Chris Cummer
f104859679
Merge branch 'victorops_npe' of github.com:ripienaar/wtf into ripienaar-victorops_npe
2020-07-01 07:39:33 -07:00
Chris Cummer
2cf29e419d
Merge branch 'toggle_weather_emoji' of github.com:jonhadfield/wtf into jonhadfield-toggle_weather_emoji
2020-07-01 07:32:44 -07:00
Chris Cummer
3fd813cd9c
Schedule code analysis on Wed and Sat
...
Signed-off-by: Chris Cummer <chriscummer@me.com>
2020-07-01 07:31:24 -07:00
dependabot-preview[bot]
12892cbc61
Bump github.com/shirou/gopsutil
...
Bumps [github.com/shirou/gopsutil](https://github.com/shirou/gopsutil ) from 2.20.4+incompatible to 2.20.6+incompatible.
- [Release notes](https://github.com/shirou/gopsutil/releases )
- [Commits](https://github.com/shirou/gopsutil/compare/v2.20.4...v2.20.6 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-07-01 06:44:53 +00:00
R.I.Pienaar
056707d7c2
fix go mod issues not related to pr
...
Signed-off-by: R.I.Pienaar <rip@devco.net>
2020-06-25 22:27:29 +02:00
R.I.Pienaar
15df0ee2f4
avoid npe on victorops settings
...
Signed-off-by: R.I.Pienaar <rip@devco.net>
2020-06-25 22:07:43 +02:00
Chris Cummer
898fc6d34a
Create codeql-analysis.yml
2020-06-25 08:46:28 -07:00
Jon Hadfield
426414eb1f
tidy go modules.
2020-06-22 18:57:11 +01:00
Jon Hadfield
3dbfc14056
remove spurious formatting.
2020-06-22 18:56:53 +01:00
Jon Hadfield
0b63a56e40
enable user to disable emoji for weather module.
2020-06-22 18:47:28 +01:00
dependabot-preview[bot]
afc9e2d2af
Bump google.golang.org/api from 0.25.0 to 0.28.0
...
Bumps [google.golang.org/api](https://github.com/googleapis/google-api-go-client ) from 0.25.0 to 0.28.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.25.0...v0.28.0 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-06-19 06:33:59 +00:00
dependabot-preview[bot]
d38e2c4478
Bump golang.org/x/text from 0.3.2 to 0.3.3
...
Bumps [golang.org/x/text](https://github.com/golang/text ) from 0.3.2 to 0.3.3.
- [Release notes](https://github.com/golang/text/releases )
- [Commits](https://github.com/golang/text/compare/v0.3.2...v0.3.3 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-06-17 06:32:17 +00:00