Add basic support for lenient path expression parsing
[yangtools.git] / yang / yang-model-util / src /
2019-03-26 Robert VargaAdd basic support for lenient path expression parsing 59/81159/2
2019-03-25 Robert VargaCorrect LeafrefTypeDefinition 43/81143/7
2019-03-25 Robert VargaBump odlparent to 5.0.0 92/80892/23
2019-03-19 Robert VargaFixup xpath resolution 56/80956/2
2019-03-16 Robert VargaExtend Immutable contract 23/80923/6
2019-03-05 Robert VargaAdd AnnotationSchemaNodeAware interface 81/80681/5
2019-02-27 Robert VargaAdd ModuleNameNamespaceContext 22/80622/2
2019-02-26 Robert VargaUpdate RequireInstanceRestrictedTypeBuilder type bound 08/80608/2
2019-02-26 Robert VargaRemove CompatUtils.compatLeafType() 06/80606/1
2019-02-26 Robert VargaRemove deprecated SchemaRepository.createSchemaContextF... 88/80588/7
2019-02-25 Robert VargaQName is a YANG identifier 73/80573/8
2019-02-11 Robert VargaRemove unneeded Iterator.remove() overrides 63/80263/1
2018-12-26 Robert VargaMass-migrate to Objects.requireNonNull() 40/79040/4
2018-12-14 Robert VargaMass migrate fields to use Immutable collections 06/78806/2
2018-10-24 Robert VargaFixup errors reported by null analysis 51/77251/3
2018-10-24 Robert VargaMigrate yang-model-util annotations 36/77236/11
2018-10-23 Robert VargaMigrate TypeDefinitionAware to JDT types 25/77225/6
2018-10-23 Robert VargaMigrate SchemaNode to JDT annotations 20/77220/1
2018-10-23 Robert VargaMigrate yang.model.api.type to JDT annotations 16/77216/1
2018-10-23 Robert VargaMigrate EnumTypeDefinition to JDT annotations 13/77213/1
2018-10-23 Robert VargaMigrate BitsTypeDefinition to JDT annotations 08/77208/1
2018-10-23 Robert VargaMigrate DocumentedNode/Status to JDT annotations 07/77207/1
2018-10-03 Robert VargaFix spotbugs with Java 11 96/76596/1
2018-09-23 Robert VargaDisable illegal UTs 00/76400/1
2018-09-11 Robert VargaFix warnings in yang-model-util 77/75977/1
2018-08-06 Stephen KittBuild with Mockito 2.1 89/74589/11
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
next