-
Notifications
You must be signed in to change notification settings - Fork 20
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
(PPS-107): Feat/single table driver (#376)
* Skeleton code for Single Table Indexd * single table alchemy * Parameterized app fixture to run single table for all existing tests Implemented migrate_db for single_table_alchemy Implemented session for single_table_alchemy * add to alchemy * fixing things * pushing some stuff * Fix tests (partial) * Fix unit tests * Fix urls endpoints unit tests * migration script * Add async code * add asyncpg * fix async * remove worker * Async migration * migrate no bulk inserts * async migration remove + PR comments * Updated sync migration * pr review changes * fix migration * undo select queries * Add unit tests for migration + fix alias * remove comment + password * Add doc string * remove unused imports * Resolve * fix args * fix count * add raise and error log * Change error message + add inserts to try block * fix error message * add backoff + raise error * poetry + lock * lock * Bumb version * Fix snyk * append test res * update test * fix cmd * append test * Fix coverage * Fix stuff from comments * Add how-to * fix bin setting file * Add to settings * fix things * minor fixes --------- Co-authored-by: Kyle Burton <[email protected]> Co-authored-by: Pauline Ribeyre <[email protected]>
- Loading branch information
1 parent
3f69200
commit 8ff50b9
Showing
31 changed files
with
3,607 additions
and
978 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.