Commit Graph

163 Commits

Author SHA1 Message Date
15ee9f7fa9 Added str/string variation to add table. 2022-08-06 12:38:58 -04:00
07fc00fa93 Added a table to the database. 2022-08-06 12:03:47 -04:00
ac869f8188 Added a table structure. 2022-08-05 16:47:01 -04:00
966c4bed2b Reworking database to match field types. 2022-08-05 08:32:38 -04:00
dd1aa38c0e moved field types into separate module. 2022-08-03 08:23:00 -04:00
fc91e2cd8b Refactor tests. 2022-07-24 23:11:33 -04:00
4a810a575c Adapted field type to use into() 2022-07-24 22:36:08 -04:00
108da0267b Readability changes. 2022-07-23 21:50:37 -04:00
a58dd43a2b Moved the conversion into the function. 2022-07-23 21:42:30 -04:00
59361c0a87 Got error source working. 2022-07-23 21:28:34 -04:00
ec95a0bbf2 Added an Error create. 2022-07-22 20:34:50 -04:00
a6e0868890 Setting up to give FieldType a new function. 2022-07-21 09:26:23 -04:00
111635a61c Started adding a record to the database. 2022-07-20 23:04:17 -04:00
ca64717cea Still working on getting database to store session key. 2022-07-20 09:31:21 -04:00
620e5593e0 Made Database the mtt engine. 2022-07-18 17:24:45 -04:00
dfa96dfc00 Added fields to table. 2022-07-13 00:14:00 -04:00
6ed821e4b8 Began building database engine seperate from query language. 2022-07-12 16:55:20 -04:00
450e4fb53d Changed database to a less generic name. 2022-07-11 09:13:43 -04:00
5839cb93a2 Added empty table description. 2022-07-08 09:03:35 -04:00
e19c4c6c48 Moved database into a module. 2022-07-05 17:29:10 -04:00
fbc83d827b Creating database module. 2022-07-04 09:08:19 -04:00
3095f01923 No duplicate tables. 2022-07-03 10:33:50 -04:00
c5283cf584 Added not table return. 2022-07-03 08:43:59 -04:00
30cb65914d Added table query. 2022-07-02 12:19:59 -04:00
768a61d1d5 Removed extra reference. 2022-07-01 12:49:09 -04:00
f1dbe6daf0 Removed pointless query. 2022-07-01 12:35:00 -04:00
adb4740a10 Refactored test. 2022-07-01 12:29:02 -04:00
9ebc7bef5e Added a tables listing. 2022-07-01 12:03:47 -04:00
b7ba8347df Removed some commented code. 2022-07-01 00:00:11 -04:00
595cd99b0b Added tables to database. 2022-06-30 23:56:40 -04:00
be961b2b99 Added GraphQL to the database. 2022-06-30 08:37:27 -04:00
c70e403266 Added GraphQL query function. 2022-06-27 12:15:12 -04:00
4bd1a91704 First step in moving sessions into the database. 2022-06-24 15:36:05 -04:00
ea0503defd Confirmed restart did not change session id. 2022-06-24 14:49:46 -04:00
d68988b2d4 Set default session cookie name. 2022-06-24 08:22:17 -04:00
94ff8bdfb8 Removed commented code. 2022-06-23 14:11:36 -04:00
4f29abc818 Altered page to retain cookies. 2022-06-23 14:09:03 -04:00
c8680b33d4 Added a session id. 2022-06-22 12:03:17 -04:00
df3abfa4d0 Added role information to the home page. 2022-06-20 19:47:38 -04:00
b5f5cbdbbe Test for changing address. 2022-06-19 08:51:32 -04:00
72df9189a6 Refactorred test. 2022-06-19 08:30:50 -04:00
ca69bb4b0a Removed some commented code. 2022-06-19 00:56:00 -04:00
5de4e94a6f Added test for the config file. 2022-06-19 00:42:44 -04:00
8701adbd57 Added functionality for testing with config files. 2022-06-19 00:15:17 -04:00
f761cbf56c Setup temporary directories to run tests. 2022-06-18 22:15:20 -04:00
217aea7a97 moved config settings to separate module. 2022-06-18 21:24:11 -04:00
e79cf82b62 Made sure that port 9090 could not be randomly selected. 2022-06-12 09:07:06 -04:00
e40e190e1e Allow port to be changed using MTT_PORT environment variable. 2022-06-11 18:10:23 -04:00
d92761ed70 Refactored test to allow address and port changed. 2022-06-07 13:53:13 -04:00
64042f0371 Corrected Jenkinsfile. 2022-06-03 12:03:37 -04:00