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
782a07b176
CE-881 - Update aggregates to include dates, plus product, variance, and standard deviation
2024-04-01 08:56:44 -05:00
5384eb9927
CE-881 - Formalize savedReport.columnsJSON as a ReportColumns class.
2024-03-29 09:06:16 -05:00
f3efb341fc
Add ifCan utility method
2024-03-29 08:26:40 -05:00
1554815fd0
Test coverage
2024-03-28 14:26:12 -05:00
94574564de
Boosting some quartz test coverage
2024-03-28 14:21:39 -05:00
bc7db31fca
CE-881 - Update render saved report to take in ReportFormat PossibleValue (new related enum); add first test on same process
2024-03-28 14:04:52 -05:00
addcebefa5
CE-881 - Increasing test coverage
2024-03-28 09:38:45 -05:00
3b80c5cd3f
CE-881 - Initial test updates for this story (saved reports, excel pivots)
2024-03-27 20:12:16 -05:00
df4ac3ec35
Add validation of step name uniqueness.
2024-03-27 20:11:38 -05:00
7e6a3c528f
CE-936 Update tests
2024-03-19 20:12:36 -05:00
02d068dad7
CE-936 Quartz test updates
2024-03-19 20:05:00 -05:00
c9f921c148
CE-936 add post-actions on scheduledJobParams table, to reschedule jobs
2024-03-19 20:04:43 -05:00
2545d03f20
CE-936 Switch scheduledJobTypes PVS to be based on schedulable types in the instance, not just the enum (e.g., in support of app-defined types)
2024-03-19 20:04:05 -05:00
2088c5dab3
Fixing tests
2024-03-18 15:03:42 -05:00