Commit Graph

3778 Commits

Author SHA1 Message Date
Robert von Burg 13f0bc391d [Project] added Jenkins build badge to README.md 2014-01-23 22:52:40 +01:00
Robert von Burg 84c75c8d32 [Project] added Jenkins build badge to README.md 2014-01-23 22:52:38 +01:00
Robert von Burg e706c24881 [Project] added Jenkins build badge to README.md 2014-01-23 22:52:35 +01:00
Robert von Burg 00ef07478a [Project] added Jenkins build badge to README.md 2014-01-23 22:52:31 +01:00
Robert von Burg e6e184c16c [Project] added Jenkins build badge to README.md 2014-01-23 22:52:28 +01:00
Robert von Burg bfe08c9dc9 [Project] added Jenkins build badge to README.md 2014-01-23 22:52:25 +01:00
Robert von Burg ae6d056836 [New] added version info metadata to agent 2014-01-23 22:01:48 +01:00
Robert von Burg a3116e41eb [New] added version info metadata to agent 2014-01-23 22:01:40 +01:00
Robert von Burg c0d043f06e [New] added version info metadata to agent 2014-01-23 22:01:31 +01:00
Robert von Burg 3056d5eb95 [New] added version info metadata to agent 2014-01-23 22:01:23 +01:00
Robert von Burg 5e1dafadc6 [New] added version info metadata to agent 2014-01-23 22:01:09 +01:00
Robert von Burg d287d864e7 [New] added version info metadata to agent 2014-01-23 22:01:03 +01:00
Robert von Burg 7132a0c77f [New] added version info metadata to agent 2014-01-23 22:00:56 +01:00
Robert von Burg 0f6f2183c9 [New] added version info metadata to agent 2014-01-23 22:00:34 +01:00
Robert von Burg 0f8b7fd3a7 [New] added version info metadata to agent 2014-01-23 22:00:22 +01:00
Robert von Burg 74525d9e77 [Major] renamed package li.strolch.rest.inspector.model
to li.strolch.rest.mode
2014-01-23 07:34:30 +01:00
Robert von Burg da53975ecf [Project] removed not needed web.xml 2014-01-22 22:30:02 +01:00
Robert von Burg c198a7337e [Bugfix] fixed problem of starting tests due to in-use port 2014-01-22 20:32:43 +01:00
Robert von Burg cf979a3e28 Fixed typo 2014-01-22 20:27:09 +01:00
Robert von Burg 6254047d10 [Minor] modified dependencies in StrolchConfiguration.xml 2014-01-22 20:20:32 +01:00
Robert von Burg 495c925094 [New] Added tests for inspector with HTTP request test 2014-01-22 20:19:25 +01:00
Robert von Burg 63fc60bdfd [Bugfix] fixed a bug that tries to parse inexistant state on Order 2014-01-22 20:19:10 +01:00
Robert von Burg bee3c353ab [Bugfix] fixed a bug where components were started multiple times
This occurs when multiple upstream dependencies are shared by components
. When starting the container the root upstream dependencies are started
and then all those direct downstream dependencies, leading to components
being started multiple times.
2014-01-22 08:03:05 +01:00
Robert von Burg c969e25a85 [New] Added StringHelper.formatException(Throwable) 2014-01-21 07:40:27 +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 4a0a0d5001 [New] Added tests for inspector with HTTP request test 2014-01-21 00:21:33 +01:00
Robert von Burg c39a5e8cc6 [New] Added windows batch file scripts 2014-01-20 14:29:45 +01:00
Robert von Burg d155a8753b [New] Now the inspector can inspect from Agent to Element overviews
When the strolch restful classes are registered, the following API is
enabled:

strolch/inspector - overview of the realms
strolch/inspector/{realm} - ovierview of the elements in a realm
strolch/inspector/{realm}/order - overview of the orders
strolch/inspector/{realm}/resource - overview of the resources
strolch/inspector/{realm}/resource/{type} - overview of the resource
                                            types
strolch/inspector/{realm}/order/{type} - overview of the order types
strolch/inspector/{realm}/resource/{type}/{id} - get resource overview
strolch/inspector/{realm}/order/{type}/{id} - get an order overview

Getting details of the Resources and Orders is coming next
2014-01-17 12:36:59 +01:00
Robert von Burg 11fbf61cb3 [New] Added ComponentContainer.getRealmNames()
Now it is possible to iterate over the configured realms. This is used
in the li.strolch.rest project to build an inspector of the agent
2014-01-17 12:32:22 +01:00
Robert von Burg acbda222cf [New] Added dependency to li.strolch.rest 2014-01-15 22:12:08 +01:00
Robert von Burg 241d266af2 [New] Added new project li.strolch.rest 2014-01-15 22:11:40 +01:00
Robert von Burg f835fad2cb [New] Added new project li.strolch.rest 2014-01-15 22:10:15 +01:00
Robert von Burg ace469227d [New] added querySize() methods to ElementMap 2014-01-15 22:09:53 +01:00
Robert von Burg 65ece12ced [New] added querySize() methods to ElementMap 2014-01-15 22:09:45 +01:00
Robert von Burg a3a0b4cacb [New] added querySize() methods to ElementMap 2014-01-15 22:09:32 +01:00
Robert von Burg 06c3c816da [New] added querySize() methods to ElementMap 2014-01-15 22:09:19 +01:00
Robert von Burg adc9e3598c [New] new DBC.PRE.assertNull() method 2014-01-15 22:02:21 +01:00
Robert von Burg 54494a9070 [Initial] Initial import
We have an inspector Rest URL to get an orderview of the order and
resource map
2014-01-15 21:59:24 +01:00
Robert von Burg ae9a65393f [Minor] added additional constructor to pass state and error msg 2014-01-14 23:25:59 +01:00
Robert von Burg a82cb7ae39 [Minor] added ServiceResult.error(String) 2014-01-13 22:29:39 +01:00
Robert von Burg 4b179f8bb4 [Minor] small error handling change in FileHelper 2014-01-13 21:09:28 +01:00
Robert von Burg fa72314fcf [Bugfix] fixed broken synchronisation in CachedElementMap
It is still not completely clear if this is correct - tests will follow
- but this is certainly better than before...
2014-01-13 20:13:27 +01:00
Robert von Burg 45a7020126 [New] Implemented Add* and RemoveParameterService and Command 2014-01-13 19:12:04 +01:00
Robert von Burg 4c71dcfa3f [New] Implemented StrolchTransaction.findElement(Locator)
Now using a locator, it is possible to query a StrolchElement. It is
possible to query top level i.e. Resource/Order or ParameterBag, or
Parameter.
2014-01-13 19:10:14 +01:00
Robert von Burg ce2afd365b [Minor] extended Locator to get the path elements
Further added JavaDoc and removed exceptions when formatting about
locator length. This is now checked when instantiating using the builder
2014-01-13 19:08:21 +01:00
Robert von Burg 08185b415f [New] Added Update and Remove services and commands 2014-01-11 23:14:28 +01:00
Robert von Burg 21502ddf82 [Major] Implemented CACHED mode
This lead to refactoring of other code:
 - removed get*Dao() from StrolchTransaction
 - added StrolchTransaction.getPersistenceHandler()
 - removed unused variables in TransactionalElementMap
   - this lead to removal of constructors in subclasses
 - added ComponentContainer.getDataStoreMode()
 - added ElementMap.addAll(), removeAll() and updateAll() methods
   - implemented in all ElementMap implementations
2014-01-11 17:56:12 +01:00
Robert von Burg 5ac8d4f875 [Major] Implemented CACHED mode
This lead to refactoring of other code:
 - removed get*Dao() from StrolchTransaction
 - added StrolchTransaction.getPersistenceHandler()
 - removed unused variables in TransactionalElementMap
   - this lead to removal of constructors in subclasses
 - added ComponentContainer.getDataStoreMode()
 - added ElementMap.addAll(), removeAll() and updateAll() methods
   - implemented in all ElementMap implementations
2014-01-11 17:56:07 +01:00
Robert von Burg 21c5eaf78f [Major] Implemented CACHED mode
This lead to refactoring of other code:
 - removed get*Dao() from StrolchTransaction
 - added StrolchTransaction.getPersistenceHandler()
 - removed unused variables in TransactionalElementMap
   - this lead to removal of constructors in subclasses
 - added ComponentContainer.getDataStoreMode()
 - added ElementMap.addAll(), removeAll() and updateAll() methods
   - implemented in all ElementMap implementations
2014-01-11 17:55:56 +01:00
Robert von Burg a446a25a2e [Major] Implemented CACHED mode
This lead to refactoring of other code:
 - removed get*Dao() from StrolchTransaction
 - added StrolchTransaction.getPersistenceHandler()
 - removed unused variables in TransactionalElementMap
   - this lead to removal of constructors in subclasses
 - added ComponentContainer.getDataStoreMode()
 - added ElementMap.addAll(), removeAll() and updateAll() methods
   - implemented in all ElementMap implementations
2014-01-11 17:39:14 +01:00