Bump versions by x.y.(z+1)
[yangtools.git] / yang / yang-model-util /
2018-04-26 jenkins-relengBump versions by x.y.(z+1) 90/71490/1 stable/carbon
2018-04-01 Robert VargaFix leafref require-instance implementation 16/70216/2
2018-02-25 Robert VargaEncapsulate regexes in a non-capturing group 62/68462/2
2018-02-25 Robert VargaMove Bug4079/Bug5410 tests from yang-parser to yang... 58/68458/3
2018-02-23 jenkins-relengBump versions by x.y.(z+1) 47/68647/1
2017-10-17 jenkins-relengBump versions by x.y.(z+1) 76/64376/1
2017-07-14 jenkins-relengBump versions by x.y.(z+1) 83/60383/1
2017-06-12 Robert VargaDo not duplicate findModuleByNamespaceAndRevision() 03/58603/2
2017-06-02 Tomas CereBUG 8566 Introduce a fallback for ChoiceSchemaNode... 04/58104/2
2017-05-28 Robert VargaDo not use FileInputStream 13/57213/2
2017-05-25 jenkins-relengBump versions by x.y.(z+1) 79/57879/1
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
2016-12-17 Peter KajsaBug 6870: [Yang 1.1] Support for new "modifier" statement 58/49158/12
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-10-29 Robert VargaBUG-7054: add a YinTextToDomTransformer 18/47718/10
2016-10-29 Robert VargaBUG-7052: move ModuleIdentifierImpl 35/47735/4
2016-10-27 Filip GregorBug 6979 - yang.model.util.EffectiveAugmentationSchema... 31/47631/3
2016-09-10 Igor FoltinBug 3899: Milestone: Increase test coverage for Yangtools 59/45459/1
2016-09-08 Robert VargaBUG-5561: use canonical Bits order 58/45158/4
2016-09-06 Robert VargaUse lambdas instead of anonymous classes 68/45068/6
2016-08-30 Igor FoltinBUG-6316: Fix Bit and EnumPair's position/value types 55/42855/12
2016-08-16 Igor FoltinBug 3899: Milestone: Increase test coverage for Yangtools 57/43857/2
2016-08-16 Igor FoltinBug 6414: Fixed DataNodeIterator's traverseModule method 70/43970/3
2016-08-15 Robert VargaBUG-865: remove String-based getDataChildByName() 98/42898/7
2016-08-08 Thanh HaBump versions by 0.1.0 for next dev cycle 55/43455/1
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-08-01 Robert VargaPropagate @Deprecated annotation 79/42779/3
2016-08-01 Robert VargaBUG-865: remove deprecated EnumPairImpl 70/42670/6
2016-07-28 Robert VargaBUG-865: Deprecate EnumPairImpl 69/42669/1
2016-07-27 Robert VargaUse TypedSchemaNode 63/42663/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-20 Robert VargaBUG-865: remove SchemaContextUtil.findParentModuleByType() 91/41991/2
2016-07-20 Robert VargaBUG-865: remove deprecated BaseTypes constants 89/41989/2
2016-07-20 Robert VargaBUG-865: remove InstanceIdentifierTypeDefinition#.getPa... 88/41988/2
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 Stephen KittDrop yangtools-parent 02/40302/9
2016-07-11 Robert VargaBUG-865: remove deprecated types 65/41465/3
2016-06-22 Robert VargaAllow base type builders to be used fluently 63/40663/2
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-05-03 Alexis de TalhouëtBug 5819 - Violation of synchronization rules in Abstra... 36/38236/5
2016-04-14 Stephen KittDrop unneeded generic type specifiers 50/37550/2
2016-04-01 Ryan GouldingMove CACHED_FILE_PATTERN constant to correct location 33/36933/3
2016-04-01 Ryan GouldingFilesystemSchemaSourceCache reduce sourceIdToFile(... 19/36919/4
2016-03-31 Ryan GouldingFilesystemSchemaSourceCache to use try-with-resources... 30/36930/2
2016-03-31 Ryan GouldingImprove Error Reporting for non-parsable date for file... 34/36934/2
2016-03-30 Robert VargaBUG-4268: clarify length constraint API contract 84/29884/5
2016-03-16 Stephen KittUse String concatenation instead of StringBuffer/Builder 18/35918/2
2016-03-16 Stephen KittRemove unnecessary String() constructor invocations 90/35890/4
2016-03-09 Stephen KittSimplify boolean expressions 83/35883/3
2016-03-07 Stephen KittRemove redundant modifiers 82/35882/2
2016-03-07 Stephen KittUse Collections.singletonList() instead of Arrays.asList() 86/35886/2
2016-03-07 Robert VargaReduce cyclomatic complexity 68/35868/1
2016-03-01 Peter KajsaBug 5437: Issue accessing mounted device supporting... 76/35576/1
2016-02-15 Jakub TothBug 3899: Milestone: Increase test coverage for Yangtools 43/34443/3
2016-02-15 Jakub TothBug 3899: Milestone: Increase test coverage for Yangtools 12/34412/8
2016-02-15 Filip GregorBug 3899: Milestone Increase test coverage for YangTool... 71/34471/9
2016-02-15 Jakub TothBug 3899: Milestone: Increase test coverage for Yangtools 53/34453/3
2016-02-10 Jakub TothBug 3899: Milestone: Increase test coverage for Yangtools 24/34324/3
2016-02-04 Thanh HaEnable site generation for yangtools 11/27711/13
2016-02-04 Thanh HaFix javadoc formatting issues 40/34040/1
2016-02-01 Peter KajsaBug 4969: Unable to find base type of leafref for old... 51/33851/1
2016-01-30 Peter KajsaBug 4969: Invalid regex pattern for xpath conditions... 80/33780/3
2016-01-28 Peter KajsaBug 4969: NPE in JSONCodecFactory by attempt to find... 54/33354/4
2016-01-25 Robert VargaSimplify RevisionAwareXPathImpl 22/32022/2
2016-01-21 Robert VargaBump yangtools to 1.0.0-SNAPSHOT 54/32854/2
2016-01-15 Thanh HaBumping versions by 0.1.0 for next dev cycle 86/32686/1
2016-01-04 Robert VargaBUG-865: deprecate internal implementation classes 21/32021/2
2016-01-04 Robert VargaUse QNameModule#intern() 96/31896/3
2016-01-04 Robert VargaMake BitImpl.unknownNodes final 20/32020/3
2015-12-01 Robert VargaBUG-4638: Convert to using new types 95/29695/44
2015-11-23 Robert VargaBUG-4638: introduce CompatUtils 87/30087/1
2015-11-21 Robert VargaBUG-4658: fix default value in BooleanType 42/30042/5
2015-11-20 Robert VargaBUG-4638: rework getBaseType() for derived types 31/29831/3
2015-11-20 Tony TkacikBug 4648: Fixed binary default value in old parser. 71/29971/1
2015-11-19 Robert VargaBUG-4638: rename LeafTypes to ConcreteTypes 74/29874/2
2015-11-19 Robert VargaBUG-4638: add more type checking methods 73/29873/2
2015-11-19 Robert VargaBUG-4638: Implement enum build validation 70/29870/3
2015-11-19 Robert VargaBUG-4638: implement bits validation 63/29863/4
next