- 25 Mar, 2015 21 commits
-
-
so that we don't have to join the two lists each time we want to see all instructions Change-Id: I7f1ad252776abcb6768372eeaabfa661bdded36c
Jonathan Hart authored -
EventuallyConsistentMap has been moved to the API package so is now available outside the stores. ONOS-1357 Change-Id: I1c892eb3dbefa72cb3f3eb3ccc74e9a02c7e2ac9
Jonathan Hart authored -
- Added '.' (dot) keystroke to toggle toolbar show/hide - Added 'comma' and 'dot' to the keys logical names - removed debug statements from toolbar.js Change-Id: Idc4a714b11715a9851d29a87ecb4999e7315dec2
Simon Hunt authored -
and wrote a unit test for it. Change-Id: I8b38476c41fba70abbba7ed0b37364696f17966d
Jonathan Hart authored -
Requires restart of any dev shell sessions that may have KARAF_VERSION=3.0.2 already set. Developers that have their own local Karaf will have to run 'onos-setup-karaf <ip-address>' command Change-Id: Iba234b3cd5af89de6dd249c97cac97525364cc34
Thomas Vachuska authored -
…tons in topoToolbar - WIP. Change-Id: Ibc749b4ecdcb07ecf63d50817f8af3d455b4cde0
Bri Prebilic Cole authored
-
- 24 Mar, 2015 9 commits
-
-
It resolves naming mismatch in naming of IntentProcessPhases and states handled in the phases. It is described in ONOS-1064. - Define FlowRuleIntent that enables flow rule level operation as an intent. - Remove IntentInstaller interface - Existing installable intents such as PathIntent, LinkCollectionIntent, OpticalPathIntent and MplsPathIntent now become non installable intents. Only FlowRuleIntent is categorized as installable intent now. - Implement intent compilers for PathIntent, LinkCollectionIntent, OpticalPathIntent and MplsPathIntent. They generates FlowRuleIntents. - Write unit tests for the newly created intent compilers according to the intent installers' unit tests - Remove all intent installers and their unit tests Change-Id: I22d6c7acb65a4c066145de0018bd0727f44bd54a
Sho SHIMIZU authored -
…t one yet. Fixes an intermittent NPE. Change-Id: I49a2f0da08949fb4f589e6e831a74e5728196a2f
Thomas Vachuska authored
-
- 23 Mar, 2015 10 commits
-
-
…ocally -induced feature install. Change-Id: I1cb2c2dd3da03a34b80b1db312056b44cc9c1f9f
Thomas Vachuska authored -
- Promoted the new dynamically composed GUI page as the primary. - Legacy is still available under onos/ui/legacy/index.html Change-Id: Ife0ba50b7b4b567913498d80c2d261379ee268a5
Thomas Vachuska authored -
because it is not linked in to the build tree. Change-Id: I455a4d652e320f5c2e8bddb55cd3645aa54e0691
Jonathan Hart authored -
…d. Useful for detecting/debugging stability issues. Change-Id: I8ffebcf3a09a51c6e3e7526986a0f05530ed757f
Madan Jampani authored -
- Each connectivity intent now has only one constructor - Intent constructors are now private for leaf classes and protected for classes that can be derived from - Each intent class has a Builder class that accumulates parameters for intent creation - Each intent class has a public static builder() method to create a builder - Each Builder class has a build() method to create the intent from the accumulated parameters - Added keys to a few intent types that were missing them - Tightened up usage of checkNotNull(), taking advantage of the return value to save some lines of code - Modified callers to use the builders instead of directly calling the constructors Change-Id: I713185d5ecbadbf51f87ef7f68fec41102106c78
Ray Milkey authored -
- upgraded Jersey to 1.19 for some REST bug fixes for Java 8 - consolidated references to Jersey by using the dependecy management plugin in the top level pom file. Change-Id: Ic027f97f8fce6c673c9f2c02a92abaeedfedeb97
Ray Milkey authored -
* Automatically assign the Ethtype based on the IP address version for the "--ipSrc" and "--ipDst" arguments * Fix a typo in the --ipSrc and --ipDst description * Check whether the --ipSrc and --ipDst address versions are same Change-Id: Iaac98987b070c5fed97a7f6eb4c544f1578effcd
Pavlin Radoslavov authored