dlux.git
9 years agoMigrate to odlparent-provided features-test 32/16232/3
Robert Varga [Tue, 10 Mar 2015 07:58:51 +0000 (08:58 +0100)]
Migrate to odlparent-provided features-test

The yangtools-provided one is going away, so update references.

Change-Id: Ib368a04ed732fe2d9de59ca6d80fdaa0c461004d
Signed-off-by: Robert Varga <rovarga@cisco.com>
9 years agoRemove <repositories> and <pluginRepositories> sections 99/15699/2
Thanh Ha [Wed, 25 Feb 2015 04:52:49 +0000 (23:52 -0500)]
Remove <repositories> and <pluginRepositories> sections

It is recommended that developers and servers configure this locally via
settings.xml.

https://lists.opendaylight.org/pipermail/discuss/2015-January/004482.html

Change-Id: I53168520566f7043f622ca99eded925f06dce3ec
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
9 years agoBug 1891 : Fixing the karaf based modularity. Each new tab can be installed as karaf... 97/15797/2
Harman Singh [Thu, 26 Feb 2015 20:13:27 +0000 (12:13 -0800)]
Bug 1891 : Fixing the karaf based modularity. Each new tab can be installed as karaf bundle.

Updated the code of existing bundles, updated loader code to make modularity work.

Change-Id: I4653e6819ca9e769b7f92fc63fedec6311913336
Signed-off-by: Harman Singh <harmasin@cisco.com>
9 years agoyangui update 53/15153/4
Juraj Sebin [Wed, 11 Feb 2015 16:32:27 +0000 (17:32 +0100)]
yangui update

added list filtering
added dynamic loading
added mountpoint display
various bugfixes

Change-Id: I415eda5aa9bb5b4a83e2cabcf7e6d8104d38c667
Signed-off-by: Juraj Sebin <jsebin@cisco.com>
9 years agoFix formatting for property 82/14082/2
Thanh Ha [Sat, 10 Jan 2015 05:15:36 +0000 (00:15 -0500)]
Fix formatting for property

Change-Id: I8802b31eda031ab46ae4f37c568309b11fc0be42
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
9 years agoSet root pom.xml <name> for Sonar 65/14065/3
Thanh Ha [Fri, 9 Jan 2015 21:47:06 +0000 (16:47 -0500)]
Set root pom.xml <name> for Sonar

As mentioned on the mailing list Sonar uses the <name> field of the
pom.xml that is passed to the mvn command as the name of the project in
Sonar. In most cases this is the root pom.xml file in a project. This
patch sets the name to the project shortname.

https://lists.opendaylight.org/pipermail/discuss/2014-November/004024.html

Change-Id: I1a1e76da6dd596a0b5e916f7ddcda72d3720b58d
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
9 years agoUse Bower support from frontend-maven-plugin 10/14210/1
Thanh Ha [Sat, 17 Jan 2015 04:01:02 +0000 (23:01 -0500)]
Use Bower support from frontend-maven-plugin

Upgrade frontend-maven-plugin to 0.0.20 and use the new built in
bower support.

Change-Id: I22d097cd4d4098ab5467d98b93eedd78c4f2afab
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
9 years agoMerge "Fix for bug 2535."
Harman Singh [Fri, 9 Jan 2015 20:41:44 +0000 (20:41 +0000)]
Merge "Fix for bug 2535."

9 years agoMerge "Use frontend-maven-plugin to build dlux-web"
Harman Singh [Fri, 9 Jan 2015 17:35:42 +0000 (17:35 +0000)]
Merge "Use frontend-maven-plugin to build dlux-web"

9 years agoFix for bug 2535. 38/13838/1
An Ho [Wed, 24 Dec 2014 00:11:49 +0000 (16:11 -0800)]
Fix for bug 2535.

Change-Id: I21cc9736c1903b95127003157494f303158b11bf
Signed-off-by: An Ho <an.ho@huawei.com>
9 years agoUse frontend-maven-plugin to build dlux-web 25/13525/2
Thanh Ha [Wed, 10 Dec 2014 04:12:44 +0000 (23:12 -0500)]
Use frontend-maven-plugin to build dlux-web

With the frontend-maven-plugin we can eliminate the need for the user to
have npm / bower / grunt installed. This plugin bootstraps itself by
downloading node / npm then we use the exec-maven-plugin to run bower
to install dependencies. Finally we run another phase with the
frontend-maven-plugin to run Grunt to complete the build.

Change-Id: I8f232301914fdbdd503363aafcab862fc982ee68
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
9 years agoVery small cleanup and fixing the positioning bug on topology canvas 28/13428/1
Maxime Millette-Coulombe [Fri, 5 Dec 2014 22:08:03 +0000 (17:08 -0500)]
Very small cleanup and fixing the positioning bug on topology canvas

Remove unused div tag from the ui-view and add the missing tag on
the topology window. Now the width of the canvas will stay behing
the window size.

Change-Id: I81fa07f88d8382275955a6389127c75c6d628a2f
Signed-off-by: Maxime Millette-Coulombe <mmcoulombe@inocybe.com>
9 years agoBug 2072 - flows page does not have right labels for submit and cancel 13/13213/1
Maxime Millette-Coulombe [Fri, 28 Nov 2014 21:28:08 +0000 (16:28 -0500)]
Bug 2072 - flows page does not have right labels for submit and cancel

Notes : if it solve the bug, maybe it will be a good idea to apply
it on all submit and cancel button occurrences

Change-Id: I49ff700618610de1ebcd37240ff06ea32809376d
Signed-off-by: Maxime Millette-Coulombe <mmcoulombe@inocybe.com>
9 years agobug 2275 : removing extra files and moving polling code out of topology to navigation... 98/12498/3
Harman Singh [Tue, 4 Nov 2014 16:50:09 +0000 (08:50 -0800)]
bug 2275 : removing extra files and moving polling code out of topology to navigation, where it makes sense more

Change-Id: I03c13c9d0a31b024a878c32480c2098be2e45228
Signed-off-by: Harman Singh <harmasin@cisco.com>
9 years agoMerge "yangUI changes - saving history - updated UI look - pluggable functionality"
Harman Singh [Tue, 4 Nov 2014 22:20:33 +0000 (22:20 +0000)]
Merge "yangUI changes - saving history - updated UI look - pluggable functionality"

9 years agoyangUI changes 20/12120/2
Juraj Sebin [Tue, 21 Oct 2014 12:28:41 +0000 (14:28 +0200)]
yangUI changes
- saving history
- updated UI look
- pluggable functionality

Change-Id: I6c3c8a6219ce506cf3efaa880aaad906e9164a37
Signed-off-by: Juraj Sebin <jsebin@cisco.com>
9 years agoFlow links broken; fixed duplicate ENV call to get the correct restconf url 26/12126/1
Vasu Srinivasan (Brocade) [Fri, 17 Oct 2014 17:25:21 +0000 (12:25 -0500)]
Flow links broken; fixed duplicate ENV call to get the correct restconf url

Change-Id: I37e00b063eeafded6d8f13fb2caf7e241cf40444
Signed-off-by: Vasu Srinivasan (Brocade) <vasya10@gmail.com>
9 years agoEnabling the dlux-distribution in parent pom 04/11904/1
Harman Singh [Sat, 11 Oct 2014 00:37:15 +0000 (17:37 -0700)]
Enabling the dlux-distribution in parent pom

Change-Id: I749dd55122c77d4f0910b53b8fe544140305119b
Signed-off-by: Harman Singh <harmasin@cisco.com>
9 years agoIncrementing versions by 0.0.1 for post-helium master branch 39/11839/1
Harman Singh [Wed, 8 Oct 2014 22:20:55 +0000 (15:20 -0700)]
Incrementing versions by 0.0.1 for post-helium master branch

Change-Id: I7ff449b11109b25b30d7944babe0151f4262d045
Signed-off-by: Harman Singh <harmasin@cisco.com>
9 years agoBug 2100 : Fixing the stats issue because of namespace change 01/11601/1
Harman Singh [Fri, 26 Sep 2014 01:00:25 +0000 (18:00 -0700)]
Bug 2100 : Fixing the stats issue because of namespace change

Change-Id: Ie858aeb1477a72b8b43a94d608ccd8d01178cf2e
Signed-off-by: Harman Singh <harmasin@cisco.com>
9 years agoBug 1969 - Support dlux for adsal port also along with current mdsal 50/11350/2
Lakshman Mukkamalla [Fri, 19 Sep 2014 01:32:16 +0000 (18:32 -0700)]
Bug 1969 - Support dlux for adsal port also along with current mdsal

Change-Id: I3343a49778fb291dee71b02fd3ca588f15af9aa5
Signed-off-by: lmukkama@cisco.com
9 years agoMerge "fixed mapping api to non-existing node"
Harman Singh [Thu, 18 Sep 2014 19:59:47 +0000 (19:59 +0000)]
Merge "fixed mapping api to non-existing node"

9 years agofixed mapping api to non-existing node 30/11330/2
Juraj Sebin [Thu, 18 Sep 2014 16:32:46 +0000 (18:32 +0200)]
fixed mapping api to non-existing node

fix for bug 1959 in bugzilla

Change-Id: I124e25266f8f5eece54fd90915b8a1a8e476dea0
Signed-off-by: Juraj Sebin <jsebin@cisco.com>
9 years agoFixed Unpack of Modules for Autorelease 44/11244/1
Mathieu Lemay [Tue, 16 Sep 2014 14:38:42 +0000 (10:38 -0400)]
Fixed Unpack of Modules for Autorelease

Change-Id: I229c8d8eb07b5b63e21c3722d2a000c31c6e07fc
Signed-off-by: Mathieu Lemay <mlemay@inocybe.com>
9 years agoUpdating the version for the dependency 15/11215/1
Lakshman Mukkamalla [Mon, 15 Sep 2014 23:51:53 +0000 (16:51 -0700)]
Updating the version for the dependency

Change-Id: I4accb8eb3a964dcae4db534877216a252c998d2f
Signed-off-by: lmukkama@cisco.com
9 years agoMerge "Removed hardcoded version numbers from bundles and loader"
Harman Singh [Mon, 15 Sep 2014 17:34:42 +0000 (17:34 +0000)]
Merge "Removed hardcoded version numbers from bundles and loader"

9 years agoMerge "Created Local Distribution for DLUX (rebased)"
Harman Singh [Mon, 15 Sep 2014 17:29:34 +0000 (17:29 +0000)]
Merge "Created Local Distribution for DLUX (rebased)"

9 years agoMerge "Bug 1857 - Support dlux topology with or without prefixes in the json response"
Harman Singh [Mon, 15 Sep 2014 17:28:38 +0000 (17:28 +0000)]
Merge "Bug 1857 - Support dlux topology with or without prefixes in the json response"

9 years agoMerge "Repair broken tests"
Harman Singh [Mon, 15 Sep 2014 17:27:32 +0000 (17:27 +0000)]
Merge "Repair broken tests"

9 years agoRepair broken tests 92/9992/6
Maxime Millette-Coulombe [Fri, 5 Sep 2014 20:47:35 +0000 (16:47 -0400)]
Repair broken tests

All tests look running fine except those with state transition in the node module.
For now, I replace the state transition by another similar test, more accurate I think.

Change-Id: I7f8340821ec0993d0141f1cc3878ffb4d58d58c4
Signed-off-by: Maxime Millette-Coulombe <mmcoulombe@inocybe.com>
9 years agoBug 1857 - Support dlux topology with or without prefixes in the json response 35/11135/1
Lakshman Mukkamalla [Sat, 13 Sep 2014 15:39:51 +0000 (08:39 -0700)]
Bug 1857 - Support dlux topology with or without prefixes in the json response

Change-Id: I22c538ca3efe154dc9bae2617efb77539c101437
Signed-off-by: Lakshman Mukkamalla <lmukkama@cisco.com>
9 years agoBug 1776 - Updating the host keys in the node data for topology service 63/10963/1
Lakshman Mukkamalla [Tue, 9 Sep 2014 22:37:41 +0000 (15:37 -0700)]
Bug 1776 - Updating the host keys in the node data for topology service

Change-Id: I2b117bf4201858a50b65d7ddbedeb97ec07e15af
Signed-off-by: Lakshman Mukkamalla <lmukkama@cisco.com>
9 years agoRemoved hardcoded version numbers from bundles and loader 26/10826/1
Jake Shamash [Fri, 5 Sep 2014 01:05:01 +0000 (21:05 -0400)]
Removed hardcoded version numbers from bundles and loader

Change-Id: I7c644704e2340573ed70fb0c68d5321dd62c2a01
Signed-off-by: Jake Shamash <jshamash@inocybe.com>
9 years agoCreated Local Distribution for DLUX (rebased) 23/10523/3
Jake Shamash [Fri, 5 Sep 2014 00:54:14 +0000 (20:54 -0400)]
Created Local Distribution for DLUX (rebased)

Change-Id: Idd08c0712a4b27b0b8c156a484169d8eeb60c69b
Signed-off-by: Mathieu Lemay <mlemay@inocybe.com>
Signed-off-by: Jake Shamash <jshamash@inocybe.com>
9 years agoAdding a poll mechanism to enable or disable the navigation elements based on the... 17/10817/1
Lakshman Mukkamalla [Thu, 4 Sep 2014 23:29:40 +0000 (16:29 -0700)]
Adding a poll mechanism to enable or disable the navigation elements based on the feature rest request

Change-Id: Id946f6d29398af3fb82562afc1ba2740c1bc3e55
Signed-off-by: Lakshman Mukkamalla <lmukkama@cisco.com>
9 years agoAdded bundles as modules to bundles/pom.xml (rebased) 10/10810/2
Jake Shamash [Thu, 4 Sep 2014 21:09:58 +0000 (17:09 -0400)]
Added bundles as modules to bundles/pom.xml (rebased)

Build might fail since some folders have not yet been merged

Change-Id: Ie77b87826b8fb3b0dffb2eff84606c24d98d5f93
Signed-off-by: Jake Shamash <jshamash@inocybe.com>
9 years agoMerge "Added bundle to serve yangui module"
Harman Singh [Thu, 4 Sep 2014 21:30:39 +0000 (21:30 +0000)]
Merge "Added bundle to serve yangui module"

9 years agoMerge "Added bundle to serve flow module (rebased)"
Harman Singh [Thu, 4 Sep 2014 21:29:50 +0000 (21:29 +0000)]
Merge "Added bundle to serve flow module (rebased)"

9 years agoMerge "Added bundle to serve common/navigation module"
Harman Singh [Thu, 4 Sep 2014 21:29:13 +0000 (21:29 +0000)]
Merge "Added bundle to serve common/navigation module"

9 years agoMerge "Added bundle to serve common/topbar module"
Harman Singh [Thu, 4 Sep 2014 21:28:38 +0000 (21:28 +0000)]
Merge "Added bundle to serve common/topbar module"

9 years agoMerge "Added bundle to serve common/layout module"
Harman Singh [Thu, 4 Sep 2014 21:27:33 +0000 (21:27 +0000)]
Merge "Added bundle to serve common/layout module"

9 years agoAdded bundle to serve common/general module 54/9754/9
Gabriel Robitaille-Montpetit [Thu, 4 Sep 2014 21:18:31 +0000 (17:18 -0400)]
Added bundle to serve common/general module

Change-Id: Ie196d13862c073493abe049b2eab2746c8fdbea9
Signed-off-by: Gabriel Robitaille-Montpetit <grmontpetit@inocybe.com>
9 years agoAdded bundle to serve yangui module 48/9748/3
Jake Shamash [Thu, 4 Sep 2014 20:58:01 +0000 (16:58 -0400)]
Added bundle to serve yangui module

Change-Id: Ia8caf78ca2fa606ba50554a89936489a01e810c6
Signed-off-by: Jake Shamash <jshamash@inocybe.com>
9 years agoAdded bundle to serve common/layout module 56/9756/8
Gabriel Robitaille-Montpetit [Thu, 4 Sep 2014 20:57:10 +0000 (16:57 -0400)]
Added bundle to serve common/layout module

Change-Id: I0c75011aaa601b552269e4d30040e5e3239280f7
Signed-off-by: Gabriel Robitaille-Montpetit <grmontpetit@inocybe.com>
9 years agoAdded bundle to serve network module 18/9718/3
Jake Shamash [Thu, 4 Sep 2014 20:49:19 +0000 (16:49 -0400)]
Added bundle to serve network module

Edited to match changes to core bundle

Change-Id: I1c920c1ce0598141dd1b925fe23bdcf05c75fc32
Signed-off-by: Jake Shamash <jshamash@inocybe.com>
9 years agoAdded bundle to serve flow module (rebased) 51/9751/4
Jake Shamash [Thu, 4 Sep 2014 20:12:33 +0000 (16:12 -0400)]
Added bundle to serve flow module (rebased)

Edited to match changes to core bundle
Rebased against master (merged bundles/pom.xml)

Change-Id: I0ace1cff1e06e5e34619138176fa69ab3e010bbd
Signed-off-by: Jake Shamash <jshamash@inocybe.com>
9 years agoAdded bundle to serve common/navigation module 55/9755/8
Gabriel Robitaille-Montpetit [Thu, 4 Sep 2014 20:31:33 +0000 (16:31 -0400)]
Added bundle to serve common/navigation module

Change-Id: I5ccbcc8a927e99e7306de209f2b9624ad6e91294
Signed-off-by: Gabriel Robitaille-Montpetit <grmontpetit@inocybe.com>
9 years agoAdded bundle to serve container module (rebased) 50/9750/5
Jake Shamash [Thu, 4 Sep 2014 20:23:00 +0000 (16:23 -0400)]
Added bundle to serve container module (rebased)

Edited to match changes to core bundle
Rebased against master (merged bundles/pom.xml)

Change-Id: I7635444def95986c1bdf5dd8d1aa8ecdd95b57e0
Signed-off-by: Jake Shamash <jshamash@inocybe.com>
9 years agoAdded bundle to serve common/topbar module 59/9759/7
Gabriel Robitaille-Montpetit [Thu, 4 Sep 2014 20:11:50 +0000 (16:11 -0400)]
Added bundle to serve common/topbar module

Change-Id: Ia86f647d5b1e5d3777fcfbbf36a8eb5965f28d4a
Signed-off-by: Gabriel Robitaille-Montpetit <grmontpetit@inocybe.com>
9 years agoMerge "Added bundle to serve connection manager module"
Harman Singh [Thu, 4 Sep 2014 20:06:02 +0000 (20:06 +0000)]
Merge "Added bundle to serve connection manager module"

9 years agoAdded bundle to serve connection manager module 38/9538/19
Jake Shamash [Thu, 4 Sep 2014 19:22:51 +0000 (15:22 -0400)]
Added bundle to serve connection manager module

Changed patch according to changes in core bundle
Added to topic "dlux-bundles"

Change-Id: Icb3d28ac03732127ae030b2d7dd22c29c2a24790
Signed-off-by: Jake Shamash <jshamash@inocybe.com>
9 years agoAdded bundle to serve node module 53/9753/8
Gabriel Robitaille-Montpetit [Thu, 4 Sep 2014 19:13:32 +0000 (15:13 -0400)]
Added bundle to serve node module

Change-Id: Iad2a2ec5a52253b75718eb184edb1c52546e2279
Signed-off-by: Gabriel Robitaille-Montpetit <grmontpetit@inocybe.com>
9 years agoFixed DluxModule initialization 50/10750/2
Mathieu Lemay [Thu, 4 Sep 2014 04:20:04 +0000 (00:20 -0400)]
Fixed DluxModule initialization

Change-Id: Ic953e11622ffe8e45fd5844a2f4cbf219bfa82f7
Signed-off-by: Mathieu Lemay <mlemay@inocybe.com>
9 years agoFixed core blueprint 49/10749/1
Mathieu Lemay [Thu, 4 Sep 2014 04:17:07 +0000 (00:17 -0400)]
Fixed core blueprint

Change-Id: I3411ba0ca0cc94ea876526c707599dc0193e77ff
Signed-off-by: Mathieu Lemay <mlemay@inocybe.com>
9 years agoFixed error in loader blueprint 48/10748/4
Mathieu Lemay [Thu, 4 Sep 2014 03:58:58 +0000 (23:58 -0400)]
Fixed error in loader blueprint

Change-Id: I77afb75d571f8b90680d751e4f6b9b01655c6405
Signed-off-by: Mathieu Lemay <mlemay@inocybe.com>
9 years agoAdded bundle to serve core module 47/9547/29
Mathieu Lemay [Thu, 4 Sep 2014 01:09:39 +0000 (21:09 -0400)]
Added bundle to serve core module

Change-Id: I233d7abef7ff530faec607cfd8c75b9fc4603be6
Signed-off-by: Gabriel Robitaille-Montpetit <grmontpetit@inocybe.com>
Signed-off-by: Jake Shamash <jshamash@inocybe.com>
Signed-off-by: Mathieu Lemay <mlemay@inocybe.com>
9 years agoAdded DluxModule for use in blueprints for bundles 45/10745/6
Mathieu Lemay [Thu, 4 Sep 2014 02:24:36 +0000 (22:24 -0400)]
Added DluxModule for use in blueprints for bundles

Change-Id: I6977366c51714bdede4dd19530b374da50e7b41a
Signed-off-by: Mathieu Lemay <mlemay@inocybe.com>
9 years agoMerge "Added a loader for DLUX modules (rebased)"
Harman Singh [Wed, 3 Sep 2014 23:51:02 +0000 (23:51 +0000)]
Merge "Added a loader for DLUX modules (rebased)"

9 years agoAdded a loader for DLUX modules (rebased) 52/9452/47
Mathieu Lemay [Wed, 3 Sep 2014 20:11:14 +0000 (16:11 -0400)]
Added a loader for DLUX modules (rebased)

Change-Id: I77a1cba33fd13d69a2049811c102582bf53d0b09
Signed-off-by: Gabriel Robitaille-Montpetit <grmontpetit@inocybe.com>
Signed-off-by: Mathieu Lemay <mlemay@inocybe.com>
9 years agoFixed missing yangui files removed by mistake 36/10736/1
Mathieu Lemay [Wed, 3 Sep 2014 22:41:49 +0000 (18:41 -0400)]
Fixed missing yangui files removed by mistake

Change-Id: Iaf2d84c476d0edaf40973b640205ad0e8fb5f7cc
Signed-off-by: Mathieu Lemay <mlemay@inocybe.com>
9 years agoFixed bad unpack location 34/10734/1
Mathieu Lemay [Wed, 3 Sep 2014 22:16:54 +0000 (18:16 -0400)]
Fixed bad unpack location

Change-Id: I9f0b67a65e44627cad2d8ead4252b2f1fc829e1e
Signed-off-by: Mathieu Lemay <mlemay@inocybe.com>
9 years agoMoved src/common/topbar to modules/common-topbar-resources 36/10036/2
Jake Shamash [Wed, 3 Sep 2014 02:54:18 +0000 (22:54 -0400)]
Moved src/common/topbar to modules/common-topbar-resources

Change-Id: Ifc69dd70d109c309a34cccbedbafa65845db5399
Signed-off-by: Jonathan Fok kan <jfokkan@inocybe.com>
Signed-off-by: Jake Shamash <jshamash@inocybe.com>
9 years agoMoved src/app/core modules/core-resources 38/10038/2
Jake Shamash [Wed, 3 Sep 2014 02:48:18 +0000 (22:48 -0400)]
Moved src/app/core modules/core-resources

Change-Id: I53559809742073cb37a86923c5716f6a751fcfd3
Signed-off-by: Jonathan Fok kan <jfokkan@inocybe.com>
Signed-off-by: Jake Shamash <jshamash@inocybe.com>
9 years agoMoved src/app/connection_manager to modules/connection_manager-resources 37/10037/2
Jake Shamash [Wed, 3 Sep 2014 02:42:34 +0000 (22:42 -0400)]
Moved src/app/connection_manager to modules/connection_manager-resources

Change-Id: Ic786d653a0c11f82c8b5715350cf572fd0c98261
Signed-off-by: Jonathan Fok kan <jfokkan@inocybe.com>
Signed-off-by: Jake Shamash <jshamash@inocybe.com>
9 years agoMoved essential files and dirs to modules/loader-resources 39/10039/2
Jake Shamash [Wed, 3 Sep 2014 02:36:10 +0000 (22:36 -0400)]
Moved essential files and dirs to modules/loader-resources

Change-Id: Ie4fc4916d5390f0fbe7c61739d1fcf5a894dbeda
Signed-off-by: Jonathan Fok kan <jfokkan@inocybe.com>
Signed-off-by: Jake Shamash <jshamash@inocybe.com>
9 years agoMoved src/app/topology to modules/topology-resources 41/10041/2
Jake Shamash [Wed, 3 Sep 2014 02:18:33 +0000 (22:18 -0400)]
Moved src/app/topology to modules/topology-resources

Change-Id: Ie9d6cca4520f3134a4d50422ce65afe93e46dbaa
Signed-off-by: Jonathan Fok kan <jfokkan@inocybe.com>
Signed-off-by: Jake Shamash <jshamash@inocybe.com>
9 years agoMoved src/app/container to modules/container-resources 29/10029/2
Jake Shamash [Wed, 3 Sep 2014 02:12:37 +0000 (22:12 -0400)]
Moved src/app/container to modules/container-resources

Change-Id: I356042fb2fbc93ad6750317155a5d47ac583e9e9
Signed-off-by: Jonathan Fok kan <jfokkan@inocybe.com>
Signed-off-by: Jake Shamash <jshamash@inocybe.com>
9 years agoMoved src/app/flow to modules/flow-resources 31/10031/2
Jake Shamash [Wed, 3 Sep 2014 02:02:34 +0000 (22:02 -0400)]
Moved src/app/flow to modules/flow-resources

Change-Id: I8ffd03e7f383142c5126f57100e3b9cd49527c2b
Signed-off-by: Jonathan Fok kan <jfokkan@inocybe.com>
Signed-off-by: Jake Shamash <jshamash@inocybe.com>
9 years agoMoved src/app/network to modules/network-resources 32/10032/2
Jake Shamash [Wed, 3 Sep 2014 01:55:06 +0000 (21:55 -0400)]
Moved src/app/network to modules/network-resources

Change-Id: I83a1a1e7ff2aba2cd78f551a2af370365d0c14db
Signed-off-by: Jonathan Fok kan <jfokkan@inocybe.com>
Signed-off-by: Jake Shamash <jshamash@inocybe.com>
9 years agoMoved src/app/yangui to modules/yangui-resources 33/10033/4
Mathieu Lemay [Wed, 3 Sep 2014 01:31:36 +0000 (21:31 -0400)]
Moved src/app/yangui to modules/yangui-resources

Change-Id: I3d50072ed3807f6dae92076020ebd62e1c605ad2
Signed-off-by: Jonathan Fok kan <jfokkan@inocybe.com>
Signed-off-by: Jake Shamash <jshamash@inocybe.com>
Signed-off-by: Mathieu Lemay <mlemay@inocybe.com>
9 years agoMoved src/common/general to modules/common-general-resources 34/10034/3
Jake Shamash [Tue, 2 Sep 2014 23:54:58 +0000 (19:54 -0400)]
Moved src/common/general to modules/common-general-resources

Change-Id: If6c214d7320a35918c83b26fbdd4ccc542798b5f
Signed-off-by: Jonathan Fok kan <jfokkan@inocybe.com>
Signed-off-by: Jake Shamash <jshamash@inocybe.com>
9 years agoMoved src/common/login to modules/common-login-resources 35/10035/3
Jake Shamash [Tue, 2 Sep 2014 23:47:25 +0000 (19:47 -0400)]
Moved src/common/login to modules/common-login-resources

Change-Id: I8477a793415cd1b2d11188c3e8315ca6b4c23896
Signed-off-by: Jonathan Fok kan <jfokkan@inocybe.com>
Signed-off-by: Jake Shamash <jshamash@inocybe.com>
9 years agoMoved src/common/authentication to modules/common-authentication-resources 25/10025/3
Mathieu Lemay [Wed, 3 Sep 2014 00:31:05 +0000 (20:31 -0400)]
Moved src/common/authentication to modules/common-authentication-resources

Change-Id: I0ddf19275d51a3d4fca5c3a37c5adbb238539a34
Signed-off-by: Jonathan Fok kan <jfokkan@inocybe.com>
Signed-off-by: Jake Shamash <jshamash@inocybe.com>
Signed-off-by: Mathieu Lemay <mlemay@inocybe.com>
9 years agoMerge "Moved src/common/layout to modules/common-layout-resources"
Harman Singh [Wed, 3 Sep 2014 00:26:37 +0000 (00:26 +0000)]
Merge "Moved src/common/layout to modules/common-layout-resources"

9 years agoMerge "Moved src/common/navigation to modules/common-navigation-resources"
Harman Singh [Wed, 3 Sep 2014 00:25:55 +0000 (00:25 +0000)]
Merge "Moved src/common/navigation to modules/common-navigation-resources"

9 years agoMerge "Moved src/common/yangutils to modules/common-yangutils-resources"
Harman Singh [Wed, 3 Sep 2014 00:24:37 +0000 (00:24 +0000)]
Merge "Moved src/common/yangutils to modules/common-yangutils-resources"

9 years agoMerge "Moved src/app/node to modules/node"
Harman Singh [Wed, 3 Sep 2014 00:21:40 +0000 (00:21 +0000)]
Merge "Moved src/app/node to modules/node"

9 years agoMerge "Using AAA based basic Auth"
Madhu Venugopal [Tue, 2 Sep 2014 23:45:39 +0000 (23:45 +0000)]
Merge "Using AAA based basic Auth"

9 years agoMoved src/common/layout to modules/common-layout-resources 26/10026/2
Jake Shamash [Tue, 2 Sep 2014 23:21:05 +0000 (19:21 -0400)]
Moved src/common/layout to modules/common-layout-resources

Change-Id: Ic8851c732db5f68cb006174175b398a03b7dbef2
Signed-off-by: Jonathan Fok kan <jfokkan@inocybe.com>
Signed-off-by: Jake Shamash <jshamash@inocybe.com>
9 years agoMoved src/common/navigation to modules/common-navigation-resources 27/10027/3
Jake Shamash [Tue, 2 Sep 2014 23:15:45 +0000 (19:15 -0400)]
Moved src/common/navigation to modules/common-navigation-resources

Change-Id: I774d15cc6ef041724730477ddf7aa7f4c1cf9d06
Signed-off-by: Jonathan Fok kan <jfokkan@inocybe.com>
Signed-off-by: Jake Shamash <jshamash@inocybe.com>
9 years agoMoved src/common/yangutils to modules/common-yangutils-resources 28/10028/2
Jake Shamash [Tue, 2 Sep 2014 22:41:58 +0000 (18:41 -0400)]
Moved src/common/yangutils to modules/common-yangutils-resources

Change-Id: I1780e2666f1d899d4011cdc634465a00e00cdd47
Signed-off-by: Jonathan Fok kan <jfokkan@inocybe.com>
Signed-off-by: Jake Shamash <jshamash@inocybe.com>
9 years agoMoved src/app/node to modules/node 40/10040/3
Jake Shamash [Tue, 2 Sep 2014 22:05:24 +0000 (18:05 -0400)]
Moved src/app/node to modules/node

Change-Id: Ia127597e39ef863fd9735167d54d47cd3fa7ec4b
Signed-off-by: Jonathan Fok kan <jfokkan@inocybe.com>
Signed-off-by: Jake Shamash <jshamash@inocybe.com>
9 years agoUsing AAA based basic Auth 13/10513/2
Harman Singh [Fri, 29 Aug 2014 23:06:37 +0000 (16:06 -0700)]
Using AAA based basic Auth

AAA has added basic auth for RestConf, we will be using that in dlux
Eventually, once token based authentication has Rest API, we will use those of AAA

Change-Id: I94bf4b75188d8a82cfe3910be77a509029cfdde7
Signed-off-by: Harman Singh <harmasin@cisco.com>
9 years agoFixing the basic login issue 32/10632/1
Madhu Venugopal [Tue, 2 Sep 2014 13:20:34 +0000 (06:20 -0700)]
Fixing the basic login issue

Dlux-ui fails to login using admin/admin due to the incorrect base-url configuration in development.json.
It is important to change the defaults after the authentication works end-to-end and let the application
decide on which Base-url to use.

Changing it to localhost:8181 and trying to access FlowProgrammer nb/v2 is not going to succeed.

Change-Id: I672ad4d201e191360c935eac6cc39a65228bfe95
Signed-off-by: Madhu Venugopal <mavenugo@gmail.com>
9 years agoMerge "redesigned ui filtering invalid apis test update"
Harman Singh [Fri, 29 Aug 2014 18:12:17 +0000 (18:12 +0000)]
Merge "redesigned ui filtering invalid apis test update"

9 years agoFixing flux feature after karat changes. 72/10472/3
Harman Singh [Thu, 28 Aug 2014 23:17:36 +0000 (16:17 -0700)]
Fixing flux feature after karat changes.

Activator changes to use /dlux in url
dlux-web jar file fixed, so it can put every static file under pages folder.
changed port according to Karaf

Change-Id: Ic47e7f6e967e166fc49ec2dde1c48165762692fb
Signed-off-by: Harman Singh <harmasin@cisco.com>
9 years agoMerge "Updating the ReadMe file and removing extra environment config file"
Harman Singh [Thu, 28 Aug 2014 17:14:42 +0000 (17:14 +0000)]
Merge "Updating the ReadMe file and removing extra environment config file"

9 years agoMerge "Updating the host topology logic as the l2switch now has link info between...
Harman Singh [Thu, 28 Aug 2014 17:13:57 +0000 (17:13 +0000)]
Merge "Updating the host topology logic as the l2switch now has link info between host and switch"

9 years agoredesigned ui 54/10454/1
Juraj Sebin [Thu, 28 Aug 2014 14:31:29 +0000 (16:31 +0200)]
redesigned ui
filtering invalid apis
test update

Change-Id: I4a52e4b7d75b836f315a08325753bb5999cd4cc0
Signed-off-by: Juraj Sebin <jsebin@cisco.com>
9 years agoCreated DLUX Features 70/10270/9
Mathieu Lemay [Tue, 26 Aug 2014 02:25:32 +0000 (22:25 -0400)]
Created DLUX Features

Change-Id: I9212cda88cb3fb0cdcd9f7036722c70716f63ffe
Signed-off-by: Mathieu Lemay <mlemay@inocybe.com>
9 years agoMerge "Removed Spring MVC and using HTTP Service"
Harman Singh [Wed, 27 Aug 2014 00:58:15 +0000 (00:58 +0000)]
Merge "Removed Spring MVC and using HTTP Service"

9 years agoUpdating the host topology logic as the l2switch now has link info between host and... 46/10346/1
Lakshman Mukkamalla [Tue, 26 Aug 2014 23:24:04 +0000 (16:24 -0700)]
Updating the host topology logic as the l2switch now has link info between host and switch

Change-Id: Ie95e5c29ab621ee6240ee1fc6ed97b9a13fad2e9
Signed-off-by: Lakshman Mukkamalla <lmukkama@cisco.com>
9 years agorefactored code according to modularity patch 68/10168/5
Juraj Sebin [Fri, 22 Aug 2014 12:42:52 +0000 (14:42 +0200)]
refactored code according to modularity patch
added new functionallity to yangUI
revamped user interface for yangUI
added missing yang files
updated tests for yangUI

Change-Id: I852d7f441664d5dee7f097c970216355e9eeea81
Signed-off-by: Juraj Sebin <jsebin@cisco.com>
9 years agoRemoved Spring MVC and using HTTP Service 17/10117/8
Mathieu Lemay [Wed, 20 Aug 2014 23:54:52 +0000 (19:54 -0400)]
Removed Spring MVC and using HTTP Service

Change-Id: If7d937b2ec6abec5c1a509076e7d14d22f874657
Signed-off-by: Mathieu Lemay <mlemay@inocybe.com>
9 years agoUpdating the ReadMe file and removing extra environment config file 65/10265/1
Harman Singh [Mon, 25 Aug 2014 21:56:49 +0000 (14:56 -0700)]
Updating the ReadMe file and removing extra environment config file

Change-Id: Iafaa1ded2b50cac6346cc29a3fdef1700a7ed539
Signed-off-by: Harman Singh <harmasin@cisco.com>
9 years agoAdding an environment config file. 96/9996/3
Harman Singh [Fri, 15 Aug 2014 23:56:27 +0000 (16:56 -0700)]
Adding an environment config file.

This common config file keeps common parameters like base URL at one place, usable by all the services.
Common configuration js gets created during build time. Maven build will create production config file.
updated all the modules to use baseURL from one place
Each module can have its own config file also

Change-Id: I925c15075491dc5e7d02487c5da658931b69e636
Signed-off-by: Harman Singh <harmasin@cisco.com>
9 years agoFixing page load error because of Yang-UI and login page redirection 95/9995/1
Harman Singh [Fri, 15 Aug 2014 23:41:00 +0000 (16:41 -0700)]
Fixing page load error because of Yang-UI and login page redirection

Change-Id: I87f868a9705b3550d0399232168fb89fdc267738
Signed-off-by: Harman Singh <harmasin@cisco.com>
9 years agoInitial Restructure for Modularity 60/9960/8
Mathieu Lemay [Thu, 14 Aug 2014 21:05:46 +0000 (17:05 -0400)]
Initial Restructure for Modularity

Change-Id: Ia4a64d2686ba27a147a2594d8c715adf46a3acdf
Signed-off-by: Mathieu Lemay <mlemay@inocybe.com>
9 years agoMerge "Split the modularity patch into smaller pieces. Add the yangui module"
Madhu Venugopal [Fri, 15 Aug 2014 01:06:00 +0000 (01:06 +0000)]
Merge "Split the modularity patch into smaller pieces. Add the yangui module"

9 years agoMerge "Update topology with single edge between nodes and also parsing host informati...
Madhu Venugopal [Thu, 14 Aug 2014 20:15:02 +0000 (20:15 +0000)]
Merge "Update topology with single edge between nodes and also parsing host information to show in the topology."