Commit Graph

20 Commits

Author SHA1 Message Date
Robert von Burg 568096063c [New] Added CORS capability as a configuration option
Simply add the property corsEnabled=true and corsOrigin=? to the
configuration properties of the RestfulStrolchComponent and then the
RestFul API should allow cross origin querying
2014-03-19 20:34:52 +01:00
Robert von Burg 3b42dfd805 Merge branch 'master' of git@github.com:eitch/li.strolch.rest.git 2014-03-19 20:28:51 +01:00
Robert von Burg 337f040a3e [New] Added CORS capability as a configuration option
Simply add the property corsEnabled=true and corsOrigin=? to the
configuration properties of the RestfulStrolchComponent and then the
RestFul API should allow cross origin querying
2014-03-19 20:26:01 +01:00
Robert von Burg 3942103d3b [Project] fixed urls of projects 2014-03-14 14:37:02 +01:00
Robert von Burg 4a0e26d05b [New] Implemented locking for Strolch elements
Also cleaned up hierarchy of StrolchTransaction by moving up everything
into AbstractTransaction as made sense and added special delegation
methods for the actual commit() and rollback() ind the concrete
implementations.
2014-02-24 21:49:17 +01:00
Robert von Burg 6de097116f [New] Implemented separate DataStoreMode for each StrolchRealm 2014-02-17 22:08:17 +01:00
Robert von Burg f0aa0093a7 [Minor] fixed compiler warnings 2014-02-13 22:21:56 +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 c59c45a03e [New] Implemented an EnumHandler and RESTful endpoint 2014-01-28 22:07:42 +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 100764af2c [Major] changed constructor of StrolchComponent
Should have interface ComponentContainer in constructor
2014-01-25 22:15:24 +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 3056d5eb95 [New] added version info metadata to agent 2014-01-23 22:01:23 +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 c198a7337e [Bugfix] fixed problem of starting tests due to in-use port 2014-01-22 20:32:43 +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 4a0a0d5001 [New] Added tests for inspector with HTTP request test 2014-01-21 00:21:33 +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 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