summaryrefslogtreecommitdiff
path: root/icespider/compile
Commit message (Collapse)AuthorAge
* C++17 and Ice 3.7icespider-0.4Dan Goodliffe2018-04-15
| | | | | Update all code to be C++17 with Ice 3.7 and minor interface changes in keeping with C++CG and dependencies.
* Serializers should be members to avoid memory leakicespider-0.2.1Dan Goodliffe2017-03-16
|
* Fix case where operation returns void but has declared exception list ↵Dan Goodliffe2017-01-30
| | | | (returnsdata == true, but returntype == null)
* Make mutator into a collection (mutators)Dan Goodliffe2016-12-11
|
* Pass the request into the mutator functionDan Goodliffe2016-10-28
|
* Add option for allowing ice prefixDan Goodliffe2016-10-27
|
* Support setting a mutator function to operate on response model before ↵Dan Goodliffe2016-10-27
| | | | returning it
* Create response model as a local var that we can operate on if desiredDan Goodliffe2016-10-27
|
* Add basic support for base classes for routesDan Goodliffe2016-10-25
|
* Move includes into headerDan Goodliffe2016-10-24
|
* Refactor route processor into smaller functionsDan Goodliffe2016-10-24
|
* Start writing some bits to a .h fileDan Goodliffe2016-10-24
|
* Increased flexibility for reading post body content and support for ↵Dan Goodliffe2016-10-07
| | | | deserializing x-www-form-urlencoded payloads
* Build slicer bits for http into commonDan Goodliffe2016-10-05
|
* Rename output fileDan Goodliffe2016-10-04
|
* Routes and output serializers as compact json object mapsDan Goodliffe2016-09-25
|
* Parameters should be a map, not a listDan Goodliffe2016-09-17
|
* Fix up lots of test coverageDan Goodliffe2016-09-17
|
* If a mashup member isn't a defined operation, assume it is a local variable ↵Dan Goodliffe2016-09-11
| | | | from a parameter
* Fix defaults in mash upDan Goodliffe2016-09-11
|
* No need to proxy getProxy through route handler now we have a core instanceDan Goodliffe2016-09-02
|
* Initialize proxies once on start upDan Goodliffe2016-09-02
|
* Pass current Core instance to route handlersDan Goodliffe2016-09-01
|
* Use Slicer enum helper for writing enumerated valuesDan Goodliffe2016-08-31
|
* Register route handler factories, not route handlers so we can construct ↵Dan Goodliffe2016-08-30
| | | | them as needed, with arguments, after system start up (incl. config load)
* Add support for mash up routes that call multiple servicesDan Goodliffe2016-08-29
|
* Find operation by name, not routeDan Goodliffe2016-08-28
|
* Add support for custom output serializersDan Goodliffe2016-08-21
|
* Allow inclusion of user headersDan Goodliffe2016-08-21
|
* Add basic content negotiationDan Goodliffe2016-08-16
|
* Tidy upDan Goodliffe2016-06-26
|
* URL parameters by index internally, not keyDan Goodliffe2016-06-26
|
* Default parameter expressionsDan Goodliffe2016-06-25
|
* Add missing CRDan Goodliffe2016-06-23
|
* Use operation definition to pass parameters, ensures correct orderDan Goodliffe2016-06-23
|
* Add missing include flags for icespider actionsDan Goodliffe2016-06-23
|
* Add a status line to the output, including a 404 handlerDan Goodliffe2016-06-23
|
* Parameters can be optionalDan Goodliffe2016-06-20
|
* Pass search path to slice parserDan Goodliffe2016-06-19
|
* Add and test a request routerDan Goodliffe2016-06-19
|
* Constify route parameter namesDan Goodliffe2016-06-19
|
* Pass operation response back to the requestDan Goodliffe2016-06-19
|
* Add start of test app using an as real world built route fileDan Goodliffe2016-06-19
|
* Working icespider compiler command line appDan Goodliffe2016-06-19
|
* Initial commit of IceSpider, implements basic route compilerDan Goodliffe2016-06-18