|
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 |
|
|
2a0d5686e7
|
Merged dev into feature/quartz-schedule-new-jobs
|
2024-04-09 07:57:39 -05:00 |
|
|
b55631a767
|
Add liquibase as level INFO
|
2024-04-08 20:20:50 -05:00 |
|
|
5dc4b26f9e
|
Add ScheduleAllNewJobsProcess and supporting methods
|
2024-04-08 20:18:23 -05:00 |
|
|
d7b2efdfb2
|
CE-1115 - Adding widgets for editing query, columns, and pivot table; udpate labels, required fields
|
2024-04-08 20:09:30 -05:00 |
|
|
482b0ca546
|
Merged feature/more-state-provider-cleanup into feature/CE-978-crashing-nodes
|
2024-04-08 14:26:34 -05:00 |
|
|
b0a4ea39d0
|
CE-978 - Moving from 6 hours to 5 hours for clean hours in addition to running every 30min. Also added status to interface.
|
2024-04-08 12:22:25 -05:00 |
|
|
5520111836
|
Use a NonPersistedAsyncJobCallback for cases where it doesn't need to be persisted to state provider
|
2024-04-06 20:23:58 -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 |
|
|
8da05b9ab9
|
CE-881 - Feedback from code review & continued QA testing
|
2024-04-04 08:56:13 -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 |
|
|
ad3d9cc6d1
|
CE-881 fix how booleans are written; after profiling, replace regex for cleansing test w/ indexOf calls
|
2024-04-02 19:30:52 -05:00 |
|
|
01b7b3fe63
|
CE-881 fixes for data-sources w/o tables
|
2024-04-02 19:29:54 -05:00 |
|
|
30b07e7f3a
|
catch any throwable
|
2024-04-02 19:29:36 -05:00 |
|
|
6fb39899a6
|
Better summary messages re: config
|
2024-04-02 19:29:21 -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 |
|
|
3a1125f668
|
CE-881 Add RenderedReport records
|
2024-04-02 15:44:50 -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 |
|
|
7c8ef52af9
|
CE-881 - Comment reportSetupWidget until we proceed w/ building the UI
|
2024-04-01 16:01:54 -05:00 |
|
|
11de1cd392
|
CE-881 - Comment reportSetupWidget until we proceed w/ building the UI
|
2024-04-01 14:40:02 -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 |
|
|
6fffe3036c
|
CE-881 - Add new StorageAction to backends - e.g., for streaming data into a backend's data store. implemented for in-memory, filesystem, and s3
|
2024-04-01 12:52:00 -05:00 |
|
|
b28a7d9a81
|
CE-881 - More tests, specifically on pivots and pivots-becoming-summaries
|
2024-04-01 08:59:59 -05:00 |
|
|
8c01e87499
|
CE-881 - Add booleans supportsNativePivotTables and supportsMultipleViews
|
2024-04-01 08:59:17 -05:00 |
|
|
a24033f572
|
CE-881 - Update to convert pivots to summaries for formats that don't support pivot
|
2024-04-01 08:58:39 -05:00 |
|
|
80ab0b26a0
|
CE-881 - Fix labels for COUNT vs COUNT_NUMBERS
|
2024-04-01 08:57:54 -05:00 |
|
|
4d4405ec32
|
CE-881 - Support multiple views
|
2024-04-01 08:57:33 -05:00 |
|
|
050d102efe
|
CE-881 - Add tests on summaries and multi-views, etc
|
2024-04-01 08:57:16 -05:00 |
|
|
9ec25a19f4
|
CE-881 - Pivot table cleanup
|
2024-04-01 08:56:44 -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 |
|
|
b37e26e03b
|
CE-881 - add field: isBinary
|
2024-03-29 08:27:13 -05:00 |
|
|
dc9c79022f
|
Add wrapper: forPrimaryKey
|
2024-03-29 08:26:51 -05:00 |
|
|
f3efb341fc
|
Add ifCan utility method
|
2024-03-29 08:26:40 -05:00 |
|
|
d0de637dee
|
CE-881 - Add queryJoins when rendering savedReports - tested in RDBMS module
|
2024-03-28 15:44:46 -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 |
|
|
9ff5f82a91
|
CE-881 - Updated what gets caught for file-not-found (presumably an updated apache dep due to POI changed this...)
|
2024-03-28 08:59:21 -05:00 |
|
|
82e66a159a
|
CE-881 - Checkstyle
|
2024-03-28 08:54:09 -05:00 |
|