Refactor TypedSchemaNode
[yangtools.git] / yang / yang-model-api / src / main / java / org / opendaylight / yangtools / yang / model / api / stmt /
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
2016-01-02 Robert VargaClarify RevisionStatement having a non-null value 10/32010/1
2016-01-02 Robert VargaClarify model.api.stmt Collection returns 09/32009/1
2016-01-02 Robert VargaRemove useless override 08/32008/1
2016-01-02 Robert VargaCleanup whitespace 07/32007/1
2015-11-02 Robert VargaMake SchemaNodeIdentifier.Relative final 97/29097/2
2015-10-15 Robert VargaIntroduce TypeDefinitionAware 78/28478/2
2015-10-14 Robert VargaRemove unused imports 41/27941/5
2015-09-30 Tony TkacikFixed Enum statement not accepting allowed symbols. 58/27658/2
2015-09-28 Robert VargaIntroduce SchemaNodeIdentifier.asSchemaPath() 23/27523/3
2015-09-28 Robert VargaUse Objects.equals() in yang-model-api 07/27507/2
2015-09-27 Robert VargaUse Objects.hashCode() 00/27500/1
2015-08-31 Peter KajsaBug 3670 (part 3/5): Use of new statement parser in... 24/25524/3
2015-08-27 Robert VargaSwitch to using MoreObjects 17/25717/3
2015-08-03 Peter KajsaBug 2366 - Effective statments impl merge, retest ... 85/20885/98
2015-04-30 Robert VargaMerge "Fixed sonar issues in ClassLoaderUtils."
2015-04-30 Tony TkacikMerge "Add hooking into NormalizedNodeParsers."
2015-04-30 Tony TkacikMerge "Bug 2983 - Throws ResultAlreadySet instead of...
2015-04-29 Peter KajsaBug 2366 - Effective statement implementation 13/19013/7
2015-04-23 Tony TkacikMerge "Bug 2363, Bug 2205. Beta version of LeafRefConte...
2015-04-22 Tony TkacikMerge "Fix missing format placeholder"
2015-04-22 Tony TkacikMerge "Add parser support for non-strict schema lookup."
2015-04-22 Tony TkacikMerge "Introduce InstanceIdToNodes into yang-data-impl"
2015-04-22 Gregor ZatkoSonar issues clean-up 45/18745/5
2015-04-16 Robert VargaMerge "Bug 2362 - Milestone: Basic constraints validation"
2015-04-16 Robert VargaMerge "Direct schema node lookup in SchemaUtils"
2015-04-15 Tony TkacikMerge "Bug 2997: Fixed instanceof checks to use interfaces"
2015-04-15 Gregor ZatkoBug 2366 - Effective statements impl for new yang parser. 38/18038/12
2015-04-14 Martin CiglanBug 2366 - new parser API - implementation of declared... 30/16130/26
2015-04-13 Robert VargaMerge "Bug 2374 - YANG Binding: Added support for Augme...
2015-04-07 Tony TkacikMerge "Bug 2909 - Gson codec lost correct type"
2015-03-31 Robert VargaMerge "Bug 2924: DataCodecTree expose (de)serialization...
2015-03-30 Robert VargaBUG-869: remove public modifier 59/17359/1
2015-03-30 Tony TkacikMerge "Bug 2366: Introducing support for statement...
2015-03-30 Tony TkacikMerge "Add DefaultDataTreeCandidate utility class"
2015-03-27 Robert VargaMerge "Bug 2906 - Added support of entering notificatio...
2015-03-26 Tony TkacikMerge "Bug 2894 - Yang Data Codec Gson: null pointer...
2015-03-25 Tony TkacikMerge "Rename applySubtreeChange()"
2015-03-25 Tony TkacikMerge "Rename checkSubtreeModificationApplicable()"
2015-03-25 Robert VargaCleanup checkstyle warnings 87/17087/1
2015-02-25 Tony TkacikMerge "Fix checkListKey not checking actual/expected...
2015-02-25 Tony TkacikMerge "Updated Json Stream Writer to use gson JsonWriter."
2015-02-18 Robert VargaMerge "Bug 2444: Added concrete API definitions for...
2015-02-18 Tony TkacikBug 2444: Added concrete API definitions for YANG state... 78/14678/12