Commit Graph

995 Commits

Author SHA1 Message Date
Robert von Burg 9c9087250f [New] Implemented Export and Import model services and commands 2014-01-30 00:21:03 +01:00
Robert von Burg 5396eb6fec [Minor] fixed broken test 2014-01-28 22:20:04 +01:00
Robert von Burg 6a3510ba75 [Minor] fixed wrong use of test scope dependency 2014-01-28 22:19:48 +01:00
Robert von Burg aac3f9e13f [New] Implemented an EnumHandler and RESTful endpoint 2014-01-28 22:07:59 +01:00
Robert von Burg c59c45a03e [New] Implemented an EnumHandler and RESTful endpoint 2014-01-28 22:07:42 +01:00
Robert von Burg 4f9a8ae0d4 [New] Implemented an EnumHandler 2014-01-28 22:07:17 +01:00
Robert von Burg 9c38fc079f [New] Implemented a StrolchSessionHandler with a RESTful auth service 2014-01-27 20:33:09 +01:00
Robert von Burg 6db47346da [Minor] catch AccessDeniedException and throw StrolchException
we don't want to propagate why a user can't log in if credentials are
not correct
2014-01-27 20:30:49 +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 baee6b03f1 [Major] changed constructor of StrolchComponent
Should have interface ComponentContainer in constructor
2014-01-25 22:15:42 +01:00
Robert von Burg 2f203e7200 [Minor] code cleanup 2014-01-25 22:15:37 +01:00
Robert von Burg 100764af2c [Major] changed constructor of StrolchComponent
Should have interface ComponentContainer in constructor
2014-01-25 22:15:24 +01:00
Robert von Burg 2f015592d2 [Major] changed constructor of StrolchComponent
Should have interface ComponentContainer in constructor
2014-01-25 22:14:46 +01:00
Robert von Burg de72aa225c [Major] changed constructor of StrolchComponent
Should have interface ComponentContainer in constructor
2014-01-25 22:14:41 +01:00
Robert von Burg 9fda376697 [Minor] code cleanup 2014-01-25 22:14:33 +01:00
Robert von Burg 6d6ed977b4 [Major] changed constructor of StrolchComponent
Should have interface ComponentContainer in constructor
2014-01-25 22:14:08 +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 360092667d [Project] added Jenkins build badge to README.md 2014-01-23 22:52:56 +01:00
Robert von Burg 3eed58f19a [Project] added Jenkins build badge to README.md 2014-01-23 22:52:52 +01:00
Robert von Burg 9dcd88df64 [Project] added Jenkins build badge to README.md 2014-01-23 22:52:50 +01:00
Robert von Burg eebbad2b48 [Project] added Jenkins build badge to README.md 2014-01-23 22:52:48 +01:00
Robert von Burg 39df4cf6cf [Project] added Jenkins build badge to README.md 2014-01-23 22:52:45 +01:00
Robert von Burg 6db4b5ddd0 [Project] added Jenkins build badge to README.md 2014-01-23 22:52:43 +01:00
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 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 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