Bump versions to 2.0.24-SNAPSHOT
[yangtools.git] / yang / yang-model-util / src /
2019-10-21 Robert VargaShortcut Collections.sort() 01/85301/1
2019-09-02 Robert VargaOptimize immutable lookups 37/84137/2
2019-03-19 Robert VargaFixup xpath resolution 04/81004/5
2019-02-12 Robert VargaRemove unneeded Iterator.remove() overrides 75/80275/1
2018-08-03 Robert VargaRemove duplicate instantiation of EffectiveAugmentation... 92/74792/5
2018-07-30 Robert VargaExpand CompatUtils to handle leaf-lists 23/74623/2
2018-07-10 Robert VargaReduce sonar code smells 78/73878/1
2018-06-21 Robert VargaFix JDK9 pattern handling 01/73301/1
2018-06-08 Tom PantelisImprove FilesystemSchemaSourceCache mkdirs handling 93/72793/1
2018-06-07 Robert VargaFix SchemaContextUtil RevisionAwareXPath resolution 22/72722/7
2018-05-30 Robert VargaAdd util.concurrent.FluentFutures 54/72454/3
2018-04-16 Robert VargaConsider submodule imports when sorting modules 74/70974/8
2018-04-16 Robert VargaAdd ModuleDependencyInfoTest 78/70878/9
2018-04-12 Robert VargaHarden yang-model-util test suite 77/70877/1
2018-03-29 Robert VargaFix leafref require-instance implementation 01/70201/1
2018-02-21 Robert VargaDo not fake an errorMessage for pattern constraints 64/68464/4
2018-02-21 Robert VargaEncapsulate regexes in a non-capturing group 35/68435/4
2018-02-21 Robert VargaMove Bug4079/Bug5410 tests from yang-parser to yang... 56/68456/3
2018-02-02 Robert VargaDeprecate CopyableNode at al. 52/67752/3
2018-02-01 Robert VargaFix invalid enum definition error string 06/67806/1
2018-01-17 Robert VargaYANGTOOLS-844: Filtering/SimpleSchemaContext violate... 12/67212/13
2018-01-17 Robert VargaFix a nullness thinko 11/67211/2
2018-01-04 Robert VargaYANGTOOLS-841: Fix SchemaContextUtil.findNodeInSchemaCo... 70/66870/3
2017-12-25 Michael VorburgerFix slf4j usage errors found by checkstyle-logging 46/66446/3
2017-11-22 Robert VargaClarify SchemaContext getModules() API contract 23/65823/5
2017-11-20 Robert VargaRename ChoiceCaseNode to CaseSchemaNode 47/65747/2
2017-11-20 Robert VargaFix a few warnings 36/65736/2
2017-11-20 Peter KajsaYANGTOOLS-812: Add SchemaContextFactory control of... 13/64413/22
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 VargaIntroduce ElementCountConstraintAware interface 52/64952/15
2017-11-10 Robert VargaRefactor TypedSchemaNode 09/65409/6
2017-11-10 Robert VargaPeel MustConstraintAware from ConstraintDefinition 08/65408/7
2017-11-09 Robert VargaExpose type-specific derived type builder methods 07/65307/4
2017-11-09 Robert VargaRemove DerivedTypes.isInt8() and friends 06/65306/4
2017-11-09 Robert VargaRemove ModuleDependencySort.sort(Iterable) 05/65305/2
2017-11-07 Robert VargaMove TypeDefinitions into yang-model-api 87/65087/9
2017-11-06 Robert VargaEliminate (Unsigned)IntegerTypeDefinition 86/65086/8
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 VargaEliminate ModuleIdentifier 26/65026/5
2017-11-03 Robert VargaEliminate IdentityrefTypeDefinition.getIdentity() 56/64956/9
2017-11-03 Robert VargaFix IdentityrefTypeDefinition comparison 55/64955/7
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 VargaUpdate ChoiceSchemaNode design 52/64852/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 VargaCleanup DocumentedNode 21/64821/19
2017-10-28 Robert VargaMake ConstraintMetaDefition attributes Optional 20/64820/9
2017-10-27 Robert VargaIntroduce DataNodeContainer.findDataChildByName() 16/64816/5
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 VargaUpdate concepts.Registration 45/64745/5
2017-10-27 Robert VargaBUG-4688: update Revision design a bit more 85/64785/4
2017-10-25 Robert VargaFix yang.model.api.AugmentationSchema 31/64731/2
2017-10-25 Robert VargaBUG-4688: Make SourceIdentifier use Revision 11/64711/4
2017-10-25 Robert VargaBUG-4688: remove SimpleDateFormatUtil 10/64710/2
2017-10-25 Robert VargaBUG-4688: Move SourceIdentifier.REVISION_PATTERN to... 09/64709/2
2017-10-25 Robert VargaBUG-4688: switch revisions from Date to Revision 83/62083/11
2017-10-25 Robert VargaBUG-4688: align Optional/nullable Date usage 93/64693/2
2017-10-24 Robert VargaEnforce non-null QNameModule namespace 88/61988/18
2017-10-24 Robert VargaBUG-4688: eliminate SimpleDateFormatUtil.DEFAULT_DATE_REV 73/64673/3
2017-10-24 Robert VargaBUG-4688: Rework SchemaContext module lookups 41/64641/4
2017-10-24 Robert VargaUse QName.parseRevision() instead of SimpleDateFormatUtil 46/64646/1
2017-10-24 Robert VargaBUG-8043: correct LengthConstraint definition 19/62319/13
2017-10-20 Robert VargaBUG-4688: Eliminate use of ModuleIdentifier in ImpPrefi... 31/64531/6
2017-10-20 Robert VargaBUG-4688: Eliminate Module.DEFAULT_SEMANTIC_VERSION 20/64520/8
2017-10-19 Robert VargaBUG-4688: Eliminate ModuleIdentifier.getQNameModule() 25/64525/5
2017-10-19 Robert VargaBUG-4688: Disconnect Module and ModuleIdentifier 19/64519/4
2017-10-19 Robert VargaFix Module.getVersion() 15/64515/4
2017-10-19 Robert VargaRemove Module.getSource() and SchemaContext.getModuleSo... 28/64428/4
2017-10-19 Robert VargaFix odlparent-3-detected checkstyle issues 56/64456/3
2017-10-11 Robert VargaBUG-9043: Remove use of CheckedFuture from YANG components 62/62262/17
2017-10-09 Robert VargaCleanup use of Guava library 85/61985/23
2017-09-04 Robert VargaBUG-8043: introduce RangeRestrictedTypeDefinition 79/62279/9
2017-09-04 Robert VargaBUG-8043: introduce LengthRestrictedTypeDefinition 78/62278/6
2017-08-28 Robert VargaMark getIdentity() as deprecated 83/62283/2
2017-06-21 Robert VargaBump odlparent dependency to 2.0.0 73/50173/13
2017-06-12 Robert VargaBUG-7052: extract SimpleSchemaContext 52/58752/4
2017-06-12 Robert VargaBUG-7052: Move ModuleDependencySort to yang-model-util 50/58750/3
2017-06-12 Robert VargaFix checkstyle offences found by newer plugin 61/58761/1
2017-06-12 Robert VargaEnable checkstyle in yang-model-util 13/58713/3
2017-06-09 Robert VargaDo not duplicate findModuleByNamespaceAndRevision() 89/58589/2
2017-06-04 Robert VargaRevert "Bug 4640: Change semantic-version to openconfig... 18/58218/2
2017-06-02 Tomas CereBUG 8566 Introduce a fallback for ChoiceSchemaNode... 06/58106/2
2017-06-02 Igor FoltinBug 4640: Change semantic-version to openconfig-version 69/57769/3
2017-05-12 Robert VargaDo not use FileInputStream 53/56953/2
2017-04-10 Igor FoltinBug 7847: Implement YANG 1.1 XPath functions in YangFun... 25/54525/3
2017-02-27 Robert VargaBUG-7850: fix SourceIdentifier.toYangFileName() 51/52251/3
2017-02-24 Robert VargaEliminate custom SimpleDateFormat instances 54/52254/1
2017-02-23 Igor FoltinBug 6887: [Yang 1.1] Allow enumerations and bits to... 53/51453/8
2017-02-20 Robert VargaFix RangeConstraintImpl 58/52058/3
2017-02-20 Robert VargaCleanup SchemaContextUtil 57/52057/3
2017-01-24 Igor FoltinBug 7438: Allow identityref type to reference multiple... 98/50298/6
2017-01-17 Peter KajsaBug 7551 - Bad error message for pattern constrain 43/50543/3
2017-01-12 Igor FoltinBug 6873: [Yang 1.1] Add support for "require-instance... 97/49697/7
2017-01-11 Robert VargaFix LengthConstraintImpl javadoc 24/49824/3
next