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

1126 Commits

Author SHA1 Message Date
Chris Cummer
9cc44a97c2 Don't crash if the Weather API is missing or invalid 2018-06-13 02:15:06 -07:00
Chris Cummer
6aec41df53 Basic Weather widget API key validation 2018-06-13 02:15:06 -07:00
Chris Cummer
e1edb929e9 Add cfg/ as a top-level package concept 2018-06-13 02:15:06 -07:00
Chris Cummer
e228156a26 Remove experimental tag from README 2018-06-13 02:15:06 -07:00
Chris Cummer
9412907a34 Remove experimental tag from PrettyWeather 2018-06-13 02:15:06 -07:00
Chris Cummer
5ee5557878 Make Google Spreadsheet widget work with new module lazy-loading 2018-06-13 02:15:06 -07:00
Chris Cummer
1b00c032bc Make Bargraph widget work with new module lazy-loading 2018-06-13 02:14:04 -07:00
Bryan Austin
d6b500e346 Fix newline in git module repo names breaking display
After setting up the git module with multiple repos and switching
between them, I observed some graphical wonkiness in the display:

https://i.imgur.com/R3e7eij.png

After adding some log statements, I tracked it down to the
`GitRepo.Repository` field having a newline in it after it's set
from a command execution's stdout. This change strips the
repository path of spaces when assigning to the `Repository` field,
which fixes the display issues.
2018-06-13 02:14:04 -07:00
Bryan Austin
bf2a27dc79 Allow use of project list in Jira module config
For my own use case (and anyone in a similar situation), the Jira
module is more useful if I can specify a list of projects to
display issues from, rather than no project (which selects all
projects) or one specific project.

New supported syntax:
`  project: ["PROJA", "PROJB"]`

If this is merged, documentation for the Jira module should be
updated accordingly. (Sorry, I would have done this myself but
I'm not sure what the right place is - when grepping I find
multiple places in the repo containing documentation strings
and I'm not sure what the "master" location is)

Specifying a single project (or no project) is still supported -
behavior shouldn't change for anyone who doesn't change their
config.
2018-06-13 02:14:04 -07:00
Andrew_Zol
26290fedb5 Added updated config. 2018-06-13 02:14:04 -07:00
Andrew_Zol
aace78285d Added gspreadsheets module 2018-06-13 02:14:04 -07:00
FengYa
0ec2259609 delete useless repeat code 2018-06-13 02:14:04 -07:00
FengYa
f542164dff delete useless check code 2018-06-13 02:14:04 -07:00
FengYa
8cf363690d delete the useless clear operation 2018-06-13 02:14:04 -07:00
FengYa
cd983a8e8f create another module to use another ipinfo api 2018-06-13 02:14:04 -07:00
Chris Cummer
3a9f2da51e Close #92. Wrap the release files in a directory to prevent tar-bombing the local dir 2018-06-12 12:35:47 -07:00
David Barda
5c6f026db1
Update wtf.go 2018-06-12 02:00:24 +03:00
Mike Lloyd
a255b62d91 fixed bad type.
Signed-off-by: Mike Lloyd <mike@reboot3times.org>
2018-06-11 09:46:28 -06:00
Mike Lloyd
4a4ea2abe8 Merge branch 'master' of https://github.com/senorprogrammer/wtf 2018-06-11 09:38:33 -06:00
Chris Cummer
4b7a3b0d97 Fix the screenshot in the CircleCI documentation 2018-06-10 20:00:12 -04:00
Chris Cummer
f511a5e15e Add missing text to Google Spreadsheet documentation 2018-06-10 19:56:16 -04:00
Chris Cummer
00e5014d88 Add sidebar link for IP-API v0.0.7 2018-06-10 19:46:10 -04:00
Chris Cummer
1d1e280282 Add documentation for IP-API modules 2018-06-10 19:44:56 -04:00
Chris Cummer
0a62a643fb Add documentation for CircleCI module 2018-06-10 19:39:14 -04:00
Chris Cummer
3e27166858 Add basic documentation for Google Spreadsheet module 2018-06-10 18:36:49 -04:00
Chris Cummer
78fd0ca40b Add icon for heavy intense rain 2018-06-10 18:23:00 -04:00
David Barda
11c555f213
Merge branch 'master' into master 2018-06-10 15:30:14 +03:00
Andrew
bd8e264405 Fixed packages order 2018-06-10 03:54:58 +03:00
Andrew
5c667fe4d6 Fixed order of packages 2018-06-10 03:53:21 +03:00
Andrew
cec100502f Removed unnecessary changes. 2018-06-10 03:47:14 +03:00
Andrew
a558ee948f Reverted names 2018-06-10 03:36:53 +03:00
Andrew
bd0f3e1e56 Fixed name 2018-06-10 03:19:26 +03:00
Andrew
bddc87fcd2 Merged upstream 2018-06-10 03:17:25 +03:00
Andrew
da1ffdd817 Changed name to andrewzolotukhin 2018-06-10 03:15:58 +03:00
andrewzolotukhin
365bb7e562
Merge branch 'master' into master 2018-06-10 03:13:30 +03:00
Andrew
608815ac85 Fixed name 2018-06-10 03:07:43 +03:00
Chris Cummer
91f24130ca
Merge pull request #195 from mcordell/circleci-module
Add circleci module
2018-06-09 17:04:11 -07:00
Andrew
3f7f804e62 Merged from upstream 2018-06-10 03:03:50 +03:00
Chris Cummer
be06d56878
Merge branch 'master' into circleci-module 2018-06-09 16:59:48 -07:00
Chris Cummer
c7211fe67e
Merge pull request #186 from Fengyalv/another_ipinfo_api_187
create another module to use another ipinfo api
2018-06-09 16:58:40 -07:00
Andrew
585d4cc10e Updated config 2018-06-10 02:58:04 +03:00
Chris Cummer
e94a721bc9
Merge branch 'master' into circleci-module 2018-06-09 16:51:45 -07:00
Andrew
6288c70156 Returned names of repo 2018-06-10 02:50:16 +03:00
Andrew
856491ae49 Fix 2018-06-10 02:47:00 +03:00
Andrew
d3d70f8450 Added displayHoldings setting 2018-06-10 02:44:26 +03:00
Andrew
4cadaf0cce Fix 2018-06-10 02:34:43 +03:00
Andrew
6b515d8d51 Fix 2018-06-10 02:29:49 +03:00
Andrew
71364c92f8 Fix 2018-06-10 02:26:36 +03:00
Andrew
82e81b9a21 Fix 2018-06-10 02:24:46 +03:00
Andrew
aff01f7fde Added total 2018-06-10 02:23:16 +03:00