Commit Graph

33 Commits

Author SHA1 Message Date
Robert von Burg efc5bd511c moved everything to a subdirectory for repo merge 2014-09-16 08:55:17 +02:00
Robert von Burg 90a223b9d7 [New] Added privilege checking for StrolchQueries 2014-09-08 13:36:13 +02:00
Robert von Burg 8cd5319641 [Project] set version to 1.0.0-SNAPSHOT 2014-08-24 17:24:18 +02:00
Robert von Burg 795a77d6c7 [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:37 +02:00
Robert von Burg 36b07b66df [Project] deactivated file logging 2014-08-14 00:14:41 +02:00
Robert von Burg 9305931faa [Project] added resource filtering for componentVersion.properties 2014-08-14 00:13:00 +02:00
Robert von Burg 899272a44d [Project] added resource filtering for componentVersion.properties 2014-08-13 23:50:59 +02:00
Robert von Burg a05f6c10dd [Major] Refactored StrolchConfiguration.xml to use environments
Now the agent requires an environment parameter to start, and the
configuration of that environment is used to load different sections of
the configuration file

Conflicts:
	src/main/java/li/strolch/tutorialwebapp/StartupListener.java
2014-08-13 23:50:50 +02:00
Robert von Burg a6341da79b [Major] Refactored StrolchConfiguration.xml to use environments
Now the agent requires an environment parameter to start, and the
configuration of that environment is used to load different sections of
the configuration file

Conflicts:
	src/main/webapp/WEB-INF/config/StrolchConfiguration.xml
2014-08-13 23:50:01 +02:00
Robert von Burg 39027f7371 Merge origin/master
Conflicts:
	pom.xml
2014-03-22 00:35:13 +01:00
Robert von Burg 2cef9d7d9c [New] Added development and download pages 2014-03-22 00:32:53 +01:00
Robert von Burg 6731c1a646 [Project] Removed duplicate dependency
Removed duplicate entry for dependency buildnumber-maven-plugin
2014-03-19 14:14:33 +01:00
Robert von Burg eb33a5d31a [Project] fixed urls of projects 2014-03-14 14:37:20 +01:00
Robert von Burg b0b580677b [Bugfix] fixed lower case name attribute in Enums.xml 2014-03-03 23:36:21 +01:00
Robert von Burg 0d7914b026 [New] Implemented separate DataStoreMode for each StrolchRealm 2014-02-17 22:08:52 +01:00
Robert von Burg aac3f9e13f [New] Implemented an EnumHandler and RESTful endpoint 2014-01-28 22:07:59 +01:00
Robert von Burg 5242424db7 [Major] changed constructor of StrolchComponent
Should have interface ComponentContainer in constructor
2014-01-25 22:15:55 +01:00
Robert von Burg aa68397290 [Project] added Jenkins build badge to README.md 2014-01-23 22:52:58 +01:00
Robert von Burg ae6d056836 [New] added version info metadata to agent 2014-01-23 22:01:48 +01:00
Robert von Burg da53975ecf [Project] removed not needed web.xml 2014-01-22 22:30:02 +01:00
Robert von Burg 6254047d10 [Minor] modified dependencies in StrolchConfiguration.xml 2014-01-22 20:20:32 +01:00
Robert von Burg 51b32d2ab8 [Minor] fixed compile error due to change in li.strolch.rest 2014-01-21 00:22:08 +01:00
Robert von Burg acbda222cf [New] Added dependency to li.strolch.rest 2014-01-15 22:12:08 +01:00
Robert von Burg 6ab0e0f5cc [Major] moved the package li.strolch.runtime.agent to li.strolch.agent 2014-01-10 23:23:42 +01:00
Robert von Burg d77ffac498 [Major] renamed project li.strolch.runtime to li.strolch.agent 2014-01-10 17:17:11 +01:00
Robert von Burg 80d543e4d1 [Major] removed project li.strolch.persistence.api
Moved all classes to li.strolch.runtime
2014-01-10 16:50:39 +01:00
Robert von Burg b847d24dd1 [Project] renamed package li.strolch.persistence.impl to .xml 2013-12-26 18:08:41 +01:00
Robert von Burg f718105509 [Minor] PostInitializer interface moved 2013-12-26 08:42:35 +01:00
Robert von Burg 3d45c8a18f [Minor] reorganized classes for Agent into api and impl packages 2013-12-25 22:31:09 +01:00
Robert von Burg 03eb1d304d [New] added plugin configuration to deploy to tomcat7 2013-12-25 15:18:38 +01:00
Robert von Burg 9eab28411a [Minor] clean up i18n warnings 2013-12-25 14:43:41 +01:00
Robert von Burg 15ca27b618 [New] initial commit of project files 2013-12-24 16:59:57 +01:00
Robert von Burg 1efdabcd34 first commit 2013-12-24 16:57:51 +01:00