Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-03-18 | auth: resources: Disallow duplicate resource names. | Frederick Muriuki Muriithi | |
2023-03-13 | Add 'ON UPDATE/DELETE' clauses to foreign keys. | Frederick Muriuki Muriithi | |
2023-01-18 | auth: Fix tests after enforcing FOREIGN KEY constraint | Frederick Muriuki Muriithi | |
Fix a number of tests and fixtures that were not conforming to the FOREIGN KEY constraints: * Each test that creates a new "object" needs to clean up after itself * Each fixture that sets up test data needs to clean up after itself | |||
2022-11-10 | Migrations: Add migration for 'resources' table | Frederick Muriuki Muriithi | |
* 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 |