Albert Salim
149228dd1c
Add lists of authored and assigned issues in GitLab project
2019-10-15 23:46:55 +08:00
Tim Scheuermann
ed9ef3268e
Readme update for the Go 1.12 requirement
2019-10-15 13:37:14 +02:00
Tim Scheuermann
91cbe0c2df
Removed Go 1.11 from the tested versions
2019-10-15 13:30:18 +02:00
Tim Scheuermann
226796099c
Revert "Revert "Call the os.UserHomeDir in Home""
...
This reverts commit 270daf31ea007147e1b04770e501688472750a7e.
2019-10-15 11:09:03 +02:00
Sean Smith
6b67baa65f
Update CHANGELOG
2019-10-12 17:53:39 -04:00
Alex Fornuto
419d43670c
remove pull request count from issue count ( #694 )
2019-10-12 17:51:53 -04:00
Sean Smith
68e56eaa10
Add new urlutil option, and have these be reloadable
...
Handles #897 and part of #593
2019-10-12 17:44:28 -04:00
Boot-Error
f5e0aec6b6
Updated README.md with instruction to run in docker
2019-10-12 06:34:52 +05:30
Boot-Error
9e53aed174
Run wtf inside docker container
...
To build the container
docker build -t wtfutil .
To run wtf
docker run -it wtfutil
2019-10-12 05:29:18 +05:30
Tim Scheuermann
270daf31ea
Revert "Call the os.UserHomeDir in Home"
...
This reverts commit d3b6bc503a583bd2d841a9fba439b9f7e4056ff0.
2019-10-11 23:36:21 +02:00
Tim Scheuermann
d3b6bc503a
Call the os.UserHomeDir in Home
2019-10-11 23:18:08 +02:00
Tim Scheuermann
cdf37f053c
Optimized ParseJson and ExecuteCommand
2019-10-11 23:17:01 +02:00
Tim Scheuermann
5b4a49d11f
Preallocate slice
2019-10-11 23:13:38 +02:00
Tim Scheuermann
ca18a14d43
Preallocate slices and remove double type assertion
2019-10-11 23:13:18 +02:00
Chris Cummer
25234e03da
Update CHANGELOG.md
2019-10-11 12:20:00 -07:00
Chris Cummer
e98b15ca2c
Merge pull request #690 from wtfutil/20191011-transmission-race-conditions
...
Fix some of the transmission module race conditions
v0.23.0
2019-10-11 12:16:00 -07:00
Chris Cummer
189c667928
Fix some of the transmission module race conditions
...
Signed-off-by: Chris Cummer <chriscummer@me.com>
2019-10-11 06:19:05 -07:00
Chris Cummer
6266ed883a
Remove dead comment
...
Signed-off-by: Chris Cummer <chriscummer@me.com>
2019-10-11 05:34:40 -07:00
Chris Cummer
c6c56a1a83
Add @jdenoy-saagie as a contributor
2019-10-11 05:08:43 -07:00
Chris Cummer
1b608759ec
Add @stevenwhitehead as a contributor
2019-10-11 05:07:13 -07:00
Chris Cummer
4b8ae6cce9
Update @alexfornuto as a contributor
2019-10-11 05:05:32 -07:00
Chris Cummer
c9eff660f6
Merge pull request #584 from alexfornuto/netman-agnostic
...
Find SSID regardless of network manager
2019-10-11 05:02:48 -07:00
Chris Cummer
b99a451e1d
Merge pull request #687 from wtfutil/20191010-fix-go-mod
...
An attempt to fix Dependabot's parsing issue
2019-10-10 20:48:10 -07:00
Chris Cummer
9e1b660e61
An attempt to fix Dependabot's parsing issue
...
Signed-off-by: Chris Cummer <chriscummer@me.com>
2019-10-10 20:41:52 -07:00
Chris Cummer
2afbf682e4
Update CHANGELOG.md
2019-10-10 20:32:04 -07:00
Chris Cummer
5937dcc645
Add @Boot-Error as a contributor
2019-10-10 20:29:33 -07:00
Chris Cummer
3e84dc2b6e
Merge pull request #685 from Boot-Error/master
...
Fix Errors in azuredevops and devto modules
2019-10-10 20:28:13 -07:00
Chris Cummer
d87a597e3f
Merge pull request #686 from jmks/buildkite-follow-apikey-conventions
...
Rename token to apiKey
2019-10-10 20:20:32 -07:00
Chris Cummer
b352cc3df7
Update README.md
2019-10-10 16:13:56 -07:00
Chris Cummer
c13c21b340
Update README.md
2019-10-10 16:13:41 -07:00
Jason Schweier
016bef7f79
Rename token to apiKey
2019-10-10 18:36:45 -04:00
Vighnesh SK
260ad3e968
Merge branch 'master' into master
2019-10-11 03:36:22 +05:30
Boot-Error
a1526b97e8
Fix Errors in azuredevops and devto modules
...
azuredevops had a error due to cli being a pointer to interface rather
than interface.
devto module's `widget.articles` and `displayArticles` data type changed
to `devto.ListedArticles`.
2019-10-11 03:30:11 +05:30
Alex Fornuto
cf3cda3b13
simplify iwgetid use
2019-10-10 14:41:14 -05:00
Chris Cummer
02a39915dd
Add @massa1240 as a contributor
2019-10-09 18:22:36 -07:00
Chris Cummer
cd893736ee
Update todoist dependency
...
Signed-off-by: Chris Cummer <chriscummer@me.com>
2019-10-09 18:21:22 -07:00
Chris Cummer
1fa73fc3ba
Update CHANGELOG.md
2019-10-09 18:20:48 -07:00
Chris Cummer
fc95a6c1a0
Update CHANGELOG.md
2019-10-09 18:20:26 -07:00
Chris Cummer
895b33ccdd
Merge pull request #683 from noxer/master
...
Expose the widget dimensions in cmdrunner
2019-10-09 18:13:02 -07:00
Tim Scheuermann
4e529b49e6
Expose the widget dimensions to commands in cmdrunner
2019-10-09 14:55:23 +02:00
Tim Scheuermann
4ef6eb76c6
Added utils.CalculateDimensions
2019-10-09 14:54:47 +02:00
Chris Cummer
6b2a53e7a7
Clean up go.mod
...
Signed-off-by: Chris Cummer <chriscummer@me.com>
2019-10-08 17:33:50 -07:00
Chris Cummer
a340aa6fa0
Update CHANGELOG.md
2019-10-08 17:31:16 -07:00
Chris Cummer
abfdad01fe
Merge pull request #680 from noxer/master
...
Make the cmdrunner more interactive
2019-10-08 17:29:51 -07:00
Chris Cummer
f91e2c3fb0
Merge pull request #679 from jmks/buildkite-stable-pipelines-ordering
...
Sort Buildkite pipelines and branches alphabetically
2019-10-08 17:18:04 -07:00
Tim Scheuermann
0629e28105
Set a proper default line limit
2019-10-07 22:15:14 +02:00
Tim Scheuermann
45b9555633
CmdRunner now updates view while running
2019-10-07 22:10:51 +02:00
Jason Schweier
61bfd97939
Sort Buildkite pipelines and branches alphabetically
2019-10-07 12:03:36 -04:00
Chris Cummer
c5b36d8f6d
Merge branch 'master' of github.com:wtfutil/wtf
2019-10-05 20:48:02 -07:00
Chris Cummer
0bc29fee35
Add @jmks as a contributor
2019-10-05 20:46:49 -07:00