Migrate getDataChildByName() users
[yangtools.git] / yang / yang-model-util / src / test / java /
2020-12-31 Robert VargaMigrate getDataChildByName() users 22/94322/1
2020-10-25 Robert VargaMinimize surefire overrides 59/93259/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 VargaRemove use of MockitoAnnotations.initMocks() 86/92886/1
2020-10-02 Robert VargaRemove BaseTypes.isInt8() and friends 58/92858/1
2020-10-01 Robert VargaRemove use of TypeDefinition.getPath() 90/92590/3
2020-09-22 Robert VargaAdd more use of assertThrows() 89/92589/2
2020-09-21 Robert VargaUse StandardCharsets 28/92528/1
2020-04-16 Robert VargaMake BitsTypeDefinition.Bit.position() return Uint32 08/88808/5
2020-02-27 Robert VargaRemove DataNodeIterator 87/88087/2
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-01-22 Robert VargaMigrate assertThat() import 80/87080/3
2020-01-16 Robert VargaRefactor yang-model-api child traversal return types 77/86877/21
2019-12-30 Robert VargaAdd another alternative SchemaContextUtil.findDataSchem... 21/86621/6
2019-12-29 Robert VargaMove SchemaContextUtilTest 15/86615/3
2019-12-24 Robert VargaCorrect deref() leafref handling 49/86549/8
2019-11-01 Anil BelurMerge branch 'master' of ../controller
2019-10-31 Anil BelurMerge branch 'master' of ../controller
2019-09-03 Robert VargaSwitch encoding unsigned type normalization to Uint... 47/83947/20
2019-08-06 Robert VargaApply modernization 14/83414/2
2019-04-05 Robert VargaIntroduce EffectiveModelContextFactory 98/81398/4
2019-03-25 Robert VargaCorrect LeafrefTypeDefinition 43/81143/7
2019-03-19 Robert VargaFixup xpath resolution 56/80956/2
2019-03-05 Robert VargaAdd AnnotationSchemaNodeAware interface 81/80681/5
2019-02-26 Robert VargaRemove deprecated SchemaRepository.createSchemaContextF... 88/80588/7
2019-02-25 Robert VargaQName is a YANG identifier 73/80573/8
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-09-23 Robert VargaDisable illegal UTs 00/76400/1
2018-08-06 Stephen KittBuild with Mockito 2.1 89/74589/11
2018-06-07 Robert VargaFix SchemaContextUtil RevisionAwareXPath resolution 22/72722/7
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-01-17 Robert VargaYANGTOOLS-844: Filtering/SimpleSchemaContext violate... 12/67212/13
2017-11-20 Robert VargaRename ChoiceCaseNode to CaseSchemaNode 47/65747/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-09 Robert VargaRemove DerivedTypes.isInt8() and friends 06/65306/4
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 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 VargaUpdate ChoiceSchemaNode design 52/64852/12
2017-11-02 Robert VargaClean up PatternConstraint's String confusion 38/64838/12
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 VargaBUG-4688: update Revision design a bit more 85/64785/4
2017-10-25 Robert VargaBUG-4688: Make SourceIdentifier use Revision 11/64711/4
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: 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 Module.DEFAULT_SEMANTIC_VERSION 20/64520/8
2017-10-19 Robert VargaRemove Module.getSource() and SchemaContext.getModuleSo... 28/64428/4
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 LengthRestrictedTypeDefinition 78/62278/6
2017-06-21 Robert VargaBump odlparent dependency to 2.0.0 73/50173/13
2017-06-12 Robert VargaEnable checkstyle in yang-model-util 13/58713/3
2017-06-04 Robert VargaRevert "Bug 4640: Change semantic-version to openconfig... 18/58218/2
2017-06-02 Igor FoltinBug 4640: Change semantic-version to openconfig-version 69/57769/3
2017-02-27 Robert VargaBUG-7850: fix SourceIdentifier.toYangFileName() 51/52251/3
2017-01-24 Igor FoltinBug 7438: Allow identityref type to reference multiple... 98/50298/6
2017-01-12 Igor FoltinBug 6873: [Yang 1.1] Add support for "require-instance... 97/49697/7
2016-12-06 Stephen KittPropagate @Nonnull and @Nullable annotations 71/47971/7
2016-11-22 Stephen KittJava 8: migrate to java.util.function.Function 37/47837/6
2016-11-02 Stephen KittJava 8: use lambdas and function references 36/47836/2
2016-09-10 Igor FoltinBug 3899: Milestone: Increase test coverage for Yangtools 59/45459/1
2016-08-16 Igor FoltinBug 3899: Milestone: Increase test coverage for Yangtools 57/43857/2
2016-08-04 Igor FoltinBug 3899: Milestone: Increase test coverage for Yangtools 20/43120/2
2016-08-01 Robert VargaBUG-865: remove MustDefinitionImpl 53/42853/3
2016-08-01 Robert VargaBUG-865: Move ModuleImportImpl and hide it 52/42852/3
2016-08-01 Robert VargaBUG-865: remove BitImpl 80/42780/6
2016-07-28 Robert VargaBUG-865: Deprecate EnumPairImpl 69/42669/1
2016-07-26 Robert VargaBUG-865: make EnumPair getQName/getSchemaPath unimplemented 94/41994/7
2016-07-21 Michael VorburgerCheckstyle clean-up src/test/java 88/42188/1
2016-07-19 Robert VargaRemove use of Guava Charsets 74/41974/4
2016-07-11 Robert VargaBUG-865: eliminate ExtendedType and DerivedType 68/41468/4
2016-07-11 Robert VargaBUG-865: remove deprecated types 65/41465/3
2016-06-22 Robert VargaBUG-865: remove unused model.util types 29/40629/5
2016-06-15 Robert VargaFurther cleanups of code 14/39714/18
2016-06-08 Robert VargaFix missing type arguments 26/39926/2
2016-06-06 Peter KajsaBug 4662: Introduce a SemanticVersion concept - SchemaC... 22/37622/28
2016-06-03 Peter KajsaBug 4662: Introduce a SemanticVersion concept - import... 77/36877/28
2016-06-03 Robert VargaScripted update of if statements 93/39793/2
2016-05-24 Peter KajsaBug 5200: Yang parser doesn't fill error-app-tag and... 32/38432/13
2016-04-14 Stephen KittDrop unneeded generic type specifiers 50/37550/2
next