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

20 Commits

Author SHA1 Message Date
62364baa1d Don't block main thread waiting for email to build and send 2022-04-24 19:02:43 +00:00
9ae60ef85b Parents should be notified about test results 2022-04-24 18:49:39 +00:00
cf7e9b5246 Test.getAverageScore and Percentage should return whole numbers 2022-04-22 04:05:52 +00:00
c0cde8a08a Implemented Test.getAverageScore and Percentage 2022-04-22 02:33:26 +00:00
ec6305086e Change implementation of Test.dateString 2022-04-22 02:32:49 +00:00
72b8c5adef Notify when a new test result is added to a test 2022-04-21 15:48:24 +00:00
4fcdaaa521 Added Test.getDateString 2022-04-21 15:45:42 +00:00
ef13568221 Implemented Test.delete 2022-04-21 13:19:07 +00:00
c3d3de7677 Remove dangling commas 2022-04-19 00:22:23 +00:00
d88a2b8fd7 Added Test.addResult 2022-04-18 20:18:36 +00:00
ac1420a26e Added Test.getTestResults 2022-04-18 12:57:27 +00:00
4c2a078530 Refactored database connection system to use a shared pool per-request 2022-03-28 08:01:05 +00:00
e19afeff73 Add Test.hasAccess for user validation 2022-03-06 20:42:58 +00:00
c9e826d016 Lint cleanup with new rules 2022-03-03 09:21:43 +00:00
f299ecd727 Close database connection when finished with it 2022-02-25 19:52:46 +00:00
28f8b8dae8 Add ability to extract TestTemplate from Test 2022-02-25 19:52:46 +00:00
85d25439fd Add ability to extract Class from Test 2022-02-25 19:52:46 +00:00
f16cab9f8b Added Test constructor 2022-02-25 13:16:34 +00:00
48176a28fe Added TestDate class to help format dates correctly 2022-02-25 13:15:36 +00:00
9f4d947126 Added initial class skeletons 2022-01-20 23:29:26 +00:00