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

614 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
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
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
Hossein Mehrabi
f912d64279 removed duplicate condition 2018-06-08 11:26:19 +04:30
Hossein Mehrabi
f33b756d02 removed useless condition in Refresh 2018-06-08 10:59:47 +04:30
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
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
Chris Cummer
ef489831a9 Documentation for 'view' option in PrettyWeather v0.0.6 2018-06-07 09:14:53 -07:00
Chris Cummer
25c2ae9335 Merge branch 'XanthusL-master' 2018-06-07 09:07:11 -07:00
Chris Cummer
f19a09f071 Add rate limit message to IPInfo documentation. 2018-06-07 09:03:32 -07:00
Chris Cummer
0390e9ea17 Bolder warning the README 2018-06-07 09:03:32 -07:00
Chris Cummer
a9bce79731 Stronger Go version warning in the README 2018-06-07 09:03:32 -07:00
Chris Cummer
2ea51d62fd Update README.md 2018-06-07 09:03:32 -07:00
Chris Cummer
1c1b2e0b8d Update README.md 2018-06-07 09:03:32 -07:00
Chris Cummer
77a7ad68e8 Update README.md 2018-06-07 09:03:32 -07:00
Chris Cummer
e3372d3c4a Update README.md 2018-06-07 09:03:32 -07:00
Chris Cummer
6bca2f277b WIP 2018-06-07 09:03:32 -07:00
Chris Cummer
299c294acb Add clarifying text to GitHub documenation 2018-06-07 09:03:32 -07:00
Chris Cummer
4c5a203a1f Remove the sleeps from the cryptocurrecy modules. Don't need them 2018-06-07 09:03:32 -07:00
Hossein Mehrabi
c6aee425a0 update openweathermap package 2018-06-07 09:03:32 -07:00
Sergio Rubio
4c938000cb Add Travis CI config
Currently it only tests that wtf builds.
2018-06-07 09:03:32 -07:00
Sergio Rubio
227720e0d1 Vendor dependencies using golang/dep
Output from 'dep status':

PROJECT                               CONSTRAINT     VERSION        REVISION  LATEST   PKGS USED
cloud.google.com/go                   v0.23.0        v0.23.0        0fd7230   v0.23.0  1
github.com/briandowns/openweathermap  ^0.11.0        0.11           1b87579   0.11     1
github.com/gdamore/encoding           branch master  branch master  b23993c   b23993c  1
github.com/gdamore/tcell              ^1.0.0         v1.0.0         061d51a   v1.0.0   2
github.com/go-test/deep               ^1.0.1         v1.0.1         6592d9c   v1.0.1   1
github.com/golang/protobuf            v1.1.0         v1.1.0         b4deda0   v1.1.0   1
github.com/google/go-github           branch master  branch master  2ae5df7   2ae5df7  1
github.com/google/go-querystring      branch master  branch master  53e6ce1   53e6ce1  1
github.com/jessevdk/go-flags          ^1.4.0         v1.4.0         c6ca198   v1.4.0   1
github.com/lucasb-eyer/go-colorful    v1.0           v1.0           345fbb3   v1.0     1
github.com/mattn/go-runewidth         v0.0.2         v0.0.2         9e777a8   v0.0.2   1
github.com/olebedev/config            branch master  branch master  9a10d05   9a10d05  1
github.com/radovskyb/watcher          ^1.0.2         v1.0.2         6145e14   v1.0.2   1
github.com/rivo/tview                 branch master  branch master  71ecf1f   71ecf1f  1
github.com/yfronto/newrelic           branch master  branch master  f7fa0c6   f7fa0c6  1
golang.org/x/net                      branch master  branch master  1e49130   1e49130  2
golang.org/x/oauth2                   branch master  branch master  1e0a3fa   1e0a3fa  5
golang.org/x/text                     v0.3.0         v0.3.0         f21a4df   v0.3.0   5
google.golang.org/api                 branch master  branch master  00e3bb8   00e3bb8  4
google.golang.org/appengine           v1.0.0         v1.0.0         150dc57   v1.0.0   10
gopkg.in/yaml.v2                      ^2.2.1         v2.2.1         5420a8b   v2.2.1   1

See https://golang.github.io/dep/docs/daily-dep.html
2018-06-07 09:03:32 -07:00
Chris Cummer
5c4f5ce638 Simplify the module titles in the documentation 2018-06-07 09:03:31 -07:00
Chris Cummer
8bec2e6495 Add Bittrex to the documentation sidebar 2018-06-07 09:03:31 -07:00
Chris Cummer
71df0c59e0 Clean up the formatting of the text in Bittrex module 2018-06-07 09:03:31 -07:00
Hossein Mehrabi
57e3a01b3a replaced updateInterval with refreshInterval 2018-06-07 09:03:31 -07:00
Hossein Mehrabi
f381e130bb replaced updateInterval with refreshInterval 2018-06-07 09:03:31 -07:00
Hossein Mehrabi
8198557b25 fixed cryptolive docs 2018-06-07 09:03:31 -07:00