522dafca69
CE-938 Initial checkin of ProcessLocks
2024-05-19 20:26:05 -05:00
485bc618e0
CE-938 update memoization to say if it should store null values or not
2024-05-19 20:21:03 -05:00
04547577f7
For CE-1280 - add helpContent to process steps
2024-05-15 19:31:40 -05:00
889697f86f
CE-1180 Better built-in support for processes with dynamic flows - that is:
...
- in a backendStepOutput, you can set overrideLastStepName and call updateStepList
- those values then flow through RunProcessAction to the runProcessOutput, then out through the javalin to the frontend.
2024-05-10 15:16:59 -05:00
f009d50631
CE-1180 add option to setPrimaryKeyInInsertedRecords (on the INPUT records)
2024-05-10 12:51:20 -05:00
c9e9d62098
Add warnAndThrow and errorAndThrow methods, to slightly simplify catch-blocks that want to do both of those things; also add variant data in session portion of log, when available
2024-05-10 12:42:07 -05:00
35c079e1dd
Set a default time zone (UTC) for tests (we have at least one that likes this)
2024-05-10 12:07:21 -05:00
8ca59e0a5b
CE-1068 - Move validateEmailAddresses to utils class; add validation when creating scheduled report
2024-05-01 16:53:12 -05:00
e022284ca7
CE-1068 - Check for variabale being not-empty
2024-05-01 16:49:30 -05:00
60ce1d8c09
CE-1068: initial checkin of variables in filter handling
2024-04-30 19:22:30 -05:00
1d42b3eb16
Merged feature/CE-882-add-functionality-of-sharing into feature/CE-1068-add-basic-functionality-of
2024-04-30 10:36:24 -05:00
925afc95e3
Merged feature/join-enhancements into feature/CE-882-add-functionality-of-sharing
2024-04-26 19:52:51 -05:00
52c1018d5e
CE-882 Initial rewrite validateSecurityFields to handle MultiRecordSecurityLocks.
2024-04-26 14:57:56 -05:00
5fe95ab0be
CE-882 Add filterForReadLockTree (required cloning in RecordSecurityLock)
2024-04-25 12:03:34 -05:00
ef2b08899b
CE-882 Add TRUE and FALSE operators
2024-04-25 12:01:08 -05:00
9281d07e96
CE-1068: changes from review: allow multiple email address entry, fixed download urls, fixed localhost to use inbucket/filesystem
2024-04-24 17:11:48 -05:00
91526d67cf
Merged dev into feature/join-enhancements
2024-04-24 14:59:32 -05:00
b692f1a60d
CE-882 Fixed expected field name (for the id...)
2024-04-24 08:58:01 -05:00
8a74609c51
CE-882 Initial checkin - Meta-data for making a table shareable
2024-04-24 08:50:05 -05:00
97132665a8
CE-882 Initial build of processes to manage shared records
2024-04-24 08:43:53 -05:00
e9bcec4c07
CE-882 Add methods to make newSession (either with default user id, or specified user id)
2024-04-24 08:34:12 -05:00
570d1a80b5
CE-1068: disabled email test in circle ci
2024-04-23 21:04:28 -05:00
5e4305d1d5
CE-1068: checkpoint commit of SES support
2024-04-23 20:55:58 -05:00
a591f57591
QQQ Messaging WIP/POC - Initial checkin
2024-04-19 07:59:21 -05:00
974b90f0b7
make sure join-name-chain for record locks ends at the expected join table
2024-04-18 20:44:38 -05:00
66cf485c41
Avoid NPE; just noop
2024-04-18 15:43:44 -05:00
d40a466d16
Merge pull request #84 from Kingsrook/feature/quartz-schedule-new-jobs
...
Feature/quartz schedule new jobs
2024-04-18 09:46:42 -05:00
6d0f421efa
Merge branch 'feature/CE-1107-add-day-by-day-views-for-the' into dev
2024-04-18 09:20:38 -05:00
ecf7b463d1
Merged dev into feature/quartz-schedule-new-jobs
2024-04-18 09:09:09 -05:00
a90f244c7f
Merge pull request #85 from Kingsrook/feature/backend-module-self-registration
...
Feature/backend module self registration
2024-04-18 09:07:30 -05:00
dc9a2f8698
CE-1107: added ability to use replaceAction specifying that null key values be treated as equal
2024-04-17 22:26:30 -05:00
98e84e86e3
Merge pull request #79 from Kingsrook/feature/CE-881-create-basic-saved-reports
...
Feature/ce 881 create basic saved reports
2024-04-17 18:55:53 -05:00
34b5da78eb
No logs if null zone id in other-field; smaller logs if invalid zone (shouldn't really need stack)
2024-04-17 17:04:20 -05:00
c89fe958c3
CE-1115 pre-QA commit on saved report UI, including:
...
- adding pre-insert/update validation
- move json field value formatting from post-query customizer to a FieldDisplayBehavior instead (works for audits this way :)
2024-04-14 20:14:32 -05:00
32021fc36e
Merged dev into feature/CE-881-create-basic-saved-reports
2024-04-12 19:55:15 -05:00
27bbaf8afa
Boosting some quartz test coverage
2024-04-12 09:21:25 -05:00
d839869172
Merge branch 'dev' into feature/join-enhancements
2024-04-12 08:57:54 -05:00
3c6ffbbd73
CE-1115 Moving widget helpContent to be map of list, to support multiple roles per slot (e.g., view screen vs edit screen)
2024-04-11 10:15:04 -05:00
731d1e266a
Remove withBackendType(String), to encourage usage instead of with/set method that takes the module class, so the module will be init'ed and registered
2024-04-10 09:05:43 -05:00
5630d57cba
More and better test cleanup try 2
2024-04-09 08:48:07 -05:00
1b1d066131
More and better test cleanup
2024-04-09 08:43:47 -05:00
4dd4d1256a
Boosting some quartz test coverage
2024-04-09 08:27:34 -05:00
5dc4b26f9e
Add ScheduleAllNewJobsProcess and supporting methods
2024-04-08 20:18:23 -05:00
8f503945cd
CE-1072 Add fallbackZoneId in case zoneIdFromFieldName isn't set or valid; More tests & validation
2024-04-04 20:39:38 -05:00
e8b4368acc
CE-1072 Add DateTimeDisplayValueBehavior as first version of FieldDisplayBehavior, sub-interface of FieldBehavior, called through ValueBehaviorApplier by QValueFormatter;
2024-04-04 20:02:42 -05:00
0759085431
CE-978 - Initial commit of a clean thread/method to our InMemoryStateProvider to reduce memory leak
2024-04-02 16:52:22 -05:00
4dadff7fc2
CE-881 - Cleanups - string aggregates; json field names; excel sheet name cleansing; excel size limits; counts, etc
2024-04-02 15:43:59 -05:00
3914670988
CE-881 - Update RenderSavedReport process to stream results to a backend through new StorageAction.
2024-04-01 12:53:02 -05:00
b28a7d9a81
CE-881 - More tests, specifically on pivots and pivots-becoming-summaries
2024-04-01 08:59:59 -05:00
050d102efe
CE-881 - Add tests on summaries and multi-views, etc
2024-04-01 08:57:16 -05:00