storj/satellite/console
paul cannon 0c5e381434 satellite/console: use transaction helpers in consoledb
Transactions in our code that might need to work against CockroachDB
need to be retried in the event of a retryable error. The transaction
helper functions in dbutil do that automatically. I am changing this
code to use those helpers instead.

I also fleshed out consoledb_test.go to do actual inserts and gets to
make sure things were working correctly.

Change-Id: I089bf4c776d15dc8578080e26760bd6dff4beec9
2020-01-07 17:59:10 +00:00
..
consoleauth common: separate repository 2019-12-27 14:11:15 +02:00
consoleweb satellite/console: convert dates to UTC in advanced usage reports 2020-01-03 14:17:37 +02:00
apikeys_test.go common: separate repository 2019-12-27 14:11:15 +02:00
apikeys.go satellite/console: Added error for adding api key with existing name attempt. (#3185) 2019-10-10 16:28:35 +03:00
auth.go web/satellite: auth error messages fixed (#3426) 2019-11-05 13:55:26 +02:00
billinghistoryitem.go satellite/console: add credit card charges to billing history 2020-01-03 17:34:59 +02:00
database.go satellite/console: use transaction helpers in consoledb 2020-01-07 17:59:10 +00:00
projectmembers_test.go common: separate repository 2019-12-27 14:11:15 +02:00
projectmembers.go web/satellite: API keys paged backend (#2839) 2019-09-12 17:19:30 +03:00
projects_test.go common: separate repository 2019-12-27 14:11:15 +02:00
projects.go satellite/accounting: separate project limit from project entity (#3632) 2019-11-25 16:18:04 +02:00
projectusagelimits.go satellite/console: project usage limits api (#3702) 2019-12-12 14:58:15 +02:00
registrationtoken.go all: add archview annotations (#2964) 2019-09-10 16:24:16 +03:00
resetpasswordtoken_test.go common: separate repository 2019-12-27 14:11:15 +02:00
resetpasswordtoken.go all: add archview annotations (#2964) 2019-09-10 16:24:16 +03:00
service.go satellite/console: use transaction helpers in consoledb 2020-01-07 17:59:10 +00:00
sortdirection.go web/satellite: API keys paged backend (#2839) 2019-09-12 17:19:30 +03:00
usercredits_test.go common: separate repository 2019-12-27 14:11:15 +02:00
usercredits.go private: rename internal to private (#3573) 2019-11-14 21:46:15 +02:00
users_test.go common: separate repository 2019-12-27 14:11:15 +02:00
users.go satellite/referrals: set up referrals service and http endpoints (#3566) 2019-11-25 16:36:36 -05:00
validation.go satellite/referrals: set up referrals service and http endpoints (#3566) 2019-11-25 16:36:36 -05:00