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

2345 Commits

Author SHA1 Message Date
Chris Cummer
a8d11390fe Add @3mard as a contributor 2019-10-21 21:09:13 -07:00
Chris Cummer
cb636881c3 Merge branch 'master' of github.com:wtfutil/wtf 2019-10-21 21:08:14 -07:00
Chris Cummer
f6871385f5
Merge pull request #706 from caalberts/improve-gitlab-calls
Improve gitlab calls
2019-10-21 21:05:19 -07:00
Omar
e7a42e05b5
chore: adjust ToDo to use ScrollableWidget 2019-10-20 13:10:15 +02:00
Albert Salim
f1303bcc2f Rename "Approval Requests" to "Assigned Merge Requests" 2019-10-19 10:15:38 +08:00
Albert Salim
fa1bdade76 Add user context to GitLab project
- Get MergeRequests and Issues with user's ID
2019-10-19 10:13:54 +08:00
Chris Cummer
9a1b350f4e
Merge pull request #705 from felicianotech/fix-default-config
Remove blank line from default config.
2019-10-17 17:09:17 -04:00
Chris Cummer
9e71c782e1 Add @felicianotech as a contributor 2019-10-17 17:07:21 -04:00
Chris Cummer
40657d78a2 Merge branch 'felicianotech-fix-gomod' 2019-10-17 17:05:30 -04:00
Ricardo N Feliciano
b90ae573c3 Remove blank line from default config. 2019-10-16 19:21:55 -04:00
Ricardo N Feliciano
946e79509d Remake/fix go.mod. 2019-10-16 18:51:58 -04:00
Chris Cummer
26cd4f775f Fix typo in readme
Signed-off-by: Chris Cummer <chriscummer@me.com>
2019-10-15 15:52:57 -04:00
Chris Cummer
1dab3746b6 Update readme
Signed-off-by: Chris Cummer <chriscummer@me.com>
2019-10-15 15:51:32 -04:00
Chris Cummer
b0a114da8a
Update CHANGELOG.md 2019-10-15 15:41:22 -04:00
Chris Cummer
c2ba8d40d3 Add @caalberts as a contributor 2019-10-15 15:39:52 -04:00
Chris Cummer
031ecf0a76 Merge branch 'caalberts-gitlab-issues' 2019-10-15 15:39:09 -04:00
Chris Cummer
6f632292cb Merge branch 'gitlab-issues' of github.com:caalberts/wtf into caalberts-gitlab-issues 2019-10-15 15:36:33 -04:00
Chris Cummer
2918e49346 Fix failing specs
Signed-off-by: Chris Cummer <chriscummer@me.com>
2019-10-15 15:33:03 -04:00
Chris Cummer
e43430e7ad Merge branch 'openutilupdate' of github.com:Seanstoppable/wtf into Seanstoppable-openutilupdate 2019-10-15 15:27:56 -04:00
Chris Cummer
9a8771d66a Add docker target back to .goreleaser.yml
Signed-off-by: Chris Cummer <chriscummer@me.com>
2019-10-15 15:25:29 -04:00
Chris Cummer
90287c657d
Update CHANGELOG.md 2019-10-15 15:23:27 -04:00
Chris Cummer
8008e108e6
Merge pull request #696 from Boot-Error/feature-docker
Run wtf inside docker container
2019-10-15 12:21:53 -07:00
Chris Cummer
2fa69d1895 Merge branch 'noxer-master' 2019-10-15 15:05:22 -04:00
Chris Cummer
b97cb8dd05 Merge branch 'master' of github.com:noxer/wtf into noxer-master 2019-10-15 15:03:51 -04:00
Chris Cummer
8937fa2f45
Merge pull request #701 from noxer/patch-1
Removed Go 1.11 from the tested versions
2019-10-15 10:17:11 -07:00
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