storj/satellite/console
Jess G 8518618b7a
add postgres support to storj-sim (#1908)
* add flags to sotrj-sim for SA dbs

* add schema to postgres

* add createschema with parse to sa

* add metainfo db postgres support

* add kv default as bolt

* add debug log to see db source

* add env var for postgres to test-sim.sh

* fix lint errs

* dynamically add postgres to args

* add postgres to integration tests

* add sqlite and postgres integration jenkins

* fix db name

* merge integration tests into one step

* test integration tests w/psql

* try using different schema

* debug failure

* use correct host for running storj-sim

* rm sqlite integration

* add back integration
2019-05-14 08:13:18 -07:00
..
consoleauth Add console to satellite peer (#1120) 2019-01-24 18:26:36 +02:00
consoleweb add postgres support to storj-sim (#1908) 2019-05-14 08:13:18 -07:00
apikeys_test.go Console postgres tests (#1188) 2019-01-31 15:01:13 +02:00
apikeys.go api keys change encoding to base32 (#1813) 2019-04-23 16:00:31 +03:00
auth.go V3-1399 Error messages (#1715) 2019-04-10 03:15:12 +03:00
database.go ResetPassword Table and all CRUD methods. (#1916) 2019-05-13 18:53:52 +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 V3-1307 combine first and last name to full name (#1569) 2019-03-27 14:33:32 +02:00
projects_test.go V3-1307 combine first and last name to full name (#1569) 2019-03-27 14:33:32 +02:00
projects.go Removed TermsAccepted in project from satellite console and web. (#1155) 2019-01-28 20:20:33 +02:00
registrationtoken.go V3-1319 Add an authorization token field for account creation backend (#1492) 2019-03-19 19:55:43 +02:00
resetpasswordtoken_test.go ResetPassword Table and all CRUD methods. (#1916) 2019-05-13 18:53:52 +03:00
resetpasswordtoken.go ResetPassword Table and all CRUD methods. (#1916) 2019-05-13 18:53:52 +03:00
service.go ResetPassword Table and all CRUD methods. (#1916) 2019-05-13 18:53:52 +03:00
usagerollups_test.go Console usage rollup api (#1664) 2019-04-04 17:56:20 +03:00
usagerollups.go Console add bucket usage report (#1706) 2019-04-09 19:14:19 -04:00
users_test.go V3-1307 combine first and last name to full name (#1569) 2019-03-27 14:33:32 +02:00
users.go V3-1307 combine first and last name to full name (#1569) 2019-03-27 14:33:32 +02:00
validation.go V3-1399 Error messages (#1715) 2019-04-10 03:15:12 +03:00