- 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
- 22 Mar, 2015 1 commit
- 21 Mar, 2015 1 commit
-
-
- tips will appear above the mouse when element is hovered over - tips disappear after mouse leaves element - positioning of tooltip is still WIP, testing of it was run in Sample View Change-Id: Ic3be1235bf8d2d4bbf473f965e3a1f8c79ce9fc6
Bri Prebilic Cole authored
-
- 20 Mar, 2015 5 commits
-
-
"Strip vlan" is OF1.0 terminology, whereas by OF1.3 it is called "pop vlan". Change-Id: I483526b39bf8ab6f9f96f251a8469e060b688878
Jonathan Hart authored -
This problem needs to be fixed in a better way. This reverts commit 8317ad56. Change-Id: Icbc4492016a0858221a3e79121db36cbb87b3b2b
Brian O'Connor authored -
ONOS_FEATURES env. var is now deprecated! Cells are expected to use ONOS_APPS env. var to tailor which builtin apps should be activated by default. All builtin apps are installed by default, but can be uninstalled if desired. Cleaned up cell definitions accordingly. Change-Id: If3bb4691a73543a69197f4bf1855c8368f558450
Thomas Vachuska authored
-
- 19 Mar, 2015 15 commits
-
-
For those who use 3.2.3 (as specified in Blackbird), here is the upgrade instruction. cd ~/Downloads wget https://www.apache.org/dist/maven/maven-3/3.3.1/binaries/apache-maven-3.3.1-bin.tar.gz tar -zxvf apache-maven-3.3.1-bin.tar.gz -C ~/Applications/ Change-Id: I11d98faf1405e120fdff5748c5875c8842f4c58d
Charles M.C. Chan authored -
Upgrading app.xml versions. Cleaned-up features.xml. Change-Id: I7c5a85480568ffe35281286aefc9aa4e1b3b2afd
Thomas Vachuska authored -
… instances: 'onos-iterm-logs' Adding tool to spawn iTerm configuration for executing commands against the current cell instances: 'onos-iterm-cli' Change-Id: I356603eb9b77779e2c1025adf0cf2c8816acd1ed
Thomas Vachuska authored -
- Added toggleNoCb to the toggle button widget. - Added _keyListener property to keyBindings structure, and the invocation of it from keyIn(). - Added keyListener to topoToolbar to synchronize button state. Change-Id: Iffb1dc5d38f2d9010f5e246cfb81a6b3db30d4af
Simon Hunt authored -
- removed unused dependency to onos-core-trivial tests Change-Id: I0f13cff6cc99403f7c0e0d7362f83d0ba557f10b
HIGUCHI Yuta authored
- 18 Mar, 2015 8 commits
-
-
Added another metric to the onos-app-metrics-topology application to collect and display the number and rate of the Reasons for the Topology Events. Example: onos> topology-events-metrics ... Topology Graph Event Timestamp (ms from epoch)=1426699861509 Topology Graph Events count=6 rate(events/sec) mean=0.002315 m1=0.000000 m5=0.000004 m15=0.000378 Topology Graph Reasons Event Timestamp (ms from epoch)=1426699861509 Topology Graph Reasons Events count=9 rate(events/sec) mean=0.003472 m1=0.000000 m5=0.000005 m15=0.000567 The corresponding object names in the JSON output are: topologyGraphReasonsEventRate topologyGraphReasonsEventTimestamp Change-Id: Ib1aeb83c38b3b72d0ae8a4f49bc1e14badc0199d
Pavlin Radoslavov authored -
Moving election and intent-perf there Change-Id: Ia71e98438b33d3a1c5c12b08ae98c32930c4bd81
Brian O'Connor authored -
- WIP on svg exercise (tabled to be worked on on another date) Change-Id: I8d4ed84f0de44516419910dc5ee4c8eca7dc46ff
Bri Prebilic Cole authored -
Repo URL: https://gerrit.onosproject.org/onos-app-samples Apps moved - calendar - database-perf - demo - election - ifwd - intent-perf - tvue Apps removed - foo Change-Id: I90e8313554246aaeb92e46f9e9efcb93d951585b
Brian O'Connor authored -
Starting with PointToPoint intent to see how it looks Change-Id: I5366a05d657ceaad18c03b95cd71f5d1107200e2
Ray Milkey authored -
We will move to use Builder pattern for intents Change-Id: I68d5811ea16acdac9396d7eaab2dd539a4411889
Sho SHIMIZU authored
-