- 24 Feb, 2015 11 commits
-
-
- Make createInitialPhase() static and move it to IntentProcessPhase - Additionally, rename to newInitialPhase() - IntentWorker's constructor receives an initial intent process phase Change-Id: I4774493230a008fc5530d9d90b262e1eb441f946
Sho SHIMIZU authored -
- IntentWorker is placed in phase package - Make public IntentProcessPhase subclasses package private now Change-Id: Ie7d218fe5d8a516f3913ff8881d9d17cfd8e4c46
Sho SHIMIZU authored -
Because the method is only accessed from IntentWorker Change-Id: Id80a93a7dfdaabc0c78a519a47fd979572d990ef
Sho SHIMIZU authored -
- removed 'animated' class from links. - fixed link label colors (text and rect) for both themes. Change-Id: Iee638839090b64685d40296985e980f4e6105d82
Simon Hunt authored -
…o, but for now disabled in web.xml. Change-Id: I0751077702835e7572b20037ba6ddc1950be6037
Thomas Vachuska authored
-
- 23 Feb, 2015 18 commits
-
-
families. The bug (an exception) is triggered when internally we try to create a masked IPv4 address with a very long IPv6-derived mask length. Added the corresponding unit tests. Change-Id: Id835d27ab3ff38dcf7a1387ff32ccb701aa2fe11
Pavlin Radoslavov authored -
- Eclipse sometimes auto-generates switch table, which fails the immutability unit tests. Ignore field name starting with _ or $, which tends to be used for auto-generated names. ---- Failed tests: IpAddressTest.testImmutable:41 Expected: is "a properly defined immutable class" but : was "a field named '$SWITCH_TABLE$org$onlab$packet$IpAddress$Version' that is not final" IpPrefixTest.testImmutable:39 Expected: is "a properly defined immutable class" but : was "a field named '$SWITCH_TABLE$org$onlab$packet$IpAddress$Version' that is not final" ---- Change-Id: Ibca5f61b9ca6b6006424a4288f1863b6e60ad484
Yuta HIGUCHI authored -
Currently in a lot of places we are deserializing incoming messages on this threadpool and that could be significantly limiting throughput. Change-Id: I83eb7e91004cea4addb28bc28f27e50de10028fe
Madan Jampani authored -
- Use the correct API to set an IPv6 prefix in the matching condition Change-Id: I7911a7e886024bff5442821816e4481570ec8172
Pavlin Radoslavov authored -
This reverts commit ea9ae214. The karaf shell explicitly depends on System.{out,err}, so piping to shell commands is broken by this patchset. Change-Id: Ib7fb6341cfa42418115663413ea406173f5debf4 Note: When running as a service, if a thread that isn't the command thread calls print, it will go to $KARAF/var/System.out
Brian O'Connor authored -
…n widget, started modifying toolbar to use ButtonService Change-Id: I96078516d396951175fb8d9e69dd7796da9f114e
Bri Prebilic Cole authored
- 22 Feb, 2015 5 commits
-
-
… the batch to be processed. Default behaviour returns true. Change-Id: I53a3ffc3ecd75ed2607f155a61971e05a6009a66
Thomas Vachuska authored -
Made Jono's changes to ECM per Madan's suggesion. Added cell beast. Re-enabled anti-entropy. Added ability to push bits through test proxy for faster upload. Change-Id: I1455d6d443a697d7a3973c88cb81bfdac0e1dd7f
Thomas Vachuska authored -
Currently we are kryo serializing/deserializing the message envelope which can potentially limit throughput. Change-Id: I0ae9dab53bbb765b7618ceaefda1edf4f77b0b59
Madan Jampani authored
-
- 21 Feb, 2015 6 commits
-
-
Create an installable intent, not relying on an IntentCompiler. This change enables IntentCompilers to be moved to a dedicated package. Reference: ONOS-1066 Change-Id: Ie5bca33720232afaa4d6642d4f9fda933f6d00e3
Sho SHIMIZU authored -
The unit tests only depend on PointToPointIntentCompiler and it would be obstacles when IntentCompiler subclasses are moved to a dedicated package Change-Id: Ifbfe5ef2a4bae014d2b6cae599fe8860a54e01ca Reference: ONOS-1066
Sho SHIMIZU authored -
- Define IntentProcessor interface containing methods to process an intent - Pull out IntentCompiler related tasks to CompilerRegistry - Pull out IntentInstaller related tasks to InstallerRegistry - Create an IntentProcessor subclass as inner class in IntentManager Change-Id: Ia3e8d574a1053e7ddc9b961873ef758c9e0b1b26
Sho SHIMIZU authored