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

667 Commits

Author SHA1 Message Date
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
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
Chris Cummer
91f24130ca
Merge pull request #195 from mcordell/circleci-module
Add circleci module
2018-06-09 17:04:11 -07: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
Chris Cummer
e94a721bc9
Merge branch 'master' into circleci-module 2018-06-09 16:51:45 -07:00
Chris Cummer
4867aa8ab7
Merge branch 'master' into another_ipinfo_api_187 2018-06-09 16:17:40 -07:00
Chris Cummer
5e13618813 Close #168. Modal dialogs now center onscreen properly 2018-06-09 08:52:32 -07:00
FengYa
9e47f8f42e
Merge branch 'master' into another_ipinfo_api_187 2018-06-09 23:11:12 +08:00
FengYa
97aafd60f9 change name of the module 2018-06-09 23:06:51 +08:00
Michael Cordell
994ddf0422 Add circleci module
Needs a Circle API token, which can be found at
https://circleci.com/account/api. This is passed under the environmental
variable WTF_CIRCLE_API_KEY.
2018-06-09 08:01:54 -07:00
Chris Cummer
cca845d4ff Don't crash if the Weather API is missing or invalid 2018-06-09 04:09:04 -07:00
Chris Cummer
b593f3517a Basic Weather widget API key validation 2018-06-09 04:07:01 -07:00
Chris Cummer
d2dfcd8978 Add cfg/ as a top-level package concept 2018-06-09 03:58:45 -07:00
Chris Cummer
00c07a9421 Remove experimental tag from README 2018-06-08 16:26:51 -07:00
Chris Cummer
a1af76c17a Remove experimental tag from PrettyWeather 2018-06-08 16:15:25 -07:00
Chris Cummer
dae2de7ab4 Merge branch 'andrewzolotukhin-master' 2018-06-08 15:58:00 -07:00
Chris Cummer
e319ab69e7 Make Google Spreadsheet widget work with new module lazy-loading 2018-06-08 15:57:22 -07:00
Chris Cummer
60d41266cd
Merge branch 'master' into master 2018-06-08 15:48:55 -07:00
Chris Cummer
23f53a06b9 Make Bargraph widget work with new module lazy-loading 2018-06-08 15:34:31 -07:00
Chris Cummer
59cd1d23bf
Merge pull request #193 from baustinanki/git-repo-newline
Fix newline in git module repo names breaking display
2018-06-08 15:22:47 -07:00
Chris Cummer
a02f67ed55
Merge branch 'master' into git-repo-newline 2018-06-08 15:21:02 -07:00
Chris Cummer
fee99a0aef
Merge pull request #191 from baustinanki/allow-multiple-projects
Allow use of project list in Jira module config
2018-06-08 15:19:52 -07:00
Chris Cummer
eaba0bba11
Merge branch 'master' into git-repo-newline 2018-06-08 15:17:40 -07:00
Bryan Austin
e2c1f793bf 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-08 14:44:45 -07:00
Chris Cummer
aa1701c705
Merge branch 'master' into another_ipinfo_api_187 2018-06-08 13:40:19 -07:00
Chris Cummer
213bdeb3b0
Merge branch 'master' into allow-multiple-projects 2018-06-08 13:39:36 -07:00
Chris Cummer
0df0d7b9cd
Merge pull request #172 from BillKeenan/master
Built Graph Widget, working with basic sample
2018-06-08 13:35:25 -07:00
Bryan Austin
a70a0cd41e 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-08 12:18:27 -07:00
Chris Cummer
7cc8ed4d46
Merge branch 'master' into master 2018-06-08 12:10:57 -07:00
Chris Cummer
438198890c
Change license to MPL v2 2018-06-08 12:04:56 -07:00
Chris Cummer
1523ef6245
Merge branch 'master' into master 2018-06-08 11:59:54 -07:00
Chris Cummer
30aca0ae4e Mass-simplify the default templates 2018-06-08 11:03:50 -07:00
Chris Cummer
4f2efae619
Update Bug.md 2018-06-08 11:02:10 -07:00
Chris Cummer
a856a7b788
Further simplify the bug template 2018-06-08 11:01:38 -07:00
Chris Cummer
040c662a59
Simplify this template as well
I suspect we can reduce these to one template.
2018-06-08 11:00:55 -07:00
Chris Cummer
f0ef8cc091
Simplify the pull request improvement template 2018-06-08 11:00:00 -07:00
Chris Cummer
a36eeb4dc5
Simplify the support request template 2018-06-08 10:59:00 -07:00
Chris Cummer
5e0d064c59
Simplify the feature request template 2018-06-08 10:58:16 -07:00
Chris Cummer
e453e9d52d
Simplify the bug report template 2018-06-08 10:57:00 -07:00
Chris Cummer
a50b32eb05
Merge pull request #183 from BillKeenan/addLogging
added a basic logging module, and a basic log 'running' in wtf.go
2018-06-08 10:46:49 -07:00
Chris Cummer
77977420e6
Merge branch 'master' into addLogging 2018-06-08 10:40:00 -07:00
Andrew_Zol
0ae1061ced Added updated config. 2018-06-08 20:31:44 +03:00
Andrew_Zol
f2b943e3d6 Added gspreadsheets module 2018-06-08 20:27:39 +03:00