- 30 Sep, 2016 5 commits
-
-
Adding code to support RESTCONF protocol as one of the supported SBI protocols of ONOS. This RESTCONF SBI extends the current REST SBI protocl and adds some new APIs/functinalities so that a provider can subscribe/register to an external restconf server to receive notification stream. Change-Id: I21bf0d0f0394cf788e066d743b3ade04735fe07e
Hesam Rahimi authored -
- ConsistentMapException while POST a Meter With non existent DeviceId Changes 1. added DeviceID check mechanism to confirm the requested ID refers an available device. 2. Changed MeterResourceTest to address a specific deviceID (of:0000000000000001) Change-Id: I9ce70a73dc03e9e7516e8aaff3895a66f3b69b13
Yoonseon Han authored -
- fix javadoc longer than 80 char limit - fix javadoc that missing @params - chain calls to StringBuilder.append() - combine constant strings in place Change-Id: Ie2ef4fd4c19e955ad2d5a5584f5017a842abb790
chengfan authored
- 29 Sep, 2016 9 commits
-
-
Simplify logic around scheduling a balancing task and listen to RegionEvents. Region Membership updates and Region Updates should also trigger a rebalance. Now, it is possible to queue up another balancing task even if there is one running. They'll still never run in parallel and will still run with at least a few seconds in between (30), but this way we don't ever risk missing an event that makes it necessary to rebalance - not even if we were rebalancing exactly when that event fired. Change-Id: I64e1c6fc5e87f2b1fffbefb54c96303dac55d1d1
Victor Silva authored -
Clear and re-render summary panel on websocket update event Added topo2 Panel Service Change-Id: Ib9e6f887816d133af61cb0312c4dacd95641228d
Steven Burrows authored
-
- 28 Sep, 2016 8 commits
-
-
Change-Id: Ic77af12f98bc1519efb2e2703223e340aa5b20e4 (cherry picked from commit 24389970)
Brian O'Connor authored -
Change-Id: I43b8ce5ab21000670359c76cc24d9a457ff6e125 (cherry picked from commit d258135a)
Prince Pereira authored
- 27 Sep, 2016 6 commits
-
-
Fixed keybinding for use of modifiers Change-Id: Ice1a5b27249884e90f78932661b88f71b82769d2
Steven Burrows authored -
topo and topo2 instance panel css seperated Change-Id: I4460471d424100f942cc6f19c964437b649d01b2
Steven Burrows authored
-
- 26 Sep, 2016 4 commits
-
-
Removed Weight from the Node Models Removed console.log Added new device and region icons Change-Id: I3203bd5a3acf371088af0a71fc40b182c95e0b7b
Steven Burrows authored -
Change-Id: Ia7a56644ad55c458ef17f31b2cf7ec9b9210dd06 (cherry picked from commit 726839c5)
Jayasree Ghosh authored -
Change-Id: I625640fba84bd2fabd140d6449cdceb0079ad3f4 (cherry picked from commit f5c17fd7)
Jayasree Ghosh authored
-
- 23 Sep, 2016 8 commits
-
-
Also fixed HostLocationProvider to not learn hosts with broadcast addresses. ONOS-5317. Change-Id: Ie94032cca6e488960d7181839882db55dd2da743 (cherry picked from commit 338991e5)
Jonathan Hart authored -
This could further cause NPE somewhere else where a default value is expected Change-Id: I71c8f87b5e25b6e5445e03527ee82d84ff05086c
Charles Chan authored