Commit Graph

2541 Commits

Author SHA1 Message Date
Robert von Burg fa389d7072 [Project] Updated .gitignore files 2020-01-08 09:18:37 +01:00
Robert von Burg 32a22eae68 [Minor] Code cleanup 2020-01-08 09:12:03 +01:00
Robert von Burg ddbb7d65cb [New] Added overrides for ComponentConfiguration. getConfigFile() getDataDir() getDataFile() 2020-01-08 09:11:45 +01:00
Robert von Burg d6a8c99b3a [Minor] Extract Realm instantiation into method 2020-01-08 09:11:00 +01:00
Robert von Burg c96ca434be [Minor] Fixed code comment 2020-01-08 09:10:27 +01:00
Robert von Burg 8b1addd295 [New] Only add Exception class name in messages if message is null 2019-12-19 13:21:47 +01:00
Robert von Burg f53b548a5d [New] Allow to decode 0x values in IntegerParameter and int component props 2019-12-11 18:30:36 +01:00
Robert von Burg 793435454b [New] Only add Exception class name in messages if message is null 2019-12-11 18:27:50 +01:00
Robert von Burg f95f3a5318 [New] Added DBC.fail() 2019-12-11 18:27:15 +01:00
Robert von Burg 2ac8c288d3 [New] Allow to ignore StrolchPolicy.undo() by having empty default impl 2019-12-10 19:33:24 +01:00
Robert von Burg 290e5ed1f3 [New] PasswordCreator now also uses new password format 2019-11-30 12:11:12 +01:00
Robert von Burg 0a96db5c1f [New] Added StrolchElementToJsonVisitor.withStateVariables() 2019-11-28 16:21:06 +01:00
Robert von Burg 2ae94b79bd [New] Added StrolchTimedState.clear() 2019-11-27 19:32:42 +01:00
Robert von Burg c9a1d63d62 [Fix] Removed defaultEncoding Component property, as not changeable after start 2019-11-20 22:16:45 +01:00
Robert von Burg 93ba7efe7c [Major] Added new TextParameter type. Used for multiline strings 2019-11-20 22:15:56 +01:00
Robert von Burg ca3f16b0db [Project] Removed duplicated dependency declaration in bom 2019-11-09 17:10:09 +01:00
Robert von Burg 76a662bdc5 [Project] Updated strolch-wc-* components 2019-11-08 16:32:20 +01:00
Robert von Burg a6483704c8 [New] Added removing of future and past values on state variables 2019-11-07 10:56:55 +01:00
Robert von Burg f1d94bb6f5 [Project] fixed missing warFinalName property in webapp archetype 2019-11-07 10:31:14 +01:00
Robert von Burg 1ca7a7fc68 [Project] Updated README.md and website for building new projects 2019-11-07 09:13:30 +01:00
Reto Breitenmoser 2f840f6c53 Merge branch 'develop' of https://github.com/4treesCH/strolch.git into develop 2019-11-01 14:12:19 +01:00
Reto Breitenmoser aa6209dcb7 [Minor] set default encoding to utf-8 2019-11-01 14:11:31 +01:00
Robert von Burg 25362da8d1 [New] Extended filtering GenericReport with multi refs 2019-10-30 10:50:45 +01:00
Robert von Burg 826175301a [New] Added TypedTuple.hasFirst() and .hasSecond() 2019-10-30 10:49:44 +01:00
Robert von Burg 47dd0ec813 [Minor] handle NPE for missing role on user 2019-10-29 15:21:54 +01:00
Robert von Burg 5c9666af11 [Fix] assert hook is not yet set in StrolchElementToJsonVisitor 2019-10-24 20:47:57 +02:00
Robert von Burg 54fb6245ae [New] Added ISO8601.toString(LocalDateTime) 2019-10-23 10:01:03 +02:00
Robert von Burg 6f7269c4ae [New] Added ParameterBagContainer.getParameter() using StrolchModelConstants.BAG_PARAMETERS 2019-10-21 16:59:48 +02:00
Robert von Burg 07e7752c68 [New] Added SearchResult.isEmpty() and .isNotEmpty() 2019-10-21 16:59:10 +02:00
Robert von Burg 60c57efc28 [Fix] Added trigger after calling SetActionStateService 2019-10-21 16:58:53 +02:00
Robert von Burg 99c0634b75 [New] Added MapOf*.values() 2019-10-21 16:58:34 +02:00
Robert von Burg 72f77b2360 [Fix] Fixed broken tests 2019-10-18 22:57:43 +02:00
Robert von Burg 1deb0ec88e [Fix] Fixed broken tests 2019-10-18 18:39:03 +02:00
Robert von Burg a9c01167b1 [Fix] Fixed broken tests 2019-10-18 18:34:04 +02:00
Robert von Burg e82167bb2a [New] Added OrderSearch.withState(State) 2019-10-18 17:27:48 +02:00
Robert von Burg 4b1a6c9fec [Minor] Added StrolchPolicy.getOrder(Action) 2019-10-18 17:27:25 +02:00
Robert von Burg c2ae2e88d1 [Minor] Don't double throw StrolchPolicyException if can't get policy 2019-10-18 17:26:52 +02:00
Robert von Burg 19765898d6 [Minor] Validating elements are not read-only when adding to TX 2019-10-18 17:26:21 +02:00
Robert von Burg 8ee29b7688 [Fix] Use relation in ExecutionCommand.updateOrderState() instead of type/id 2019-10-17 16:23:03 +02:00
Robert von Burg 5cc6d1662c [New] Added Action.setResource(Resource) 2019-10-17 16:22:07 +02:00
Robert von Burg b750df79d5 [New] Added StrolchTransaction.get*ByRelation() 2019-10-17 16:21:39 +02:00
Robert von Burg ffd51f3f8b [New] Added ServiceResult.i18n(I18nMessage) 2019-10-15 19:09:40 +02:00
Robert von Burg fc04530b41 [New] Added ExpressionsSupport.relationName() and .relationParam() 2019-10-15 16:22:04 +02:00
Robert von Burg b19154c501 [New] Added GroupedParameterizedElement.getRelation[s]Param() 2019-10-15 16:00:17 +02:00
Robert von Burg d2bd1f415b [New] Added .where() overrides in ResourceSearch, OrderSearch and ActivitySearch 2019-10-11 18:29:41 +02:00
Robert von Burg faf9df3556 [Major] Fixed and renamed I18n* classes 2019-10-11 15:56:22 +02:00
Robert von Burg b1ff39501b [Fix] Fixed requestErrorToMsg for missing values of i18n 2019-10-10 10:21:57 +02:00
Robert von Burg fedc2824f6 [New] TimeValue and its implementations are now Comparable 2019-10-10 10:20:40 +02:00
Robert von Burg ff434cb285 [New] Added SearchResult.toMapOf* 2019-10-02 11:27:23 +02:00
Robert von Burg 64c32c7344 [Minor] Code cleanup 2019-09-27 11:39:27 +02:00