- 19 Aug, 2015 6 commits
-
-
…launch REST API docs UI from shell. Change-Id: Ifb839e0205e5b176ebc7bb48644925eaa3675fd9
Thomas Vachuska authored -
moved to meter api to onos-api Change-Id: I0504f06fdc503953fa7696224d97edda43596d6e
alshabib authored
- 18 Aug, 2015 13 commits
-
-
Change-Id: Ie07bd3e2bd7c67a6499c965d8926eb361ad16462 store impl started Change-Id: Ib8b474f40dcecff335a421c12ad149fe9830c427 full implementation Change-Id: Ie59fd61d02972bd04d887bdcca9745793b880681
alshabib authored -
Adding REST API login capability using basic authentication. HTTP to HTTPS redirect is suppressed for now. Change-Id: I1a98bdc5576c515e1aa5a1b8d66402af0c0bf8c8
Thomas Vachuska authored -
- add synchronization to prevent prematurely scheduling a batch that isn't full. Change-Id: I07d53ef4d81211909a6fcdd98bc937b49c7c4cca
Ray Milkey authored -
1.remove the "public" in the interface 2.remove the "static" in the enum Change-Id: I782ec94581a7f8ef08280444f237a9a21f2f1807 Optimized the pcep api 1.remove the "public" in the interface 2.remove the "static" in the enum Change-Id: I782ec94581a7f8ef08280444f237a9a21f2f1807
chengfan authored -
When for transact operation issued by the configuration, the string of params should not have '[]', but there is '[]'. Change-Id: Ia93282fbe30b6d72e00fd1fb1d66d9f5076859c8
lishuai authored -
- cleaned up constructors to take a builder rather than a long list of parameters - improved coverage of unit tests - added missing APIs to builder interfaces Change-Id: I4c4eac302d41f785d401f21e9935bc659ca5f892
Ray Milkey authored -
DefaultOvsdbClient, which was broken by API changes in AbstractOvsdbTableService. There are two FIXMEs that identify the problems. Change-Id: If859dac398be627630deefcb8ecf57d0c6ccb734
lishuai authored
- 17 Aug, 2015 11 commits
-
-
Remove API to define resource boundary (ResourceAdminService.defineResourceBoundary) to integrate with API for resource hierarchy Change-Id: Iffa28dec16320122fe41f4f455000596fa266acb
Sho SHIMIZU authored -
The changes: - Introduce ResourcePath to point a resource - Remove Resource interface - Make ResourceAllocation concrete class and remove DefaultResourceAllocation - Remove DefaultResource - Changes in interfaces due to the above changes Change-Id: I0f3f846be67b0f7917117943aac31e3099c851ec
Sho SHIMIZU authored -
Moved retry logic out of primitives (AtomicCounter) to the caller site. Change-Id: I319d61f153f98d421baf32a1b5cd69d20dc63427
Madan Jampani authored -
applications to active and updated the docker image from CMD to entrypoint Change-Id: I7d9d32ff4b756bc8834f7666473f3bca82812fc8 Signed-off-by: David K. Bainbridge <dbainbri@ciena.com>
David Bainbridge authored
- 15 Aug, 2015 1 commit
- 14 Aug, 2015 6 commits
-
-
Also, added @Provider annotation to all exception mappers so the Jersey unit test framework will apply them during testing. Change-Id: Ifd9237de2e159cd97b64dcb9bde4a66f14bd0dfc
Ray Milkey authored
- 13 Aug, 2015 3 commits
-
-
Include Fixing a bug not to commit the transaction on success Change-Id: Ie1f823ab6d8fc6f54091d443d24ecc61336155da
Sho SHIMIZU authored -
* Added PartialFailureContraint to MP2SP intent to allow partial connectivity. This means the intent remains installed as long as at least one ingress point can reach the egress point. * Intents with this constraint are recompiled on ObjectiveTracker triggers even if not in FAILED state * MP2SP intent compiler can compute a partial tree if constraint is set * ObjectiveTracker recompiles intents on any link event * SDN-IP MP2SP intents now use PartialFailureConstraint Ported from onos-1.2 branch. Change-Id: I32eaa198fae1dfba021d9251c8f855573f0e1d7d
Jonathan Hart authored
-