Bryan White
9e1ec633d8
Improve cert signing integration test+: ( #997 )
2019-01-11 15:59:35 +01:00
Egon Elbre
8893884044
convert piecestorage into a struct ( #1024 )
2019-01-11 13:26:39 +02:00
Bill Thorp
fb4a11ebb0
Differentiate GET and PUT operations in the tally service ( #965 )
...
* draft of new bandwidth agreement types
* updated storagenode report for new types
* use correct pba types
2019-01-10 06:41:57 -05:00
Bill Thorp
ea47d27c1b
Get satellites to send BW agreements to via KAD ( #985 )
...
* moved from hardcoded overlay IP to kad
2019-01-09 09:41:50 -05:00
Michal Niewrzal
4e857ea133
Add setup
tag for config structs ( #968 )
...
* Fix ignored setup arguments
* fix linter errors
* small params cleanup
* fix integration tests
* cleanup in configs
* Add `setup` tag for config structs
* fix broken if statement
* cleanup captplanet config
* remove reduntant return
* add missing Signer config
* review comments
* local variable renamed
* remove unused var
2019-01-07 12:06:10 +01:00
Michal Niewrzal
4be58e2a76
Fix ignored setup arguments ( #944 )
...
* Fix ignored setup arguments
* fix linter errors
* small params cleanup
* fix integration tests
* cleanup in configs
* Restart Travis
2019-01-07 10:48:16 +01:00
Kaloyan Raev
41fdc31ec0
Fix output message when overwriting storagenode configuration ( #982 )
2019-01-07 11:12:49 +02:00
Bryan White
b6611e2800
automate certificate signing in storage node setup ( #954 )
2019-01-04 18:23:23 +01:00
Jennifer Li Johnson
a2fa5c4c5a
Proper NodeType Handling ( #873 )
...
* adds enums to nodetype
* updating nodetype todos
* ran pb updates
* reorder nodetypes
* adding checks
* wip
* wip
* wip
* bug in test-captplanet
* wip
* add values to storagenode, satellite, captplanet binaries
* Cleanup
* more cleanup
* wip
* lint
* lint
* wip
* fixes bug
* regenerate protos
Change-Id: Id270212e8c7479e52641058042cf23b5317ab773
* limit node type changes to kademlia
Change-Id: I9c1a6cc4a79e05086627f0fdeb5028c62ce754f4
* dpanic
Change-Id: Id952a2ad13c807ebaea0ec0a875405e267d81c3e
* review comments
Change-Id: I7f9b77ef22779dd012fd490375b136014f51f834
2019-01-02 11:47:34 -07:00
Bill Thorp
e4b3dab446
Add config editing via the CLI for storage nodes ( #919 )
...
* added editor and updated storagenode cmd
* switched to custom yaml gen
2019-01-02 10:12:07 -05:00
JT Olio
4a0749e44a
Remove farmer references ( #949 )
2019-01-02 12:31:49 +02:00
JT Olio
2c916a04c3
pkg/provider: split into pkg/server, pkg/identity ( #953 )
2019-01-02 12:23:25 +02:00
littleskunk
ea4c91b72d
repair storagenode diag command ( #941 )
...
* repair storagenode diag command
2018-12-28 11:01:02 +01:00
littleskunk
e1c3f11cfa
add overwrite flag ( #913 )
...
* add storagenode setup --overwrite flag
* exit setup with error code
2018-12-20 14:27:51 +01:00
Michal Niewrzal
a7489c2760
Validate farmers wallet and email configuration ( #897 )
...
* Validate farmers wallet and email configuration
* remove usless part of regexp
* move to zap logger
* logging valid wallet and email
2018-12-18 18:37:56 +01:00
Kaloyan Raev
c0e348d4fa
Default config for storagenode binary to join captplanet ( #854 )
2018-12-17 17:38:38 +02:00
Michal Niewrzal
f0662675bc
Add '--dir' param for all CLI parts (replace --base-path) ( #833 )
...
* Add '--dir' param for all CLI parts (replace --base-path)
* FindDirParam method moved
* fix compilation error
* make param global
* remove unused fields
* rename param
* remove config flag
* goimports
2018-12-14 22:14:59 +01:00
JT Olio
ceb590fa67
capt: reduce nodes to 10 ( #793 )
...
Change-Id: Ief380fe29e3043657705cd7505c266fd774181a4
2018-12-11 11:40:54 -07:00
Michal Niewrzal
1206ef9126
Use OS related default setup directory ( #741 )
...
* Use OS related default setup directory
* added missing comment
* adjust test-captplanet.sh
* ApplicationDir moved to fpath
2018-12-03 16:51:56 +01:00
Egon Elbre
1e4556f88a
Fix import groupings ( #739 )
2018-11-30 15:40:13 +02:00
Bryan White
2a0c4e60d2
preparing for use of customtype
gogo extension with NodeID
type ( #693 )
...
* preparing for use of `customtype` gogo extension with `NodeID` type
* review changes
* preparing for use of `customtype` gogo extension with `NodeID` type
* review changes
* wip
* tests passing
* wip fixing tests
* more wip test fixing
* remove NodeIDList from proto files
* linter fixes
* linter fixes
* linter/review fixes
* more freaking linter fixes
* omg just kill me - linterrrrrrrr
* travis linter, i will muder you and your family in your sleep
* goimports everything - burn in hell travis
* goimports update
* go mod tidy
2018-11-29 19:39:27 +01:00
Bryan White
dabd87cb36
swap golang/protobuf out for gogo/protobuf ( #692 )
...
* swap golang/protobuf out for gogo/protobuf
* revert go.mod and go.sum changes
* linter fixes
2018-11-20 19:29:07 +01:00
aligeti
bc0b411e5c
Diagnostic tool to inspect storage node bandwidth allocation databases ( #576 )
...
* Diagnostic tool initial framework
* Changes per review comments
* changes per code review
2018-11-08 08:37:55 -05:00
Bryan White
ee62e2a9d8
Use transport client and cleanup all the clients ( #574 )
...
* wip
* linter fixes
* linter fixes
* test fixes
* linter fixes
* fix merge + restructure piecestore packages
* review feedback
* linter fixes
* linter fixes
* remove unnecessary aliases to piecestore
* more merge fixing
2018-11-06 18:49:17 +01:00
Michal Niewrzal
ad327bedb1
Use context to propagate API Key ( #383 )
...
* Satellite signs proofs
* wip
* remove direct apikey usage from pdbclient
* adjusting unit tests
* fix linter errors
* unit tests
* linter errors
* remove usless interface
* remove unused code
* improve unit tests
* signature generation
* code review changes
* code review comments
* back to satellite-id signature generation
* remove go-grpc-middlewar dependency
* small step back
* linter fixes
* fix tests
* packages reorganization
* Move TestAPIKeyInjector to grpcauth package
2018-10-09 16:39:14 +02:00
aligeti
09da23737a
rename farmers to storagenode ( #275 )
...
* rename farmers to storagenode
* review changes
* merge conflicts
2018-08-24 21:52:58 -04:00