Improve {Action,Notification}NodeContainerCompat safety
[yangtools.git] / yang / yang-model-api / src / main / java / org / opendaylight / yangtools / yang / model / api / stmt /
2020-02-06 Robert VargaImprove {Action,Notification}NodeContainerCompat safety 93/87493/1
2020-02-06 Robert VargaRefactor typedef implementations 58/87458/2
2020-02-06 Robert VargaRefactor Feature statement implementations 53/87453/3
2020-02-05 Robert VargaRefactor identity statement implementations 26/87326/4
2020-02-05 Robert VargaRefactor augment statement implementation 47/87447/4
2020-02-05 Robert VargaRefactor grouping statement implementations 38/87438/7
2020-02-05 Robert VargaRefactor notification statement implementation 36/87436/3
2020-02-05 Robert VargaRefactor rpc/action statements 33/87433/3
2020-02-04 Robert VargaRefactor anyxml/anydata 28/87428/1
2020-02-04 Robert VargaMigrate choice statement implementations 26/87426/3
2020-02-04 Robert VargaMigrate case statement 23/87423/5
2020-02-04 Robert VargaMigrate input/output statements 21/87421/2
2020-02-03 Robert VargaRefactor deviation statement implementations 93/87393/1
2020-02-03 Robert VargaRefactor Revision statement implementations 28/87328/3
2020-02-03 Robert VargaRefactor min-elements statement implementations 76/87376/2
2020-02-03 Robert VargaRefactor organization statement implementations 75/87375/2
2020-02-03 Robert VargaRefactor import statement implementations 73/87373/2
2020-01-31 Robert VargaRefactor namespace implementation classes 27/87327/1
2020-01-31 Robert VargaRefactor fraction-digits implementation classes 25/87325/1
2020-01-31 Robert VargaPopulate SubmoduleEffectiveModule with import namespaces 65/82165/14
2020-01-30 Robert VargaConvert yang-version statement support 02/87302/1
2020-01-30 Robert VargaMigrate QName-based declared statements 65/87265/2
2020-01-28 Robert VargaAdd default statementDefinition() methods 29/87229/2
2020-01-28 Robert VargaSwitch position statement to use Uint32 91/87191/8
2020-01-22 Robert VargaAdd OrderedByStatement.Ordering 99/86599/7
2019-11-01 Anil BelurMerge branch 'master' of ../controller
2019-10-31 Anil BelurMerge branch 'master' of ../controller
2019-10-08 Robert VargaLeafEffectiveStatement should be a DataTreeEffectiveSta... 88/84988/3
2019-10-01 Robert VargaFix EffectiveStatement namespace access 36/84836/4
2019-10-01 Robert VargaPush out FIXMEs to 5.0.0 33/84833/4
2019-08-19 Robert VargaBump odlparent to 6.0.0-SNAPSHOT 83/83383/17
2019-08-06 Robert VargaFix stmt.compat Java 11 compilation 98/83398/4
2019-07-08 Robert VargaAllow statements to efficiently lookup actions/notifica... 43/82943/1
2019-03-25 Robert VargaCorrect LeafrefTypeDefinition 43/81143/7
2019-03-08 Robert VargaRedefine if-feature statement in terms IfFeatureExpr 37/80737/4
2019-03-08 Robert VargaDefine IfFeature via a specialized class 36/80736/4
2019-03-08 Robert VargaMake getIfFeaturePredicate() a default method 35/80735/1
2019-02-25 Robert VargaRemove deprecated yang.model.api.stmt constructs 90/80590/2
2019-02-25 Robert VargaMake ModuleEffectiveStatement.localQNameModule() mandatory 82/80582/3
2019-02-25 Robert VargaUpdate Unique{Constraint,EffectiveStatetement,Statement... 76/80576/3
2018-10-23 Robert VargaMigrate EffectiveStatement to @NonNull 26/77226/5
2018-10-23 Robert VargaMigrate TypeDefinitionAware to JDT types 25/77225/6
2018-10-23 Robert VargaMigrate statements to JDT annotations 24/77224/6
2018-10-23 Robert VargaMigrate ActionStatementContainer to JDT annotations 23/77223/3
2018-10-23 Robert VargaMigrate RevisionStatement to JDT annotations 22/77222/2
2018-09-23 Robert VargaFix compilation with JDK9 99/76399/1
2018-09-11 Robert VargaFix warnings in yang-model-api 76/75976/1
2018-08-30 Stephen KittClean various constructs 50/75550/4
2018-07-16 Robert VargaDeclaredStatements can contain default implementations 54/74054/8
2018-07-16 Robert VargaAdd ConfigStatementContainerDeclaredStatement 53/74053/2
2018-06-21 Robert VargaFix JDK9 compilation 00/73300/1
2018-06-13 Robert VargaAdd DataTreeAwareEffectiveStatement 07/72907/18
2018-06-13 Robert VargaAdd SchemaTreeAwareEffectiveStatement 17/69217/22
2018-03-22 Robert VargaAdd another 3.0.0 note 07/69807/1
2018-03-07 Robert VargaFix FeatureEffectiveStatementNamespace javadoc 08/69208/1
2018-02-27 Robert VargaAdd Case/Extension/Feature/IdentityEffectiveStatementNa... 05/68805/1
2018-02-23 Robert VargaExpose identities from ModuleEffectiveStatement 51/68551/2
2018-02-19 Robert VargaAdd submodule lookup namespace 18/68418/1
2018-02-07 Robert VargaAdd YangTextSnippet to yang-model-export 93/67893/4
2018-02-05 Robert VargaExpose EffectiveModuleStatement prefix mapping 91/67891/8
2017-11-20 Robert VargaMake EffectiveStatements with @Beta 19/65719/1
2017-11-13 Robert VargaFix checkstyle issues reported by odlparent-3.0.0's... 90/65490/1
2017-11-13 Robert VargaAdd SchemaPath/SchemaNodeIdentifier.createChild(QName) 23/65423/6
2017-11-11 Robert VargaYANGTOOLS-706: Add TypedefEffectiveStatement.asTypeEffe... 20/65420/7
2017-11-09 Robert VargaYANGTOOLS-706: Correctly wire EffectiveStatements 36/65336/7
2017-11-09 Robert VargaAddress RFC7950 API changes 98/65298/3
2017-11-03 Robert VargaMake RangeRestrictedTypeDefinition type-aware 50/65050/9
2017-11-03 Robert VargaEliminate IdentityStatement.getBase() 32/65032/5
2017-11-03 Robert VargaBUG-8043: correct RangeConstraint definition 45/62445/18
2017-10-25 Robert VargaBUG-4688: switch revisions from Date to Revision 83/62083/11
2017-10-24 Robert VargaBUG-8043: correct LengthConstraint definition 19/62319/13
2017-10-09 Robert VargaCleanup use of Guava library 85/61985/23
2017-10-03 Peter KajsaBug 2444 - add missing API of some declared statements 07/59507/13
2017-09-05 Robert VargaBUG-8043: eliminate LenghtStatement.getValue() 42/62442/3
2017-07-19 Peter KajsaBug 7051 - Refactoring of StmtContextUtils 41/54841/23
2017-06-05 Robert VargaCleanup checkstyle in yang-{data,model}-api 30/58230/1
2017-01-24 Igor FoltinBug 7438: Allow identityref type to reference multiple... 98/50298/6
2017-01-24 Peter KajsaBug 6868: If-feature argument may be boolean expression 14/49714/8
2016-12-14 Peter KajsaBug 6867: Extend yang statement parser to support diffe... 68/48368/28
2016-11-19 Rashmi PujarBug 6868 - [Yang 1.1] Argument of "If-feature" statemen... 34/48234/6
2016-11-18 Igor FoltinBug 6896: [YANG 1.1] Add support for new statement... 35/48035/8
2016-11-18 Igor FoltinBug 6874: [YANG 1.1] Allow "description" and "reference... 46/48246/3
2016-11-18 Igor FoltinBug 6871: [YANG 1.1] Allow "must" in "input", "output... 74/47974/5
2016-11-18 Igor FoltinBug 6877: [YANG 1.1] Allow identities to be derived... 48/48048/6
2016-11-15 Igor FoltinBug 6870: [YANG 1.1] Support for new substatement ... 99/47899/5
2016-11-15 Igor FoltinBug 6897: [YANG 1.1] Allow notifications to be tied... 45/48245/2
2016-11-14 Igor FoltinBug 6869: [YANG 1.1] Allow if-feature in bit, enum... 73/47773/5
2016-11-14 Igor FoltinBug 6883: [YANG 1.1] Add support for anydata statement 05/48105/4
2016-11-14 Igor FoltinBug 6880: [YANG 1.1] Allow leaf-lists to have default... 85/47985/3
2016-11-14 Igor FoltinBug 6873: [YANG 1.1] Support for "require-instance... 83/47983/3
2016-11-02 Stephen KittJava 8: use lambdas and function references 36/47836/2
2016-08-01 Robert VargaFix wrong javadoc 96/42896/2
2016-07-19 Igor FoltinBug 6022: Deviation statement is not fully available... 52/40752/9
2016-01-02 Robert VargaBUG-4861: Make FractionDigitsStatement#getValue() retur... 17/32017/2
2016-01-02 Robert VargaBUG-4861: Make ValueStatement.getValue() return an int 16/32016/2
2016-01-02 Robert VargaBUG-4861: Make PositionStatement.getValue() return... 15/32015/2
2016-01-02 Robert VargaBUG-4861: Make RequireInstanceStatement#getValue()... 14/32014/2
2016-01-02 Robert VargaBUG-4861: Make YinElementStatement#getValue() return... 13/32013/2
2016-01-02 Robert VargaBUG-4861: Make ConfigStatement#value() return a boolean 12/32012/2
2016-01-02 Robert VargaBUG-4861: Add primitive type FIXMEs 11/32011/2
next