Introduction of XSQL
[controller.git] / opendaylight /
2014-07-28 Sharon AiclerIntroduction of XSQL 04/9204/3
2014-07-28 Tony TkacikMerge "BUG-432: migrate users of Registration as approp...
2014-07-28 Tony TkacikMerge "RPC registrations should not throw"
2014-07-28 Tony TkacikMerge "Deprecating unused get{Provider,Consumer} Functi...
2014-07-28 Tony TkacikMerge "Removed BundleContext from Broker.register{Consu...
2014-07-28 Tony TkacikMerge "Removed BundleContext from Broker.register{Consu...
2014-07-28 Tony TkacikMerge "Optimize RESTCONF module/node parsing"
2014-07-28 Tony TkacikMerge "Improve RESTCONF thread safety when reconfiguring"
2014-07-28 Tony TkacikMerge "Allow getChildNodes() to become a Collection"
2014-07-28 Tony TkacikMerge "BUG-1381: do not use JavassistUtils.getLock()"
2014-07-27 Robert VargaBUG-432: migrate users of Registration as appropriate 63/9363/4
2014-07-27 Robert VargaRPC registrations should not throw 16/9316/2
2014-07-26 Moiz RajaEnhance code documentation and add TODOs 04/9304/4
2014-07-26 Moiz RajaFix bug in ReplicatedLogImpl#removeFrom and use akka... 82/9182/4
2014-07-26 Moiz RajaRemove the confusion around suggestedState 81/9181/4
2014-07-26 Moiz RajaFix issue when adding new peers 45/9145/4
2014-07-26 Kamal RameshanTest driver and changes related to it 32/9132/6
2014-07-26 Moiz RajaInitial implementation of saving and installing snapshots 87/9087/6
2014-07-26 Moiz RajaTest handling of the Replicate message by the Leader 86/9086/4
2014-07-26 Moiz RajaTest RaftActor using a simple program 98/8998/7
2014-07-26 Moiz RajaImplement handling of AppendEntries from a recipient... 73/8973/4
2014-07-26 Moiz RajaProperly handle RequestVote in all states 72/8972/3
2014-07-26 Moiz RajaComplete Candidate behavior implementation 61/8961/3
2014-07-26 Moiz RajaMerge "Remove RaftReplicator and move hearbeat logic...
2014-07-26 Moiz RajaMerge "Implement behavior common to a RaftActor in...
2014-07-26 Moiz RajaMerge "Initial code/design for an Akka Raft implementation"
2014-07-26 Robert VargaOptimize RESTCONF module/node parsing 42/9342/2
2014-07-26 Robert VargaImprove RESTCONF thread safety when reconfiguring 41/9341/2
2014-07-26 Robert VargaAllow getChildNodes() to become a Collection 40/9340/2
2014-07-25 Tom PantelisMerge "Bug 1417 - Removed extraneous pom dep on flow...
2014-07-25 Robert VargaBUG-1381: do not use JavassistUtils.getLock() 19/9319/2
2014-07-25 Ed WarnickeDeprecating unused get{Provider,Consumer} Functionality 15/9315/3
2014-07-25 Tony TkacikMerge "Bug 1178 - removed unused parameter from checkOd...
2014-07-25 Ed WarnickeRemoved BundleContext from Broker.register{Consumer... 14/9314/1
2014-07-25 Ed WarnickeRemoved BundleContext from Broker.register{Consumer... 13/9313/1
2014-07-25 Tony TkacikMerge "BUG-1381: make users of JavassistUtils.getLock...
2014-07-25 Tony TkacikMerge "Override TransactionFactor method in DataBroker...
2014-07-25 Maros MarsalekMake DOMMountPointService listenable 83/9283/2
2014-07-24 Tom PantelisMerge "Bug 1280: Added option to automaticly create...
2014-07-24 jameshall03885Bug 1417 - Removed extraneous pom dep on flow-managemen... 96/9296/1
2014-07-24 Ed WarnickeMerge "Bug 1378: Make sure config extender does not...
2014-07-24 Robert VargaBUG-1381: make users of JavassistUtils.getLock synchron... 95/9095/2
2014-07-24 Maros MarsalekOverride TransactionFactor method in DataBroker to... 80/9280/2
2014-07-23 Tony TkacikBug 1378: Make sure config extender does not block... 62/9262/2
2014-07-23 Tom PantelisMerge "Bug 279, 1390: Used Guava Cache r for lazy-loadi...
2014-07-23 Jozef GloncakBUG 1144 - response 500 instead of 400 57/9257/1
2014-07-23 Ed WarnickeMerge "BUG 1359:Fixed using option 1"
2014-07-23 Tony TkacikMerge "NormalizedNode Mount APIs."
2014-07-23 Moiz RajaMerge "Made config/mdsal/netconf features non-cyclic"
2014-07-22 Tony TkacikMerge "BUG-692 Fix intermittent failure in NetconfDevic...
2014-07-22 Maros MarsalekNormalizedNode Mount APIs. 83/9083/7
2014-07-22 Tony TkacikMerge "Optimize netconf capability handling"
2014-07-22 Tony TkacikMerge "BUG-865: do not use InstanceIdentifier.getPath()"
2014-07-22 Devin AveryMerge "API Usability: Introduced type capture for Trans...
2014-07-22 Robert VargaOptimize netconf capability handling 30/9230/1
2014-07-22 Robert VargaBUG-865: do not use InstanceIdentifier.getPath() 29/9229/1
2014-07-22 Jozef GloncakBUG 1379 - rpcs behind yang-ext:mount aren't always... 18/9218/1
2014-07-22 Maros MarsalekBUG-692 Fix intermittent failure in NetconfDeviceTest 17/9217/1
2014-07-22 Giovanni MeoMerge "Flow request containing an invalid action should...
2014-07-22 Vaishali MithbaokarBUG 1359:Fixed using option 1 12/9212/2
2014-07-22 Ed WarnickeMade config/mdsal/netconf features non-cyclic 11/9211/1
2014-07-21 Devin AveryMerge "Change put/merge methods to be type-safe in...
2014-07-21 tpantelisChange put/merge methods to be type-safe in WriteTransa... 98/9098/4
2014-07-21 Tony TkacikBug 1352: Added regression test to InMemory Data Store. 34/8934/2
2014-07-21 Tony TkacikFixed incorrect XML test suites & Usage of removed API 97/9197/4
2014-07-21 Tony TkacikMerge "BUG 1387 - degrade log output from info to debug"
2014-07-21 Tony TkacikMerge "Bug 1362: New AsyncWriteTransaction#submit method"
2014-07-21 Jozef GloncakBUG 1387 - degrade log output from info to debug 90/9190/1
2014-07-21 Tony TkacikMerge "Bug 1239 - Clean up and refactor netconf-ssh...
2014-07-20 Moiz RajaRemove RaftReplicator and move hearbeat logic to the... 53/8953/2
2014-07-20 Moiz RajaImplement behavior common to a RaftActor in all it... 20/8920/2
2014-07-20 Moiz RajaInitial code/design for an Akka Raft implementation 08/8708/4
2014-07-18 maqureshFlow request containing an invalid action should be... 72/9172/1
2014-07-18 Devin AveryMerge "Removed unused private implementation class"
2014-07-18 Devin AveryMerge "Changed read to be type-safe in ReadTransaction"
2014-07-18 Tony TkacikMerge "BUG-1384: YangStoreServiceImpl.refresh() should...
2014-07-18 Tony TkacikMerge "Improve RpcProviderRegistry loading"
2014-07-18 Tony TkacikMerge "BUG-692 Replace strings with ModifyAction enum"
2014-07-18 Tony TkacikMerge "Bug-1376 Add caching for premature notifications...
2014-07-18 Tony TkacikMerge "BUG-1291 Fix executor for netconf-connector...
2014-07-18 Tony TkacikMerge "BUG-1365 Check if channel was closed when negoti...
2014-07-17 Maros MarsalekBUG-692 Replace strings with ModifyAction enum 80/9080/3
2014-07-17 Maros MarsalekBug-1376 Add caching for premature notifications in... 50/9050/5
2014-07-17 Robert VargaBUG-1384: YangStoreServiceImpl.refresh() should never... 18/9118/3
2014-07-17 Devin AveryMerge "Added SingleThreadedExecutors to data store...
2014-07-17 Devin AveryMerge "Bug 1380 - Fix NullPointerException when match...
2014-07-17 Maros MarsalekBUG-1291 Fix executor for netconf-connector rejecting... 49/9049/4
2014-07-17 Tony TkacikMerge "Bug 1367 - Fix NPE in cors filter"
2014-07-17 Maros MarsalekBUG-1365 Check if channel was closed when negotiation... 29/9029/3
2014-07-16 Surekha BejgamFixed to config,netconf,mdsal features files 63/8963/4
2014-07-16 Robert VargaImprove RpcProviderRegistry loading 93/9093/1
2014-07-16 Rob AdamsBug 1380 - Fix NullPointerException when match is null 92/9092/1
2014-07-16 Devin AveryMerge "Bug 1225: Fixed bug in registration of default...
2014-07-16 Devin AveryMerge "Deprecated Rpcs and RpcErrors helper classes"
2014-07-16 Devin AveryMerge "Bug 1093: Extracted static inner classes from...
2014-07-16 Tony TkacikAdded SingleThreadedExecutors to data store instance. 88/9088/1
2014-07-16 Tom PantelisMerge "Added comments to the opendaylight-inventory...
2014-07-16 Tony TkacikRemoved unused private implementation class 81/9081/1
2014-07-16 Tony TkacikBug 1093: Extracted static inner classes from SchemaAwa... 54/9054/2
2014-07-16 Devin AveryAdded comments to the opendaylight-inventory.yang file... 55/8255/6
next