BUG-4688: Rework SchemaContext module lookups
[yangtools.git] / yang / yang-parser-impl / src / main / java / org / opendaylight / yangtools / yang / parser / stmt / rfc6020 /
2017-10-24 Robert VargaBUG-4688: Rework SchemaContext module lookups 41/64641/4
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 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 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 Module.DEFAULT_SEMANTIC_VERSION 20/64520/8
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 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-11 Robert VargaUpdate IdentitySchemaNode metamodel 30/63230/10
2017-10-11 Robert VargaBUG-5211: remove SourceStreamAware 95/41995/37
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 deprecated Yin/YangStatementSourceImpl 37/62537/22
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-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-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 VargaBUG-8043: eliminate ConstraintFactory 43/62443/3
2017-09-05 Robert VargaBUG-8043: eliminate LenghtStatement.getValue() 42/62442/3
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-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-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-15 Robert VargaRemove use of ALTLRInputStream 22/59022/1
2017-06-14 Robert VargaBe strict about boolean arguments 70/58270/42
2017-06-09 Robert VargaBUG-7052: move EffectiveSchemaContext 43/58543/6
2017-06-09 Robert VargaMake getOriginalCtx() give out an Optional 64/58564/5
2017-06-08 Robert VargaBUG-7052: remove AbstractEffectiveSchemaContext 42/58542/2
2017-06-08 Robert VargaEliminate StmtContext.isRootContext() 36/58536/1
2017-06-08 Robert VargaBUG-7052: Move qnameFromArgument to StmtContextUtils 57/58457/8
2017-06-08 Robert VargaBUG-7052: reduce StatementContextBase proliferation... 56/58456/15
2017-06-08 Robert VargaBUG-7052: Move RecursiveObjectLeader to util 58/58458/7
2017-06-08 Robert VargaBUG-7052: reduce StatementContextBase proliferation 51/58451/5
2017-06-07 Robert VargaRefactor InferenceAction 80/58380/6
2017-06-07 Robert VargaMove DeviateKind parsing 71/58271/4
2017-06-07 Robert VargaCleanup effectiveStatements() access 36/58336/2
2017-06-07 Robert VargaDo not tolerate invalid status arguments 69/58269/3
2017-06-07 Robert VargaIntern low-cardinality statement arguments 68/58268/3
2017-06-07 Robert VargaTurn BuiltinEffectiveStatements into an enum 62/58262/4
2017-06-07 Robert VargaDo not throw IllegalArgumentException 06/58306/2
2017-06-06 Igor FoltinBug 8523: Add support for parsing restconf:yang-data... 75/58175/6
2017-06-06 Peter KajsaBug 8597 - Empty description and reference of ModuleImp... 54/58254/5
2017-06-05 Igor FoltinBug 4640: Change semantic-version to openconfig-version 47/58247/1
2017-06-05 Peter KajsaBug 7037 - Improve mapping of YANG extensions 17/55717/11
2017-06-04 Robert VargaRevert "Bug 4640: Change semantic-version to openconfig... 18/58218/2
2017-06-04 Robert VargaAdd hook for interning raw argument 84/58184/3
2017-06-02 Igor FoltinBug 4640: Change semantic-version to openconfig-version 69/57769/3
2017-05-18 Igor FoltinBug 8307: Add the option for activating deviation state... 52/56452/5
2017-04-14 Peter KajsaBug 7050 - Document parser-impl package structure 40/54840/8
2017-04-14 Peter KajsaBug 7038 - Rework 'type decimal64' lookup 24/54524/7
2017-04-13 Jakub TothImplement DocumentedNode interface to RevisionEffective... 16/54816/3
2017-04-10 Igor FoltinBug 7847: Implement YANG 1.1 XPath functions in YangFun... 25/54525/3
2017-04-07 Peter KajsaBug 8126 - Some augments are not being processed 65/54365/5
2017-03-27 Peter KajsaBug 6183 - Shorthand case should create case node in... 39/53139/11
2017-03-16 Igor FoltinBug 7954: Throw an exception when parsing duplicate... 83/53283/6
2017-03-11 Robert VargaBUG-7954: identify source of the offending statement 84/53184/1
2017-03-09 Peter KajsaBug 5410 - XSD regular expressions are interpreted... 99/52999/6
2017-03-09 Peter KajsaBUG-7424: Disallow child namespace collisions 00/51400/9
2017-03-06 Robert VargaBUG-7424: introduce a putIfAbsent storage operation 62/52762/2
2017-03-03 Igor FoltinBug 6856: Rpc definition should implicitly define input... 04/48704/22
2017-03-02 Peter KajsaBug 7879 - refine target node was not found 39/52639/2
2017-03-01 Igor FoltinBug 6878: Add support for parsing yang-specific XPath... 38/51938/9
2017-02-28 Robert VargaFormat Module revisions 44/52344/2
2017-02-27 Peter KajsaBug 6886 - [Yang 1.1] Update rules for handling of... 26/51926/5
2017-02-23 Igor FoltinBug 6885: [Yang 1.1] Disallow "when" and "if-feature... 85/50785/13
2017-02-23 Peter KajsaBug 6884 - [Yang 1.1] Submodule can reference all defin... 03/51903/4
2017-02-23 Igor FoltinBug 6887: [Yang 1.1] Allow enumerations and bits to... 53/51453/8
2017-02-23 Robert VargaBUG-7052: introduce YangStatementStreamSource 55/52055/10
2017-02-23 Robert VargaAdd utility YangTextSchemaSource factories 54/52054/6
2017-02-23 Peter KajsaBug 7480 - yang-system-test: -p directories are for... 18/51018/13
2017-02-22 Peter KajsaBug 6901 - [Yang 1.1] Default value MUST NOT be marked... 24/50624/13
next