Commit Graph

285 Commits

Author SHA1 Message Date
Robert von Burg 89b3612c03 [New] added StrolchComponent.openTx(Certificate, String) and
StrolchComponent.openTx(String, Certificate, String)
2018-10-22 09:20:03 +02:00
Robert von Burg 16696e5202 [Fix] Ignore OperationsLog.addMessage if not yet initialized 2018-10-16 19:59:06 +02:00
Robert von Burg bd1b7090cb [Minor] added LogMessage for agent start and stop 2018-10-15 15:17:42 +02:00
Robert von Burg e82767b079 [Minor] added LogMessage for agent start and stop 2018-10-15 15:00:29 +02:00
Robert von Burg 91dee21300 [Minor] added LogMessage for agent start and stop 2018-10-15 14:56:55 +02:00
Robert von Burg 2286752c57 [Fix] Fixed pruning of messages in OperationsLog 2018-10-15 14:37:27 +02:00
Robert von Burg cee1ac4f82 [New] added StrolchAgent.getSingleThreadExecutor() 2018-10-15 14:36:56 +02:00
Robert von Burg 21aa92182c [Minor] added LogMessage for agent start and stop 2018-10-15 13:12:17 +02:00
Robert von Burg ced8c42c57 [Major] Implemented persisting of OperationsLog 2018-10-15 11:06:45 +02:00
Robert von Burg d7b4bef70c [Minor] check if refP is empty, and stop early 2018-10-05 11:45:08 +02:00
Robert von Burg b6819c4b47 [Major] Removed serializable and reformatted all code 2018-10-05 09:17:13 +02:00
Robert von Burg b02731ac74 [New] New method tx.findParameterOnHierarchy() 2018-10-04 19:04:36 +02:00
Robert von Burg 6e87ffc078 [Minor] small log fix when throwing exception on missing elements 2018-09-27 16:18:35 +02:00
Robert von Burg 62c206bfd0 [Minor] small log fix when throwing exception on missing elements 2018-09-27 15:11:26 +02:00
Robert von Burg 9566c89b2c [Minor] Sort by name using lower case 2018-09-14 14:10:10 +02:00
Robert von Burg 027613b1a1 [New] Added missing listContains() in SearchPredicates 2018-09-13 21:02:26 +02:00
Robert von Burg ba13b981c1 [New] added StrolchJobsHandler.register(StrolchJob) method 2018-09-11 12:48:43 +02:00
Robert von Burg 5736cead97 [New] added duration and running flag to StrolchJob 2018-09-11 12:18:51 +02:00
Robert von Burg b0231cdf91 [New] Added last execution to StrolchJob 2018-09-10 18:29:19 +02:00
Robert von Burg 00ade23b4d [New] Added JobMode to StrolchJob for Manual, Once and Recurring 2018-09-10 17:51:35 +02:00
Robert von Burg fa39ad7386 [Major] Refactored StrolchJob for calling manually 2018-09-06 15:23:34 +02:00
Reto Breitenmoser 1f780374b9 [New] added listContains predicate 2018-08-31 14:45:56 +02:00
Robert von Burg 458706d8fc [Fix] Allow to flush TX while doing commands 2018-08-27 14:24:58 +02:00
Robert von Burg 4ffd92e0a7 [New] Allow to set input for strolch search 2018-08-20 16:35:10 +02:00
Robert von Burg 178ad78dea [Fix] Fixed searching StringListParameter with equals and contains ignoreCase 2018-08-17 11:32:10 +02:00
Robert von Burg 30421d606e [Fix] Fixed searching in inspector 2018-08-08 16:25:24 +02:00
Robert von Burg a1c1e60306 [Fix] Fixed i18n property 2018-08-07 14:04:26 +02:00
Robert von Burg f1f689b8ca [New] Added exception to OperationsLog 2018-08-07 13:54:17 +02:00
Robert von Burg fb795be104 [Minor] Using action as locator in AbstractTransaction for operations log 2018-08-03 22:14:34 +02:00
Robert von Burg f6349dde10 [Minor] Logging of exception in StrolchSystemActionWithResult 2018-08-03 22:14:12 +02:00
Robert von Burg 2eaca7d7d8 [Minor] Changed SearchBuilder to AND not OR query 2018-08-03 15:50:44 +02:00
Robert von Burg e644b43e2c [Major] Refactored Operations Log 2018-08-03 14:13:46 +02:00
Robert von Burg 42dc80592d [Major] StrolchQuery now uses streams internally 2018-07-12 14:32:26 +02:00
Robert von Burg a16cee1500 [Major] Added JSON data type for persisting in PostgreSQL 2018-07-02 13:18:10 +02:00
Robert von Burg 352220702f [Minor] add documentation about custom search expression on website 2018-06-29 13:59:27 +02:00
Robert von Burg 4c7be4cbbf [Project] Updated Strolch model files to include schema definition 2018-06-26 18:13:59 +02:00
Robert von Burg 1c2d048c45 [Major] Only use tx.get*Map() if you really need it! 2018-06-22 13:14:14 +02:00
Robert von Burg bbf021f73b [Fix] Fixed bug where changed element is not returned in streams 2018-06-22 11:38:24 +02:00
Robert von Burg acf3b3ff6c [Minor] Added JavaDoc to search API 2018-06-22 11:11:15 +02:00
Robert von Burg d3375455d6 [Minor] catch exception on stop in StrolchComponents 2018-06-21 17:54:02 +02:00
Robert von Burg 81a080ebd1 [Minor] Change logger in ComponentContainerImpl.java 2018-06-20 13:42:41 +02:00
Robert von Burg 6b9d168a0b [Project] Logging exceptions in DefaultPolicyHandler 2018-06-18 19:39:18 +02:00
Robert von Burg 0c6a8b9ba0 Revert "[Minor] Throw exception if policy is missing proper constructor"
This reverts commit abf508c
2018-06-18 18:50:14 +02:00
Robert von Burg abf508cc6b [Minor] Throw exception if policy is missing proper constructor 2018-06-18 18:46:44 +02:00
Robert von Burg 7b2ab07ada [Minor] Add tests for ListParameter isIn() search 2018-06-18 11:09:44 +02:00
Reto Breitenmoser 2ca0d91cd3 [Minor] check for collections on both side 2018-06-17 20:55:28 +02:00
Robert von Burg ac7ef5d1fc [Major] Refactored StrolchJob to handle exceptions and log execution 2018-05-26 13:21:50 +02:00
Robert von Burg c321712150 [Major] Refactored PosgreSQL persistence for easier extension 2018-05-26 13:21:22 +02:00
Robert von Burg f8e9c5321c [Minor] Better logging in DefaultLockHandler 2018-05-18 08:26:50 +02:00
Robert von Burg 710a989ce5 [Fix] throw exception after logging in StrolchSystemAction 2018-05-16 17:52:44 +02:00