Bump upstream versions
[neutron.git] / northbound-api / src / main / java / org / opendaylight / neutron / northbound / api / NeutronRoutersNorthbound.java
2021-07-04 Robert VargaCleanup @StatusCodes formatting 38/96038/2
2019-01-17 Robert VargaMigrate enunciate annotations 08/79608/1
2018-10-13 Michael VorburgerNeon MRI changes 89/76089/19
2018-06-25 Michael Vorburgerclean-up to remove un-used three WebApplicationExceptio... 16/73416/1
2018-04-19 Michael Vorburgercomplete dependency inject CRUD implementations 77/70977/5
2018-04-17 Michael Vorburgerremove irrelevant old JavaDoc from a long bygone era... 30/70930/3
2016-12-21 Isaku Yamahatacheckstyle: TypeName 15/49515/3
2016-12-21 Isaku Yamahatacheckstyle: enable SummaryJavadoc 13/49513/3
2016-12-21 Isaku Yamahatacheckstyle: enable LocalVariableName 08/49508/2
2016-10-06 Isaku YamahataMerge "sonar: Move this trailing comment on the previou...
2016-10-06 Isaku YamahataMerge "sonar: use dedicated exception instead of Runtim...
2016-10-06 pramodBug 6796 - Fixes Priority bugs in integration-test 56/46156/4
2016-09-13 Isaku Yamahatanorthbound: simplify neutron interface loading 43/45543/1
2016-09-09 Isaku YamahataMerge "Bug 6641: Fix ip_address in allowed_address_pair...
2016-09-07 Isaku YamahataMerge "northbound: code clean up"
2016-09-07 Isaku YamahataMerge "Add NeutronSubnetJAXBTest unit test"
2016-09-07 Isaku Yamahatanorthbound: code clean up 90/45290/1
2016-09-03 Isaku Yamahatanorthbound: make newNeutronRequest concrete method 17/45117/2
2016-09-02 Isaku YamahataMerge "sort out signature of extraceField method"
2016-09-01 Isaku Yamahatasort out signature of extraceField method 18/45018/1
2016-09-01 Isaku Yamahataremove unused variable/method 09/45009/1
2016-08-12 Ritu SoodCheckstyle formatting issues fix (Northbound API) 92/43892/2
2016-08-12 Ritu SoodCheckstyle Import issues fix (SPI tests,Northbound... 73/43873/3
2016-06-21 Isaku YamahataMerge "AbstractNorthbound: remove unused variables"
2016-06-21 Isaku YamahataMerge "remove redundant methods for compatibility"
2016-06-21 Isaku Yamahataremove redundant methods for compatibility 80/40580/1
2016-06-20 Isaku Yamahataclean up: remove unused import 70/40570/1
2016-06-18 Isaku Yamahata[Boron] remove I*Aware interface 05/35505/6
2016-06-10 Isaku Yamahatayang model revise: neutron-L3.yang 35/35835/8
2016-06-02 Abbas PareedkunjuFix for Bug 3902 : Removal of the Unused imports from... 32/39632/6
2016-03-22 Isaku YamahataMerge "Bug 5478 - northbound: improve 404 check on...
2016-03-21 Isaku YamahataBug 5478 - northbound: improve 404 check on update... 67/36467/3
2016-03-10 Isaku YamahataMerge "Bug 5431: Fixing bug & adding new tests for...
2016-03-07 Ritu SoodBug 5431: Fixing bug & adding new tests for code coverage 16/35516/2
2016-02-13 Isaku YamahataMerge "Bug 5037 - Adding tests for L2 Gateway Connectio...
2016-02-12 Isaku YamahataMerge "Adding tests for L2 Gateway Northbound API"
2016-02-12 Isaku YamahataMerge "Bug 5278 [BORON] Remove checks that require...
2016-02-11 Isaku YamahataBug 5278 [BORON] Remove checks that require neutron... 26/33826/4
2015-10-23 Flavio FernandesMerge changes from topic 'bgpvpn-fixup'
2015-10-16 Isaku Yamahatanorthbound: Split out AD-SAL logic from AbstractNeturon... 32/28232/2
2015-10-09 Ryan MoatsMerge "BGPVPN: Added yang, api and transcriber for...
2015-10-09 Ryan MoatsMerge changes from topic 'northbound-refactor'
2015-10-08 Ryan MoatsMerge "Bug 4354 - neutron tenant_id doens't contain...
2015-10-01 Isaku YamahataNeutron*Northbound: consolidate crud logic 28/27728/2
2015-09-25 Ryan MoatsMerge "Bug 4143 - Transation failed with OptimisticLock...
2015-09-25 Ryan MoatsMerge "transcriber: use transaction chain for optimization"
2015-09-25 Ryan MoatsMerge "Bug 4043 - remote ip prefix of security group...
2015-09-25 Ryan MoatsMerge "Bug 4224 - remote_ip_prefix of metering rule...
2015-09-25 Ryan MoatsMerge changes from topic 'bug/4218'
2015-09-15 Isaku YamahataBug 4218 - northbound: return 404 when deleting unexist... 28/26128/3
2015-09-15 Isaku Yamahatanorthbound: introduce a base class for nortubhound... 27/26127/3
2015-08-21 Ed WarnickeMerge "Remove Router ConcurrentHashMap"
2015-08-21 Flavio FernandesMerge "Add VPNaaS related test cases"
2015-08-21 Ed WarnickeMerge changes from topics 'remove_fip_chm', 'fip_tests'
2015-08-21 Flavio FernandesMerge "Add IT cases for Security Rules"
2015-08-21 Flavio FernandesMerge "Add IT cases for Metering Rules"
2015-08-21 Flavio FernandesMerge "Add IT cases for Metering Labels"
2015-08-21 Flavio FernandesMerge "Add IT cases for Security Groups"
2015-08-19 Isaku YamahataBUG #4026 : Missing key is getUuid. Supplied key is... 76/24976/4
2015-08-14 Ryan MoatsMerge "BUG #4026 neutron spi: make NeutronObject implem...
2015-08-09 Thanh HaFix license header violations in northbound-api 51/25051/1
2015-07-23 Ryan MoatsMake NN more transparent, part III 58/24458/2
2015-07-23 Ryan MoatsMerge "BUG #4044 binding:host_id is string, not UUID"
2015-07-23 Ryan MoatsMerge "Make NN more transparent, part I"
2015-07-23 Ryan MoatsMake NN more transparent, part I 52/24452/1
2015-07-21 Ryan MoatsMerge "Clean up yang model - Part I"
2015-07-17 Ryan MoatsMerge "Add more router tests"
2015-07-17 Ryan MoatsAdd more router tests 16/24216/2
2015-07-11 Ryan MoatsMerge "build failure of neutron"
2015-07-10 Ryan MoatsMerge "Remove commented code blocks"
2015-07-10 Ryan MoatsMerge "Hide constructor of utility classes"
2015-07-10 Ryan MoatsMerge "Add braces on else blocks"
2015-07-10 Ryan MoatsAdd braces on else blocks 12/24012/1
2015-07-10 Flavio FernandesMerge "Remove @deprecation from FWaaS classes"
2015-07-09 Ryan MoatsChange NeutronCRUDInterfaces class from static 61/23961/1
2015-06-24 Flavio FernandesMerge "Technical debt paydown: clean up repeated string...
2015-06-22 Ryan MoatsTechnical debt paydown: clean up repeated string constants 08/23108/1
2015-06-15 Ryan MoatsRemove magic numbers from northbound-api 27/22527/3
2015-06-15 Flavio FernandesMerge "Remove magic numbers from transcriber"
2015-06-15 Flavio FernandesMerge "Remove magic numbers from dummyprovider"
2015-06-15 Flavio FernandesMerge "Remove magic numbers from neutron-spi classes"
2015-06-15 Flavio FernandesMerge "Fix if/else/for/while/do statements that lack...
2015-06-12 Ryan MoatsFix if/else/for/while/do statements that lack braces 08/22508/1
2015-06-09 Ryan MoatsTests and Code for Bug 3014 20/22220/1
2015-04-29 Ryan MoatsMerge "Added MD-transcribing for NeutronSecurityGroupIn...
2015-04-29 Ryan MoatsMerge "Bug 3072: Make NeutronRoutersNorthbound.addRoute...
2015-04-28 Flavio FernandesBug 3072: Make NeutronRoutersNorthbound.addRouterInterf... 80/19180/4
2015-03-04 Ryan MoatsMerge "Added a local karaf distribution for testing...
2015-02-25 Ed WarnickeFixed package directory issues. 40/15740/1