Commit Graph

331 Commits

Author SHA1 Message Date
Robert von Burg 46a01c49e2 Merge branch 'master' of ../parent 2014-09-16 09:03:21 +02:00
Robert von Burg 6d815c7667 Merge branch 'master' of ../model 2014-09-16 09:03:11 +02:00
Robert von Burg e8401d19c0 Merge branch 'master' of ../dev 2014-09-16 09:02:58 +02:00
Robert von Burg ed3f3d6520 Merge branch 'master' of ../bom 2014-09-16 09:01:52 +02:00
Robert von Burg 128fdd2f97 moved everything to a subdirectory for repo merge 2014-09-16 08:51:34 +02:00
Robert von Burg 0882274198 moved everything to a subdirectory for repo merge 2014-09-16 08:50:59 +02:00
Robert von Burg 585be07091 moved everything to a subdirectory for repo merge 2014-09-16 08:50:16 +02:00
Robert von Burg f46dcb183e moved everything to a subdirectory for repo merge 2014-09-16 08:49:32 +02:00
Robert von Burg 3cc91dfd04 moved everything to a subdirectory for repo merge 2014-09-16 08:45:30 +02:00
Robert von Burg 70d2318852 [Minor] code cleanup 2014-09-14 12:20:44 +02:00
Robert von Burg 97aa9117ec [Minor] code cleanup 2014-09-14 12:20:38 +02:00
Robert von Burg bf1db41f52 [New] added ElementMap.getBy(StringListParameter) 2014-09-13 20:41:56 +02:00
Robert von Burg e1e285b6b1 Update README.md 2014-09-09 18:39:25 +02:00
Robert von Burg 13980b02c6 Update README.md 2014-09-09 18:38:41 +02:00
Robert von Burg 92286c9b13 [Bugfix] fixed bug where type was not copied when cloned 2014-09-08 13:55:07 +02:00
Robert von Burg 523d44c41e [New] Added privilege checking for StrolchQueries 2014-09-08 13:35:47 +02:00
Robert von Burg 5c677aa757 [New] Added privilege checking for StrolchQueries 2014-09-08 13:35:37 +02:00
Robert von Burg ae5a0b0a14 [New] Added StrolchTransaction.getResourceBy() and .getOrderBy() 2014-09-06 10:43:38 +02:00
Robert von Burg 352a702c15 [New] Implemented param null selector and ParameterBagSelector 2014-09-04 20:30:35 +02:00
Robert von Burg 00ea65ece2 [New] Implemented param null selector and ParameterBagSelector 2014-09-04 20:30:28 +02:00
Robert von Burg dc45e3ec8c [Minor] also logging environment after startup 2014-08-28 22:05:01 +02:00
Robert von Burg 9a3d31ef35 [Major] Implemented InMemoryAuditQuery 2014-08-28 21:45:57 +02:00
Robert von Burg 7cb7c2749c [Major] Implemented AuditQuery 2014-08-28 21:45:03 +02:00
Robert von Burg 581cf95e2c [Major] minor re-thinking synchronisation - now the maps are synced. 2014-08-27 07:10:43 +02:00
Robert von Burg b8bfaf8408 [Major] Using DateRange in DateSelector 2014-08-26 22:02:20 +02:00
Robert von Burg d0740d1526 [Major] Using DateRange in DateSelector 2014-08-26 22:01:57 +02:00
Robert von Burg 690dfc9fc1 [Minor] forgot match mode further along 2014-08-25 22:59:27 +02:00
Robert von Burg 022ea46958 [Major] moved StringMatchMode to ch.eitchnet.utils 2014-08-25 22:52:25 +02:00
Robert von Burg e9fc3d7ac8 [Major] moved StringMatchMode to ch.eitchnet.utils 2014-08-25 22:52:18 +02:00
Robert von Burg 30b9787ef9 [Minor] fixed broken tests due to wrong checking for observer updates 2014-08-24 19:29:36 +02:00
Robert von Burg 7e4805be9c [Minor] fixed broken tests due to wrong checking for observer updates 2014-08-24 19:21:34 +02:00
Robert von Burg b7a63c1c47 [Major] moved ObserverHandler to StrolchRealm - no component anymore
Now the ObserverHandler is not a StrolchComponent anymore, and can be
retrieved from the StrolchRealm. This makes the observer model be part
of the realm, not global of the agent.
2014-08-24 19:18:02 +02:00
Robert von Burg f3cbd5b7bb [Project] extended checking out to support tag/branch 2014-08-24 18:26:23 +02:00
Robert von Burg 25b5c509c2 [Project] extended checking out to support tag/branch 2014-08-24 18:15:33 +02:00
Robert von Burg 0673036a98 [Project] extended checking out to support tag/branch 2014-08-24 18:06:09 +02:00
Robert von Burg 45e92e4dce [Project] set version to 1.0.0-SNAPSHOT 2014-08-24 17:31:55 +02:00
Robert von Burg c2fc8474f6 [Project] set version to 1.0.0-SNAPSHOT 2014-08-24 17:23:38 +02:00
Robert von Burg dbe9b8e61b [Project] set version to 1.0.0-SNAPSHOT 2014-08-24 17:23:27 +02:00
Robert von Burg 17de60974c [Project] set version to 1.0.0-SNAPSHOT 2014-08-24 17:23:01 +02:00
Robert von Burg 3526c33271 [Project] set version to 1.0.0-SNAPSHOT 2014-08-24 17:22:54 +02:00
Robert von Burg 844b571caf [Project] set version to 1.0.0-SNAPSHOT 2014-08-24 17:22:42 +02:00
Robert von Burg 926eab8eed [Major] Moved the auditing trail to the ElementMaps themselves
This means that we can't access the ElementMaps from the Realms, but
must use the TX (this was better anyhow)
2014-08-24 12:45:08 +02:00
Robert von Burg 3c05496ceb [Minor] code cleanup
- extracted constants for configuration
- fixed redundant null check
- cleaned up compiler warnings on i18n
2014-08-24 10:22:22 +02:00
Robert von Burg 999a8d4369 [Minor] Changed template of ElementMap to StrolchRootElement
Resources and Orders are already StrolchRootElements, so this shouldn't
hurt anyone =)
2014-08-24 10:20:26 +02:00
Robert von Burg 42fe3b4122 [Minor] code cleanup
- extracted constants for configuration
- fixed redundant null check
- cleaned up compiler warnings on i18n
2014-08-24 10:19:42 +02:00
Robert von Burg 77de155b17 [Minor] code cleanup
- extracted constants for configuration
- fixed redundant null check
- cleaned up compiler warnings on i18n
2014-08-24 10:15:52 +02:00
Robert von Burg e82b14f783 [New] Implemented opt-in audit trail in Strolch
The audit trail has its own map on the Realm and a trail is written by
realm at the end of the transaction.

You can write your own audit trail using tx.getAuditTrail().

Enable the audit trail by setting the realm configuration value
'enableAuditTrail'.
2014-08-23 20:50:58 +02:00
Robert von Burg b0d921d720 [New] Implemented opt-in audit trail in Strolch
The audit trail has its own map on the Realm and a trail is written by
realm at the end of the transaction.

You can write your own audit trail using tx.getAuditTrail().

Enable the audit trail by setting the realm configuration value
'enableAuditTrail'.
2014-08-23 20:49:43 +02:00
Robert von Burg c7a69dbf88 [New] Added convenience method Locator.newLocatorBuilder(String...) 2014-08-21 17:51:52 +02:00
Robert von Burg 07085f8aa0 [Major] added missing parsing of StrolchTimedState and fixed locators
Locators are now a bit different, to handle finding StrolchTimedState as
well, the Locator has the form:
Resource/<type>/<id>/State/<id>
Resource/<type>/<id>/Bag/<id>/<param_id>
2014-08-21 17:42:37 +02:00