BUG-4688: eliminate SimpleDateFormatUtil.DEFAULT_DATE_REV
[yangtools.git] / yang / yang-parser-impl / src /
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-4688: switch IncludeStatementImpl to use queries 27/64627/3
2017-10-24 Robert VargaBUG-4688: switch semantic imports to queries 21/64621/4
2017-10-24 Robert VargaBUG-4688: switch revision imports to queries 00/64600/7
2017-10-24 Robert VargaLazily populate listeners and derived namespaces 19/64619/4
2017-10-24 Robert VargaBUG-4688: Add flexible match support to NamespaceStorag... 70/64570/11
2017-10-24 Robert VargaCleanup NamespaceBehaviourWithListeners 69/64569/6
2017-10-24 Robert VargaBUG-8043: correct LengthConstraint definition 19/62319/13
2017-10-24 Igor FoltinBug 9242: Reuse deviating statement contexts 06/64406/4
2017-10-20 Robert VargaImprove StatementContextBase documentation 84/64584/3
2017-10-20 Robert VargaDo not accept null phase in ModifierImpl 83/64583/2
2017-10-20 Robert VargaBUG-4866: fix ImpPrefixToModuleIdentifier 82/64582/3
2017-10-20 Robert VargaBUG-4688: migrate IncludedModuleContext 64/64564/2
2017-10-20 Robert VargaBUG-4688: Fix IncludedSubmoduleNameToIdentifier namespace 62/64562/3
2017-10-20 Robert VargaBUG-4688: Fix BelongsToPrefixToModuleIdentifier namespace 48/64548/5
2017-10-20 Robert VargaBUG-4688: Switch BelongsToModuleContext to SourceIdentifier 47/64547/5
2017-10-20 Robert VargaBUG-4688: Rename StmtContext.Mutable.addRequiredModule() 39/64539/5
2017-10-20 Robert VargaBUG-4688: Eliminate use of ModuleIdentifier in ImpPrefi... 31/64531/6
2017-10-20 Robert VargaBUG-4688: Eliminate SourceIdentifier.create() 30/64530/5
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 Peter KajsaBug 7051 - moving of CustomStatementParserBuilder 04/61104/7
2017-10-19 Peter KajsaIetf-routing identity issue test 52/64152/3
2017-10-19 Igor FoltinBug 9244: Fix deviate replace of implicit substatements 89/64389/2
2017-10-19 Robert VargaRemove Module.getSource() and SchemaContext.getModuleSo... 28/64428/4
2017-10-18 Robert VargaDo not wrap SourceException 27/64427/2
2017-10-18 Robert VargaFix checkArgument() format string 26/64426/2
2017-10-13 Igor FoltinBug 9241: Action definition should implicitly define... 39/64239/1
2017-10-11 Robert VargaUpdate IdentitySchemaNode metamodel 30/63230/10
2017-10-11 Robert VargaBUG-5211: remove SourceStreamAware 95/41995/37
2017-10-11 Robert VargaBUG-9043: Remove use of CheckedFuture from YANG components 62/62262/17
2017-10-11 Robert VargaEnforce statement format validity 51/49451/19
2017-10-11 Peter KajsaBug 2444 - Add missing API to Action and Notification... 55/59655/16
2017-10-09 Robert VargaCleanup use of Guava library 85/61985/23
2017-10-07 David SuarezRemove explicit default super-constructor calls 01/63601/3
2017-10-03 Peter KajsaBug 2444 - add missing API of some declared statements 07/59507/13
2017-09-27 Robert VargaDo not use String.replace() 88/63188/3
2017-09-27 Robert VargaFurther yang-parser-impl checkstyle fixes 99/63199/5
2017-09-27 Robert VargaRemove Named{File,Byte,}InputStream 45/62745/11
2017-09-27 Robert VargaRemove deprecated Yin/YangStatementSourceImpl 37/62537/22
2017-09-19 Robert VargaRemove yang.parser.util.ModuleDependencySort 23/63223/4
2017-09-18 Robert VargaRemove NodeWrappedType and TopologicalSort 98/63198/2
2017-09-17 Robert VargaThrow SourceException instead of invalid fraction-digits 90/63190/3
2017-09-17 Robert VargaThrow InferenceException on invalid identity reference 91/63191/3
2017-09-17 Robert VargaAnother round of checkstyle fixes 97/63197/1
2017-09-16 Robert VargaNext round of checkstyle fixes in yang-parser-impl 92/63192/2
2017-09-16 Robert VargaNext round of yang-parser-impl checkstyle fixes 87/63187/3
2017-09-15 Robert VargaCleanup some checkstyle warnings 82/63182/1
2017-09-14 Robert VargaBUG-7052: split out yang-parser-spi 43/63043/6
2017-09-13 Robert VargaMake SimpleDateFormatUtil non-lenient 31/62731/4
2017-09-13 Robert VargaBUG-7568: Use YangTextSchemaSource to emit schema files 06/62706/4
2017-09-13 Igor FoltinAvoid module namespace/submodule name conflict when... 34/63034/2
2017-09-13 Igor FoltinOverride toString() in Yang/YinStatementStreamSource 61/62961/3
2017-09-12 Robert VargaBUG-7568: refactor yang-maven-plugin 05/62705/3
2017-09-12 Peter KajsaBug 7051 - Refactoring of UnknownStatements handling 32/63032/2
2017-09-12 Peter KajsaBug 7051 - Refactoring of implicit case statements... 20/63020/2
2017-09-09 Igor FoltinAdd the parent module of a submodule to the set of... 33/62833/2
2017-09-05 Robert VargaRevert "BUG-7568: refactor yang-maven-plugin" 02/62702/1
2017-09-05 Robert VargaRevert "BUG-7568: Use YangTextSchemaSource to emit... 01/62701/1
2017-09-05 Robert VargaBUG-7568: Use YangTextSchemaSource to emit schema files 85/52085/31
2017-09-05 Robert VargaBUG-7568: refactor yang-maven-plugin 56/52056/34
2017-09-05 Robert VargaBUG-8043: eliminate ConstraintFactory 43/62443/3
2017-09-05 Robert VargaBUG-8043: eliminate LenghtStatement.getValue() 42/62442/3
2017-08-28 Robert VargaCleanup SystemTestUtils 89/61289/4
2017-08-28 Robert VargaThrow SourceException instead of IllegalArgumentException 41/62341/2
2017-08-28 Robert VargaBUG-8043: AbstractConstraintEffectiveStatement update 77/62277/2
2017-08-24 Robert VargaDo not instantiate needless objects in augment 03/61303/8
2017-08-24 Robert VargaBUG-7052: move copy operation to StatementContextBase 02/61302/7
2017-08-22 Peter KajsaBug 9005 - scope of model import prefix should be modul... 42/62142/1
2017-08-16 Robert VargaSimplify DeviateStatementImpl.addStatement() 37/61237/9
2017-08-16 Robert VargaRefactor argument adaptation 40/61240/10
2017-08-16 Robert VargaBUG-7052: remove StmtContext.createCopy() 38/61238/11
2017-08-13 Peter KajsaBug 8691 - Update yang-parser-impl grammars 39/61539/2
2017-08-13 Peter KajsaBug 8922 - Evaluation of if-features is done regardless... 77/61377/5
2017-08-07 Robert VargaReduce CheckedFuture proliferation 36/61236/3
2017-08-04 Peter KajsaBug 8831 - Yang 1.1 default values are not checked... 70/61170/3
2017-07-31 Peter KajsaFix of Module.getPrefix() to return prefix also in... 64/59564/8
2017-07-19 Robert VargaBUG-7051: move yang-data support into its own package 57/60557/2
2017-07-19 Peter KajsaBug 7051 - Refactoring of StmtContextUtils 41/54841/23
2017-07-10 Robert VargaBUG-6972: eliminate StmtContext.getOrder() 63/60063/3
2017-07-10 Robert VargaBUG-6972: Add OptionaBoolean utility 50/60050/7
2017-07-04 Peter KajsaBug 7051 - moving of SubstatementValidator into spi... 29/59929/1
2017-06-26 Igor FoltinFix uninitialized ExtensionDefinition for openconfig... 40/59240/2
2017-06-21 Robert VargaBump odlparent dependency to 2.0.0 73/50173/13
2017-06-15 Robert VargaRemove use of ALTLRInputStream 22/59022/1
2017-06-14 Robert VargaBe strict about boolean arguments 70/58270/42
2017-06-13 Robert VargaFix sonar complaints around generic type naming 15/58815/1
2017-06-12 Robert VargaBUG-7052: extract SimpleSchemaContext 52/58752/4
2017-06-12 Robert VargaBUG-7052: deprecate YangParseException 51/58751/3
2017-06-12 Robert VargaBUG-7052: Move ModuleDependencySort to yang-model-util 50/58750/3
2017-06-12 Robert VargaBypass array-based sort 46/58746/3
2017-06-12 Robert VargaBUG-7052: Move TopologicalSort to util package 44/58744/3
2017-06-12 Robert VargaReformulate ModuleDependencySort in terms of a Table 09/58609/7
2017-06-09 Robert VargaOptimize ModuleDependencySort 90/58590/3
2017-06-09 Robert VargaDo not create temporary array for module sorting 88/58588/2
2017-06-09 Robert VargaBUG-7052: move EffectiveSchemaContext 43/58543/6
next