Commit Graph

2904 Commits

Author SHA1 Message Date
Robert von Burg eebdc963f3 [New] Added ExecutionPolicy.delayToExecutedBy() and delayToExecutedByRandom() 2020-02-20 18:00:15 +01:00
Robert von Burg c90f698e87 [Fix] Multiple bug fixes for execution 2020-02-20 17:59:57 +01:00
Robert von Burg c6f627be87 [New] Added IActivityElement.findParent(Predicate<Activity>) 2020-02-20 17:59:10 +01:00
Robert von Burg 2002f91820 [New] Added DurationParameter.getPeriod() and .getDuration() 2020-02-20 17:58:43 +01:00
Robert von Burg 8e629dfe82 [Minor] code cleanup 2020-02-20 17:58:20 +01:00
Robert von Burg 3475eefd09 [New] Added AbstractService.getArgOrUserRealm() 2020-02-20 17:58:05 +01:00
Robert von Burg bf0b4e152e [Minor] Don't lock Resource in SimplePlanning if not set on Action 2020-02-19 22:23:47 +01:00
Robert von Burg c2ddc0c7ab [Minor] Activity.getElement() now throws exception if element does not exist 2020-02-19 22:23:27 +01:00
Robert von Burg 119408d782 [New] Added PolicyDef.valueOf(Class, String) override 2020-02-19 22:22:51 +01:00
Robert von Burg 3d745eb476 [Fix] Also clone Action's policies 2020-02-19 22:22:22 +01:00
Robert von Burg 303e092364 [New] Order.date is now stored internally as a ZonedDateTime 2020-02-19 21:27:25 +01:00
Robert von Burg 731933c2b4 [New] Added DEFAULT_PLANNING constant on PlanningPolicy 2020-02-19 21:27:03 +01:00
Robert von Burg 6cfe7d7845 [New] Added RoundRobinInt with test 2020-02-19 21:26:09 +01:00
Robert von Burg 0b4e9aef7d [Fix] Fixed logger 2020-02-19 08:19:58 +01:00
Robert von Burg e37aaa412f [Fix] Fixed some execution issues 2020-02-18 20:05:50 +01:00
Robert von Burg c312f4b5b0 Merge branch 'feature/planning' into develop 2020-02-18 18:12:10 +01:00
Robert von Burg dadc2a8cb8 [Major] Rewrote execution with controllers 2020-02-18 18:11:22 +01:00
Robert von Burg 1bda9df450 [WIP] Implementing Planning refactoring 2020-02-17 14:22:32 +01:00
Robert von Burg 4fedec75b7 [Minor] Added constants to StrolchConstants 2020-02-17 10:45:57 +01:00
Robert von Burg 9b452b1ba3 [Fix] SynchronizedCollections should be public and static 2020-02-15 17:18:53 +01:00
Robert von Burg ad371ecb1b [Major] Refactored planning, added to planning of action before execution 2020-02-14 16:26:22 +01:00
Robert von Burg bbbe75b2b0 [New] Added .hashCode() and .equals() to MapOf* 2020-02-14 16:25:31 +01:00
Robert von Burg ffc62e7351 [New] Added SynchronizedCollections for synchronizing MapOf* 2020-02-14 16:23:51 +01:00
Robert von Burg 83a947e04b [New] Added IActivityElement.findPolicy() 2020-02-14 16:22:59 +01:00
Robert von Burg d06cce1bb9 [Major] WebSocket observer handler now handles params, for additional options 2020-02-12 15:01:47 +01:00
Robert von Burg fbb05a2b01 [New] Added EventBasedExecutionHandler.addForExecution(String, Activity) 2020-02-12 15:00:39 +01:00
Robert von Burg fba2d3890d [New] Added ObjectFilter.getOperation() 2020-02-12 15:00:11 +01:00
Robert von Burg c4ed21c4e5 [Fix] Using type and id in Controller REST API instead of Locator 2020-02-12 14:54:49 +01:00
Robert von Burg 47da3334b9 [New] Added tx.isUpdated() and tx.isRemoved() 2020-02-12 14:54:18 +01:00
Robert von Burg 9189cdcda6 [New] Added new constants to Tags 2020-02-12 14:53:48 +01:00
Robert von Burg be37b8d31c [Project] Updated to latest strolch-wc-* components 2020-02-12 14:53:18 +01:00
Robert von Burg 458d778210 [Major] Refactored webapp to use behaviors for re-usable code 2020-02-05 12:27:18 +01:00
Robert von Burg 1cf28eaa15 [Minor] Fixed logger in DefaultLockHandler 2020-02-04 20:45:00 +01:00
Robert von Burg 7df625cfdf [New] Added ParameterBagContainer.addParameter() and .removeParameter() without BagId 2020-02-03 11:52:41 +01:00
Robert von Burg 875382608a [New] Added StrolchXmlHelper.parseToMap() 2020-02-03 11:52:14 +01:00
Robert von Burg 4638f44c91 [Minor] Change to single parameter StrolchPolicy constructor 2020-01-30 14:58:37 +01:00
Robert von Burg a048a7c76e [Minor] Change to single parameter StrolchPolicy constructor 2020-01-30 14:43:43 +01:00
Robert von Burg 7487ff3c31 [Minor] Change to single parameter StrolchPolicy constructor 2020-01-30 14:37:45 +01:00
Robert von Burg 4a61fc4059 [Minor] Use Integer.decode() on IntegerListParameter.parseFromString() 2020-01-30 11:59:54 +01:00
Robert von Burg cfc03747e5 [New] Added StrolchValueType.valueToJson() 2020-01-29 23:49:39 +01:00
Robert von Burg b53c1bca58 [Minor] Simplified AbstractListParameter.getValueAsString() 2020-01-29 23:49:20 +01:00
Robert von Burg efdc522925 [Minof] Inject StrolchSessionHandler into WebSocketClient by constructor 2020-01-28 12:32:58 +01:00
Robert von Burg a7a0549984 [Fix] Fixed deployment of locales.json in gulpfile.js 2020-01-27 16:44:46 +01:00
Robert von Burg d96a702e7b [New] Added listener in web archetype: "strolch-ajax-request-error": "onRequestError" 2020-01-27 16:16:25 +01:00
Robert von Burg 2ced238b20 [Minor] Moved archetype-packaging version to root pom 2020-01-27 16:15:56 +01:00
Robert von Burg 3a18baec03 [New] Added RuntimeMock.getComponent() 2020-01-27 16:15:23 +01:00
Robert von Burg 4b2e8b9f81 [Major] Allow WebSocket* to be extensible 2020-01-21 15:37:14 +01:00
Robert von Burg 647a704c41 [New] Added StrolchRootElement.isResource() .isOrder() and .isActivity() 2020-01-21 15:36:53 +01:00
Robert von Burg 5d54a27383 REVERT: REVERT: [Fix] Formatting Parameter values to json as proper primitive, not just as string 2020-01-20 20:11:26 +01:00
Robert von Burg 115cc3deb0 REVERT: [Fix] Formatting Parameter values to json as proper primitive, not just as string 2020-01-20 16:43:51 +01:00