Improve SchemaInferenceStack.enterSchemaTree()
[yangtools.git] / yang / yang-model-util / src / main / java / org / opendaylight / yangtools /
2021-02-11 Robert VargaImprove SchemaInferenceStack.enterSchemaTree() 29/95129/1
2020-12-31 Robert VargaMigrate getDataChildByName() users 22/94322/1
2020-11-20 Robert VargaRemove an orElse(null) indirection 95/93895/1
2020-10-19 Robert VargaRemove unneeded type specification 49/93149/2
2020-10-06 Robert VargaRemove SchemaContextProvider 09/92909/10
2020-10-05 Robert VargaRemove RevisionAwareXPath 04/92904/11
2020-10-05 Robert VargaMigrate default method implementations to model.api 00/92900/2
2020-10-05 Robert VargaSplit out input/output schema nodes 95/92895/9
2020-10-05 Robert VargaSeparate out Module and Submodule interfaces 93/92893/8
2020-10-04 Robert VargaAdd EffectiveStatementEquivalent 85/91885/9
2020-10-03 Robert VargaPropagate EffectiveModelContext to more places 83/92883/5
2020-10-02 Robert VargaRemove BaseTypes.isInt8() and friends 58/92858/1
2020-10-02 Robert VargaUse Uint constants in base types 57/92857/1
2020-08-14 Robert VargaRemove TypeBuilder @Nullable annotation 96/88496/7
2020-07-15 Tomas CereUse modifiable List when resolving relative xpath 18/91318/9
2020-07-15 Tomas CereClean up predicates prior to xpath normalization 29/91329/2
2020-05-26 Robert VargaFix an error message typo 49/89949/1
2020-04-23 Robert VargaMountPointContext needs to expose EffectiveModelContext 17/89317/4
2020-04-17 miroslav.kovacFix relative xPath resolution for leafref types 22/88422/10
2020-04-16 Robert VargaMake BitsTypeDefinition.Bit.position() return Uint32 08/88808/5
2020-03-26 Robert VargaMove baseline SchemaContext methods 05/88705/2
2020-03-26 Robert VargaMake SchemaNode.getPath() implementations as deprecated 04/88704/1
2020-03-26 Robert VargaAdd SchemaInferenceStack 98/88098/13
2020-03-18 Robert VargaFix buildType() nullness 95/88495/5
2020-02-27 Robert VargaRemove DataNodeIterator 87/88087/2
2020-02-21 Robert VargaAdd FIXMEs 44/87944/2
2020-02-17 Robert VargaUse SchemaNodeIdentifier in AugmentationSchemaNode 07/87807/7
2020-02-12 Robert VargaMake BitsTypeDefinition.Bit only a DocumentedNode.WithS... 70/86970/8
2020-02-10 Robert VargaRevert ChoiceSchemaNode.getCases() to return a Collection 39/87539/7
2020-02-10 Robert VargaRemove IdentitySchemaNode.getDerivedIdentities() 50/87450/4
2020-01-16 Robert VargaRefactor yang-model-api child traversal return types 77/86877/21
2020-01-14 Robert VargaDeprecate DataNodeIterator 79/86879/1
2020-01-14 Robert VargaOptimize DataNodeIterator.hasNext() 78/86878/1
2019-12-30 Robert VargaImprove QName resolution 29/86629/2
2019-12-30 Robert VargaPropagate 'absolute path' invariant 26/86626/2
2019-12-30 Robert VargaRemove duplicate checkState() 25/86625/2
2019-12-30 Robert VargaCollapse SchemaContextUtil.typeDefinition() 24/86624/2
2019-12-30 Robert VargaDefer path stripping 23/86623/2
2019-12-30 Robert VargaRemove useless SchemaContextUtil. qualification 22/86622/2
2019-12-30 Robert VargaFix SchemaContextUtils.findDataSchemaNode() namespace... 11/86611/16
2019-12-30 Robert VargaAdd another alternative SchemaContextUtil.findDataSchem... 21/86621/6
2019-12-29 Robert VargaRemove useless UnsupportedOperationException throws 12/86612/2
2019-12-29 Robert VargaUse findTargetNode() in findDataSchemaNode() 10/86610/2
2019-12-29 Robert VargaDeprecate PathExpressionImpl for removal 09/86609/1
2019-12-24 Robert VargaTrim deref() argument 60/86560/1
2019-12-24 Robert VargaCorrect deref() leafref handling 49/86549/8
2019-12-23 Robert VargaAllow Errata 5617 expressions in leafref 90/82690/20
2019-11-01 Anil BelurMerge branch 'master' of ../controller
2019-10-31 Anil BelurMerge branch 'master' of ../controller
2019-10-18 Robert VargaFix foldable trigraphs 96/85196/1
2019-10-07 Robert VargaShortcut Collections.sort() 61/84961/1
2019-09-10 Robert VargaUse Optional.isEmpty() 92/84292/2
2019-09-03 Robert VargaSwitch encoding unsigned type normalization to Uint... 47/83947/20
2019-09-02 Robert VargaOptimize immutable lookups 30/84130/1
2019-08-27 Robert VargaFix SchemaContextProvider nullness 94/83994/4
2019-08-19 Robert VargaBump odlparent to 6.0.0-SNAPSHOT 83/83383/17
2019-08-06 Robert VargaApply modernization 14/83414/2
2019-07-09 Robert VargaAdd AbstractSchemaContextProvider 81/82981/4
2019-07-08 Robert VargaAllow actions/notifications to be efficiently looked up 20/82920/4
2019-04-05 Robert VargaIntroduce EffectiveModelContextFactory 98/81398/4
2019-03-26 Robert VargaYangNamespaceContext should not have a default namespace 60/81160/4
2019-03-26 Robert VargaPrepare RevisionAwareXPath for XPath integration 01/81201/3
2019-03-26 Robert VargaUse NPE to report null arguments 68/81168/10
2019-03-26 Robert VargaRemove impossible checkArgument()s 67/81167/3
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-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 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-11 Robert VargaFix warnings in yang-model-util 77/75977/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-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-02 Robert VargaDeprecate CopyableNode at al. 52/67752/3
2018-02-01 Robert VargaFix invalid enum definition error string 06/67806/1
next