Arundathi Patil [Wed, 20 Mar 2019 07:08:30 +0000 (12:38 +0530)]
Designer View css changes
Made css changes
Issue-ID: CCSDK-975
Change-Id: Ia43f8d3952f09b06d83fe863c8841e15618be71c
Signed-off-by: Arundathi Patil <arundpil@in.ibm.com>
janani b [Tue, 19 Mar 2019 14:07:13 +0000 (19:37 +0530)]
Dmaap Publisher base code
Dmaap publisher code for any component to create a session with the message-router
Issue-ID: CCSDK-693
Change-Id: I4e992f8e0d797a9a5ba169c47b81a54cabc907cb
Signed-off-by: janani b <janani.b@huawei.com>
Ezhilarasi [Tue, 19 Mar 2019 13:11:55 +0000 (18:41 +0530)]
Removed unwanted files and folders
Change-Id: I38081c450c458fb7e4f304c236d76f869978a73a
Issue-ID: CCSDK-917
Signed-off-by: Ezhilarasi <ezhrajam@in.ibm.com>
Ezhilarasi [Tue, 19 Mar 2019 10:57:52 +0000 (16:27 +0530)]
Modified CBA content
Change-Id: I17db49b8aa1864260e0d70c4b42f95257f6d4d08
Issue-ID: CCSDK-917
Signed-off-by: Ezhilarasi <ezhrajam@in.ibm.com>
vinal patel [Wed, 20 Feb 2019 21:02:44 +0000 (16:02 -0500)]
Ressource resolution using configurable database
Change-Id: I40338a221884d6f4df4c8a7dc3dac1f58f142074
Issue-ID: CCSDK-1092
Signed-off-by: vinal patel <vinal.narendrabhai.patel@ibm.com>
vinal patel [Wed, 20 Feb 2019 21:02:44 +0000 (16:02 -0500)]
Ressource resolution using configurable database
Change-Id: I40338a221884d6f4df4c8a7dc3dac1f58f142074
Issue-ID: CCSDK-1092
Signed-off-by: vinal patel <vinal.narendrabhai.patel@ibm.com>
vinal patel [Wed, 20 Feb 2019 21:02:44 +0000 (16:02 -0500)]
Ressource resolution using configurable database
Change-Id: I40338a221884d6f4df4c8a7dc3dac1f58f142074
Issue-ID: CCSDK-1092
Signed-off-by: vinal patel <vinal.narendrabhai.patel@ibm.com>
Dan Timoney [Mon, 18 Mar 2019 18:30:49 +0000 (18:30 +0000)]
Merge "Propagate exceptions correctly"
Dan Timoney [Mon, 18 Mar 2019 18:30:49 +0000 (18:30 +0000)]
Merge "Propagate exceptions correctly"
Dan Timoney [Mon, 18 Mar 2019 18:30:49 +0000 (18:30 +0000)]
Merge "Propagate exceptions correctly"
Dan Timoney [Mon, 18 Mar 2019 18:29:56 +0000 (18:29 +0000)]
Merge "Adding custom headers capability to REST client"
Dan Timoney [Mon, 18 Mar 2019 18:29:56 +0000 (18:29 +0000)]
Merge "Adding custom headers capability to REST client"
Dan Timoney [Mon, 18 Mar 2019 18:29:40 +0000 (18:29 +0000)]
Merge "Add workflow node template enrichment"
Dan Timoney [Mon, 18 Mar 2019 18:29:40 +0000 (18:29 +0000)]
Merge "Add workflow node template enrichment"
Dan Timoney [Mon, 18 Mar 2019 18:29:08 +0000 (18:29 +0000)]
Merge "Modify Component HTML changes"
Dan Timoney [Mon, 18 Mar 2019 18:28:31 +0000 (18:28 +0000)]
Merge "Removed unwanted folders and files in CBA"
Dan Timoney [Mon, 18 Mar 2019 18:28:18 +0000 (18:28 +0000)]
Merge "CBA index content change"
Dan Timoney [Mon, 18 Mar 2019 18:27:41 +0000 (18:27 +0000)]
Merge "Format Installation page"
Alexis de Talhouët [Wed, 13 Mar 2019 21:39:15 +0000 (17:39 -0400)]
Propagate exceptions correctly
Change-Id: Idaf66eeaa6e57d27c576099fd6ffdeb8b6d8d6c6
Issue-ID: CCSDK-1120
Signed-off-by: Alexis de Talhouët <adetalhouet89@gmail.com>
Alexis de Talhouët [Wed, 13 Mar 2019 21:39:15 +0000 (17:39 -0400)]
Propagate exceptions correctly
Change-Id: Idaf66eeaa6e57d27c576099fd6ffdeb8b6d8d6c6
Issue-ID: CCSDK-1120
Signed-off-by: Alexis de Talhouët <adetalhouet89@gmail.com>
Alexis de Talhouët [Wed, 13 Mar 2019 21:39:15 +0000 (17:39 -0400)]
Propagate exceptions correctly
Change-Id: Idaf66eeaa6e57d27c576099fd6ffdeb8b6d8d6c6
Issue-ID: CCSDK-1120
Signed-off-by: Alexis de Talhouët <adetalhouet89@gmail.com>
Arundathi Patil [Mon, 18 Mar 2019 12:20:14 +0000 (17:50 +0530)]
Modify Component HTML changes
Moved the deploy, save , download, publish, enrich action buttons to
common modify-template component
Issue-ID: CCSDK-1098
Change-Id: I52d4cb1864d90eecbb7b1fcdadfb17d8be84b86d
Signed-off-by: Arundathi Patil <arundpil@in.ibm.com>
ottero [Sun, 17 Mar 2019 19:38:32 +0000 (19:38 +0000)]
Adding custom headers capability to REST client
For YANG PATCH requests to ODL to work, they need to have a Content-
type header of application/yang.patch+json and should not have Accept
as application/json
Current REST client inserts a default header to the requests with this
content:
Content-Type: application/json
Accept: application/json
The solution was to add the possibility of sending custom headers alon-
gside the other parameters.
Change-Id: I2cf0cd2ef7b87f4f5a246d427dffafe266cb33f7
Issue-ID: CCSDK-926
Signed-off-by: ottero <rodrigo.ottero@est.tech>
ottero [Sun, 17 Mar 2019 19:38:32 +0000 (19:38 +0000)]
Adding custom headers capability to REST client
For YANG PATCH requests to ODL to work, they need to have a Content-
type header of application/yang.patch+json and should not have Accept
as application/json
Current REST client inserts a default header to the requests with this
content:
Content-Type: application/json
Accept: application/json
The solution was to add the possibility of sending custom headers alon-
gside the other parameters.
Change-Id: I2cf0cd2ef7b87f4f5a246d427dffafe266cb33f7
Issue-ID: CCSDK-926
Signed-off-by: ottero <rodrigo.ottero@est.tech>
Muthuramalingam, Brinda Santh [Fri, 15 Mar 2019 21:07:19 +0000 (17:07 -0400)]
Add workflow node template enrichment
Change-Id: I15c2db6ab81bae2176d1606157f13416c1fac660
Issue-ID: CCSDK-1168
Signed-off-by: Muthuramalingam, Brinda Santh <brindasanth@in.ibm.com>
Muthuramalingam, Brinda Santh [Fri, 15 Mar 2019 21:07:19 +0000 (17:07 -0400)]
Add workflow node template enrichment
Change-Id: I15c2db6ab81bae2176d1606157f13416c1fac660
Issue-ID: CCSDK-1168
Signed-off-by: Muthuramalingam, Brinda Santh <brindasanth@in.ibm.com>
Timoney, Dan (dt5972) [Thu, 14 Mar 2019 17:55:01 +0000 (13:55 -0400)]
Prepare for release 0.4.1
Prepare to create release version 0.4.1 by using released version
of parent pom
Change-Id: Icf8432e14626a55b916b6f4d4a8992b79c29eff7
Issue-ID: CCSDK-1156
Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com>
Timoney, Dan (dt5972) [Thu, 14 Mar 2019 17:55:01 +0000 (13:55 -0400)]
Prepare for release 0.4.1
Prepare to create release version 0.4.1 by using released version
of parent pom
Change-Id: Icf8432e14626a55b916b6f4d4a8992b79c29eff7
Issue-ID: CCSDK-1156
Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com>
Timoney, Dan (dt5972) [Thu, 14 Mar 2019 17:55:01 +0000 (13:55 -0400)]
Prepare for release 0.4.1
Prepare to create release version 0.4.1 by using released version
of parent pom
Change-Id: Icf8432e14626a55b916b6f4d4a8992b79c29eff7
Issue-ID: CCSDK-1156
Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com>
Timoney, Dan (dt5972) [Thu, 14 Mar 2019 17:55:01 +0000 (13:55 -0400)]
Prepare for release 0.4.1
Prepare to create release version 0.4.1 by using released version
of parent pom
Change-Id: Icf8432e14626a55b916b6f4d4a8992b79c29eff7
Issue-ID: CCSDK-1156
Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com>
Muthuramalingam, Brinda Santh [Fri, 15 Mar 2019 16:04:07 +0000 (12:04 -0400)]
Improve scripting component.
Change-Id: I1e0c319e4117553695fa9161e7ffcd91f605be05
Issue-ID: CCSDK-1137
Signed-off-by: Muthuramalingam, Brinda Santh <brindasanth@in.ibm.com>
Muthuramalingam, Brinda Santh [Fri, 15 Mar 2019 11:59:22 +0000 (07:59 -0400)]
Add cli executor module.
Change-Id: I56d570204687c51286e8d3631187acea34c1bc1a
Issue-ID: CCSDK-1165
Signed-off-by: Muthuramalingam, Brinda Santh <brindasanth@in.ibm.com>
Ezhilarasi [Fri, 15 Mar 2019 09:02:27 +0000 (14:32 +0530)]
Removed unwanted folders and files in CBA
Change-Id: I0a40fba5fb31d4d915eae296891dcdcc5a93e1b9
Issue-ID: CCSDK-917
Signed-off-by: Ezhilarasi <ezhrajam@in.ibm.com>
Ezhilarasi [Fri, 15 Mar 2019 09:00:05 +0000 (14:30 +0530)]
CBA index content change
Change-Id: I5bf1930ca5e19edf04535195319b7f080bb00735
Issue-ID: CCSDK-917
Signed-off-by: Ezhilarasi <ezhrajam@in.ibm.com>
Ezhilarasi [Fri, 15 Mar 2019 08:53:01 +0000 (14:23 +0530)]
Format Installation page
Change-Id: I12587be75298e8e4af2cbe8606ac27b01e6c9079
Issue-ID: CCSDK-917
Signed-off-by: Ezhilarasi <ezhrajam@in.ibm.com>
Ezhilarasi [Fri, 15 Mar 2019 08:47:54 +0000 (14:17 +0530)]
Format CDS index page
Change-Id: If12d982ed30564ff26b6ef8de281f37e43d7327a
Issue-ID: CCSDK-917
Signed-off-by: Ezhilarasi <ezhrajam@in.ibm.com>
Dan Timoney [Thu, 14 Mar 2019 20:17:49 +0000 (20:17 +0000)]
Merge "Python lib for RA and component executor"
Dan Timoney [Thu, 14 Mar 2019 20:17:49 +0000 (20:17 +0000)]
Merge "Python lib for RA and component executor"
Dan Timoney [Thu, 14 Mar 2019 20:15:42 +0000 (20:15 +0000)]
Merge "Removed inline css styles"
Dan Timoney [Thu, 14 Mar 2019 20:15:32 +0000 (20:15 +0000)]
Merge "Fixed Side menu CBA name"
Dan Timoney [Thu, 14 Mar 2019 20:15:21 +0000 (20:15 +0000)]
Merge "Velocity mode support"
Dan Timoney [Thu, 14 Mar 2019 20:15:04 +0000 (20:15 +0000)]
Merge "Formatted Installation steps"
Dan Timoney [Thu, 14 Mar 2019 20:14:54 +0000 (20:14 +0000)]
Merge "CBA index content"
Arundathi Patil [Thu, 14 Mar 2019 11:20:43 +0000 (16:50 +0530)]
Removed inline css styles
Moved the inline styles to .css file
Issue-ID: CCSDK-1069
Change-Id: Id4a6fd43290666b992d6884dccda0896062a00b2
Signed-off-by: Arundathi Patil <arundpil@in.ibm.com>
Ezhilarasi [Thu, 14 Mar 2019 07:57:54 +0000 (13:27 +0530)]
Fixed Side menu CBA name
Change-Id: I5cdab2c5646940f2e6d26ff0f971c4cf67717fdc
Issue-ID: CCSDK-804
Signed-off-by: Ezhilarasi <ezhrajam@in.ibm.com>
Ezhilarasi [Thu, 14 Mar 2019 07:42:55 +0000 (13:12 +0530)]
Velocity mode support
Change-Id: I6814b57d117fed267bbb39988ca2e6f4ea7f7c49
Issue-ID: CCSDK-707
Signed-off-by: Ezhilarasi <ezhrajam@in.ibm.com>
Ezhilarasi [Thu, 14 Mar 2019 07:28:46 +0000 (12:58 +0530)]
Formatted Installation steps
Change-Id: I8fe0b3924a4682433e9ab5a4486fa8ad9d0c3553
Issue-ID: CCSDK-917
Signed-off-by: Ezhilarasi <ezhrajam@in.ibm.com>
Ezhilarasi [Thu, 14 Mar 2019 07:24:09 +0000 (12:54 +0530)]
CBA index content
Change-Id: If1e8ed28e7ebebdc2cc1cd7a65aa8597f70ce900
Issue-ID: CCSDK-917
Signed-off-by: Ezhilarasi <ezhrajam@in.ibm.com>
Ezhilarasi [Thu, 14 Mar 2019 07:16:35 +0000 (12:46 +0530)]
Formatted the contents in CDS page
Change-Id: I5ce06a4ed5fc15bf3b9e9f2e567d1a8b5affc66d
Issue-ID: CCSDK-917
Signed-off-by: Ezhilarasi <ezhrajam@in.ibm.com>
Muthuramalingam, Brinda Santh [Wed, 13 Mar 2019 14:56:28 +0000 (10:56 -0400)]
Add node template workflow service.
Change-Id: I3a9167fe58b697f8fb9c7f5fd09768950afe1ff4
Issue-ID: CCSDK-1154
Signed-off-by: Muthuramalingam, Brinda Santh <brindasanth@in.ibm.com>
Muthuramalingam, Brinda Santh [Wed, 13 Mar 2019 14:56:28 +0000 (10:56 -0400)]
Add node template workflow service.
Change-Id: I3a9167fe58b697f8fb9c7f5fd09768950afe1ff4
Issue-ID: CCSDK-1154
Signed-off-by: Muthuramalingam, Brinda Santh <brindasanth@in.ibm.com>
Dan Timoney [Wed, 13 Mar 2019 19:45:45 +0000 (19:45 +0000)]
Merge "Add intial test CBA"
Dan Timoney [Wed, 13 Mar 2019 19:45:45 +0000 (19:45 +0000)]
Merge "Add intial test CBA"
Muthuramalingam, Brinda Santh [Mon, 11 Mar 2019 20:34:55 +0000 (16:34 -0400)]
Improve RA capability processor.
Change-Id: I44a8157c9e2a27b49aa8af00a857ebc7b3e845c3
Issue-ID: CCSDK-1137
Signed-off-by: Muthuramalingam, Brinda Santh <brindasanth@in.ibm.com>
Dan Timoney [Wed, 13 Mar 2019 17:30:34 +0000 (17:30 +0000)]
Merge "Added editor modes"
Dan Timoney [Wed, 13 Mar 2019 16:24:12 +0000 (16:24 +0000)]
Merge "Designer component changes"
Dan Timoney [Wed, 13 Mar 2019 16:24:05 +0000 (16:24 +0000)]
Merge "Modify Template changes"
Dan Timoney [Wed, 13 Mar 2019 16:23:54 +0000 (16:23 +0000)]
Merge "Display alert box on wrong file upload"
Dan Timoney [Wed, 13 Mar 2019 16:23:45 +0000 (16:23 +0000)]
Merge "Side Menu item name change"
Steve Alphonse Siani [Fri, 22 Feb 2019 21:22:59 +0000 (16:22 -0500)]
Python lib for RA and component executor
Change-Id: Iacec0dbbd3e7c1dc955ac913f346365732248f05
Issue-ID: CCSDK-1091
Signed-off-by: Steve Alphonse Siani <alphonse.steve.siani.djissitchi@ibm.com>
Steve Alphonse Siani [Fri, 22 Feb 2019 21:22:59 +0000 (16:22 -0500)]
Python lib for RA and component executor
Change-Id: Iacec0dbbd3e7c1dc955ac913f346365732248f05
Issue-ID: CCSDK-1091
Signed-off-by: Steve Alphonse Siani <alphonse.steve.siani.djissitchi@ibm.com>
Alexis de Talhouët [Tue, 12 Mar 2019 20:49:54 +0000 (16:49 -0400)]
Add intial test CBA
Change-Id: If7c18e8ad472cebc3e36858fcb0cdf4c7ef6d52d
Issue-ID: CCSDK-1149
Signed-off-by: Alexis de Talhouët <adetalhouet89@gmail.com>
Alexis de Talhouët [Tue, 12 Mar 2019 20:49:54 +0000 (16:49 -0400)]
Add intial test CBA
Change-Id: If7c18e8ad472cebc3e36858fcb0cdf4c7ef6d52d
Issue-ID: CCSDK-1149
Signed-off-by: Alexis de Talhouët <adetalhouet89@gmail.com>
Arundathi Patil [Wed, 13 Mar 2019 11:15:14 +0000 (16:45 +0530)]
Designer component changes
Added the nodetemplate list panel and node template property panel as
part of designer component
Issue-ID: CCSDK-1135
Change-Id: Ifc02d203be2510ad7452247aa0816886e48838a6
Signed-off-by: Arundathi Patil <arundpil@in.ibm.com>
Arundathi Patil [Wed, 13 Mar 2019 11:12:29 +0000 (16:42 +0530)]
Modify Template changes
Removed the designer code from modify component. This code will be added
as part of designer component
Issue-ID: CCSDK-1135
Change-Id: I90ce6290eff9cb8f69168a04e9a01ba1d17ddcf4
Signed-off-by: Arundathi Patil <arundpil@in.ibm.com>
Arundathi Patil [Wed, 13 Mar 2019 10:35:00 +0000 (16:05 +0530)]
Display alert box on wrong file upload
Implemeted code to display error message to user when user uploads
incorrect file
Issue-ID: CCSDK-1135
Change-Id: I66674391858386ec0579314d2bd1858e7cdbd98e
Signed-off-by: Arundathi Patil <arundpil@in.ibm.com>
Arundathi Patil [Wed, 13 Mar 2019 09:59:07 +0000 (15:29 +0530)]
Side Menu item name change
Updated Data dictionary menu name to "Resource Definition"
Issue-ID: CCSDK-804
Change-Id: I947481889653a9b3cc39b34b8f7bd6da83e3fbbd
Signed-off-by: Arundathi Patil <arundpil@in.ibm.com>
Arundathi Patil [Wed, 13 Mar 2019 09:51:55 +0000 (15:21 +0530)]
Editor component changes
Added method calls on save and download button clicks
Issue-ID: CCSDK-1135
Change-Id: Ib60b7853aaee1742bf69c8b2785f9df42e7a73dd
Signed-off-by: Arundathi Patil <arundpil@in.ibm.com>
Ezhilarasi [Wed, 13 Mar 2019 09:03:22 +0000 (14:33 +0530)]
Added editor modes
Change-Id: I31dfa7ce1b7b1a3d68c82652fe71c4090b06b0c9
Issue-ID: CCSDK-707
Signed-off-by: Ezhilarasi <ezhrajam@in.ibm.com>
Dan Timoney [Wed, 13 Mar 2019 00:25:06 +0000 (00:25 +0000)]
Merge "Empty MissingNode from input during RR"
Dan Timoney [Wed, 13 Mar 2019 00:24:11 +0000 (00:24 +0000)]
Merge "Add support to invoke device specific RPC"
Dan Timoney [Wed, 13 Mar 2019 00:24:11 +0000 (00:24 +0000)]
Merge "Add support to invoke device specific RPC"
Dan Timoney [Wed, 13 Mar 2019 00:23:43 +0000 (00:23 +0000)]
Merge "Mesh input-key-mapping using velocity"
Dan Timoney [Wed, 13 Mar 2019 00:23:43 +0000 (00:23 +0000)]
Merge "Mesh input-key-mapping using velocity"
Dan Timoney [Wed, 13 Mar 2019 00:22:52 +0000 (00:22 +0000)]
Merge "Enhance / fix REST resource resolution"
Dan Timoney [Wed, 13 Mar 2019 00:22:52 +0000 (00:22 +0000)]
Merge "Enhance / fix REST resource resolution"
Dan Timoney [Wed, 13 Mar 2019 00:08:27 +0000 (00:08 +0000)]
Merge "Added contents to CDS tools"
Dan Timoney [Wed, 13 Mar 2019 00:06:32 +0000 (00:06 +0000)]
Merge "Import Ace editor in Test module"
Dan Timoney [Wed, 13 Mar 2019 00:06:16 +0000 (00:06 +0000)]
Merge "ControllerBlueprint Test editor"
Dan Timoney [Wed, 13 Mar 2019 00:05:01 +0000 (00:05 +0000)]
Merge "search sourecs options issue fixed"
Dan Timoney [Wed, 13 Mar 2019 00:04:21 +0000 (00:04 +0000)]
Merge "Code improvement CB controllers"
Dan Timoney [Wed, 13 Mar 2019 00:02:46 +0000 (00:02 +0000)]
Merge "Refractor processor core module name"
Dan Timoney [Wed, 13 Mar 2019 00:02:46 +0000 (00:02 +0000)]
Merge "Refractor processor core module name"
Timoney, Dan (dt5972) [Tue, 12 Mar 2019 23:07:51 +0000 (19:07 -0400)]
Add missing groupId
Added missing groupId to cds-sdc-listener poms and updated artifactIds
to ensure uniqueness
Change-Id: Ibec810dc25c48cd5cf8527364d629cc463bce0c9
Issue-ID: CCSDK-1150
Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com>
Alexis de Talhouët [Tue, 12 Mar 2019 19:53:55 +0000 (15:53 -0400)]
Empty MissingNode from input during RR
Change-Id: Ib09e5403b17d62d61272e64a6c990de42b1aa58f
Issue-ID: CCSDK-1137
Signed-off-by: Alexis de Talhouët <adetalhouet89@gmail.com>
Ezhilarasi [Tue, 12 Mar 2019 11:18:08 +0000 (16:48 +0530)]
Added contents to CDS tools
Change-Id: Icf894e307aee8d3ce5e3369937a97010f054580d
Issue-ID: CCSDK-917
Signed-off-by: Ezhilarasi <ezhrajam@in.ibm.com>
Ezhilarasi [Tue, 12 Mar 2019 10:48:20 +0000 (16:18 +0530)]
Import Ace editor in Test module
Change-Id: Ibb4cf1a0331071187b3ac34033d32fe55307791a
Issue-ID: CCSDK-917
Signed-off-by: Ezhilarasi <ezhrajam@in.ibm.com>
Ezhilarasi [Tue, 12 Mar 2019 10:43:16 +0000 (16:13 +0530)]
ControllerBlueprint Test editor
Change-Id: I02d94da784287cda2d090a1480a6e49fd7d8945f
Issue-ID: CCSDK-761
Signed-off-by: Ezhilarasi <ezhrajam@in.ibm.com>
Swapnali Shadanan Pode [Tue, 12 Mar 2019 10:26:05 +0000 (15:56 +0530)]
search sourecs options issue fixed
Change-Id: I828414c8db8299019c073976509e0cd7408916ce
Issue-ID: CCSDK-804
Signed-off-by: sp00501638 <sp00501638@techmahindra.com>
Alexis de Talhouët [Tue, 12 Mar 2019 02:22:30 +0000 (22:22 -0400)]
Add support to invoke device specific RPC
Change-Id: Ia003ed669cc88a4c24a495e79db620b5034bc3ca
Issue-ID: CCSDK-790
Signed-off-by: Alexis de Talhouët <adetalhouet89@gmail.com>
Alexis de Talhouët [Tue, 12 Mar 2019 02:22:30 +0000 (22:22 -0400)]
Add support to invoke device specific RPC
Change-Id: Ia003ed669cc88a4c24a495e79db620b5034bc3ca
Issue-ID: CCSDK-790
Signed-off-by: Alexis de Talhouët <adetalhouet89@gmail.com>
Alexis de Talhouët [Mon, 11 Mar 2019 19:53:12 +0000 (15:53 -0400)]
Mesh input-key-mapping using velocity
Change-Id: Ic7190c86fc4e3f66fe7223c1c3575279c2c1d105
Issue-ID: CCSDK-1131
Signed-off-by: Alexis de Talhouët <adetalhouet89@gmail.com>
Alexis de Talhouët [Mon, 11 Mar 2019 19:53:12 +0000 (15:53 -0400)]
Mesh input-key-mapping using velocity
Change-Id: Ic7190c86fc4e3f66fe7223c1c3575279c2c1d105
Issue-ID: CCSDK-1131
Signed-off-by: Alexis de Talhouët <adetalhouet89@gmail.com>
Alexis de Talhouët [Fri, 8 Mar 2019 18:41:18 +0000 (13:41 -0500)]
Enhance / fix REST resource resolution
- provide sync web client
- add support for VERB
- add support for payload
- fix URI resolution from input-key-mapping
Change-Id: Id4f1973a15778ad4f2ab0f7e2a4b2c61054a234d
Issue-ID: CCSDK-1131
Signed-off-by: Alexis de Talhouët <adetalhouet89@gmail.com>
Alexis de Talhouët [Fri, 8 Mar 2019 18:41:18 +0000 (13:41 -0500)]
Enhance / fix REST resource resolution
- provide sync web client
- add support for VERB
- add support for payload
- fix URI resolution from input-key-mapping
Change-Id: Id4f1973a15778ad4f2ab0f7e2a4b2c61054a234d
Issue-ID: CCSDK-1131
Signed-off-by: Alexis de Talhouët <adetalhouet89@gmail.com>
Dan Timoney [Mon, 11 Mar 2019 17:33:35 +0000 (17:33 +0000)]
Merge "Blueprint for configuring a PNF"
Dan Timoney [Mon, 11 Mar 2019 17:33:35 +0000 (17:33 +0000)]
Merge "Blueprint for configuring a PNF"
Dan Timoney [Mon, 11 Mar 2019 17:33:35 +0000 (17:33 +0000)]
Merge "Blueprint for configuring a PNF"
Muthuramalingam, Brinda Santh [Mon, 11 Mar 2019 17:10:00 +0000 (13:10 -0400)]
Code improvement CB controllers
Change-Id: I9cc49bb8f93d72e4e642be18381cd562953cc678
Issue-ID: CCSDK-1137
Signed-off-by: Muthuramalingam, Brinda Santh <brindasanth@in.ibm.com>
Muthuramalingam, Brinda Santh [Mon, 11 Mar 2019 15:41:37 +0000 (11:41 -0400)]
Refractor processor core module name
Change-Id: Ic4a40d6cbc5e53e79ddc36bea529fe16f6210a26
Issue-ID: CCSDK-1136
Signed-off-by: Muthuramalingam, Brinda Santh <brindasanth@in.ibm.com>