|
659c95a85b
|
pin a static version of qfmd
|
2024-04-24 12:49:29 -05:00 |
|
|
27bbaf8afa
|
Boosting some quartz test coverage
|
2024-04-12 09:21:25 -05:00 |
|
|
eb47a4f3ab
|
Fix (?) for usage within maven, then checks for xpath and html2text for jacoco reporting
|
2024-04-12 09:19:45 -05:00 |
|
|
bd01bed62f
|
Fix to check if html2text is installed, before trying to report on un-covered classes (since that's the script we use, and we do install it in circleci)
|
2024-04-12 09:04:55 -05:00 |
|
|
d839869172
|
Merge branch 'dev' into feature/join-enhancements
|
2024-04-12 08:57:54 -05:00 |
|
|
cf0c905dc6
|
Move publish_asciidoc call into deploy workflow (i think)
|
2024-04-09 19:01:01 -05:00 |
|
|
3440d45060
|
Remove usages of log4j's placeholders-based log formatting calls (some of which were accidental and wrong anyway)
|
2024-04-09 18:52:43 -05:00 |
|
|
c32d9110ce
|
Remove usages of log4j's placeholders-based log formatting calls (some of which were accidental and wrong anyway)
|
2024-04-09 18:51:43 -05:00 |
|
|
b55631a767
|
Add liquibase as level INFO
|
2024-04-08 20:20:50 -05:00 |
|
|
9ab5a8b305
|
Wrap DateTimeDisplayValueBehavior's better
|
2024-04-05 15:39:00 -05:00 |
|
|
ff9add437d
|
Update publish-asciidoc to only run on dev
|
2024-04-05 15:35:42 -05:00 |
|
|
a6bf474448
|
Add publishing of docs
|
2024-04-05 15:27:23 -05:00 |
|
|
f409d0bd19
|
Add field behaviors
|
2024-04-05 15:21:50 -05:00 |
|
|
b608bda83a
|
CE-1072 feedback from code review & testing
|
2024-04-05 15:21:32 -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 |
|
|
512d73af34
|
checkstyle
|
2024-04-04 20:07:28 -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 |
|
|
1e7e7cdd64
|
Merge pull request #81 from Kingsrook/feature/CE-978-crashing-nodes
Feature/ce 978 crashing nodes
|
2024-04-04 13:51:45 -05:00 |
|
|
a784e59c50
|
Change to run once an hour, after 6 hours, and to clean 6-hour jobs
|
2024-04-04 13:50:20 -05:00 |
|
|
4e6460c469
|
Merge pull request #80 from Kingsrook/hotfix/large-result-query-hint-exports
Hotfix/large result query hint exports
|
2024-04-04 10:53:00 -05:00 |
|
|
98fc34fb27
|
Turn on QueryHint.POTENTIALLY_LARGE_NUMBER_OF_RESULTS
|
2024-04-03 14:53:52 -05:00 |
|
|
df6bed2453
|
CE-881 - Add QueryHints enum & set to QueryInput; do mysql result set streaming based on the POTENTIALLY_LARGE_NUMBER_OF_RESULTS hint being present
|
2024-04-03 14:51:28 -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 |
|
|
9257519462
|
Updated to try to fix sample material dashboard inclusion
|
2024-03-21 13:02:05 -05:00 |
|
|
e0134450f8
|
Updated to try to fix sample material dashboard inclusion
|
2024-03-21 12:51:29 -05:00 |
|
|
fc915a6d65
|
Merge pull request #77 from Kingsrook/feature/quartz-scheduler
Feature/quartz scheduler
|
2024-03-21 10:04:00 -05:00 |
|
|
d7dec3e560
|
CE-936 Add @DisallowConcurrentExecution
|
2024-03-20 17:42:05 -05:00 |
|
|
40e8a85977
|
Add ScheduledJobs doc
|
2024-03-20 16:13:39 -05:00 |
|
|
30ee8ce3bf
|
Update quartz job runner to log when finished (and to include same pairs in exception)
|
2024-03-20 16:13:27 -05:00 |
|
|
0d6538593b
|
CE-936 Add option to log the running of quartz jobs
|
2024-03-20 13:49:33 -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 |
|
|
92b8211f20
|
CE-936 Add mayUseInScheduledJobsTable to scheduler meta data; check that before including in Schedulers PVS
|
2024-03-19 20:02:13 -05:00 |
|
|
8afbbfb4da
|
Avoid NPE on null value for custom-type PVS
|
2024-03-19 20:01:08 -05:00 |
|
|
24b1daa110
|
CE-936 - Move adding default schedulableTypes in instance to Enricher
|
2024-03-19 20:00:49 -05:00 |
|
|
17899c3fdc
|
CE-936 - Move per-record pause & resume to run on quartzJob tables, not trigger; update previewMessage
|
2024-03-19 20:00:24 -05:00 |
|
|
605578d661
|
add overload of recordsToMap that takes key type
|
2024-03-19 19:59:34 -05:00 |
|
|
f15277f23b
|
CE-970: fixed bug around getting new ApiTableMetaData
snapshot-feature-CE-970-mirgration-blocker-link
|
2024-03-19 15:58:53 -05:00 |
|
|
d480027aeb
|
CE-970: added ability to specify including associations when using extractvia query steps
|
2024-03-19 13:14:29 -05:00 |
|
|
5963a706b0
|
CE-936 - Add error if cron or repeat-seconds isn't given; add warnings from scheduling.
|
2024-03-19 11:33:12 -05:00 |
|
|
c8c7051628
|
CE-936 - Update to send warnings from insert & update back not as an exception, but as a success, with warnings in the record.
|
2024-03-19 11:32:41 -05:00 |
|
|
7015322bf3
|
CE-936 - format epoc time values w/ commas and an instant in system time zone
|
2024-03-19 10:09:28 -05:00 |
|
|
d6edbfa06b
|
CE-936 - Add exposed joins between these tables
|
2024-03-19 10:08:25 -05:00 |
|
|
a10992226a
|
CE-936 - Cleanup from code review
|
2024-03-19 10:08:11 -05:00 |
|
|
04103281af
|
Fix iteration over form params (changed w/ addition of associations) - to handle empty values list
snapshot-feature-quartz-scheduler
|
2024-03-18 15:11:46 -05:00 |
|
|
2088c5dab3
|
Fixing tests
|
2024-03-18 15:03:42 -05:00 |
|
|
59a4ad7de6
|
Checkstyle
|
2024-03-18 12:49:26 -05:00 |
|
|
7b457b4936
|
Initial checkin
|
2024-03-18 12:29:17 -05:00 |
|