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

1198 Commits

Author SHA1 Message Date
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
FengYa
4661b2f67b Merge branch 'another_ipinfo_api_187' of https://github.com/Fengyalv/wtf into another_ipinfo_api_187 2018-06-08 14:22:37 +08:00
FengYa
5ba7c6416f delete the useless clear operation 2018-06-08 14:22:01 +08:00
FengYa
151632144e
Merge branch 'master' into another_ipinfo_api_187 2018-06-08 14:05:54 +08:00
FengYa
78d3becdf3 create another module to use another ipinfo api 2018-06-08 13:44:38 +08:00
Chris Cummer
46978fdc8a
Merge pull request #185 from jeangovil/fix-memory-leak
Remove schedulers and widgets from memory after any live-reloading
2018-06-07 21:35:52 -07:00
Hossein Mehrabi
2c4cf578ae fixed comment 2018-06-08 05:38:45 +04:30
Hossein Mehrabi
e00a0a81a0 disable all widgets before live-reloading 2018-06-08 05:31:59 +04:30
Hossein Mehrabi
9b7f31877d added Disable method 2018-06-08 05:28:45 +04:30
Bill Keenan
d8d3ed19fc
Merge branch 'master' into master 2018-06-07 16:05:36 -07:00
Bill Keenan
1d20a29535
Merge branch 'master' into addLogging 2018-06-07 16:02:54 -07:00
Chris Cummer
295e2f2099
Merge pull request #62 from jeangovil/i60
Closes #60. No more loading unused modules into memory
2018-06-07 15:44:36 -07:00
Chris Cummer
73b651796e
Merge branch 'master' into i60 2018-06-07 15:41:28 -07:00
Chris Cummer
1540e2e5b3
Merge pull request #184 from BillKeenan/travis_testing
added basic testing for travis
2018-06-07 15:39:59 -07:00
Bill
4fb52856c7 added basic testing for travis
fixed utils_test, had wrong print format
2018-06-07 15:37:57 -07:00
Bill
2ce69e9701 added a basic logging module, and a basic log 'running' in wtf.go 2018-06-07 15:10:22 -07:00
Hossein Mehrabi
75c0362b52 clear widgets after live-reloading 2018-06-08 02:37:13 +04:30
Hossein Mehrabi
af98a750f1 stop widget's scheduler if the widget disabled after live-reloading 2018-06-08 02:02:42 +04:30
Hossein Mehrabi
9dbf5065f2 merge branch master into i60 2018-06-08 02:02:11 +04:30
Bill Keenan
dfb33dba97
Merge branch 'master' into master 2018-06-07 10:48:36 -07:00
Chris Cummer
ef489831a9 Documentation for 'view' option in PrettyWeather v0.0.6 2018-06-07 09:14:53 -07:00