Commit graph

24 commits

Author SHA1 Message Date
Alex Grintsvayg a084330055
drop mediainfo requirement since travis cant install it 2020-10-05 18:28:41 -04:00
Alex Grintsvayg ea80ed6506
install mediainfo during build 2020-10-05 18:22:33 -04:00
Alex Grintsvayg 4b335ed692
bumping to 1.15 for the quic-go dependency 2020-10-05 18:15:02 -04:00
Niko Storni 150b1f6f1f fix travis 2020-07-10 15:24:48 +02:00
Niko Storni fb0004bac4 increase packet size
add retro-compatibility
remove unused SPV servers
remove travis test failure
2020-07-09 15:02:32 +02:00
Alex Grintsvayg a745bafc58
go 1.13 2019-10-03 14:12:42 -04:00
Alex Grintsvayg bf9e90f14c
comment out github releasing for clarity 2019-10-03 14:02:00 -04:00
Niko Storni 96427136ef disable megacheck until it's fixed 2019-06-20 19:13:57 +02:00
Alex Grintsvayg 3b269050af
move aws deploy up so you see it first 2019-03-22 09:12:10 -04:00
Mark Beamer Jr 59ff828794
dont go get go lint 2019-03-21 23:37:01 -04:00
Alex Grintsvayg 41b513439f
enable travis build cache 2019-02-08 17:33:43 -05:00
Alex Grintsvayg dc104dd17b switch to go modules, drop testing against go master 2018-12-26 14:12:04 -05:00
Alex Grintsvayg 7ab2d355d5 some linting 2018-08-30 20:20:15 -04:00
Alex Grintsvayg 064035f1d8 s3 finally working 2018-08-30 19:52:29 -04:00
Alex Grintsvayg e158fa1bb2 make dep in travis 2018-08-30 19:31:21 -04:00
Alex Grintsvayg 25ec93a6b9 auto-self-update 2018-08-30 17:18:42 -04:00
Alex Grintsvayg 1406c7fad9 it works, so re-enable tags 2018-08-07 13:27:18 -04:00
Alex Grintsvayg 34f6241739 fixing depoly 2018-08-07 13:18:28 -04:00
Alex Grintsvayg 95063dacde learning more about travis 2018-08-07 12:53:00 -04:00
Alex Grintsvayg 33765b967b deploy to github on tags 2018-08-07 12:25:02 -04:00
Alex Grintsvayg a3fdc44efb fixed or silenced the last few things to get this building 2018-08-07 11:53:29 -04:00
Alex Grintsvayg 1635f5fae4 actually run all the tests 2018-08-06 19:53:09 -04:00
Alex Grintsvayg f3f2fcb6cc update dependencies, only run short tests in travis 2018-08-06 19:52:34 -04:00
Mark Beamer Jr 35f98ce162 code cleanup
-Added travis support
-updated travis to analyze code beneath the root.
-refactored upload.go to fix travis errors.
-gocyclo should ignore test files. $GOFILES needed to be adjusted.
-fix rows.Close() ignoring error. Created func to handle so defer can be used when needed also.
-fixed ignored errors.
-fixed unit test that was not passing correctly to anonymous function.
-fixed govet error for passing param inside go func.
-removed returned error, in favor of logging instead.
-added error logging for ignored error.
-fixed potential race conditions.
-removed unused append
-fixed time usage to align with go standards.
-removed unused variables
-made changes for code review.
-code comments for exported functions.
-Documented bitmap.go and insert into contact list.
-Documented dht, message, bootstrap
-Fixed comment typos
-Documented message,node, routing_table, testing in DHT package.
-Documented server, client, prism, server and shared in peer and reflector packages.
-Documented the stores in Store package.
-made defer adjustments inline and deleted the separate function.
-adjusted method in upload to take the only parameter it requires.
2018-06-13 09:29:13 -04:00