Commit Graph

37 Commits

Author SHA1 Message Date
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
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
a9b87200ef Made MTTError a proper Error structure.
Some checks failed
Gitea Actions Demo / Explore-Gitea-Actions (push) Failing after 1s
2026-02-12 22:49:19 -05:00
ca68759c79 Setting up a general request function.
Some checks failed
Gitea Actions Demo / Explore-Gitea-Actions (push) Failing after 2s
2026-02-06 13:07:34 -05:00
5ffb79b7f2 Moved Query into separate actions.
Some checks failed
Gitea Actions Demo / Explore-Gitea-Actions (push) Failing after 1s
2026-02-06 12:06:51 -05:00
0dbf75d0c6 Got 404 working again.
Some checks failed
Gitea Actions Demo / Explore-Gitea-Actions (push) Failing after 1s
2026-02-03 11:37:58 -05:00