Bump versions to 2.0.24-SNAPSHOT
[yangtools.git] / yang / yang-parser-impl / src /
2019-09-02 Robert VargaOptimize immutable lookups 37/84137/2
2019-06-21 Robert VargaDeduplicate concurrent SchemaContext loads 46/82646/1
2019-03-10 Robert VargaHook if-feature statements onto FeatureNamespace 51/80751/1
2019-02-28 Robert VargaFix YangParserImpl streaming use 52/80652/2
2018-05-30 Robert VargaAdd util.concurrent.FluentFutures 54/72454/3
2018-05-04 Robert VargaThrow ISE when the thread is interrupted 97/71797/1
2018-02-23 Robert VargaEliminate unneeded @BeforeClass 41/68541/4
2018-02-19 Robert VargaAdd the ability to build effective model 99/68399/2
2018-02-01 Robert Vargayang-parser-impl supports ASTSchemaSource 11/67811/2
2017-11-20 Peter KajsaYANGTOOLS-812: Add SchemaContextFactory control of... 13/64413/22
2017-11-20 Robert VargaPopulate yang-parser-api 12/65312/17
2017-11-15 Robert VargaDocument namespace behaviours using singletons 38/65538/4
2017-11-15 Robert VargaAdd support for RFC6536 extensions 41/65141/11
2017-11-13 Robert VargaYANGTOOLS-706: move odlext parser support 62/65462/13
2017-11-13 Robert VargaYANGTOOLS-706: separate out RFC8040 extension support 60/65460/13
2017-11-13 Robert VargaFix checkstyle issues reported by odlparent-3.0.0's... 90/65490/1
2017-11-13 Robert VargaCorrect YangData{SchemaNode,EffectiveStatement} interfaces 59/65459/6
2017-11-13 Robert VargaYANGTOOLS-829: Wire extension support into default... 57/65457/8
2017-11-13 Robert VargaYANGTOOLS-706: Split out yang-parser-rfc7950 56/65456/11
2017-11-13 Robert VargaAdjust test suite parser update to conform with API... 53/65453/8
2017-11-13 Robert VargaRefactor RFC7950Reactors 52/65452/9
2017-11-13 Robert VargaMove CustomStatementParserBuilder and YangInferencePipeline 51/65451/10
2017-11-13 Robert VargaMove yang.parser.stmt.rfc6020.Utils 50/65450/9
2017-11-13 Robert VargaYANGTOOLS-829: add parser support for openconfig-hashed... 49/65449/9
2017-11-13 Robert VargaMove Utils.findNode() 48/65448/7
2017-11-13 Robert VargaSplit out OpenConfig extension metamodel 47/65447/7
2017-11-13 Robert VargaSplit out OpenDaylight yang-ext metamodel 46/65446/9
2017-11-13 Robert VargaRename yang.parser.rfc6020.repo to yang.parser.rfc7950... 45/65445/8
2017-11-13 Robert VargaMove ASTSchemaSource and its components into rfc6020... 44/65444/8
2017-11-13 Robert VargaMove YangStatementParserListenerImpl 43/65443/7
2017-11-13 Robert VargaMerge PathUtils, TypeUtils and Utils methods 42/65442/7
2017-11-13 Robert VargaMove default value checks from TypeUtils to EffectiveSt... 41/65441/7
2017-11-13 Robert VargaCreate parser.rfc7950.namespace package and populate it 40/65440/7
2017-11-13 Robert VargaSplit out TypeUtils.parse{Length,Range}ListFromString 39/65439/4
2017-11-13 Robert VargaMove TypeUtils.typeEffectiveSchemaPath() 38/65438/4
2017-11-13 Robert VargaMove String/NumericalRestrictions 37/65437/2
2017-11-13 Robert VargaSplit out PathUtils 36/65436/2
2017-11-13 Robert VargaMove TypeUtils built-in type constants and utilities 35/65435/2
2017-11-13 Robert VargaRemove TypeUtils.isYangTypeBodyStmtString() 34/65434/2
2017-11-13 Robert VargaMove Utils.trimPrefix(String) 33/65433/2
2017-11-13 Robert VargaMove StmtContextUtils.LIST_KEY_SPLITTER 32/65432/2
2017-11-13 Robert VargaRemove Utils.transformKeysStringToKeyNodes() 31/65431/2
2017-11-13 Robert VargaRemove Utils.trimPrefix(QName) 30/65430/2
2017-11-13 Robert VargaRemove Utils.replaceIllegalCharsForQName() 29/65429/2
2017-11-13 Robert VargaMove Utils.belongsToTheSameModule() 28/65428/2
2017-11-13 Robert VargaHide {Extension,Input,Output,Submodule}EffeciveStatemen... 25/65425/4
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-11 Robert VargaYANGTOOLS-706: add utility method for finding substatements 16/65416/8
2017-11-11 Robert VargaYANGTOOLS-706: finish evacuation of stmt.rfc6020.effective 15/65415/7
2017-11-11 Robert VargaIntroduce ElementCountConstraintAware interface 52/64952/15
2017-11-11 Robert VargaPeel WhenConditionAware from ConstraintDefinition 10/65410/10
2017-11-10 Robert VargaPeel MustConstraintAware from ConstraintDefinition 08/65408/7
2017-11-10 Robert VargaYANGTOOLS-724: mark leaking fields 06/65406/1
2017-11-10 Robert VargaExpand rfc7950.stmt documentation 04/65404/1
2017-11-10 Robert VargaYANGTOOLS-706: reorganize statement definitions 52/65352/11
2017-11-09 Robert VargaYANGTOOLS-706: Split up base utility classes into rfc60... 50/65350/5
2017-11-09 Robert VargaYANGTOOLS-706: Cleanup Unknown{Effective}StatementImpl 48/65348/4
2017-11-09 Robert VargaYANGTOOLS-706: Bridge UnknownSchemaNodes on their interface 47/65347/4
2017-11-09 Robert VargaYANGTOOLS-706: Refactor YangInferencePipeline 31/65331/11
2017-11-09 Robert VargaYANGTOOLS-706: Reduce inter-statement implementation... 41/65341/8
2017-11-09 Robert VargaYANGTOOLS-706: Retrofit EffectiveStatement interfaces... 40/65340/7
2017-11-09 Robert VargaYANGTOOLS-706: Correctly wire EffectiveStatements 36/65336/7
2017-11-09 Robert VargaAllow fluent use of BuildAction 11/65311/2
2017-11-09 Robert VargaRemove DerivedTypes.isInt8() and friends 06/65306/4
2017-11-08 Robert VargaYANGTOOLS-706: separate out yang-data StametementDefinition 44/65144/9
2017-11-08 Robert VargaYANGTOOLS-706: split out rfc8040-model-api 22/65122/8
2017-11-08 Robert VargaFix LeafListSchemaNode.getDefaults() 13/65113/7
2017-11-08 Robert VargaEliminate ConstraintDefition.isMandatory() 95/65095/14
2017-11-08 Robert VargaYANGTOOLS-826: allow whitespace after function name 67/65267/3
2017-11-07 Robert VargaYANGTOOLS-827: fix revision compare 80/65280/1
2017-11-06 Robert VargaConsolidate (Unsinged)IntegerTypeEffectiveStatementImpl 55/65055/10
2017-11-03 Robert VargaMake RangeRestrictedTypeDefinition type-aware 50/65050/9
2017-11-03 Robert VargaYANGTOOLS-621: introduce specialized integer types 43/65043/11
2017-11-03 Robert VargaMake DecimalTypeDefinition.getFractionDigits() return int 52/65052/3
2017-11-03 Robert VargaEnforce decimal64 fraction-digits in derived types 42/65042/6
2017-11-03 Robert VargaYANGTOOLS-706: split out yang-parser-reactor 38/65038/5
2017-11-03 Robert VargaRemove EffectiveSchemaContext.resolveSchemaContext() 34/65034/5
2017-11-03 Robert VargaEliminate IdentityStatement.getBase() 32/65032/5
2017-11-03 Robert VargaEliminate ModuleIdentifier 26/65026/5
2017-11-03 Robert VargaRemove ModuleIdentifier from reactor namespaces 94/64994/9
2017-11-03 Robert VargaDo not use ModuleIdentifier to identify sources 93/64993/8
2017-11-03 Robert VargaEliminate IdentityrefTypeDefinition.getIdentity() 56/64956/9
2017-11-03 Robert VargaBUG-8043: correct RangeConstraint definition 45/62445/18
2017-11-03 Robert VargaUpdate TypeDefinition design 73/64873/9
2017-11-03 Robert VargaFix NotificationDefinition 71/64871/8
2017-11-03 Robert VargaUpdate ChoiceSchemaNode design 52/64852/12
2017-11-02 Robert VargaRemove LeafSchemaNode.getUnits/getDefault() 40/64840/12
2017-11-02 Robert VargaClean up PatternConstraint's String confusion 38/64838/12
2017-11-02 Robert VargaMake PatternConstraint.getModifier() non-default 33/64833/12
2017-11-02 Robert VargaCleanup NotificationNodeContainer 32/64832/10
2017-11-02 Robert VargaEliminate duplicate EnumPairBuilder boilerplate 31/64831/13
2017-11-02 Robert VargaCleanup DocumentedNode 21/64821/19
2017-10-28 Robert VargaMake ConstraintMetaDefition attributes Optional 20/64820/9
2017-10-27 Robert VargaMake Module.getContact()/getOrganization() return Optional 18/64818/6
2017-10-27 Robert VargaIntroduce DataNodeContainer.findDataChildByName() 16/64816/5
2017-10-27 Robert VargaMake AnyDataSchemaNode.getSchemaOfAnyData() return... 12/64812/4
2017-10-27 Robert VargaIntroduce WhenConditionAware 11/64811/4
2017-10-27 Robert VargaMake ActionNodeContainer.getActions() non-default 08/64808/4
2017-10-27 Robert VargaClean up CrossSourceStatementReactor 48/64748/6
next