1
0
mirror of https://github.com/matt-fidd/stratos.git synced 2026-01-01 20:39:28 +00:00
Commit Graph

33 Commits

Author SHA1 Message Date
ae725a8e88 Fix typo in schema 2022-04-23 22:16:21 +00:00
f2d57a86fe Remove requirement for no two of the same test to be on the same day 2022-04-21 15:46:34 +00:00
e3ca55e94a Add ability to insert test data with custom domain email addresses 2022-04-21 14:48:49 +00:00
219754dc1f Fix test_class relationship 2022-04-21 13:19:07 +00:00
4cb10d4e2d Mark storage should use unsigned ints 2022-04-21 13:19:07 +00:00
4b9a726cdf Fix bug when reinstalling the database where sessions table doesn't exist yet 2022-04-21 13:19:07 +00:00
c3d3de7677 Remove dangling commas 2022-04-19 00:22:23 +00:00
01c3f9ef06 Added gradeBoundaries field to testTemplate table 2022-04-18 21:37:41 +00:00
0b4be056c6 Generalise MySQLDate to lib 2022-04-18 19:12:08 +00:00
3242b401d3 Added TestResult test data 2022-04-18 12:57:58 +00:00
26f0a6e2cc Added time field to testResult schema 2022-04-12 00:13:34 +00:00
3079de4692 Added testResultId field to schema 2022-04-12 00:13:10 +00:00
a7808458f8 Added Account user to test data with no tests, classes or test templates 2022-03-21 09:18:51 +00:00
c9e826d016 Lint cleanup with new rules 2022-03-03 09:21:43 +00:00
6ed7f09ce8 Lint cleanup 2022-02-28 09:16:06 +00:00
59467b8bde Split db utility modules down into individual parts 2022-02-27 01:12:55 +00:00
ae9339e80d Move db utility modules from self-contained to importable 2022-02-26 23:17:56 +00:00
0ad2741884 Changed a test date to fall on today and fixed bug caused by sql styling 2022-02-25 16:48:01 +00:00
57af81cc98 Consistent SQL query formatting 2022-02-25 14:44:35 +00:00
2fac6e7aba Add sessions table to cleanDb in test data 2022-02-25 14:24:43 +00:00
b624e63e48 Added test test data 2022-02-24 23:17:17 +00:00
a4156615d0 Added testTemplate test data 2022-02-24 23:17:06 +00:00
187c3a8b64 Rewrite cleanDb to be more dynamic 2022-02-24 23:16:24 +00:00
e6b260613e Migrate existing relationships over to new lookup structure 2022-02-24 23:16:00 +00:00
d6d314ad3b Added new lookup capability inside test data object 2022-02-24 23:06:21 +00:00
5875d7bf1b Added new helper class to make insertion of dates easier into test data 2022-02-24 23:04:59 +00:00
a0fb0cc5bb Use database NULL values instead of empty strings 2022-02-14 21:58:19 +00:00
ef7f3ddb28 Remove fk constraints from passwordReset 2022-02-14 00:04:36 +00:00
cf0c667075 Renamed passwordReset.accountId to passwordReset.userId 2022-02-13 22:56:17 +00:00
f059da2a09 Don't require middle names 2022-02-13 21:57:12 +00:00
08b5b41135 Migrate existing db connections to use DatabaseConnectionPool 2022-01-20 18:01:52 +00:00
cfd4abc17e Added script to insert test data into the database, added new requirement 'bcrypt' for password hashing 2022-01-19 22:34:23 +00:00
55d68df2c5 Added database initialisation script and mysql2 npm package 2022-01-19 22:34:23 +00:00