Gitiles
Code Review
Sign In
gerrit.onosproject.org
/
onos
/
d4fd89fcac32c1b84e1ccd53cf6cc38161841a7b
/
core
« Previous
b7f0f64
ONOS-3460 - Link provider that enforces strict configuration
by Ray Milkey
· 9 years ago
c4ee737
Adding first fallback provider for flow rule subsystem.
by Thomas Vachuska
· 9 years ago
5e5b3d6
State machine implementations for various distributed primitives based on latest Copycat APIs
by Madan Jampani
· 9 years ago
a9673fd
Fixes NPE in map event listener
by Madan Jampani
· 9 years ago
3afbc7f
Adding ability to project device, link and host model as alternate entities.
by Thomas Vachuska
· 9 years ago
28b2cd6
Added asConsistentMap() method to AsyncConsistentMap for creating a new ConsistentMap instance.
by Madan Jampani
· 9 years ago
1e8e89c
Fixes NPEs in TranscodingAsyncConsistentMap deserialization code paths
by Madan Jampani
· 9 years ago
62f1533
Remove map listener when caching async consistent map is destroyed
by Madan Jampani
· 9 years ago
551d0d2
DistributedPrimitives updates:
by Madan Jampani
· 9 years ago
2f26fb2
Remove mutating methods in IntentData
by Sho SHIMIZU
· 9 years ago
7b3fe3a
Defining notion of a projectable entity.
by Thomas Vachuska
· 9 years ago
068a438
TypeSerializerFactory for using store Serializer with Catalyst serialization
by Madan Jampani
· 9 years ago
533ef98
AtomicValue updates
by Madan Jampani
· 9 years ago
47b80ba
Leader elector distributed primitive interfaces
by Madan Jampani
· 9 years ago
f778c96
Use partitionId instead of clusterName in CopycatTransport
by Madan Jampani
· 9 years ago
dbe8a81
Fixes NPE in ConsistentDeviceMastershipStore
by Madan Jampani
· 9 years ago
4124bc3
LEADER_ELECTOR distributed primitive enum type
by Madan Jampani
· 9 years ago
620f70d
LeadershipStore updates:
by Madan Jampani
· 9 years ago
f6c973a
DefaultConsistentMap to automatically retry compute* calls failing due to ConcurrentModification
by Madan Jampani
· 9 years ago
07b7bc9
Use specific types instead of using type parameters
by Sho SHIMIZU
· 9 years ago
83258ae
Use more concrete type for return value
by Sho SHIMIZU
· 9 years ago
dc4394c
Implement toString()
by HIGUCHI Yuta
· 9 years ago
7a070c0
Write TODO comments
by Sho SHIMIZU
· 9 years ago
6a717dc
Restrict exposure to public
by Sho SHIMIZU
· 9 years ago
0c7c43b
CORD-394 Purge group/flow store when device goes offline
by Charles Chan
· 9 years ago
2486ddd
Pull up components() method as an abstract method
by Sho SHIMIZU
· 9 years ago
26a78df
Fix typo
by Sho SHIMIZU
· 9 years ago
19816f4
Revise Javadoc
by Sho SHIMIZU
· 9 years ago
93fa727
ONOS-3763 Change flow state to PENDING_ADD when retrying
by Charles Chan
· 9 years ago
9567896
Remove redundant meter id when create a meter entry in REST API
by Jian Li
· 9 years ago
5b6dfba
- adding more log
by HIGUCHI Yuta
· 9 years ago
28dbe8f
ONOS-3829 Fixed bug with inconsistent parent's behaviours when merging drivers
by Andrea Campanella
· 9 years ago
460b972
Move static factory methods to the utility class
by Sho SHIMIZU
· 9 years ago
763be92
Avoid using fully qualified name
by Sho SHIMIZU
· 9 years ago
51539b8
Enforce naming convention regarding abbreviations
by Jonathan Hart
· 9 years ago
f95b96e
Change the APIs to instantiate Resource and ResourceId
by Sho SHIMIZU
· 9 years ago
d978d9a
Move variable declarations out of the loop
by Sho SHIMIZU
· 9 years ago
f95290a
Added newValue and oldValue methods to MapEvent.
by Madan Jampani
· 9 years ago
7f8a7cb
Define zero argument contructoris for the serializer
by Sho SHIMIZU
· 9 years ago
7dac8a4
Change the return type of ResourceId#parent()
by Sho SHIMIZU
· 9 years ago
42ac51f
Make fields private to get classes immutable
by Sho SHIMIZU
· 9 years ago
1d7c9cb
ONOS-3732 Bandwidth resource registration using netcfg.
by HIGUCHI Yuta
· 9 years ago
34b55b6
Remove unnecessary method calls by direct access to the field
by Sho SHIMIZU
· 9 years ago
f0fb361
Fix Javadoc warning
by Sho SHIMIZU
· 9 years ago
2a70451
Use concrete types instead of abstract types
by Sho SHIMIZU
· 9 years ago
14967c2
CORD-389 Fix for Accton 6712 deployment
by Charles Chan
· 9 years ago
4a1e59f
Rename: use plural according to the returned type
by Sho SHIMIZU
· 9 years ago
fa24218
Added destroy() method to DistributedPrimitive interface
by Madan Jampani
· 9 years ago
2693bda
Add a builder for DefaultLink to hide multiplying constructors
by Ray Milkey
· 9 years ago
8946177
Bugfix for DeviceStores
by HIGUCHI Yuta
· 9 years ago
5923b9a
Fixed an NPE in DeviceManager provider service.
by Thomas Vachuska
· 9 years ago
063949f
Added Match type to KryoNamespaces.MISC
by Madan Jampani
· 9 years ago
f33b893
Move inner classes to upper level
by Sho SHIMIZU
· 9 years ago
2d31022
Introduce two specific types of ResourceId for Discrete and Continuous
by Sho SHIMIZU
· 9 years ago
bb062ec
Fixing a discrepancy in driver manager implementation.
by Thomas Vachuska
· 9 years ago
65ece15
ONOS-3786 deletePort from specific bridge method and correct bridge name retrivial call in old add and delete ports of OsvdbBridgeConfig
by Andrea Campanella
· 9 years ago
b06ccef
Fix CopycatTransportClient thread check + bump up atomix version to latest rc
by Madan Jampani
· 9 years ago
c93117d
[GEANT] Adding driver/behavior for setting configuration on NETCONF devices.
by Andreas Papazois
· 9 years ago
7f256f5
Fix all javadoc warnings
by Jian Li
· 9 years ago
1007367
Decorators for AsyncConsistentMap
by Madan Jampani
· 9 years ago
c7840bd
Improvements to flows list command.
by Jonathan Hart
· 9 years ago
dfba739
Fix javadoc warnings
by Jian Li
· 9 years ago
8d5ff16
Sync the test method name with the subject class name
by Sho SHIMIZU
· 9 years ago
49cb5a1
Changes to vRouter to accomodate ofdpa and softrouter pipelines.
by Saurav Das
· 9 years ago
dff91af
Add resource API to query registered resource
by HIGUCHI Yuta
· 9 years ago
d0dd135
API changes for net config link provider
by Ray Milkey
· 9 years ago
6f828c3
Bugfix and cosmetic changes to resource subsystem
by HIGUCHI Yuta
· 9 years ago
238d96e
ONOS-3758 restructuring driver module with sub-modules for different drivers
by Andrea Campanella
· 9 years ago
c43fd1c
Ensure basic SubjectFactories have been initialized before NetworkConfigLoader
by Jonathan Hart
· 9 years ago
d6fb053
Delay loading startup applications.
by Jonathan Hart
· 9 years ago
837a363
APIs for accessing/administering storage partitions + API for creating distributed primitives
by Madan Jampani
· 9 years ago
4a14185
Move method to IntentProcessPhase
by Sho SHIMIZU
· 9 years ago
c2da488
Harden DefaultApplication against modification.
by Simon Hunt
· 9 years ago
97d6b2d
[ONOS-3635] Implement List view for extended application properties
by Jian Li
· 9 years ago
c67ca3c
Make results of application codec and swagger doc desc consistent
by Jian Li
· 9 years ago
32347e0
pom clean up and Remove unsed code
by Madan Jampani
· 9 years ago
f4c8850
Refactor change: Moved all distributed primitive implementation classes into onos-core-primitives bundle
by Madan Jampani
· 9 years ago
ad3c526
Using provider pattern for cluster metadata.
by Madan Jampani
· 9 years ago
3cb7ff9
Add helper to build DefaultAnnotations based on existing Annotations
by HIGUCHI Yuta
· 9 years ago
1159916
Bump up Karaf to 3.0.5
by Jian Li
· 9 years ago
2c0ae12
Always use ImmutableList.of() when returning an empty list
by Sho SHIMIZU
· 9 years ago
01b0f595
[ONOS-3634] Provide default category name and make url nullable
by Jian Li
· 9 years ago
6282c80
[ONOS-3634] Add REST API for extended application properties
by Jian Li
· 9 years ago
8bcb4f2
[ONOS-3634] Remove readme tag from app.xml
by Jian Li
· 9 years ago
d1a33b6
Rename instance field
by Sho SHIMIZU
· 9 years ago
051e9fa
ONOS-3780: Table model now handles two column sorts.
by Simon Hunt
· 9 years ago
c35415d
[ONOS-3634] Enhance app to have a category, icon, URL and readme
by Jian Li
· 9 years ago
52b9336
Added a new method to create a port
by Hyunsun Moon
· 9 years ago
70b88d8
Tighten precontinoal checks
by Sho SHIMIZU
· 9 years ago
c88b85e
Rearrange the method declaration order
by Sho SHIMIZU
· 9 years ago
67f9281
Remove obsolete comments
by Sho SHIMIZU
· 9 years ago
8f2b777
Refactor: Remove try-catch by using CompletableFuture#exceptionally()
by Sho SHIMIZU
· 9 years ago
489aa9b
Refactor: Use CompletableFuture instead of Executor#execute()
by Sho SHIMIZU
· 9 years ago
96b39e2
Remove a method checking if non-null by using Optional
by Sho SHIMIZU
· 9 years ago
a090a11
Added DistributedPrimitive interface
by Madan Jampani
· 9 years ago
27e1b92
Make return value null-safe
by Sho SHIMIZU
· 9 years ago
8474fdd
Fix how default partitions are created
by Madan Jampani
· 9 years ago
f6c6a30
Fix incorrect input verification check in ClusterMetadata
by Madan Jampani
· 9 years ago
69305ab
Remove blank lines
by Sho SHIMIZU
· 9 years ago
9fa6b8b
Improve null safety by returning an empty list
by Sho SHIMIZU
· 9 years ago
Next »