Commit Graph

322 Commits

Author SHA1 Message Date
02caf62f29 Completed the creation of the MTT client.
Some checks failed
Gitea Actions Demo / Explore-Gitea-Actions (push) Failing after 1s
2026-03-23 14:08:45 -04:00
74c3327802 Began moving database communication into a client.
Some checks failed
Gitea Actions Demo / Explore-Gitea-Actions (push) Failing after 1s
2026-03-22 13:57:12 -04:00
046d71e606 Made regular tables request session info.
Some checks failed
Gitea Actions Demo / Explore-Gitea-Actions (push) Failing after 1s
2026-03-21 11:44:49 -04:00
8a8006c521 Added features to document definition.
Some checks failed
Gitea Actions Demo / Explore-Gitea-Actions (push) Failing after 1s
2026-03-21 08:50:47 -04:00
5ec1330a73 Added language inforation into session.
Some checks failed
Gitea Actions Demo / Explore-Gitea-Actions (push) Failing after 1s
2026-03-20 09:31:56 -04:00
9e81e17a23 Can now add translatiions to universal strings.
Some checks failed
Gitea Actions Demo / Explore-Gitea-Actions (push) Failing after 1s
2026-03-17 10:49:49 -04:00
92c5ac768b Got universal strings to notify for missing translations.
Some checks failed
Gitea Actions Demo / Explore-Gitea-Actions (push) Failing after 1s
2026-03-16 13:30:55 -04:00
2f078bdf32 Completed basic functions of universal string.
Some checks failed
Gitea Actions Demo / Explore-Gitea-Actions (push) Failing after 1s
2026-03-16 08:56:47 -04:00
7d8de156c7 Can add text to a universal string.
Some checks failed
Gitea Actions Demo / Explore-Gitea-Actions (push) Failing after 1s
2026-03-15 14:05:49 -04:00
6014a3bb25 Got a firm start on UniversalStrings.
Some checks failed
Gitea Actions Demo / Explore-Gitea-Actions (push) Failing after 1s
2026-03-14 12:33:40 -04:00
caee3bbe6a Created the ability to store paragraph data.
Some checks failed
Gitea Actions Demo / Explore-Gitea-Actions (push) Failing after 1s
2026-03-13 10:41:34 -04:00
02939f968f Started the field that will eventually become a web page.
Some checks failed
Gitea Actions Demo / Explore-Gitea-Actions (push) Failing after 1s
2026-03-12 14:11:16 -04:00
e5c14d55cd Changed UserAction to ClientAction.
Some checks failed
Gitea Actions Demo / Explore-Gitea-Actions (push) Failing after 1s
2026-03-10 10:54:29 -04:00
1684ab3367 Made message ids its own structure.
Some checks failed
Gitea Actions Demo / Explore-Gitea-Actions (push) Failing after 1s
2026-03-10 10:41:24 -04:00
af0af3373b Made SenderID a structure.
Some checks failed
Gitea Actions Demo / Explore-Gitea-Actions (push) Failing after 1s
2026-03-10 09:57:16 -04:00
fc2149153e Added multilingual test to triggers.
Some checks failed
Gitea Actions Demo / Explore-Gitea-Actions (push) Failing after 1s
2026-03-09 11:43:05 -04:00
ad92e6e6d5 Refactor
Some checks failed
Gitea Actions Demo / Explore-Gitea-Actions (push) Failing after 1s
2026-03-09 09:21:04 -04:00
d217f511da Altered populate function.
Some checks failed
Gitea Actions Demo / Explore-Gitea-Actions (push) Failing after 1s
2026-03-09 09:01:38 -04:00
b96bbbe21d Corrected trigger tests.
Some checks failed
Gitea Actions Demo / Explore-Gitea-Actions (push) Failing after 1s
2026-03-08 17:05:47 -04:00
c7054e4306 Fixed the ignored session tests.
Some checks failed
Gitea Actions Demo / Explore-Gitea-Actions (push) Failing after 1s
2026-03-08 16:02:08 -04:00
aca474b42c Finished moving tests into lib test.
Some checks failed
Gitea Actions Demo / Explore-Gitea-Actions (push) Failing after 1s
2026-03-06 10:41:10 -05:00
fb91971a1c Moved the rest of the trigger tests to lib.
Some checks failed
Gitea Actions Demo / Explore-Gitea-Actions (push) Failing after 1s
2026-03-05 12:00:35 -05:00
50962e2b68 Moved on_query test to lib testing.
Some checks failed
Gitea Actions Demo / Explore-Gitea-Actions (push) Failing after 1s
2026-03-05 11:13:18 -05:00
bb47a7af31 Moved delete with index test.
Some checks failed
Gitea Actions Demo / Explore-Gitea-Actions (push) Failing after 1s
2026-03-05 08:06:38 -05:00
87e737ff6f Started moved delete tests into library tests.
Some checks failed
Gitea Actions Demo / Explore-Gitea-Actions (push) Failing after 1s
2026-03-04 12:38:45 -05:00
ff9aef6d44 moved final addition testing into lib testing.
Some checks failed
Gitea Actions Demo / Explore-Gitea-Actions (push) Failing after 1s
2026-03-04 11:07:38 -05:00
43aa53fc49 Moved the index update tests to lib testing.
Some checks failed
Gitea Actions Demo / Explore-Gitea-Actions (push) Failing after 1s
2026-03-03 13:00:26 -05:00
d41b5ff418 Moved some update errors into lib testing.
Some checks failed
Gitea Actions Demo / Explore-Gitea-Actions (push) Failing after 1s
2026-03-02 08:47:40 -05:00
f8b5b477ee Started moving update tests into lib.
Some checks failed
Gitea Actions Demo / Explore-Gitea-Actions (push) Failing after 1s
2026-03-01 13:33:37 -05:00
00d8283fb9 Started moving update tests into lib. 2026-03-01 13:33:03 -05:00
224096cbdb Moved bad query type test.
Some checks failed
Gitea Actions Demo / Explore-Gitea-Actions (push) Failing after 0s
2026-03-01 09:39:01 -05:00
1836e4803a Moved query wrong field test to lib.
Some checks failed
Gitea Actions Demo / Explore-Gitea-Actions (push) Failing after 2m45s
2026-03-01 08:07:05 -05:00
1283139571 Moved multi-field query tests to lib.
Some checks failed
Gitea Actions Demo / Explore-Gitea-Actions (push) Failing after 1s
2026-02-28 18:27:23 -05:00
771372144e Moved query operand tests to lib lest.
Some checks failed
Gitea Actions Demo / Explore-Gitea-Actions (push) Failing after 1s
2026-02-28 15:47:19 -05:00
03134aa9fd Added the ability to populate test documents.
Some checks failed
Gitea Actions Demo / Explore-Gitea-Actions (push) Failing after 1s
2026-02-28 01:38:49 -05:00
8d0b149b31 Moved missing fields add test to lib.
Some checks failed
Gitea Actions Demo / Explore-Gitea-Actions (push) Failing after 1s
2026-02-27 12:22:57 -05:00
632332298d Moved add failure on bad field type to lib testing.
Some checks failed
Gitea Actions Demo / Explore-Gitea-Actions (push) Failing after 1s
2026-02-27 09:33:27 -05:00
473b478877 Made a specific id for names.
Some checks failed
Gitea Actions Demo / Explore-Gitea-Actions (push) Failing after 1s
2026-02-27 08:36:22 -05:00
97f9d24330 Moved failed to find document into lib tests.
Some checks failed
Gitea Actions Demo / Explore-Gitea-Actions (push) Failing after 1s
2026-02-25 13:44:43 -05:00
5251689158 Updated error to be more expressive.
Some checks failed
Gitea Actions Demo / Explore-Gitea-Actions (push) Failing after 1s
2026-02-25 10:16:50 -05:00
7e067fde8c Moved client requests into lib testing.
Some checks failed
Gitea Actions Demo / Explore-Gitea-Actions (push) Failing after 1s
2026-02-22 00:21:57 -05:00
f334bfa9f1 Moved create document testing into library tests.
Some checks failed
Gitea Actions Demo / Explore-Gitea-Actions (push) Failing after 1s
2026-02-19 14:53:04 -05:00
8c73798f95 Corrected external add document issue.
Some checks failed
Gitea Actions Demo / Explore-Gitea-Actions (push) Failing after 1s
2026-02-19 14:26:29 -05:00
d85bddaa34 Moved session tests into general library.
Some checks failed
Gitea Actions Demo / Explore-Gitea-Actions (push) Failing after 1s
2026-02-19 10:39:03 -05:00
8ce7bb642e Refactored session id.
Some checks failed
Gitea Actions Demo / Explore-Gitea-Actions (push) Failing after 3s
2026-02-19 08:59:48 -05:00
36b414d0c4 Began moving session tests into library tests.
Some checks failed
Gitea Actions Demo / Explore-Gitea-Actions (push) Failing after 0s
2026-02-18 13:08:47 -05:00
0614c98221 Added a records function to client.
Some checks failed
Gitea Actions Demo / Explore-Gitea-Actions (push) Failing after 1s
2026-02-18 12:00:39 -05:00
bcddc1047a Removed document id from message.
Some checks failed
Gitea Actions Demo / Explore-Gitea-Actions (push) Failing after 1s
2026-02-18 10:09:55 -05:00
c3748ab845 Linking path creation to actions.
Some checks failed
Gitea Actions Demo / Explore-Gitea-Actions (push) Failing after 0s
2026-02-18 08:55:42 -05:00
f1eb397d3b Moved update into action module.
Some checks failed
Gitea Actions Demo / Explore-Gitea-Actions (push) Failing after 0s
2026-02-16 09:53:04 -05:00