|
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 |
|
|
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 |
|
|
e2c7748a4b
|
CE-1955 Update getValueAsInstant to handle a single-digit hour, by assuming a leading 0 on it.
|
2025-01-10 16:11:14 -06:00 |
|
|
20332fa011
|
CE-1955 Revert splitting out records with mapping errors, to help do less spoon-feeding; also, avoid double-running customizer
|
2025-01-10 15:42:17 -06:00 |
|
|
5ad4216434
|
CE-1955 Replace _ with space in allCapsToMixedCase (for common use-case of an enum constant)
|
2025-01-07 11:30:48 -06:00 |
|
|
f7cbf9d1c2
|
CE-1955 Make sure to skip blank rows (e.g., no columns had a value)
|
2025-01-07 11:30:19 -06:00 |
|
|
f54b2b79db
|
CE-1955 Add support for value-mapping on wide-mode associated fields
|
2025-01-06 16:35:06 -06:00 |
|
|
3fda1a1eda
|
CE-1955 Add handling for associations w/ some vs. all values coming from defaults instead of columns;
|
2025-01-03 12:57:49 -06:00 |
|
|
048ee2e332
|
Expand cases hit due to new idType requirement in possible values
|
2024-12-27 09:08:13 -06:00 |
|
|
21982e8f53
|
Remove uncommitted BackendQueryFilterUtils.setCaseSensitive
|
2024-12-27 08:54:22 -06:00 |
|