Gitiles
Code Review
Sign In
gerrit.onosproject.org
/
onos
/
29b4f22e8b01759fd097069d56a23704d3da7345
« Previous
9aee1f5
Refactor: Consolidate multiple map() invocations to single invocation
by Sho SHIMIZU
· 9 years ago
f9879c5
Marking ConfigProvider as deprecated.
by Thomas Vachuska
· 9 years ago
8baf447
[ONOS-3722] Augment TableModel to support annotations
by Jian Li
· 9 years ago
d8d92db
ONOS-3754 Create driver/behavior for Ciena waveserver
by Andrea Campanella
· 9 years ago
b75b488
ONOS-3760 Injection of mfg/hw/sw/serial in BasicDeviceConfig
by Andrea Campanella
· 9 years ago
d0f063a
ONOS-3588: Topo view... prevent device labels from flashing on update. Also deleted unused variables.
by Simon Hunt
· 9 years ago
05abf13
Refactor: Generate CompletableFuture first, then process it
by Sho SHIMIZU
· 9 years ago
69f6663
[WIP][ONOS-3722] Augment TableModel with Annotations Mechanism
by Jian Li
· 9 years ago
b0c4a07
Refactor: Decompose creating CompletableFuture and process intent
by Sho SHIMIZU
· 9 years ago
b814773
Restrict the visibility of methods only accessed from the same package
by Sho SHIMIZU
· 9 years ago
c95ec3e
Refactor: Inline method
by Sho SHIMIZU
· 9 years ago
594fb2a
Refactor: Extract two methods from submitIntentData()
by Sho SHIMIZU
· 9 years ago
26cc180
Restrict class visibility
by Sho SHIMIZU
· 9 years ago
bb42423
olt installs default rules on startup and when a port shows up
by alshabib
· 9 years ago
e098172
Refactor: Use Tools.allOf() to wait until all tasks become completed
by Sho SHIMIZU
· 9 years ago
5a4346f
Avoid using exception in not exceptional logic
by Hyunsun Moon
· 9 years ago
ab7e7cd
First round of ClusterMetadata improvements:
by Madan Jampani
· 9 years ago
d755893
Refactor: Inline invocations and remove methods
by Sho SHIMIZU
· 9 years ago
6816f25
Added debug info to ArpHandler and priorities to RoutingPopulator
by Flavio Castro
· 9 years ago
4a91515
CORD-472 Added table 0 and physical access rules
by Hyunsun Moon
· 9 years ago
b219fc4
CORD-471 Added physical port and data plane IP as node attribtes
by Hyunsun Moon
· 9 years ago
38a4798
Refactor: Reduce number of invocations of Stream#collect()
by Sho SHIMIZU
· 9 years ago
4ce97ff
Fixed a bug that ComponentConfigManager#preSet never affect OSGi configuration.
by Naoki Shiota
· 9 years ago
7dee11e
ONOS-1770 DefaultDistributedSet.toArray(T[]) does not support array size different than set size.
by Brian Stanke
· 9 years ago
02cbe6a
OLT ability to remove a subscriber
by alshabib
· 9 years ago
98c0a39
Apply more functional style
by Sho SHIMIZU
· 9 years ago
80cfe45
Replace deprecated JsonObject.readFrom() with Json.parse().asObject
by Jian Li
· 9 years ago
85803e2
Add more convenient version of CompletableFuture.allOf()
by Sho SHIMIZU
· 9 years ago
945ded2
ONOS-3692 Southbound Rest provider and protocol
by Andrea Campanella
· 9 years ago
118f671
Power config API (ONOS-2866).
by Marc De Leenheer
· 9 years ago
02c7aaf
adding fujitsu olt device driver
by alshabib
· 9 years ago
2f74f2c
fixed pipeline and onos-drivers for OLT connection
by alshabib
· 9 years ago
e34f110
[ONOS-2225] Add unit test for Flow Objectives REST API
by Jian Li
· 9 years ago
8fa670a
Refactor: Rename ResourcePath to Resource for a better name
by Sho SHIMIZU
· 9 years ago
ab541a5
Refactor: Use Stream API instead of explicit loop
by Sho SHIMIZU
· 9 years ago
5fb1ea3
Use the word "id" not "key" to get the names matched
by Sho SHIMIZU
· 9 years ago
4de9054
Fix javadoc errors.
by HIGUCHI Yuta
· 9 years ago
111bc59
Format string should use %n rather than \n
by Phil Huang
· 9 years ago
ad8ab27
Refactor: Use CompletableFuture instead of Future
by Sho SHIMIZU
· 9 years ago
ea49238
Control plane redirect for OSPF traffic
by Jonathan Hart
· 9 years ago
38f561c
Fix bug that a list is mistakenly added as an element of another list
by Sho SHIMIZU
· 9 years ago
dfde6ba
Added an async version for AtomicValue and misc javadoc improvements
by Madan Jampani
· 9 years ago
9887ad9
[Falcon][ONOS-2696] support method "replace" in ConsistentMap and method "notNull" in Match
by Jihwan Kim
· 9 years ago
4590604
Use Objects.nonNull() to check if non-null
by Sho SHIMIZU
· 9 years ago
828bc16
Use JDK's Objects instead of Guava's Objects
by Sho SHIMIZU
· 9 years ago
5df6518
[ONOS-3696] Remove flow rules when a VM is terminated
by Daniel Park
· 9 years ago
69fc2ff
Support encapsulation in PathIntent
by Michele Santuari
· 9 years ago
6c9e33a
ONOS-3296: Support continuous type resources
by Sho SHIMIZU
· 9 years ago
31f37ed
Define sub-types of Bandwidth to reduce round-off error
by Sho SHIMIZU
· 9 years ago
e9ac2c5
[ONOS-2225] Implement REST API for Flow Objectives
by Jian Li
· 9 years ago
4b5c6dc
Added events for the Interface subsytem
by Jonathan Hart
· 9 years ago
c019803
Oplink ROADM Support - 6
by Jimmy Jin
· 9 years ago
3f34218
Modified onos:resources CLI command to be able to filter resource types (ONOS-3617).
by Naoki Shiota
· 9 years ago
fa0dc66
adding a criterion for inner vlans used by olt to match on the inner vlan
by alshabib
· 9 years ago
4cc4b95
Delete unused jquery libs.
by Simon Hunt
· 9 years ago
f6735b2
[Falcon] SONA: creates a new thread for handling network config events
by sanghoshin
· 9 years ago
62bbc60
Refactor: remove an extra inner class, IntentBatchProcess
by Sho SHIMIZU
· 9 years ago
1c96510
Renaming Partition{Service, Manager, Event} to IntentPartition{Service, Manager, Event} to better disambiguate between another PartitionService that is responsible for managing datastore partitions
by Madan Jampani
· 9 years ago
71d13e1
use maven shade plugin version defined in root pom + Minor fixes to CopycatTransport based on review comments
by Madan Jampani
· 9 years ago
f2f086c
Added Change utility class for representing change events + Moved Match class to org.onlab.util
by Madan Jampani
· 9 years ago
556cf1e
Fix javadoc error.
by HIGUCHI Yuta
· 9 years ago
4ea4e42
Should compere scheme.
by HIGUCHI Yuta
· 9 years ago
3289fbf
Added custom transport implementaion (for Catalyst Transport) for all copycat specific communication
by Madan Jampani
· 9 years ago
3961b75
Added unit tests for NettyMessaging
by Madan Jampani
· 9 years ago
d36def0
MessagingService API enchancements
by Madan Jampani
· 9 years ago
8992524
Refactor: Remove IntentWorker by replacing it with lambda
by Sho SHIMIZU
· 9 years ago
c032c83
Reduce use of deprecated ClusterCommunicationService.addSubscriber()
by Sho SHIMIZU
· 9 years ago
ab6c1fe
Refactor: use ifPresent() instead of isPresent()
by Sho SHIMIZU
· 9 years ago
be60dde
ONOS-3755: use thousand separator for packet and byte counts, etc. Fix alignment (numbers right justified).
by Simon Hunt
· 9 years ago
72ee30c
[ONOS-3730] Populate portSpeed for ODUCLT and OCH ports.
by Toru Furusawa
· 9 years ago
3930f63
FPM component that can decode routes from Quagga's FIB push interface.
by Jonathan Hart
· 9 years ago
e320103
Add new OFOpticalSwitch13 LambdaQuery, and corrections to OMS port Desc:
by Rimon Ashkenazy
· 9 years ago
f789520
Handled exception case of OpenStack network type
by Hyunsun Moon
· 9 years ago
49cadbd
olt sends an event when registering a subscriber
by alshabib
· 9 years ago
aef4585
Revert changes to use constants for Sonar suppression
by Ray Milkey
· 9 years ago
3756cc3
Change applicationId's equality checking and hashing method
by Jian Li
· 9 years ago
3e4ccaf
ONOS-3749: Show Flow ID and group ID in the flow table as hex values.
by Simon Hunt
· 9 years ago
3f92c43
ONOS-2060: Add strong discouragement message if trying to deactivate or uninstall drivers.
by Simon Hunt
· 9 years ago
e8402da
netcfg CLI command:
by Ayaka Koshibe
· 9 years ago
8e290c5
ONOS-3743 Adding end pattern to doRPC, removing unused rfc module and minor refactoring of provider methods
by Andrea Campanella
· 9 years ago
6b139b4
adding Access device events and a listener
by alshabib
· 9 years ago
24e296b
Prevent null treatments
by Jonathan Hart
· 9 years ago
7a12002
Changing tom cell.
by Thomas Vachuska
· 9 years ago
3aedc03
ONOS-3156 Fixed mysterious execution of Secure-SSH stc step. Doh!
by Thomas Vachuska
· 9 years ago
6344f57
Implemented control plane redirect for control traffic.
by Jonathan Hart
· 9 years ago
a059a70
Fix javadoc build - ampersands are bad
by Ray Milkey
· 9 years ago
ce3b28e
Moved sdnip.json config example to the reactive-routing app.
by Jonathan Hart
· 9 years ago
be8edcb
Added more debug messages
by Hyunsun Moon
· 9 years ago
64591a6
Fix problem with apps disappearing after cluster restart
by Ray Milkey
· 9 years ago
138de8b
FIxing basic device config and demoting some config-related messages to debug.
by Thomas Vachuska
· 9 years ago
d1ce4b0
Ignore table ID from flow stats reply when creating OF1.0 flow rule.
by Jonathan Hart
· 9 years ago
4ae5aa8
Blew away old version of PIM to restructure. And:
by Rusty Eddy
· 9 years ago
c98e7c5
Improved openstackSwitching ARP handler
by Hyunsun Moon
· 9 years ago
42c7b4e
CORD-416 Implemented ARP proxy for service IPs
by Hyunsun Moon
· 9 years ago
68c4fc4
[ONOS-3737] Bump up checkstyle version from 2.16 to 2.17 with some compilation fixes
by Jian Li
· 9 years ago
a678b84
ONOS-2849: Pre-populate sort so active apps are at the top of the list.
by Simon Hunt
· 9 years ago
dcb5e93
Log for pending configuration
by Andrea Campanella
· 9 years ago
a003d8a
ONOS-2849: Given app dialog opaque background.
by Simon Hunt
· 9 years ago
fd563f5
Fix for ONOS-3649 - ONOS loses AAA app config across cluster restart
by Ray Milkey
· 9 years ago
8d28a55
ONOS-2849: Refactored topo dialog to general DialogService. Implemented confirmation dialog in App view.
by Simon Hunt
· 9 years ago
Next »