Make REUSABLE_*_TL final
[controller.git] / opendaylight / md-sal /
2015-10-27 Robert VargaMake REUSABLE_*_TL final 69/28769/5
2015-10-27 Robert VargaReduce ShardDataTree#getDataTree() callsites 29/28729/7
2015-10-26 Robert VargaDo not declare unneeded Exception throw 27/28727/5
2015-10-26 Robert VargaMake private methods static 26/28726/5
2015-10-26 Tom PantelisAdd getPeerIds to RaftActorContext 18/28718/6
2015-10-24 Gary WuFix resource leaks in TransactionChainProxyTest 54/28754/2
2015-10-23 Tom PantelisBug 2187: Code cleanup and refactoring 74/28674/5
2015-10-23 Gary WuRemove unnecessary @SuppressWarnings 43/28743/2
2015-10-23 Gary WuBug 4037: Allow auto-downed node to rejoin cluster 52/27852/8
2015-10-23 Tom PantelisBug 2187: AddServer unit test and bug fixes 63/28663/3
2015-10-23 kalaiselvikBUG 2187 - JMX API for create/delete shard replica 42/27742/13
2015-10-20 Rajesh_SindagiBUG-2187: Add Server - Leader Implementation 18/28018/9
2015-10-14 Tom PantelisAdd cluster config yang RPCs and provider wiring 66/28366/6
2015-10-14 Tom PantelisFix DistributedDataStoreIntegrationTest failure 95/28395/3
2015-10-14 Stephen KittAdd missing dependencies 18/28318/2
2015-10-10 Moiz RajaBUG 4151 : Create a shared actor system 62/27562/9
2015-10-09 Gary WuFix Eclipse compilation warnings. 30/28030/3
2015-10-09 Tom PantelisRemove peer address cache in ShardInformation 60/27760/4
2015-10-09 Stephen KittPrepare for Karaf 3.0.4 upgrade 59/28059/2
2015-10-09 Gary WuRefactor to fix unchecked cast warnings. 66/28166/3
2015-10-08 Gary WuFix Eclipse compilation warnings. 25/28025/2
2015-10-08 Gary WuFix Eclipse compilation warnings. 21/28021/2
2015-10-08 Moiz RajaReproduce bug 4359 78/27678/4
2015-10-08 Tom PantelisAdd ShardPeerAddressResolver 06/27606/4
2015-10-07 Tom PantelisFix DistributedEntityOwnershipIntegrationTest failure 24/28024/1
2015-10-07 Tom PantelisBug 4105: Fix intermittent failure in DistributedEntity... 12/28012/1
2015-10-06 Tom PantelisInitial code for RaftActorServerConfigurationSupport 57/27557/7
2015-10-05 Tom PantelisAdd PeerAddressResolver for raft actor 88/27588/3
2015-10-02 Tony TkacikFixed DatastoreContext not found. 48/27848/1
2015-10-01 Tom PantelisSpeed up GlobalBundleScanningSchemaServiceImpl close 81/27781/1
2015-09-29 Tom PantelisAdd election info to Snapshot 95/27495/6
2015-09-29 Tom PantelisAdd Raft AddServer message and reply 14/27514/4
2015-09-27 Tom PantelisAdd getOwnershipState method to EntityOwnershipService 51/27551/2
2015-09-28 Stephen KittYangInstanceIdentifier::toInstance() -> build() 31/27531/2
2015-09-28 Tom PantelisAlways persist and recover election term info 91/27491/9
2015-09-24 Michal PolkorabBug 4327 - Fixed DataTreeChangeListener registration... 96/27296/3
2015-09-24 Stephen KittRemove expensive uses of Calendar.getInstance() 81/25981/3
2015-09-23 Vratko PolakBug 4202: Migrate also toaster to use mdsal project 69/27369/1
2015-09-18 Robert VargaBUG-865: remove YangInstanceIdentifier.toInstance() 63/27163/1
2015-09-18 Stephen KittAdd "documentation" flags for WriteTransaction 98/25398/6
2015-09-17 Robert VargaBUG-2399: take into account new ModificationTypes 10/27110/5
2015-09-17 Shaleen SaxenaBug-4214 - Add support for configurable snapshot chunk... 13/26413/3
2015-09-17 Tony TkacikBug 4202: Migration to use mdsal project 79/26079/14
2015-09-17 Robert VargaBUG-865: remove the use of ModificationType.MERGE 07/27107/2
2015-09-16 Stephen KittFuture-proof the dummy JAR construction 59/26859/3
2015-09-16 Robert VargaBUG-865: remove use of DefaultDataTreeCandidate 51/27051/1
2015-09-16 Robert VargaBUG-865; do not use DurationStatsTracker 46/27046/1
2015-09-15 Tom PantelisBug 4105: Remove EntityOwnershipCandidate 50/26950/2
2015-09-15 Tom PantelisBug 4094: Fix DCNs on initial registration 49/26949/2
2015-09-14 Tony TkacikFixed relativePaths. 97/26597/5
2015-09-14 Tom PantelisBug 4105: Add hasOwner param to EntityOwnershipListener... 98/26898/2
2015-09-10 Tom PantelisBug 4105: Remove candidates on PeerDown 08/26808/1
2015-09-10 Tom PantelisBug 4105: Implement EntityOwnershipListener registratio... 07/26807/1
2015-09-10 Tom PantelisBug 4105: Pass ModuleShardConfiguration with CreateShard 06/26806/1
2015-09-10 Tom PantelisBug 4105: Add entity ownership integration test 05/26805/1
2015-09-10 Tom PantelisBug 4105: Change ownership on member down/up 04/26804/1
2015-09-10 Tom PantelisBug 4105: Add Cars RPC to test entity ownership 03/26803/1
2015-09-10 Tom PantelisBug 4105: Add general-entities yang model 02/26802/1
2015-09-10 Tom PantelisBug 4105: Add dynamic module/shard config for entity... 01/26801/1
2015-09-10 Tom PantelisBug 4105: Implement UnregisterCandidateLocal in EntityO... 00/26800/1
2015-09-10 Tom PantelisBug 4105: Integrate EntityOwnerChangeListener with... 99/26799/1
2015-09-10 Moiz RajaBug 4105: Choose Owner for an Entity based on first... 98/26798/1
2015-09-10 Tom PantelisBug 4105: Change commit retry mechanism in EntityOwners... 97/26797/1
2015-09-10 Tom PantelisBug 4105: Add EntityOwnerDataChangeListener 96/26796/1
2015-09-10 Tom PantelisBug 4105: Add EntityOwnershipListenerActor and support 95/26795/1
2015-09-10 Tom PantelisBug 4105: Move Configuration classes to config package 94/26794/1
2015-09-10 Tom PantelisBug 4105: Implement RegisterCandidate in EntityOwnershi... 93/26793/1
2015-09-10 Tom PantelisBug 4105: Implement candidate registration close 92/26792/1
2015-09-10 Tom PantelisBug 4105: Implement DistributedEntityOwnershipService... 91/26791/1
2015-09-10 Moiz RajaBug 4105: Add entity-owners yang module 90/26790/1
2015-09-10 Tom PantelisBug 4105: Add EntityOwnershipShard 89/26789/1
2015-09-10 Tom PantelisBug 4105: Added DistributedEntityOwnershipService and... 86/26786/2
2015-09-10 Moiz RajaBug 4105: Add public EntityOwnershipService interface 85/26785/2
2015-09-10 Tom PantelisCDS: Fix intermittent DistributedDataStoreRemotingInteg... 84/26784/2
2015-09-10 Tom PantelisBug 4105: Add CreateShard message in ShardManager 27/26727/3
2015-09-10 Tom PantelisBug 4105: Add method to get all unique member names 26/26726/3
2015-09-10 Moiz RajaBUG 2185: Expand the scope of sync status to cover... 26/26426/2
2015-09-10 Shaleen SaxenaBug-4234 - Add count field to cars stress-test RPC. 19/26419/2
2015-09-10 Moiz RajaBUG 2185 : Follower should request forceInstallSnapshot... 11/26411/2
2015-09-07 Tomas CereDelete restconf 00/26600/1
2015-09-02 Moiz RajaBUG 2185 : Add JMX API to change the state of a Shard 31/26331/1
2015-09-02 Moiz RajaBUG 2185 : Disable all internal switching of behavior 90/26290/1
2015-09-02 Jan HajnarBug 3708 - APIdoc explorer URLs contain extra 'node... 31/25531/2
2015-09-02 Tom PantelisBug 3822: Improve error reporting for restconf PUT 37/25337/2
2015-09-01 Moiz RajaBUG 2185 : Introduce the SwitchBehavior message 64/25164/2
2015-09-01 Moiz RajaBUG 2185 : Make the Custom Raft Policy externally confi... 10/24810/4
2015-08-28 Harman SinghBug 2461 : Adding capture snapshot JMX operation. 32/26132/2
2015-08-27 Moiz RajaBUG 4212 : Follower should not reschedule election... 11/26111/5
2015-08-27 Moiz RajaBUG 4213 : Candidate should switch to Follower when... 07/26107/1
2015-08-27 Tony TkacikMoved non MD-SAL models outside of MD-SAL folder 75/25475/4
2015-08-27 Tony TkacikSwitched model-parent to use binding-parent. 74/25474/4
2015-08-19 Tony TkacikBug 4035: MD-SAL: Remove unused dependencies & declarations 63/24463/6
2015-08-19 Tony TkacikRemove unused MD-SAL utilities and interfaces. 77/24477/5
2015-08-19 Tony TkacikBug 4035: Remove deprecated Hydrogen interfaces 76/24476/5
2015-08-19 Tony TkacikBug 4035: Fixed some sonar warnings in md.sal.binding... 13/19213/11
2015-08-18 Tony TkacikBug 4035: Remove unused implementations from sal-common... 70/24470/5
2015-08-18 Tony TkacikBug 4035: Removed sal-common which is unused since... 67/24467/8
2015-08-18 Tony TkacikBug 4035: Fixed some sonar / findbugs issues in DOM... 65/24465/9
2015-08-18 Tony TkacikBug 4035: Remove references to not present artefacts. 64/24464/7
2015-08-18 Tony TkacikBug 4035: Extract dom-config from core-api and broker... 92/24392/9
next