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

985 Commits

Author SHA1 Message Date
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
Chris Cummer
4867aa8ab7
Merge branch 'master' into another_ipinfo_api_187 2018-06-09 16:17:40 -07:00
Andrew
cdca85a10a Fix 2018-06-10 02:16:26 +03:00
Andrew
557aa15e05 Fix 2018-06-10 02:10:30 +03:00
Andrew
05289885d3 Fix 2018-06-10 02:09:06 +03:00
Andrew
934023ef1d Fixed typo 2018-06-10 02:06:40 +03:00
Andrew
cf005c48f5 Added formating 2018-06-10 02:04:49 +03:00
Andrew
51ce545833 Fixed error 2018-06-10 01:51:15 +03:00
Andrew
e633d4d617 Added widget for blockfolio 2018-06-10 01:48:01 +03:00
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