storj/satellite/satellitedb
Jess G 2fc4d61610
implement contact.checkin method (#2952)
* implement contact.checkin method

* add batching to update uptime checks

* rm batching

* rm other unneeded things

* fix lint

* fix unit test

* changes per CR comments

* couple more CR changes

* add identity check into grpcOpt

* fix lint

* why do you fix the test

* revert test change

* stop contact chore for repair test

* put node in cache

* comment out contact chore. See what happens

* Revert "comment out contact chore. See what happens"

This reverts commit 2e45008e36a50e0a842ae455ac83de77093d4daa.

* try stopping contact earlier

* stop contact chore in uplink_test

* replace self on chore with *RoutingTable for access to latest node info

* Revert "stop contact chore in uplink_test"

This reverts commit 302db70f4071112d1b9f7ee0279225ea12757723.

* Revert "try stopping contact earlier"

This reverts commit 806cc3b82f9d598899dafd83da9315a1cb0cb43c.

* Revert "stop contact chore for repair test"

This reverts commit dd34de1cfdfc09b972186c9ab9a4f1e822446b79.
2019-09-10 09:05:07 -07:00
..
dbx satellite/console: Added email normalization to users table (#2586) 2019-09-10 17:00:33 +03:00
pbold Change protobuf expirations to use time.Time (#2509) 2019-07-09 17:54:00 -04:00
satellitedbtest Optimize KnownUnreliableOrOffline SQL query (#1968) 2019-05-19 17:10:46 +02:00
testdata satellite/console: Added email normalization to users table (#2586) 2019-09-10 17:00:33 +03:00
apikeys.go v3-2156: Add partner_id on user creation (#2571) 2019-07-17 16:53:14 -04:00
attribution_test.go value attribution merge fix and more test cases (#2588) 2019-07-19 11:17:34 -04:00
attribution.go all: enable staticcheck (#2849) 2019-08-22 13:40:15 +02:00
buckets.go value attribution merge fix and more test cases (#2588) 2019-07-19 11:17:34 -04:00
bucketusage.go rename all the things (#2531) 2019-07-28 08:55:36 +03:00
consoledb_test.go Console postgres tests (#1188) 2019-01-31 15:01:13 +02:00
consoledb.go satellite/satellitedb: add updateEarnedCredits method for user_credits table (#2609) 2019-07-30 09:21:00 -04:00
containment.go all: fix Error.New formatting (#2840) 2019-08-21 19:30:29 +03:00
database.go satellitedb/overlay: add database for storing peer identities (#2764) 2019-08-26 19:49:42 +03:00
irreparabledb.go update irreparableDB.GetLimited query to use where instead of offset (#2585) 2019-07-18 09:21:21 -07:00
locked.go satellite/dbcleanup: delete expired serials from satellite (#2867) 2019-08-27 13:12:38 -04:00
lockedtx.go ConsoleDB merge and buckets table creation (#1066) 2019-01-16 15:23:28 -05:00
migrate_postgres_test.go Enable Scopelint Linter (#2049) 2019-05-29 09:30:16 -04:00
migrate.go satellite/console: Added email normalization to users table (#2586) 2019-09-10 17:00:33 +03:00
offers.go all: enable staticcheck (#2849) 2019-08-22 13:40:15 +02:00
orders.go satellite/satellitedb: ensure that we process orders in order (#2950) 2019-09-06 17:49:30 +03:00
overlaycache_test.go satellite/satellitedb: persist piece counts to/from db (#2803) 2019-08-27 14:37:42 +02:00
overlaycache.go implement contact.checkin method (#2952) 2019-09-10 09:05:07 -07:00
peeridentities.go satellitedb/overlay: add database for storing peer identities (#2764) 2019-08-26 19:49:42 +03:00
projectaccounting.go satellite/satellitedb: save tallies in single transaction (#2758) 2019-08-13 16:13:56 -06:00
projectinvoicestamps.go Console add payments to service (#2100) 2019-06-06 19:07:14 +03:00
projectmembers_test.go V3-1307 combine first and last name to full name (#1569) 2019-03-27 14:33:32 +02:00
projectmembers.go satellite/console: project members refactoring (#2752) 2019-08-12 13:22:32 +03:00
projectpaymentinfos.go Project Payment methods (#2037) 2019-07-10 23:29:26 +03:00
projects_test.go satellite: add monkit task to missing places (#2108) 2019-06-04 13:55:37 +02:00
projects.go satellite/console: store partner id on api key and project creation (#2743) 2019-08-12 17:29:40 -04:00
regtokens.go satellite: add monkit task to missing places (#2108) 2019-06-04 13:55:37 +02:00
repairqueue.go Add count to repair queue (#2661) 2019-07-30 11:21:40 -04:00
resetpasstokens.go satellite: add monkit task to missing places (#2108) 2019-06-04 13:55:37 +02:00
storagenodeaccounting.go satellite/nodestats: return storage usage in Byte*hours (#2858) 2019-09-04 19:05:34 +03:00
usagerollups.go Fix the way project_id is stored in bucket_storage_tallies and bucket_bandwidth_rollups (#2283) 2019-06-21 11:38:37 -04:00
usercredits.go satellite/rewards: update current reward to be finished once redemption cap has reached (#2745) 2019-08-14 15:53:48 -04:00
userpayments.go Console add payments to service (#2100) 2019-06-06 19:07:14 +03:00
users_test.go Use mail.test as domain in emails (#2224) 2019-06-18 02:28:40 +02:00
users.go satellite/console: Added email normalization to users table (#2586) 2019-09-10 17:00:33 +03:00
utils_test.go internal/testrand: new package for random data (#2282) 2019-06-26 13:38:51 +03:00
utils.go fix ordersDB methods to take correct args (#2314) 2019-06-25 08:58:42 -07:00