Gitiles
Code Review
Sign In
gerrit.onosproject.org
/
onos
/
7564231cf4ef073c4b5cbd06066a201cc7d05650
/
core
« Previous
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
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
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
e320103
Add new OFOpticalSwitch13 LambdaQuery, and corrections to OMS port Desc:
by Rimon Ashkenazy
· 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
24e296b
Prevent null treatments
by Jonathan Hart
· 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
68c4fc4
[ONOS-3737] Bump up checkstyle version from 2.16 to 2.17 with some compilation fixes
by Jian Li
· 9 years ago
dcb5e93
Log for pending configuration
by Andrea Campanella
· 9 years ago
fd563f5
Fix for ONOS-3649 - ONOS loses AAA app config across cluster restart
by Ray Milkey
· 9 years ago
76b30f7
Rename ResourcePath.Key to ResourceId for naming consistency
by Sho SHIMIZU
· 9 years ago
7e6d18e
Introduce ResourcePath.Key
by Sho SHIMIZU
· 9 years ago
c8fe98b
Added ARP criterions to KryoNamespaces
by Hyunsun Moon
· 9 years ago
00762ee
Avoid potential round-off error caused by floating point
by Sho SHIMIZU
· 9 years ago
82b3c11
Add hasBehaviour to DriverHandler
by HIGUCHI Yuta
· 9 years ago
8514f47
The flowrule is already removed, there is no need to remove it again
by Qianqian Hu
· 9 years ago
8bcef8b
[ONOS-2225] Add codecs with unit test for FlowObjective REST API
by Jian Li
· 9 years ago
6f350ed
ONOS-3725 Adding ability to retain pending configs.
by Thomas Vachuska
· 9 years ago
db450ee
Reverted constant accessors to be public again.
by Simon Hunt
· 9 years ago
6bc04be
Fixed a bug that ComponentConfigManager#preSetProperty always fails to update a property value.
by Naoki Shiota
· 9 years ago
3600846
Fixed an issue in basic host and basic link config validations.
by Thomas Vachuska
· 9 years ago
0f5da69
[ONOS-3717] Add checkNotNull for the parameters of the constructors of OchPort, OduCltPort and OmsPort.
by Toru Furusawa
· 9 years ago
c23f583
[Falcon] Register TributarySlot resources in resource manager.
by Toru Furusawa
· 9 years ago
3ddb7b2
[Falcon] link discovery -
by Ayaka Koshibe
· 9 years ago
79f6732
[ONOS-3642] Add missing meter icon in topology view
by Jian Li
· 9 years ago
7adb89e
Adding omitted copyright.
by Aaron Kruglikov
· 9 years ago
80520b8
ONOS-3650 Device driver multiple inheritance
by Andrea Campanella
· 9 years ago
622861d
Lambda queries don't rely on driver state, and have separate package.
by Marc De Leenheer
· 9 years ago
762a2d8
Fixing various exception issues.
by Thomas Vachuska
· 9 years ago
d95f3cd
ONOS-3422 inter-domain cross connect
by HIGUCHI Yuta
· 9 years ago
1979f55
Bug fixes for ONOS-3509
by HIGUCHI Yuta
· 9 years ago
12faf8d
Adding driver and behavior for getting configuration on NETCONF devices.
by Aaron Kruglikov
· 9 years ago
9f87e51
Sonar related fixes
by Ray Milkey
· 9 years ago
e71dfa4
ONOS-3521: SM-ONOS performance improvement
by Changhoon Yoon
· 9 years ago
d9c6117
Clean up tempDir after each test runs.
by HIGUCHI Yuta
· 9 years ago
9092db8
Event history service and CLI
by HIGUCHI Yuta
· 9 years ago
fc5ca93
[ONOS-2809] Support a TransactionalSet data structure
by Jian Li
· 9 years ago
34e6314
Remove @Deprecated from Annotation keys used by netcfg
by HIGUCHI Yuta
· 9 years ago
89e981f
Update 'last seen' field on flow rules
by Jonathan Hart
· 9 years ago
b7a15d7
Modify MPLS/VLAN query
by HIGUCHI Yuta
· 9 years ago
1932b93
Add getMeters method for obtaining meter collection by device id
by Jian Li
· 9 years ago
64dd889
[ONOS-3601] Add unit test for MetricCodec and correct some typos
by Jian Li
· 9 years ago
676249c
Fix Sonar critical flagged bugs
by Ray Milkey
· 9 years ago
5c41123
[ONOS-3618] Implement REST API for Meter query, insert, delete
by Jian Li
· 9 years ago
79e5287
[Falcon] Refactored mcast store implementation.
by alshabib
· 9 years ago
19e2cea
[FALCON] adding api to enable packet requests to a single device.
by alshabib
· 9 years ago
1684b00
Bugfix: only allow REMARK band to have a precedence
by Jian Li
· 9 years ago
cef4555
Harmonize resource collectors.
by Marc De Leenheer
· 9 years ago
ecb3c0f
[ONOS-3603] Implement REST API for Group query, insert, delete
by Jian Li
· 9 years ago
0b5ccd2
[Falcon] Pretty print OchSignal
by Naoki Shiota
· 9 years ago
2cc93f4
Change default available MPLS label range
by HIGUCHI Yuta
· 9 years ago
4fd3ceb
[Falcon] fixes for Sonar Critical bugs
by Ray Milkey
· 9 years ago
3564a8c
Improve test coverage for Instructions APIs
by Ray Milkey
· 9 years ago
880dc20d
Starting snapshot 1.5.0-SNAPSHOT
by Brian O'Connor
· 9 years ago
5a2856f
Tagging 1.4.0 (Emu release)
by Brian O'Connor
· 9 years ago
1.4.0
1400ce9
fix for host remove event when an instance comes back online
by alshabib
· 9 years ago
7ba33f4
Add MplsBosCriterion into KryoNamespaces
by Charles Chan
· 9 years ago
6b77071
Switching back to snapshot 1.4.0-SNAPSHOT
by Brian O'Connor
· 9 years ago
d1cdd19
Tagging 1.4.0-rc3
by Brian O'Connor
· 9 years ago
1.4.0-rc3
ca8cb4e
Unit test for OchSignal
by HIGUCHI Yuta
· 9 years ago
ec5349f
One more IndexedLambda deprecation
by HIGUCHI Yuta
· 9 years ago
9d49f54
DefaultDeviceDescription and DefaultLinkDescriptionTest classes toString() method have been updated.
by Pavel Likin
· 9 years ago
b22ba65
Switching back to snapshot 1.4.0-SNAPSHOT
by Brian O'Connor
· 9 years ago
4aded4c
Tagging 1.4.0-rc2
by Brian O'Connor
· 9 years ago
1.4.0-rc2
7231515
[Falcon][ONOS-3601] Add REST API for metrics service with unit test
by Jian Li
· 9 years ago
603e8d9
Optical related minor fixes
by HIGUCHI Yuta
· 9 years ago
2c30530
Deprecate IndexedLambda and remove from optical intent compiler.
by Marc De Leenheer
· 9 years ago
423fe2b
CORD-354 OF-DPA support for link-failures.
by Saurav Das
· 9 years ago
cc4754d
ONOS-3593 Fix NPE when selector or treatment is not assigned in FlowRule.Builder
by Charles Chan
· 9 years ago
d61f2b1
DistributedPacketStore: Retry indefinitely if consistent-map operations fail due to concurrent modification exception
by Madan Jampani
· 9 years ago
c7f49f9
ONOS-3565: Retry host store updates that fail due to concurrent modification
by Madan Jampani
· 9 years ago
c4178cc
Adding protection against UI extension failures crashing the whole UI.
by Thomas Vachuska
· 9 years ago
f4838a7
ONOS-3552 Do not return group information when a device is unavailable
by Charles Chan
· 9 years ago
a3e5cd5
ONOS-3023 Changing flowTable sets to map so that we can compare
by Brian O'Connor
· 9 years ago
17ed48b
Added a utility method for creating store Serializer from a single KryoNamespace and some additional classes
by Madan Jampani
· 9 years ago
6f4ae1c
isBoolean addition
by Thejaswi NK
· 9 years ago
8aa5589
There's no tests artifact for cli
by HIGUCHI Yuta
· 9 years ago
5df3595
ONOS-3562 Changing the flow instructions port to human readable format
by Andrea Campanella
· 9 years ago
777b0ae
ONOS-3567 Protecting against NPE in MapValue isNewerThan
by Brian O'Connor
· 9 years ago
1c8493c
bug fix: type mismatch in mock Database
by HIGUCHI Yuta
· 9 years ago
436f8d5
Use StandardCharsets where possible
by HIGUCHI Yuta
· 9 years ago
dab0974
Perform check before updating host in DistributedHostStore
by Brian O'Connor
· 9 years ago
b2a383f
Implementing computeIf in TestConsistentMap
by Brian O'Connor
· 9 years ago
11d1609
[Emu] new ResourceService related bug fixes
by HIGUCHI Yuta
· 9 years ago
6f8b702
Including nodeId in DefaultPacketRequest so that we do not prematurely withdraw intercepts when a node is shutdown
by Madan Jampani
· 9 years ago
2dc91dc
ONOS-3539 Insert optional delay for showing highlights
by Andrea Campanella
· 9 years ago
905ea22
Starting snapshot 1.4.0-SNAPSHOT
by Brian O'Connor
· 9 years ago
b209dc6
Tagging 1.4.0-rc1
by Brian O'Connor
· 9 years ago
1.4.0-rc1
4ee4204
[ONOS-3486] Add the annotation of port mac when monitor switch added.L3
by lishuai
· 9 years ago
bf85a10
adding a listener service to the mcast service
by alshabib
· 9 years ago
b0fb41d
Implementation of lambda query behaviour for LINC and Calient drivers.
by Marc De Leenheer
· 9 years ago
Next »