1. f439f40 Refractor blueprint-script to avoid cyclic dependency. by Brinda Santh · 5 years ago
  2. e827a3a SLF4J conflict: exclude logging in where it is redundant by Steve Siani · 5 years ago
  3. 4cf076f Merge "Velocity template engine implement a separate instance" by Dan Timoney · 5 years ago
  4. c272399 Merge "Adding tests to NetconfMessageUtilsTest.kt" by Dan Timoney · 5 years ago
  5. 3963748 Merge "Fix ComponentRemoteAnsibleExecutorTest" by Dan Timoney · 5 years ago
  6. 013454e Merge "Removed redundant Jython interpreter instantiation test" by Dan Timoney · 5 years ago
  7. f0a786e Merge "Re-enabled @Ignored tests on NetconfSessionImplTest" by Dan Timoney · 5 years ago
  8. f561e86 Merge "Re-enabled test for happy-path case on NetconfDeviceCommunicatorTest" by Dan Timoney · 5 years ago
  9. 9b7caa3 Merge "Re-enabled BluePrintProcessingGRPCHandlerTest" by Dan Timoney · 5 years ago
  10. c4d3104 Merge "Re-enabled RestClientServiceTest" by Dan Timoney · 5 years ago
  11. 630053d Merge "Fix interrupt state left ON on NetconfSessionImpl.syncRpc()" by Dan Timoney · 5 years ago
  12. 49552ce Velocity template engine implement a separate instance by Steve Siani · 5 years ago
  13. 22d3293 Remove slf4j-log4j12 dependency which apache-kafka is bringing. by prathameshmo · 5 years ago
  14. ac2e1c1 Merge "Add UT for ResourceResolutionService/Component" by Dan Timoney · 5 years ago
  15. b914816 Merge "Add unit test for resolution repository" by Dan Timoney · 5 years ago
  16. 6167237 Merge "Enforce resolutionKey or resourceId/resourceType" by Dan Timoney · 5 years ago
  17. 64561f4 Merge "Share RR context within node template" by Dan Timoney · 5 years ago
  18. efad912 Merge "Fix swagger definition for blueprint processor" by Dan Timoney · 5 years ago
  19. d13961f Merge "Refactor resolution controllers" by Dan Timoney · 5 years ago
  20. 8607db9 Merge "Kafka Messaging Controller API." by Dan Timoney · 5 years ago
  21. bf22808 Merge "Remote Python executor unescapes script parameter values" by Dan Timoney · 5 years ago
  22. 911d06d Adding tests to NetconfMessageUtilsTest.kt by Rodrigo Ottero · 6 years ago
  23. a93225b Fix ComponentRemoteAnsibleExecutorTest by Eliezio Oliveira · 6 years ago
  24. 1af982d Removed redundant Jython interpreter instantiation test by Eliezio Oliveira · 6 years ago
  25. 11133da Re-enabled @Ignored tests on NetconfSessionImplTest by Eliezio Oliveira · 6 years ago
  26. 0ddc891 Re-enabled test for happy-path case on NetconfDeviceCommunicatorTest by Eliezio Oliveira · 6 years ago
  27. 55c4a88 Re-enabled BluePrintProcessingGRPCHandlerTest by Eliezio Oliveira · 6 years ago
  28. 2229d50 Re-enabled RestClientServiceTest by Eliezio Oliveira · 6 years ago
  29. 3730853 Fix interrupt state left ON on NetconfSessionImpl.syncRpc() by Eliezio Oliveira · 6 years ago
  30. 9c67eb2 Removed empty ResourceResolutionControllerTest by Eliezio Oliveira · 6 years ago
  31. 1082956 Add UT for ResourceResolutionService/Component by Alexis de Talhouët · 5 years ago
  32. ef0045e Add unit test for resolution repository by Alexis de Talhouët · 5 years ago
  33. 5f0a5dd Enforce resolutionKey or resourceId/resourceType by Alexis de Talhouët · 5 years ago
  34. c48ca03 Share RR context within node template by Alexis de Talhouët · 5 years ago
  35. 2791db2 Fix swagger definition for blueprint processor by Alexis de Talhouët · 5 years ago
  36. c5276ff Refactor resolution controllers by Alexis de Talhouët · 5 years ago
  37. d4b56bc Error: Could not find or load main class by Alexis de Talhouët · 5 years ago
  38. d9e690c Refractor blueprint script dependency by Brinda Santh · 5 years ago
  39. b134a81 Kafka Messaging Controller API. by prathameshmo · 6 years ago
  40. 2c92be0 Merge "Store resolution and expose with REST API" by Dan Timoney · 5 years ago
  41. 67111fb Merge "Allow multiple resolution for same node template" by Dan Timoney · 5 years ago
  42. 429ed07 Merge "Added notes on remote python executor in dev env." by Dan Timoney · 5 years ago
  43. c8d2615 Merge "python-executor will provide output line-by-line" by Dan Timoney · 5 years ago
  44. 711bf3c Merge "InputResourceResolutionProcessorTest re-enabled" by Dan Timoney · 5 years ago
  45. 396b49a Store resolution and expose with REST API by Alexis de Talhouët · 5 years ago
  46. 2e2d56d Allow multiple resolution for same node template by Alexis de Talhouët · 5 years ago
  47. c974b02 python-executor will provide output line-by-line by Oleg Mitsura · 5 years ago
  48. 6be51a1 Remote Python executor unescapes script parameter values by Serge Simard · 5 years ago
  49. b440bc9 Added notes on remote python executor in dev env. by Oleg Mitsura · 5 years ago
  50. 73bb266 Fix httpclient classpath issue by Alexis de Talhouët · 5 years ago
  51. 7ad72c8 Add Jinja2 custom ResourceLocator by Alexis de Talhouët · 5 years ago
  52. 5defaff InputResourceResolutionProcessorTest re-enabled by ottero · 5 years ago
  53. da79303 Merge "Create REST API layer for resource resolution stored configlet" by Dan Timoney · 5 years ago
  54. 856021a Merge "Python executor: Execution command and prepare environment log Also fix error messages return when something goes wrong." by Dan Timoney · 5 years ago
  55. d1e2600 Create REST API layer for resource resolution stored configlet by Serge Simard · 5 years ago
  56. 3e7b00f Python executor: Execution command and prepare environment log by Steve Siani · 6 years ago
  57. c32afa8 Correct netconf capability matching regex by Abdelmuhaimen Seaudi · 6 years ago
  58. 39167cc Various bug fixes encountered during remote ansible executor development. by Serge Simard · 6 years ago
  59. 184c1b5 Merge "Improved error handling for remote ansible executor. - Aligned error status with AWX job details status; i.e. lowercase - Fixed error message in Validation module; encountered during debug. - Added better handling of inventory name resolution failure. - Now supports json endpoint selector values, via DSL." by Dan Timoney · 6 years ago
  60. 026433c Improved error handling for remote ansible executor. by Serge Simard · 6 years ago
  61. a8664e5 add SDNC MD-SAL Restconf URL settings by Abdelmuhaimen Seaudi · 6 years ago
  62. 32d132a Merge "Remote AWX ansible playbook executor" by Dan Timoney · 6 years ago
  63. f40ed23 Merge "Bug fix: Enrichment fails for processor-db source" by Dan Timoney · 6 years ago
  64. 5e1e260 Returning null for unresolved variables by ottero · 6 years ago
  65. 6d14307 Bug fix: Enrichment fails for processor-db source by Steve Siani · 6 years ago
  66. a3d9ac8 Remote AWX ansible playbook executor by Serge Simard · 6 years ago
  67. 1f69e1c make templating service support JsonNode instead of any. by Steve Siani · 6 years ago
  68. bcc6c4d Add cli test blueprints by Brinda Santh · 6 years ago
  69. 145662f Add cli executor options by Brinda Santh · 6 years ago
  70. 12b078d Add cli executor component by Brinda Santh · 6 years ago
  71. 15680d3 Add ssh client configuration service by Brinda Santh · 6 years ago
  72. 0042e9e Add Kafka client services by Brinda Santh · 6 years ago
  73. 380a30e Fix payload has not been init in aysnc by Alexis de Talhouët · 6 years ago
  74. acbcd28 Merge "BlueprintWebClientService: added return status" by Dan Timoney · 6 years ago
  75. 506d264 Merge "Fix: Enrichment fails for processor-db source" by Dan Timoney · 6 years ago
  76. 5801ed7 Bugfix: Blueprints Processor always return 200 OK by ottero · 6 years ago
  77. 9eb8b8a BlueprintWebClientService: added return status by Oleg Mitsura · 6 years ago
  78. bc91fee Fix: Enrichment fails for processor-db source by Steve Siani · 6 years ago
  79. 250b5b2 Upates in sdc-listener notification part. by prathamesh morde · 6 years ago
  80. fd34103 Merge "UT for Rest lib" by Dan Timoney · 6 years ago
  81. d5fd5d4 UT for Rest lib by janani b · 6 years ago
  82. c92e294 UT for GRPC lib by janani b · 6 years ago
  83. f6aba62 Roll master to El Alto by Timoney, Dan (dt5972) · 6 years ago
  84. d787865 Merge "UT for Execution Service" by Dan Timoney · 6 years ago 0.4.2
  85. 44b7cc8 Merge "UT for python executor" by Dan Timoney · 6 years ago
  86. cd46c5f UT for Execution Service by janani b · 6 years ago
  87. 2df7062 UT for python executor by janani b · 6 years ago
  88. 84b361d Update to use released 1.2.2 parent by Timoney, Dan (dt5972) · 6 years ago
  89. f2136a4 Multiples fixes by Alexis de Talhouët · 6 years ago
  90. 535002f Merge "Rework remote command arguments" by Dan Timoney · 6 years ago
  91. 50af978 Merge "UT for execution service" by Dan Timoney · 6 years ago
  92. f79ef8c Rework remote command arguments by Brinda Santh · 6 years ago
  93. 9e6c13e UT for execution service by janani b · 6 years ago
  94. 5a82232 Support for dynamic property in command args by Alexis de Talhouët · 6 years ago
  95. f6c08ad Update package type name by Alexis de Talhouët · 6 years ago
  96. f812f74 Merge "Add support for Ansible packages" by Dan Timoney · 6 years ago
  97. 0aab720 Merge "Add support to command to execute for remote python" by Dan Timoney · 6 years ago
  98. eb5c005 Merge "Integration Test - Component Executor" by Dan Timoney · 6 years ago
  99. c8adeb1 Merge "Add remote scripts cba" by Dan Timoney · 6 years ago
  100. 0e71bb3 Merge "Add grpc execution service" by Dan Timoney · 6 years ago