Commit Graph

3575 Commits

Author SHA1 Message Date
Robert von Burg b42c8a3bba
[Project] Updated web dependencies 2022-05-13 13:33:54 +02:00
Robert von Burg 93378590e5
[Minor] Remove css for roboto and fonts.googleapiss.com 2022-05-13 11:05:19 +02:00
Robert von Burg e67de5bdc9
[Minor] Replaced default font with ubuntu 2022-05-12 08:42:57 +02:00
Robert von Burg 4c525f9364
[Project] Updated web dependencies 2022-05-06 13:54:21 +02:00
Robert von Burg c02a68b900
[Project] Updated web dependencies 2022-05-06 11:39:35 +02:00
Robert von Burg 75e9b1b829
[Project] Updated web dependencies 2022-05-06 08:46:48 +02:00
Robert von Burg 43ba11b921
[Project] Updated web dependencies 2022-05-05 15:14:46 +02:00
Robert von Burg b61e982fc5
[New] Added CheckedRunnable 2022-05-05 13:17:27 +02:00
Robert von Burg e03a365b9d
[Minor] OperationsLog stores messages now in a LinkedHashSet 2022-05-04 16:41:42 +02:00
Robert von Burg f739d8022e
[New] LogMessage.toString() now returns message 2022-05-04 16:33:02 +02:00
Robert von Burg 7c89f216b0
[New] Default ignore if persistence unit exists
Can be enforced by setting li.strolch.xmlpers.allowOverwriteOnCreate property
2022-05-03 06:54:42 +02:00
Robert von Burg 380b58fd07
[New] Default ignore if persistence unit exists
Can be enforced by setting li.strolch.xmlpers.allowOverwriteOnCreate property
2022-05-03 06:48:51 +02:00
Robert von Burg c73fe1e313
[New] Added SearchExpressions.relationNull 2022-04-29 16:31:32 +02:00
Robert von Burg df1d58901f
[Project] Updated logback to 1.2.9 2022-04-29 16:31:15 +02:00
Robert von Burg 32a9b9ca82
[Project] Updated web dependencies 2022-04-28 15:38:06 +02:00
Robert von Burg 549714948d
[Project] Fixes to mvn web archetype 2022-04-22 13:38:01 +02:00
Robert von Burg 86ed484655
[Project] Added missing to mvn web archetype 2022-04-22 13:27:21 +02:00
Robert von Burg b6f05ff05b [Project] Added additional demo view to mvn web archetype 2022-04-22 09:14:28 +02:00
Robert von Burg bc1a27b8c3
[Project] Refactored mvn web archetype into complete application 2022-04-21 15:55:35 +02:00
Robert von Burg 360828bbf0
[Project] Updated bower.json 2022-04-14 14:53:38 +02:00
Robert von Burg 4dfea7d589 [Fix] Fixed PeriodHelper.shiftByMultipleOfPeriod()
There was an issue, where shifting by P2D would lead to wrong start date
2022-04-12 16:22:50 +02:00
Robert von Burg 89751f12d3 [Minor] Fixed WebSocketClient NPE 2022-03-13 09:14:56 +01:00
Robert von Burg 3f87297da3 [Fix] Fixed broken tests 2022-03-08 10:26:46 +01:00
Robert von Burg 2cdd9a08d5 [New] Added environment variable to override DB host for tests 2022-03-08 09:51:39 +01:00
Robert von Burg b4fb7438e7 [New] Added environment variable to override DB host for tests 2022-03-08 09:42:54 +01:00
Robert von Burg 0d6da250bd [Minor] Reduced logs in ParallelTests 2022-03-08 09:24:27 +01:00
Robert von Burg fb054f360f [Minor] Reduced logs in SynchronizedMapOfMapsTest 2022-03-08 09:22:31 +01:00
Robert von Burg 6d14bae474 [New] Added environment variable to override DB host for tests 2022-03-08 09:11:04 +01:00
Robert von Burg b1e8a8676b [New] Added environment variable to overide DB host for tests 2022-03-08 08:43:31 +01:00
Robert von Burg 12be631929 [Minor] typo 2022-03-08 08:26:58 +01:00
Robert von Burg 05fc6c21ad [Major] Changed signature of SimpleExecution.runWithFreshAction() 2022-03-07 18:11:57 +01:00
Robert von Burg 03df198529 [New] Added ExecutionPolicy.getExecutionHandler() 2022-03-07 18:11:37 +01:00
Robert von Burg 3d5d25a8c2 [New] Added DurationExecution.delayToExecuted flag to skip delayToExecuted call 2022-03-07 18:11:28 +01:00
Robert von Burg 60e6b4ea96 [Fix] Fixed opening double TX in StrolchJobsResource 2022-03-07 11:29:41 +01:00
Robert von Burg f2658aebb4 [New] Added StrolchValueType.isList() 2022-03-06 20:02:04 +01:00
Robert von Burg 04e5167f60 [New] Added StrolchElementToJsonVisitor.withListParametersAsArray() 2022-03-06 20:01:42 +01:00
Robert von Burg 7bece7451e [New] Added StrolchException overrides for I18nMessage parameter 2022-03-01 10:55:21 +01:00
Robert von Burg d12fdb81c2 [New] Added Command.validateAndDoCommand() 2022-03-01 10:54:51 +01:00
Robert von Burg 08fb5a5e02 [Project] Updated to strolch-wc-reports 0.5.0 2022-03-01 10:54:34 +01:00
Robert von Burg 1ddbad20ca [Major] Performance optimizations for reports
The following parameters add optimizations for reports which take a long time to load due to many filter, flat-mapping etc.:

    <Parameter Id="maxFacetValues" Name="Max facet values" Type="Integer" Value="10"/>
    <Parameter Id="maxRowsForFacetGeneration" Name="Max rows for facet generation" Type="Integer" Value="100"/>
    <Parameter Id="directCriteria" Name="Criteria queried directly" Type="StringList" Value="Location"/>

* maxFacetValues -> allows to specify how many facet values are returned to the caller
* maxRowsForFacetGeneration -> specifies after how many seen rows that facet value generation should be stopped
* directCriteria -> allows to define StrolchRootElement types, for which the facet values won't be generated by going through the rows, but are immediately retrieved from the ElementMap. This makes these facets extremely fast, but filtering might not work as expected.
2022-03-01 10:54:30 +01:00
Robert von Burg 2e94e36aab [New] Added TypedTuple.hasBoth() 2022-03-01 10:54:27 +01:00
Robert von Burg ede7b08c78 [WIP] PARAM_MAX_ROWS_FOR_FACET_GENERATION 2022-03-01 10:54:24 +01:00
Robert von Burg 9f7eae5ee8 [Fix] Ignore BAG_ADDITIONAL_TYPE as well 2022-03-01 10:54:21 +01:00
Robert von Burg 0193abca70 [Minor] fix error message in StrolchElementToJsonVisitor 2022-03-01 10:54:09 +01:00
Robert von Burg 30139f2da0 [Project] Updated bower.json version 2022-03-01 10:54:03 +01:00
Robert von Burg 17a62038d5 [New] Properly format Report to json, forwarding params to caller 2022-03-01 10:52:19 +01:00
Robert von Burg e31e606754 [New] GenericReport now adheres to facet value limit if trimFaceValues=true on report 2022-03-01 10:52:14 +01:00
Robert von Burg b03a8781fa [New] Added StrolchElementToJsonVisitor.withoutObjectType() 2022-03-01 10:52:11 +01:00
Robert von Burg 8483358791 [New] Added stream() to MapOf* classes 2022-03-01 10:52:06 +01:00
Robert von Burg 892dbdbe7f [New] Added TransactionThreadLocal.hasTx() 2022-03-01 10:48:16 +01:00