Commit Graph

1552 Commits

Author SHA1 Message Date
Robert von Burg 3d66c33e7f [Minor] adding environment in logging when setting up container 2014-11-14 22:59:50 +01:00
Robert von Burg ce34dd4d5d [Minor] adding environment in logging when setting up container 2014-11-14 22:58:30 +01:00
Robert von Burg 9b61277518 [Minor] removed useless logger in ConfigurationSaxParser 2014-11-14 22:51:46 +01:00
Robert von Burg 84d287dca4 [New] rest logging configuration: 'restLogging' 'restLoggingEntity' 2014-11-14 16:43:44 +01:00
Robert von Burg 7e68717d99 [New] rest logging configuration: 'restLogging' 'restLoggingEntity' 2014-11-14 16:41:46 +01:00
Robert von Burg bdaceb46f7 [Minor] only show rest trace summary on stage and prod 2014-11-14 16:13:54 +01:00
Robert von Burg 4c637ea144 [New] rest tracing configuration: 'restTracing' 'restTracingThreshold' 2014-11-14 16:03:43 +01:00
Robert von Burg cb5839d37a [Minor] allow dataInitialization if schemaDrop is disabled 2014-11-14 15:05:16 +01:00
Robert von Burg 3bb04c245f [Major] updated expected db_version to 0.2.1 2014-11-14 13:38:19 +01:00
Robert von Burg b55256ddad [Bugfix] Fixed wrong parsing of StringListParameter string value
Oh boy... how could i not trim the valeus!? =)
2014-11-14 12:43:04 +01:00
Robert von Burg 85d1a4a145 [Major] refactored PostgreSQL DB schema validation
Now moved all generic schema generation code to ch.eitchnet.utils so it can be used by other projects
2014-11-14 00:07:53 +01:00
Robert von Burg 84a24feb89 [New] Added package 'db' with utils for schema CUD
DbSchemaVersionCheck is used in combination with DbConnectionInfo to
create schemas from SQL scripts. Using
DbConnectionCheck.checkSchemaVersion() schemas are created or migrated.
There is also functionality to drop schemas
2014-11-14 00:04:07 +01:00
Robert von Burg 8d5d8b2c89 [Minor] AuthenicationRequestFilter and AuthenticationService changes
Now we check that the authorization header always exists except for the
AuthenticationService.login
2014-10-31 20:53:56 +01:00
Robert von Burg 4f9cd72d68 [Bugfix] fixed bug where certificate.lastAccess was not set after login 2014-10-31 20:47:26 +01:00
msmock 36b47dd971 Implemented base structure for planning and scheduling on resources 2014-10-23 08:59:20 +02:00
Robert von Burg f032319eca Update README.md 2014-10-16 13:04:48 +02:00
Robert von Burg 7b3e135225 [Project] Updated download page for 1.0.0-RC4 2014-10-10 12:43:33 +02:00
Robert von Burg 4426a0cb8a [Minor] adding bundle creation to release script 2014-10-10 12:37:08 +02:00
Robert von Burg 2862a2fb8b [Minor] minor cleanups 2014-10-10 12:02:59 +02:00
Robert von Burg ae50931782 [Minor] minor cleanups 2014-10-10 12:00:19 +02:00
Robert von Burg 7405b75086 [Minor] minor cleanups 2014-10-10 11:57:33 +02:00
Robert von Burg be76ba0871 [Minor] minor cleanups 2014-10-10 11:54:37 +02:00
Robert von Burg a4c9cdb490 [Minor] added building of strolch in script to verify setting of versions 2014-10-10 11:42:45 +02:00
Robert von Burg 4345e3a540 [Minor] added usage help for release script 2014-10-10 11:26:58 +02:00
Robert von Burg 3b76327b2b [Project] wrote blog article for release 1.0.0-RC4 2014-10-09 17:46:55 +02:00
Robert von Burg 8593ab4a15 [Minor] fixed broken test due to change in value time format 2014-10-09 13:23:06 +02:00
Robert von Burg 9acf1d03e4 [Project] updated ch.eitchnet.utils submodule 2014-10-04 23:59:06 +02:00
Robert von Burg 5fbbe50667 [Bugfix] fix NPE when cloning Resources with no state vars 2014-10-04 23:58:46 +02:00
Robert von Burg b77f4b204f [New] added TimeVariable.clear()-method
Can be used to remove all currently existing TimedValues
2014-10-04 23:58:03 +02:00
Robert von Burg 906d24d02b [New] Extended FormatFactory to have parse*()-methods 2014-10-04 23:56:23 +02:00
Robert von Burg 8f50a159b1 [Major] changed XML format of time value of TimedStates to be ISO8601 2014-10-04 17:45:33 +02:00
Robert von Burg c1cdfbb4ea [Bugfix] added missing cloning of StringSetTimedState in Resources 2014-10-04 17:06:58 +02:00
Robert von Burg d55371e9b7 [Minor] fixed component version descriptions 2014-10-04 14:35:01 +02:00
Robert von Burg d7c6025c59 [New] Added a new parameter: DurationParameter of type "Duration"
The parameter is implemented in all visitors and also persistence layer
postgre.
2014-10-04 13:40:52 +02:00
Robert von Burg 956d61f32e [Minor] fixed test to really check getting order by locator 2014-09-28 23:39:16 +02:00
Robert von Burg 32c17858e1 [Major] Added Session timeout handling
SessionHandler now has a timer checking to make sure that sessions which haven’t been accessed for a time defined by ‘session.ttl.minutes’ are invalidated
2014-09-27 12:30:35 +02:00
Robert von Burg 67271d611e [New] Added Certificate.getLastAccess() and
PrivilegeHandler.checkPassword()
2014-09-27 12:23:38 +02:00
Robert von Burg 9ccfdd7244 [Minor] Synched submodule ch.eitchnet.privilege 2014-09-26 18:24:30 +02:00
Robert von Burg aa16887d67 [New] Added new Certificate.getProperty()-method 2014-09-26 18:23:23 +02:00
Robert von Burg 2011523d23 [Minor] Synched submodule ch.eitchnet.utils 2014-09-26 17:19:19 +02:00
Robert von Burg 5a2b62bd19 [Minor] changed error message on failed to parse of ISO8601 2014-09-26 17:18:35 +02:00
Robert von Burg ee2ce8f033 [New] added blog entry for 1.0.0-RC3: db_init 2014-09-24 18:34:37 +02:00
Robert von Burg 96740a571c [Major] Added a DB initialization mechanism
Now PostgreSQL implementation can import a configured dataStore if the persistence handler configuration property ‘allowDataInitOnSchemaCreate’. For this to work, the schema must have a migration status of CREATED, or DROPPED_CREATED on startup, or using the new method PersistenceHandler.performDbInitialization()-method. Further the properties ‘allowSchemaDrop’ and ‘allowSchemaCreate’ must be enabled.
2014-09-23 23:57:11 +02:00
Robert von Burg 461af7b24f [Project] added blog entry for 1.0.0-RC2 2014-09-22 23:03:07 +02:00
Robert von Burg ee13d0afc5 [Project] added blog entry for 1.0.0-RC2 2014-09-22 22:31:29 +02:00
Robert von Burg b96fbc1b9e [Project] fixing release.sh script 2014-09-22 22:13:50 +02:00
Robert von Burg daed7a68f3 [Project] fixing release.sh script 2014-09-22 21:52:49 +02:00
Robert von Burg fc49caee4c [Project] fixing release.sh script 2014-09-22 21:43:29 +02:00
Robert von Burg 2b3fae8cca [Project] fixing release.sh script 2014-09-22 21:04:38 +02:00
Robert von Burg 512e9b0ca1 [Project] fixing release.sh script 2014-09-22 21:04:18 +02:00