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

1268 Commits

Author SHA1 Message Date
Andrew
77823419b5 Temporary changed username. 2018-06-10 00:16:40 +03:00
DavidB
e73037c84c Added jenkins module documentation 2018-06-09 21:23:25 +03:00
DavidB
eb547136cf Added simple jenkins module that enables watching jenkins views build status 2018-06-09 20:49:12 +03: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
Mark Old
0d8861e358
Merge branch 'master' into gitlab 2018-06-08 13:37:41 -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
Mark Old
d38eb622af add docs for gitlab 2018-06-08 13:32:04 -07:00
Mark Old
b4970e54d4 Add rudimentary gitlab support 2018-06-08 13:23:07 -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
Chris Cummer
e551a2530c
Merge pull request #188 from jeangovil/ipinfo-useless-condition
removed duplicate condition
2018-06-08 10:13:29 -07:00
Chris Cummer
8808e3a8a3
Merge branch 'master' into ipinfo-useless-condition 2018-06-08 10:12:58 -07:00
Chris Cummer
50b475a9c1
Merge pull request #187 from jeangovil/rm-rcondition
removed useless condition in Refresh
2018-06-08 10:11:31 -07:00
FengYa
115e9df9a8 delete useless repeat code 2018-06-08 14:56:57 +08:00
Hossein Mehrabi
f912d64279 removed duplicate condition 2018-06-08 11:26:19 +04:30
FengYa
b0af0d1d3b delete useless check code 2018-06-08 14:43:58 +08:00
Hossein Mehrabi
f33b756d02 removed useless condition in Refresh 2018-06-08 10:59:47 +04:30