storj/satellite/satellitedb
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
..
dbx ResetPassword Table and all CRUD methods. (#1916) 2019-05-13 18:53:52 +03:00
satellitedbtest cover all the things (#1818) 2019-04-26 16:39:11 +03:00
testdata ResetPassword Table and all CRUD methods. (#1916) 2019-05-13 18:53:52 +03:00
apikeys.go Add console to satellite peer (#1120) 2019-01-24 18:26:36 +02:00
bandwidthagreement.go Repair queue isolation level fix (#1466) 2019-03-14 17:12:47 -04:00
bucketusage.go Bucket usage info rollup table creation and implementation (#1340) 2019-03-06 17:54:48 +02:00
certdb.go fix saving uplink public key on satellite (#1797) 2019-04-23 15:48:57 -04:00
consoledb_test.go Console postgres tests (#1188) 2019-01-31 15:01:13 +02:00
consoledb.go ResetPassword Table and all CRUD methods. (#1916) 2019-05-13 18:53:52 +03:00
database.go add postgres support to storj-sim (#1908) 2019-05-14 08:13:18 -07:00
irreparabledb.go remove utils.CombineErrors and utils.ErrorGroup (#1603) 2019-03-29 14:30:23 +02:00
locked.go ResetPassword Table and all CRUD methods. (#1916) 2019-05-13 18:53:52 +03:00
lockedtx.go ConsoleDB merge and buckets table creation (#1066) 2019-01-16 15:23:28 -05:00
migrate_postgres_test.go cover all the things (#1818) 2019-04-26 16:39:11 +03:00
migrate.go add postgres support to storj-sim (#1908) 2019-05-14 08:13:18 -07:00
orders.go Remove bw from tally service + query bandwidth in rollup service (#1618) 2019-04-04 11:20:59 -04:00
overlaycache.go fix node selection (#1958) 2019-05-13 19:55:51 -04:00
projectaccounting.go Refactor accountingdb interface (#1897) 2019-05-10 15:05:42 -04: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 fix error handling in GetByProjectID (#1604) 2019-03-29 14:55:05 +02:00
projects_test.go Console postgres tests (#1188) 2019-01-31 15:01:13 +02:00
projects.go remove utils.CombineErrors and utils.ErrorGroup (#1603) 2019-03-29 14:30:23 +02:00
regtokens.go V3-1319 Add an authorization token field for account creation backend (#1492) 2019-03-19 19:55:43 +02:00
repairqueue.go handle database error checks properly (#1796) 2019-04-23 14:13:57 +03:00
resetpasstokens.go ResetPassword Table and all CRUD methods. (#1916) 2019-05-13 18:53:52 +03:00
storagenodeaccounting.go Refactor accountingdb interface (#1897) 2019-05-10 15:05:42 -04: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
utils_test.go Add console to satellite peer (#1120) 2019-01-24 18:26:36 +02:00
utils.go Add console to satellite peer (#1120) 2019-01-24 18:26:36 +02:00