yangtools.git
2017-09-05 Robert VargaFix benchmark compilation and runtime 00/62600/3
2017-09-04 Robert VargaBUG-8043: introduce RangeRestrictedTypeDefinition 79/62279/9
2017-09-04 Robert VargaBUG-8043: introduce LengthRestrictedTypeDefinition 78/62278/6
2017-09-04 Robert VargaKill websocket-client 79/62579/2
2017-09-02 Robert VargaEnable checkstyle on yang-data-codec-gson 76/62576/2
2017-09-02 Robert VargaRemove antlr version override 45/62545/2
2017-09-02 Robert VargaActivate checkstyle in yang-system-test 78/62578/1
2017-09-02 Robert VargaEnforce checkstyle on yang-test-util 77/62577/1
2017-09-01 Peter KajsaBug 7246 - Fix of SchemaTracker initialization and... 12/61712/11
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 VargaMark getIdentity() as deprecated 83/62283/2
2017-08-28 Robert VargaBUG-8043: AbstractConstraintEffectiveStatement update 77/62277/2
2017-08-28 Robert VargaUse Guava's Interner instead of ObjectCache 69/62269/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-20 Robert VargaRemove yangtools.util.Identifiables 84/61984/4
2017-08-20 Robert VargaFix AnyXml node handling 86/61986/2
2017-08-20 Robert VargaRevert "BUG-7262: Operational data tree should enforce... 36/62036/1
2017-08-16 Robert VargaCleanup testutils 33/61033/5
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-16 Robert VargaBUG-7262: Operational data tree should enforce mandator... 72/48672/14
2017-08-15 Thanh HaRemove unused property declaration yang.codegen... 24/61624/2
2017-08-15 Robert VargaEliminate LeafRefPathParseException 35/61235/2
2017-08-15 Robert VargaUse ValueNode in LeafRefValidation 34/61234/2
2017-08-14 Thanh HaBump versions by (x+1).y.z for next dev cycle 21/61621/2
2017-08-13 Peter KajsaBug 8691 - Update yang-parser-impl grammars 39/61539/2
2017-08-13 Robert VargaRemove duplicate version declaration 88/61488/2
2017-08-13 Peter KajsaBug 8922 - Evaluation of if-features is done regardless... 77/61377/5
2017-08-10 Robert VargaMake sure binary values are properly wrapped 64/61464/1
2017-08-09 Stephen KittBump odlparent 2.0.2 to 2.0.4 55/61355/4
2017-08-09 Igor FoltinBug 8940: Fix XML parsing of anyxml nodes 21/61421/1
2017-08-07 Robert VargaEnforce no split packages 12/61212/6
2017-08-07 Robert VargaReduce CheckedFuture proliferation 36/61236/3
2017-08-06 Robert VargaRemove unneeded version declaration 32/61232/1
2017-08-04 Peter KajsaBug 8831 - Yang 1.1 default values are not checked... 70/61170/3
2017-08-03 Robert VargaCleanup JSONCodecFactory.create() users 98/61098/1
2017-08-03 Robert VargaCleanup SchemaTracker logic 97/61097/1
2017-08-01 Robert VargaUse Objects.requireNonNull instead of Preconditions... 74/60974/2
2017-08-01 Robert VargaFix/suppress checkstyle warnings 73/60973/3
2017-08-01 Robert VargaShare codepath between snapshot methods 20/60920/6
2017-07-31 Peter KajsaFix of Module.getPrefix() to return prefix also in... 64/59564/8
2017-07-29 Robert VargaDowngrade stax2-api to 3.1.4 08/60908/1
2017-07-29 Igor FoltinAdd XmlParserStream.traverse(DOMSource) 64/60864/5
2017-07-28 Robert VargaBUG-8733: add YangInstanceIdentifierBuilder.append() 68/60768/2
2017-07-26 Robert VargaBUG-2389: Deprecate yang-data-impl XML codec 58/60558/3
2017-07-25 Igor FoltinBug 8803: check for null return NamespaceContext.getNam... 36/60736/4
2017-07-21 Robert VargaBUG-8733: add EmptyDataTreeCandidateNode 32/60632/1
2017-07-20 Robert VargaMake ReadWriteTrieMap extend ForwardingMap 60/60560/4
2017-07-19 Robert VargaBUG-7464: do not depend on odlparent's triemap 62/60562/2
2017-07-19 Robert VargaBUG-7464: Switch to use forked TrieMap 43/51843/7
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-18 Igor FoltinBug 8745: Add support for parsing attributes to the... 18/60018/9
2017-07-18 Igor FoltinBug 8715: Add strictParsing switch to the new XML parser 67/59167/11
2017-07-18 Igor FoltinBug 8675: Fix a design flaw of the new XML parser 36/59036/12
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-09 Robert VargaBump odlparent to 2.0.2 09/60109/1
2017-07-04 Peter KajsaBug 7051 - moving of SubstatementValidator into spi... 29/59929/1
2017-07-03 Robert VargaBump odlparent dependency to 2.0.1 52/59852/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 VargaBump antlr4 to 4.7 42/58942/3
2017-06-14 Robert VargaBe strict about boolean arguments 70/58270/42
2017-06-13 Thanh HaMigrate to odlparent 1.9.0 29/58829/3
2017-06-13 Peter KajsaBug 2444 - fix of several issues in yang-model-export 16/57816/12
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-12 Robert VargaFix checkstyle offences found by newer plugin 61/58761/1
2017-06-12 Robert VargaEnable checkstyle in yang-model-util 13/58713/3
2017-06-12 xygengBug 6897: [YANG 1.1] Allow notifications to be tied... 95/58695/2
2017-06-12 Robert Vargayang-maven-plugin-it: add checkstyle 12/58712/1
2017-06-09 Robert VargaOptimize ModuleDependencySort 90/58590/3
2017-06-09 Robert VargaDo not duplicate findModuleByNamespaceAndRevision() 89/58589/2
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
2017-06-09 Robert VargaMake getOriginalCtx() give out an Optional 64/58564/5
2017-06-09 Robert VargaBUG-6972: inline copy operation modifications 63/58563/3
2017-06-08 Robert VargaBUG-7052: remove AbstractEffectiveSchemaContext 42/58542/2
2017-06-08 Robert VargaBUG-6972: Do not allow root StmtContext to be copied 40/58540/2
2017-06-08 Robert VargaEliminate StmtContext.isRootContext() 36/58536/1
2017-06-08 Robert VargaRemove appendCopyHistory from public view 29/58529/2
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 VargaEnforce namespace listener compatibility 81/58381/6
2017-06-07 Robert VargaRefactor InferenceAction 80/58380/6
2017-06-07 Robert VargaMove DeviateKind parsing 71/58271/4
2017-06-07 Robert VargaModifierImpl has no use for phase 79/58379/2
next