Commit Graph

3413 Commits

Author SHA1 Message Date
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
Robert von Burg 3fea89aab8 [New] Added WriteRolesFileHelper to read and write roles files 2022-02-22 10:43:15 +01:00
Robert von Burg 5f556a8c8d [New] Added param to XmlHelper.parseDocument() for nsAware 2022-02-22 10:42:52 +01:00
Robert von Burg 118e3ade32 [Project] Update postgresql from 42.3.1 to 42.3.3 2022-02-16 10:09:20 +01:00
Robert von Burg 509cbbeede [Project] Updated strolch-wc-auth to 0.9.5 2022-02-11 10:51:36 +01:00
Robert von Burg e4b45be717 [Project] Updated strolch-wc-* components 2022-02-10 22:08:07 +01:00
Robert von Burg 75ca814ba0 [New] Use StackWalker instead of new Throwable().getStackTrace()[depth] 2022-02-07 10:22:18 +01:00
Robert von Burg 37e239e3de [Minor] Code cleanup and validate api and impl are set in configuration 2022-02-03 14:46:01 +01:00
Robert von Burg 5bfcc789b8 [Minor] Added constants for ServiceResult.toJson() 2022-02-01 11:51:36 +01:00
Robert von Burg c862bc1a47 [New] Added RuntimeMock.runAs*() 2022-01-28 14:32:35 +01:00
Robert von Burg 62244eca58
Delete codeql-analysis.yml 2022-01-28 13:45:07 +01:00
Robert von Burg f9d6341e6b
Update README.md 2022-01-28 13:30:45 +01:00
Robert von Burg eb48b60e89 [Minor] Also ignore javax* jars 2022-01-28 11:22:44 +01:00