- d7f0a4b Handle all Data Type and DD with complex type by Steve Siani · 5 years ago
- d9034b6 Merge "Resource resolution should return a string" by Dan Timoney · 5 years ago
- be52865 Resource resolution should return a string by Alexis de Talhouët · 5 years ago
- afcd99e Add class model for workflow and resource data type. by Brinda Santh · 5 years ago
- 977287b Add resource definition resolution service. by Brinda Santh · 5 years ago
- e5b42d3 Merge "Fix occurrence really optional" by Dan Timoney · 5 years ago
- b4441ff Merge "Set resource data value when fetch from database" by Dan Timoney · 5 years ago
- 20f27d8 Merge "Default resolution status when storing result" by Dan Timoney · 5 years ago
- 54c3633 Add resource assignment DSL. by Brinda Santh · 5 years ago
- 6972452 Add resource definition DSL. by Brinda Santh · 5 years ago
- 132312c Add resource source template DSL. by Brinda Santh · 5 years ago
- 2d87924 Add property definition type DSL. by Brinda Santh · 5 years ago
- f48dcc2 Add resource source node type DSL definitions. by Brinda Santh · 5 years ago
- 56f989b Set resource data value when fetch from database by Alexis de Talhouët · 5 years ago
- d4c4d0e Default resolution status when storing result by Alexis de Talhouët · 5 years ago
- 3a044bd Fix occurrence really optional by Eliezio Oliveira · 5 years ago
- c75c7f2 Added service for Edit CBA by Ezhilarasi · 5 years ago
- 45bdf84 Roll version to recreate release artifacts by Timoney, Dan (dt5972) · 5 years ago
- 74c5483 Add remote python executor DSL properties by Brinda Santh · 5 years ago
- d3e573f Merge "Fix conflicting catalog service instance names." by Dan Timoney · 5 years ago
- 25fca6a Merge "Add resource resolution component DSL" by Dan Timoney · 5 years ago
- 82753f0 Fix conflicting catalog service instance names. by Brinda Santh · 5 years ago
- 5076faf Add resource resolution component DSL by Brinda Santh · 5 years ago
- f376d39 Merge "TemplateResolutionService default #occurrence 0->1" by Dan Timoney · 5 years ago
- 2553d37 TemplateResolutionService default #occurrence 0->1 by Oleg Mitsura · 5 years ago
- 72fed8f Upgrade cds spring and kotlin versions. by Brinda Santh · 5 years ago
- 9c0f6c2 Clean restconf duplicate models and Implementation. by Brinda Santh · 5 years ago
- a0140de Refactor Netconf script component parent. by Brinda Santh · 5 years ago
- cc195ac Resolve Attribute and properties fails with subPropertyName by Steve Siani · 5 years ago
- d5a3cb5 Fail to get assignment-params when error occur by Alexis de Talhouët · 5 years ago
- 47df1fc Merge "Minor updates in ResourceResolutionComponent class" by Dan Timoney · 5 years ago
- 4d4e27f Merge "Refractor blueprint-script to avoid cyclic dependency. There is a possibility of cyclic dependencies between blueprint-script module and code module. To avoid cyclic dependency blueprint-script implementation should be moved to Core module. This implementation has zero impact on code functionality and code testing." by Dan Timoney · 5 years ago
- 631adb1 Minor updates in ResourceResolutionComponent class by Prathamesh Morde · 6 years ago
- 1ce050f Merge "Handle blank reponse body for PUT capability" by Dan Timoney · 6 years ago
- f439f40 Refractor blueprint-script to avoid cyclic dependency. by Brinda Santh · 6 years ago
- 9b9db2f Handle blank reponse body for PUT capability by Abdelmuhaimen Seaudi · 6 years ago
- 70d4da0 Check null instead of "null" JSON node. by prathameshmo · 6 years ago
- e827a3a SLF4J conflict: exclude logging in where it is redundant by Steve Siani · 6 years ago
- 1082956 Add UT for ResourceResolutionService/Component by Alexis de Talhouët · 6 years ago
- ef0045e Add unit test for resolution repository by Alexis de Talhouët · 6 years ago
- 5f0a5dd Enforce resolutionKey or resourceId/resourceType by Alexis de Talhouët · 6 years ago
- c48ca03 Share RR context within node template by Alexis de Talhouët · 6 years ago
- 2791db2 Fix swagger definition for blueprint processor by Alexis de Talhouët · 6 years ago
- c5276ff Refactor resolution controllers by Alexis de Talhouët · 6 years ago
- d9e690c Refractor blueprint script dependency by Brinda Santh · 6 years ago
- 2c92be0 Merge "Store resolution and expose with REST API" by Dan Timoney · 6 years ago
- 67111fb Merge "Allow multiple resolution for same node template" by Dan Timoney · 6 years ago
- 711bf3c Merge "InputResourceResolutionProcessorTest re-enabled" by Dan Timoney · 6 years ago
- 396b49a Store resolution and expose with REST API by Alexis de Talhouët · 6 years ago
- 2e2d56d Allow multiple resolution for same node template by Alexis de Talhouët · 6 years ago
- 7ad72c8 Add Jinja2 custom ResourceLocator by Alexis de Talhouët · 6 years ago
- 5defaff InputResourceResolutionProcessorTest re-enabled by ottero · 6 years ago
- d1e2600 Create REST API layer for resource resolution stored configlet by Serge Simard · 6 years ago
- 39167cc Various bug fixes encountered during remote ansible executor development. by Serge Simard · 6 years ago
- f40ed23 Merge "Bug fix: Enrichment fails for processor-db source" by Dan Timoney · 6 years ago
- 5e1e260 Returning null for unresolved variables by ottero · 6 years ago
- 6d14307 Bug fix: Enrichment fails for processor-db source by Steve Siani · 6 years ago
- 1f69e1c make templating service support JsonNode instead of any. by Steve Siani · 6 years ago
- bcc6c4d Add cli test blueprints by Brinda Santh · 6 years ago
- 9eb8b8a BlueprintWebClientService: added return status by Oleg Mitsura · 6 years ago
- f6aba62 Roll master to El Alto by Timoney, Dan (dt5972) · 6 years ago
- 81ff21b AAI Junit test and Blueprint support configs by Steve Siani · 6 years ago
- f7d891d Jinja template for Blueprint template service by Steve Siani · 6 years ago
- 7468861 Improve data type handling by Muthuramalingam, Brinda Santh · 6 years ago
- 0007063 Improve step data access. by Muthuramalingam, Brinda Santh · 6 years ago
- a2a21cd Fix: Complementary JUnit tests in BlueprintProcessor by Steve Siani · 6 years ago
- add0df2 Merge "Complementary Junit test coverage" by Dan Timoney · 6 years ago
- e8db376 Complementary Junit test coverage by Steve Siani · 6 years ago
- feb0214 Improve bulk processing by Muthuramalingam, Brinda Santh · 6 years ago
- 40072d3 Improve function interfaces by Muthuramalingam, Brinda Santh · 6 years ago
- c4efe03 Fix logging dependency conflict by Alexis de Talhouët · 6 years ago
- 13a13e6 Add Restconf Kotlin script sample by Muthuramalingam, Brinda Santh · 6 years ago
- c90edac Migrate ccsdk/apps to ccsdk/cds by Alexis de Talhouët · 6 years ago
- 466b64f Merge "Ressource resolution using configurable database" by Dan Timoney · 6 years ago
- 5da3a81 Compile against Fluorine SR2 by Timoney, Dan (dt5972) · 6 years ago
- c1ddd6b Ressource resolution using configurable database by vinal patel · 6 years ago
- b3c5b43 Propagate exceptions correctly by Alexis de Talhouët · 6 years ago
- 743f1dc Prepare for release 0.4.1 by Timoney, Dan (dt5972) · 6 years ago
- 2a48480 Improve RA capability processor. by Muthuramalingam, Brinda Santh · 6 years ago
- 0d42466 Empty MissingNode from input during RR by Alexis de Talhouët · 6 years ago
- 512e895 Mesh input-key-mapping using velocity by Alexis de Talhouët · 6 years ago
- 1a1d365 Enhance / fix REST resource resolution by Alexis de Talhouët · 6 years ago
- 11950b7 Add blueprint runtime validator by Muthuramalingam, Brinda Santh · 6 years ago
- 3b55bf8 Add support for resource-resolution storage by Alexis de Talhouët · 6 years ago
- 68d8bda Merge "Ressource resolution using configurable database" by Dan Timoney · 6 years ago
- a05206b Ressource resolution using configurable database by vinal patel · 6 years ago
- 71f072f Resource resolution using REST by vinal patel · 6 years ago
- 8827b43 Fix Default and DB sources for RA by Alexis de Talhouët · 6 years ago
- 19ef02e Use protobuf JsonFormat by Alexis de Talhouët · 6 years ago
- 21ff59b Get DSL Property in Resource Resolution by Muthuramalingam, Brinda Santh · 6 years ago
- 0613ae8 Add component function scripting service by Muthuramalingam, Brinda Santh · 6 years ago
- b359a83 restconf resolution service by Muthuramalingam, Brinda Santh · 6 years ago
- 739533d Merge "Python library for Jython execution" by Dan Timoney · 6 years ago
- 3eec1d9 Python library for Jython execution by Steve Alphonse Siani · 6 years ago
- 4f39668 Resource resolution with prime-db -Bug fix by Vinal Patel · 6 years ago
- 92148ca Add netconf script component function by Muthuramalingam, Brinda Santh · 6 years ago
- 7aa5df8 Fixes: manual integration test of CDS by Alexis de Talhouët · 6 years ago
- 6cd702b Jython execution component and service by Steve Alphonse Siani · 6 years ago
- 345015b Refactor test blueprint catalog by Muthuramalingam, Brinda Santh · 6 years ago
- fd14fc1 blueprint scripting services by Muthuramalingam, Brinda Santh · 6 years ago