be16d5f0cf
Checkstyle!
2025-04-25 16:13:17 -05:00
e5987238e6
Add primary keys to process summary lines (and thus traces) for bulk load; better handling of errors and warnings also from bulk insert result step
2025-04-25 16:05:54 -05:00
78892b3642
Fix to allow html entities by going through a w3c DOM
2025-04-18 13:57:59 -05:00
2d89dafdc1
added test cases
2025-04-15 20:09:00 -05:00
491998ec9a
Merged feature/dk-misc-20250318 into dev
2025-03-27 12:04:21 -05:00
86997528bb
Merge pull request #166 from Kingsrook/feature/banners
...
Initial checkin of Banners under QBrandingMetaData
2025-03-27 12:03:15 -05:00
7af23e52d6
feedback from code review
2025-03-25 12:16:48 -05:00
d033d3f464
Add QCodeReferenceWithProperties and InitializableViaCodeReference; also, refactor QCodeLoader to eliminate most of the specialized methods - in favor of generally using getAdHoc (now that just needs a better name, lol)
2025-03-18 11:37:23 -05:00
ae4e269b88
Add static getTableName(Class) and instance.tableName() methods.
2025-03-18 10:48:15 -05:00
75fdff031a
Renamed ExcelPoiStyleCustomizerInterface to ExcelPoiBasedStreamingStyleCustomizerInterface; support (by skipping) null column widths
2025-03-18 10:45:29 -05:00
b863d62688
Add style customizer to report action, with excel poi implementation for columnWidths, more cell styles, merged ranges
2025-03-18 10:42:53 -05:00
08ed9a5aad
Add style customizer to report action, with excel poi implementation for columnWidths, more cell styles, merged ranges
2025-03-18 10:18:28 -05:00
0f8ad2fb78
Allow a map of prepopulatedValues to be provided as an input value, to set defaultValues for fields
2025-03-18 10:04:16 -05:00
7c39372153
Initial checkin of Banners under QBrandingMetaData
...
- includes migration from (now deprecated) MetaDataFilterInterface to MetaDataActionCustomizerInterface (stored on the QInstance and used by MetaDataAction)
- includes migration from (now deprecated) environmentBannerText and environmentBannerColor in QBrandingMetaData to now be implemented as a banner
2025-03-07 14:39:39 -06:00
83c4034d90
Merged feature/sftp-and-headless-bulk-load into dev
2025-03-05 19:40:32 -06:00
d4d20e2b20
Fix this test that would never have worked on 3/1 of a non-leap year, i suppose
2025-02-28 19:53:18 -06:00
4cbcd0a149
better handling of some - ranges; upper-case input string to match month/day names; handle '*' day of week; day-names in , case; hour w/ AM/PM in , case; join with commas and and.
2025-02-28 19:45:01 -06:00
7efd8264fa
Change tables PVS to be custom type, respecting session permissions; refactor some PVS search logic to make custom implementations a little better
2025-02-26 16:56:36 -06:00
2808b3fcc4
test fixes
2025-02-26 15:22:49 -06:00
3ae5f90cc8
Checkstyle
2025-02-26 15:18:31 -06:00
b87fb6bd4a
Adjust inserted-ids process summary line for when only 1 record was inserted
2025-02-26 15:11:11 -06:00
428832f4ec
Add discoverAndAddPluginsInPackage
2025-02-26 14:54:00 -06:00
366f5d9600
Initial checkin
2025-02-26 14:47:11 -06:00
77cc272425
Initial checkin
2025-02-24 11:07:22 -06:00
80c286ab00
update setBlobValuesToDownloadUrls to not do that if the field is set to use a downloadUrlDyanmic.
2025-02-24 10:46:39 -06:00
001860fc91
Initial checkin of QBits, mostly.
2025-02-21 16:24:49 -06:00
df530b70b8
Add static wrapper
2025-02-21 15:04:02 -06:00
8816177df8
Add optional variantRecordLookupFunction to BackendVariantsConfig and validation of same; refactor up some shared backend code into BackendVariantsUtil
2025-02-19 19:49:33 -06:00
ead66385be
Merge branch 'dev' into feature/CE-2261-packing-slip-template-config
2025-02-19 17:24:52 -06:00
7bd560b7a8
Initial checkin
2025-02-14 20:09:13 -06:00
bacfa57c5e
New ways of working with field sections
2025-02-14 20:07:37 -06:00
be25fc1272
Refactor setup of backend variants to use a dedicated sub-object, with more flexible "backend setting" fields as a map based with enum keys, rather than dedicated set of methods
2025-02-14 19:55:04 -06:00
29e407b782
CE-2261: removed depricated calls with actionInput
2025-02-11 12:25:31 -06:00
eb8fa42fb8
Initial build of QQQProcess table - analog to QQQTable table, but for processes; refactoring of QQQTable record management into util class (out of QueryStatManager where it was originally used)
2025-02-10 09:52:06 -06:00
9072ce2426
Initial implementation of process tracers
2025-02-10 09:37:59 -06:00
33f3ebd4c6
Add ValueRangeBehavior - e.g., for min/max numeric value
2025-02-03 15:45:59 -06:00
54ff797b5d
Add auth meta-data, now that validator wants it.
2025-01-31 15:07:25 -06:00
40b4b55bf4
Add preInsertOrUpdate, postInsertOrUpdate, and oldRecordListToMap
2025-01-31 14:32:26 -06:00
2031e05117
Update QMetaDataProducingEntity to know how to produce table meta data; Add MetaDataCustomizers to work with producer helpers
2025-01-31 14:29:51 -06:00
38a17b2954
Merge pull request #155 from Kingsrook/feature/join-record-enhancements
...
Feature/join record enhancements
2025-01-31 10:54:38 -06:00
f0eeb260e3
Merged dev into feature/join-record-enhancements
2025-01-29 14:41:44 -06:00
d14662e2fc
Update tests now that BulkLoadValueMapper removes non-valid possible-value values from record.
2025-01-29 11:34:56 -06:00
fdebdb1095
Merged feature/entity-to-record-updates into dev
2025-01-22 16:44:15 -06:00
8e24faa975
Merged feature/process-locks-bulk into dev
2025-01-22 16:43:56 -06:00
3013e5dccd
Merged feature/bulk-upload-v2 into dev
2025-01-22 16:43:32 -06:00
d6288eee4a
Add support for CriteriaOption.CASE_INSENSITIVE
2025-01-16 10:24:01 -06:00
0fffed9d31
Initial checkin
2025-01-16 10:22:09 -06:00
84d41858b2
Add method addJoinedRecordValues
2025-01-16 10:22:02 -06:00
1fae1c5e2a
Move enricher plugin to enrichment package
2025-01-14 10:08:42 -06:00
b397c4da08
CE-1955 Add plugins for QInstanceEnricher
2025-01-11 20:13:51 -06:00