Skip to content

Commit

Permalink
Merge branch 'tls' into node-id-wip
Browse files Browse the repository at this point in the history
* tls: (97 commits)
  responding to review feedback / cleanup / add copywrite headers
  refactor
  cleanup
  refactoring `VerifyPeerCertificate`
  Remove some structural folders we don't seem to be using. (storj#125)
  license code with agplv3 (storj#126)
  Add tls certificate chain signature veification (spike):
  Update .clabot (storj#124)
  added team memebers (storj#123)
  clabot file added (storj#121)
  Properly write/read certificate chain (root/leaf):
  ECClient (storj#110)
  docker image issue fixed (storj#118)
  Piecestore Farmer CLI  (storj#92)
  Define Path type (storj#101)
  Experimenting/bugfixing?:
  not sure if actually working:
  implement `TLSFileOptions#loadTLS`, refactoring:
  adds netstate pagination (storj#95)
  Transport Client (storj#89)
  ...
  • Loading branch information
bryanchriswhite committed Jul 6, 2018
2 parents 307cffc + 9a2a580 commit f923f7d
Show file tree
Hide file tree
Showing 125 changed files with 6,878 additions and 2,292 deletions.
3 changes: 3 additions & 0 deletions .clabot
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"contributors": ["coyle", "mobyvb", "littleskunk", "kaloyan-raev", "bryanchriswhite", "brimstone", "navillasa", "jtolds", "cam-a", "jhagans3", "dylanlott"]
}
3 changes: 3 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,6 @@ install:

script:
- make test
- go list -f '{{if len .TestGoFiles}}"go test -coverprofile={{.Dir}}/.coverprofile {{.ImportPath}}"{{end}}' ./... | xargs -L 1 sh -c
- gover
- goveralls -coverprofile=gover.coverprofile -service=travis-ci
12 changes: 0 additions & 12 deletions Dockerfile

This file was deleted.

Loading

0 comments on commit f923f7d

Please sign in to comment.