171 Commits

Author SHA1 Message Date
0c2af3bc96 Confirmed fields can be calculated.
Some checks failed
Gitea Actions Demo / Explore-Gitea-Actions (push) Failing after 1s
2025-09-21 11:11:45 -04:00
a153e23d38 Made document able to hold more than just data.
Some checks failed
Gitea Actions Demo / Explore-Gitea-Actions (push) Failing after 1s
2025-09-21 10:12:07 -04:00
5b4e994685 Getting update to work with new query.
Some checks failed
Gitea Actions Demo / Explore-Gitea-Actions (push) Failing after 1s
2025-09-20 21:57:48 -04:00
a326c1c262 Removed old code.
Some checks failed
Gitea Actions Demo / Explore-Gitea-Actions (push) Failing after 1s
2025-09-19 23:15:04 -04:00
586ccd99bd Allows for calculated defaults.
Some checks failed
Gitea Actions Demo / Explore-Gitea-Actions (push) Failing after 1s
2025-09-19 08:03:05 -04:00
85e12e20d4 Started to add the functionality to allow default functions.
Some checks failed
Gitea Actions Demo / Explore-Gitea-Actions (push) Failing after 1s
2025-09-18 13:30:20 -04:00
a157d5cc67 Removed unneeded code from FieldSettings.
Some checks failed
Gitea Actions Demo / Explore-Gitea-Actions (push) Failing after 1s
2025-09-16 09:05:42 -04:00
8efa797494 Added missing index check.
Some checks failed
Gitea Actions Demo / Explore-Gitea-Actions (push) Failing after 1s
2025-09-16 08:12:13 -04:00
14020cd25f Got update working.
Some checks failed
Gitea Actions Demo / Explore-Gitea-Actions (push) Failing after 1s
2025-09-15 09:32:45 -04:00
32d3fbadea Got unique index working, and connected to DocDef.
Some checks failed
Gitea Actions Demo / Explore-Gitea-Actions (push) Failing after 1s
2025-09-14 10:53:47 -04:00
7f1ce3d871 added indexes to the mix.
Some checks failed
Gitea Actions Demo / Explore-Gitea-Actions (push) Failing after 1s
2025-09-13 12:45:20 -04:00
f89bd8b09f Frees up unused unique values.
Some checks failed
Gitea Actions Demo / Explore-Gitea-Actions (push) Failing after 1s
2025-09-11 23:49:25 -04:00
55297ef097 Unique id only added when successful.
Some checks failed
Gitea Actions Demo / Explore-Gitea-Actions (push) Failing after 1s
2025-09-09 09:05:38 -04:00
0c5ad832ed Add document adjusts for unique check.
Some checks failed
Gitea Actions Demo / Explore-Gitea-Actions (push) Failing after 1s
2025-09-07 17:04:14 -04:00
71bd781314 Got unique fields working.
Some checks failed
Gitea Actions Demo / Explore-Gitea-Actions (push) Failing after 1s
2025-09-05 23:52:24 -04:00
65b052eba6 Got fields working with default values.
Some checks failed
Gitea Actions Demo / Explore-Gitea-Actions (push) Failing after 3m46s
2025-09-02 16:44:29 -04:00
ad3ad3295f Allowed optional entry checks.
Some checks failed
Gitea Actions Demo / Explore-Gitea-Actions (push) Failing after 1s
2025-08-30 10:58:34 -04:00
eb73a31014 Finished getting update running.
Some checks failed
Gitea Actions Demo / Explore-Gitea-Actions (push) Failing after 1s
2025-08-28 13:18:18 -04:00
cfdb0dda19 added multiple updates.
Some checks failed
Gitea Actions Demo / Explore-Gitea-Actions (push) Failing after 1s
2025-08-28 11:02:47 -04:00
d70758aecf added multiple updates.
Some checks failed
Gitea Actions Demo / Explore-Gitea-Actions (push) Failing after 1s
2025-08-28 10:49:18 -04:00
cda6cc1c8c Update only matches query.
Some checks failed
Gitea Actions Demo / Explore-Gitea-Actions (push) Failing after 1s
2025-08-28 10:37:42 -04:00
5bb7f1b108 Added update.
Some checks failed
Gitea Actions Demo / Explore-Gitea-Actions (push) Failing after 1s
2025-08-28 10:15:28 -04:00
841f935c8d Got document file to respond to update.
Some checks failed
Gitea Actions Demo / Explore-Gitea-Actions (push) Failing after 1s
2025-08-26 10:03:46 -04:00
6c8ee13d99 Test refactor.
Some checks failed
Gitea Actions Demo / Explore-Gitea-Actions (push) Failing after 1s
2025-08-26 08:06:22 -04:00
a0ceacdd4f Removed reply and error for general response.
Some checks failed
Gitea Actions Demo / Explore-Gitea-Actions (push) Failing after 1s
2025-08-22 13:12:54 -04:00
dce8434fb0 Completed field default settings.
Some checks failed
Gitea Actions Demo / Explore-Gitea-Actions (push) Failing after 1s
2025-08-21 11:51:56 -04:00
2cc63b9527 Added default value.
Some checks failed
Gitea Actions Demo / Explore-Gitea-Actions (push) Failing after 1s
2025-08-21 10:38:13 -04:00
c961cf49a8 Added default type functions.
Some checks failed
Gitea Actions Demo / Explore-Gitea-Actions (push) Failing after 3m1s
2025-08-20 10:26:56 -04:00
051fd9ebf6 Added defaults to FieldType. 2025-08-17 08:56:34 -04:00
17feadd651 Added query errors. 2025-08-13 11:17:51 -04:00
692f2dceb7 Added additional testing for query.w 2025-08-12 10:30:46 -04:00
741ef41422 Refactor 2025-08-12 09:01:25 -04:00
73b4b866d4 Made query selective. 2025-08-11 12:17:37 -04:00
50481c18ad Added errors for missing or bad data. 2025-08-10 16:20:47 -04:00
7dbbe2fdce Added error when field name not in document definition. 2025-08-10 11:14:32 -04:00
92f1814d1c Test refactor. 2025-08-09 08:03:36 -04:00
6d0876f9e9 Got add and query working for documents. 2025-08-07 13:51:22 -04:00
2fa92904a9 Got the document file responding to the addition. 2025-08-06 13:41:35 -04:00
11455ee118 Still setting up document additions. 2025-08-05 11:27:18 -04:00
20f798043f Added basic field definitions. 2025-08-05 09:56:48 -04:00
ad094b23f3 Added basic field definitions. 2025-08-04 23:51:57 -04:00
a71881e59d Added the basics of a document definition. 2025-08-04 16:54:35 -04:00
e2b9045e3c Can now show a document description. 2025-08-03 12:21:45 -04:00
de009308c7 Setup document testing. 2025-08-02 09:55:13 -04:00
96e6c48dbe Message now accepts into action. 2025-08-02 08:58:50 -04:00
0553524ec6 Got the system to error on duplicate documents. 2025-08-01 10:58:40 -04:00
60ad95a5e5 Now able to create a new document properly. 2025-07-30 10:06:12 -04:00
466cc7db64 Reworked queuedata to not leave artifacts on failure. 2025-07-30 08:37:58 -04:00
1572e2f86a Able to create new documents. 2025-07-28 10:49:34 -04:00
3b641e7c28 Backed document name out of route. 2025-07-25 11:08:47 -04:00