Age | Commit message (Expand) | Author |
---|---|---|
2022-11-10 | Migrations: migration for `role_privileges` table•••* tests/unit/auth/test_create_table_migrations.py: new migration * tests/unit/auth/test_migrations_indexes.py: test new migration | Frederick Muriuki Muriithi |
2022-11-10 | Migrations: migration for 'generic_roles' table•••* migrations/auth/20221110_06_Pq2kT-create-generic-roles-table.py: new migration * tests/unit/auth/test_create_table_migrations.py: test new migration | Frederick Muriuki Muriithi |
2022-11-10 | Migrations: migration for 'roles' table•••* migrations/auth/20221110_05_BaNtL-create-roles-table.py: new migration * tests/unit/auth/test_create_table_migrations.py: test new migration * tests/unit/auth/test_migrations_indexes.py: test new migration | Frederick Muriuki Muriithi |
2022-11-10 | Migrations: migration for 'genotype_resources' table•••* migrations/auth/20221110_04_6PRFQ-create-genotype-resources-table.py: new migration * tests/unit/auth/test_create_table_migrations.py: test new migration | Frederick Muriuki Muriithi |
2022-11-10 | Migrations: Add migration for 'phenotype_resources' table•••* migrations/auth/20221110_03_ka3W0-create-phenotype-resources-table.py: new migration * tests/unit/auth/test_create_table_migrations.py: test for new migration | Frederick Muriuki Muriithi |
2022-11-10 | Migrations: Add migration for mrna_resources table•••* migrations/auth/20221110_02_z1dWf-create-mrna-resources-table.py: new migration * tests/unit/auth/test_create_table_migrations.py: test for new migration | Frederick Muriuki Muriithi |
2022-11-10 | Migrations: Add migration for 'resources' table•••* gn3/migrations.py: Minor change * migrations/auth/20221110_01_WtZ1I-create-resources-table.py: new migration * tests/unit/auth/test_create_table_migrations.py: test new migration | Frederick Muriuki Muriithi |
2022-11-09 | Tests: Provide backend fixture to (apply|rollback)_single_migration | Frederick Muriuki Muriithi |
2022-11-08 | Migrations: Create `resource_categories` table.•••* migrations/auth/20221108_03_Pbhb1-create-resource-categories-table.py: new migration. * tests/unit/auth/test_create_table_migrations.py: test new migration. | Frederick Muriuki Muriithi |
2022-11-08 | Migrations: Create `privileges` table.•••* migrations/auth/20221108_02_wxTr9-create-privileges-table.py: new migration * tests/unit/auth/test_create_table_migrations.py: test new migration | Frederick Muriuki Muriithi |
2022-11-08 | Tests: Fix typo: remove variable from quotes. | Frederick Muriuki Muriithi |
2022-11-08 | Tests: Generalise testing 'CREATE TABLE' migrations•••* gn3/settings.py: Omit trailing slash * tests/unit/auth/test_create_table_migrations.py: Generalise testing migrations that create tables. * tests/unit/auth/test_create_user_credentials_table.py: delete * tests/unit/auth/test_migration_create_users_table.py: delete | Frederick Muriuki Muriithi |