- 18 Aug, 2015 10 commits
-
-
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
-
- 12 Aug, 2015 9 commits
-
-
- get a key from the test map - Push a value to n number of keys named key(1 to n) in the test map Change-Id: I1778acbaabcede2d123f77f01db87e3f59633668
Jon Hall authored
-