storj/private/testplanet
Ivan Fraixedes bf97ef06fc
storagenode: Add new endpoint to receive satellite requests for… (#3590)
* pkg/pg: Add new service function storage node

  Add a new service function to the storage node piece store for deleting
  pieces when satellites request them.

* storagenode/piecestore: Add endpoint to delete piece

  Add a new endpoint to receive from trusted satellites to delete a piece.

* private/testplanet: Fix storagenode mock

  Add to the storagenode mock the new endpoint method.

* proto.lock: Update it with the last protbuff changes

* storagenode/piecestore: Reuse test piece upload

  Extract the repeated logic from several tests functions for uploading a
  test piece to a test helper function.

* uplink/piecestore: Implement client side method

  Implement the client side method of the new piecestore RPC function.

* storagenode/piecestore: Add test DeletePiece endpoint

  Implement a test for the DeletePiece new endpoint method.
2019-11-26 18:47:19 +01:00
..
dir.go private: rename internal to private (#3573) 2019-11-14 21:46:15 +02:00
planet_test.go private: rename internal to private (#3573) 2019-11-14 21:46:15 +02:00
planet.go satellite/referrals: set up referrals service and http endpoints (#3566) 2019-11-25 16:36:36 -05:00
reconfigure.go private/testplanet: add a mock referral manager server into testplanet (#3631) 2019-11-21 17:34:49 -05:00
referralmanager.go satellite/referrals: set up referrals service and http endpoints (#3566) 2019-11-25 16:36:36 -05:00
run_test.go private: rename internal to private (#3573) 2019-11-14 21:46:15 +02:00
run.go crdb uses namespaced db for each test (#3646) 2019-11-26 08:39:57 -08:00
satellite.go crdb uses namespaced db for each test (#3646) 2019-11-26 08:39:57 -08:00
storagenode.go private: rename internal to private (#3573) 2019-11-14 21:46:15 +02:00
uplink_test.go storagenode: Add new endpoint to receive satellite requests for… (#3590) 2019-11-26 18:47:19 +01:00
uplink.go satellite/metainfo: add UserAgent support to endpoints (#3548) 2019-11-26 03:12:37 -08:00
versioning.go private: rename internal to private (#3573) 2019-11-14 21:46:15 +02:00