Chris Cummer
cde904ff08
Use errcheck to find unhandled errors ( #795 )
...
Signed-off-by: Chris Cummer <chriscummer@me.com>
2019-12-17 08:26:16 -08:00
Chris Cummer
140dd553e0
WTF-781 Todoist project ID conversion ( #789 )
...
* WTF-781 Switch Todoist IDs from `int` to `string`
On platforms that convert an `int` to `int32`, like the Raspberry Pi,
an `int` is not large enough to store Todoist project IDs.
Using a `string` ensures this never becomes a problem.
Fixes #781
Signed-off-by: Chris Cummer <chriscummer@me.com>
2019-12-16 20:25:52 -08:00
Chris Cummer
b7f8ec5ae2
Use WTF's version of spotigopher ( #787 )
...
Signed-off-by: Chris Cummer <chriscummer@me.com>
2019-12-14 21:24:18 -08:00
Chris Cummer
3d4059de02
go mod vendor update
...
Signed-off-by: Chris Cummer <chriscummer@me.com>
2019-12-14 08:52:34 -08:00
Chris Cummer
31926fd4a7
Integrate vendored NewRelic dependency ( #767 )
...
The NewRelic module relies on yfronto/newrelic, which no longer exists.
yfronto deleted that directory quite awhile ago, and since then it has
been vendored.
But vendoring a missing repository creates problems when trying to
update the vendored code.
This PR brings the yfronto/newrelic code into the mainline.
Signed-off-by: Chris Cummer <chriscummer@me.com>
2019-12-01 20:47:02 -08:00
Boot-Error
a1526b97e8
Fix Errors in azuredevops and devto modules
...
azuredevops had a error due to cli being a pointer to interface rather
than interface.
devto module's `widget.articles` and `displayArticles` data type changed
to `devto.ListedArticles`.
2019-10-11 03:30:11 +05:30
Chris Cummer
e13e82a2b4
Merge branch 'add-devto-modules' of github.com:VictorAvelar/wtf into VictorAvelar-add-devto-modules
2019-09-22 17:44:07 -07:00
Chris Cummer
93ef3ea429
Update dependencies
2019-09-21 04:04:22 -07:00
vavelar
425a08522e
Implementation of WTF devto module
2019-09-20 17:31:11 +02:00
Chris Cummer
330035b107
Update go.mod to point to vendored newrelic module
2019-09-20 06:07:10 -07:00
Chris Cummer
979c7294eb
Add forked version of Todoist
2019-09-15 15:43:40 -07:00
Indradhanush Gupta
f737c53864
Update go.mod, go.sum and vendor
...
Running `go mod vendor` generates new additions and deletions.
2019-09-14 16:33:39 +05:30
Sean Smith
b184c8ae9f
Hotfix todoist
...
While waiting for upstream todoist to work, patch locally
Use 'replace' to use locally vendored version, with modifications
2019-09-04 21:15:08 -04:00
Chris Cummer
8df08c4b1f
WTF-539 Add missing vendored dependencies back
2019-08-28 07:17:07 -07:00
Chris Cummer
e9bd5e2fb9
Delete the vendored golang.org packages
2019-07-19 21:32:39 -07:00
Chris Cummer
2b19ccea1c
Vendoring dependencies
2019-07-15 09:06:49 -07:00
retgits
e03b65b442
feat: update to go modules
2019-04-26 16:39:44 -07:00
Chris Cummer
de4e285cf6
Update Tcell dependency to dcf1bb3
2019-04-19 20:44:55 -07: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
48cb7ba773
Update dependencies to latest versions
2019-01-11 16:44:42 -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
24899daeb4
replace c9s/goprocinfo with shirou/gopsutil to get cross platform cpu info
2018-11-23 22:52:05 -08:00
Nicholas Eden
cab27c62ab
resource usage mod
2018-11-12 01:30:24 -08:00
Chris Cummer
3a0bcd21e7
Update dependencies
2018-10-21 12:48:22 -07:00
Anand Sudhir Prayaga
b568351dfd
Add godbus/dbus and sticreations/spotigopher dependencies
...
These were added as a part of #317 to add the Spotify widget
2018-09-27 11:08:44 +02:00
Chris Cummer
fb61cd5de2
Twitter widget now displays tweet times in relative, humanized terms
2018-08-24 17:22:45 -07:00
Sean Smith
07ee35b0ca
Add initial datadog widget
2018-08-21 20:19:13 -04:00
Chris Cummer
099fa58b39
Update dependencies
2018-08-19 14:33:19 -07:00
Chris Cummer
976e24b431
Remove highlight and implement Chroma syntax highlighting instead
2018-08-19 13:57:36 -07:00
Chris Cummer
869cb0b9da
Update dependencies
2018-07-31 10:20:12 -07:00
Rohan Verma
c44a0773cb
merge
2018-07-20 12:15:28 +05:30
Rohan Verma
e8f726696d
feat: Added syntax highlighting to textfile widget.
2018-07-20 12:10:08 +05:30
Chris Cummer
6e6d918bfe
CmdRunner now displays ANSI color codes
2018-07-18 16:16:28 -07:00
Chris Cummer
fad99a2262
Add todoist dependency
2018-07-11 10:00:00 -07:00
Chris Cummer
b84a4394d7
Close #239 . Update the tcell dependency
2018-07-11 09:45:53 -07:00
Anand Sudhir Prayaga
574693d9a8
Update dependencies
2018-06-28 16:50:49 +02:00
Anand Sudhir Prayaga
3a58b6ace3
Add gerrit widget
2018-06-27 15:59:50 +02:00
Chris Cummer
d63d10f9d7
dep add github.com/stretchr/testify
2018-06-24 14:04:03 -07:00
Chris Cummer
24a46a652b
Closes #218 . AlertEvent.Timestamp as int64 instead of int
...
Also created a PR in the upstream repo to fix this:
https://github.com/yfronto/newrelic/pull/61
2018-06-21 08:53:28 -07:00
Chris Cummer
16d56bb0d8
Close #204 . Add Trello dependency to /vendor
2018-06-19 12:41:03 -07:00
Mark Old
b4970e54d4
Add rudimentary gitlab support
2018-06-08 13:23:07 -07:00
Hossein Mehrabi
6541ec89fb
update openweathermap package
2018-06-07 00:34:04 +04:30
Sergio Rubio
d2a3e504cf
Vendor dependencies using golang/dep
...
Output from 'dep status':
PROJECT CONSTRAINT VERSION REVISION LATEST PKGS USED
cloud.google.com/go v0.23.0 v0.23.0 0fd7230 v0.23.0 1
github.com/briandowns/openweathermap ^0.11.0 0.11 1b87579 0.11 1
github.com/gdamore/encoding branch master branch master b23993c b23993c 1
github.com/gdamore/tcell ^1.0.0 v1.0.0 061d51a v1.0.0 2
github.com/go-test/deep ^1.0.1 v1.0.1 6592d9c v1.0.1 1
github.com/golang/protobuf v1.1.0 v1.1.0 b4deda0 v1.1.0 1
github.com/google/go-github branch master branch master 2ae5df7 2ae5df7 1
github.com/google/go-querystring branch master branch master 53e6ce1 53e6ce1 1
github.com/jessevdk/go-flags ^1.4.0 v1.4.0 c6ca198 v1.4.0 1
github.com/lucasb-eyer/go-colorful v1.0 v1.0 345fbb3 v1.0 1
github.com/mattn/go-runewidth v0.0.2 v0.0.2 9e777a8 v0.0.2 1
github.com/olebedev/config branch master branch master 9a10d05 9a10d05 1
github.com/radovskyb/watcher ^1.0.2 v1.0.2 6145e14 v1.0.2 1
github.com/rivo/tview branch master branch master 71ecf1f 71ecf1f 1
github.com/yfronto/newrelic branch master branch master f7fa0c6 f7fa0c6 1
golang.org/x/net branch master branch master 1e49130 1e49130 2
golang.org/x/oauth2 branch master branch master 1e0a3fa 1e0a3fa 5
golang.org/x/text v0.3.0 v0.3.0 f21a4df v0.3.0 5
google.golang.org/api branch master branch master 00e3bb8 00e3bb8 4
google.golang.org/appengine v1.0.0 v1.0.0 150dc57 v1.0.0 10
gopkg.in/yaml.v2 ^2.2.1 v2.2.1 5420a8b v2.2.1 1
See https://golang.github.io/dep/docs/daily-dep.html
2018-06-06 18:29:46 +02:00