yangtools.git
2018-10-19 Robert VargaBump versions to 2.0.13-SNAPSHOT 04/77104/2
2018-10-19 Robert VargaBump yang-xpath versions to 0.1.12-SNAPSHOT 40/77140/1
2018-10-19 Stephen KittBump to odlparent 3.1.4 97/77097/1
2018-10-18 Stephen KittBump to odlparent 3.1.4-SNAPSHOT 68/76868/3
2018-10-15 Robert VargaAttach error listeners to lexers 03/77003/1
2018-10-15 Robert VargaImprove IfFeaturePredicateVisitor 02/77002/1
2018-10-15 Robert VargaExclude javax.xml.stream dependency 99/76999/1
2018-10-11 Stephen KittUpdate .gitreview to track the v2.0.x branch 67/76867/1
2018-10-09 Robert Vargajaxb-api should be scope=compile 90/76790/1
2018-10-02 Robert VargaCleanup ScannedDependencyTest 85/76585/1
2018-10-01 Robert VargaAdd NoOp{Listener,Object}Registration 51/76551/1
2018-09-24 Robert VargaAdd jaxb-api dependency 31/76431/1
2018-09-19 Robert VargaDo not clutter logs with a thrown exception 59/76259/2
2018-09-19 Robert VargaFix TypedefEffectiveStatementImpl double-checked load 57/76257/2
2018-09-19 Robert VargaRemove unneeded interface declaration 54/76254/2
2018-09-19 Robert VargaRemove unneeded check 52/76252/1
2018-09-17 Robert VargaBump versions to 2.0.12 release cycle 33/76133/1
2018-09-12 Robert VargaFix logging template 30/76030/1
2018-09-10 Marek GradzkiConsider AugmentationNodes when direct descendant is... 44/75944/1
2018-09-10 Robert VargaEliminate LeafRefValidation.forEachChoice() 39/75939/1
2018-09-10 Robert VargaSplit up LeafRefValidation.validateNodeData() 20/75920/1
2018-09-10 Robert VargaMinor code cleanups 17/75917/1
2018-09-10 Robert VargaUse Iterables.filter() instead of FluentIterable 13/75913/1
2018-09-07 Robert VargaRename LeafRefValidatation to LeafRefValidation 41/75841/1
2018-09-07 Robert VargaRework choice iteration in LeafRefValidatation 38/75838/1
2018-09-07 Robert VargaCleanup map iteration in LeafRefValidatation 35/75835/1
2018-09-07 Robert VargaRework path LeafRefValidatation path tracking 33/75833/1
2018-09-06 Robert VargaPass down predicates instead of the entire predicate... 07/75807/1
2018-09-06 Robert VargaDo not validate non-existent roots 06/75806/1
2018-09-06 Robert VargaAdd LeafRefValidatation.computeValues() 05/75805/1
2018-09-06 Robert VargaEliminate leafRefTargetNodeDataLog() 03/75803/1
2018-09-06 Robert VargaUntangle result processing logic. 01/75801/1
2018-09-06 Robert VargaMove LeafRefPath creation from fast path 98/75798/1
2018-09-06 Robert VargaCleanup leafref path parsing 95/75795/1
2018-09-05 Robert VargaCleanup LeafRefContext(Tree)Builder 81/75781/1
2018-09-05 Robert VargaDo not leak Optional in QNameWithPredicateImpl.toString() 67/75767/2
2018-09-05 Robert VargaCleanup LeafRefPath 65/75765/1
2018-09-05 Robert VargaConsider namespace in namesakes 54/75754/2
2018-08-31 Stephen KittClean various constructs 11/75611/1
2018-08-31 Robert VargaLoosen RpcResultBuilder argument 10/75610/1
2018-08-31 Robert VargaDo not use SchemaNodeIdentifierBuildNamespace prerequisites 09/75609/1
2018-08-31 Robert VargaAdd NamespaceBehaviour.toString() 08/75608/1
2018-08-27 Robert VargaOmit empty attributes in toString() 18/75518/1
2018-08-27 Robert VargaOptimize ImmutableNodes.fromInstanceId() 01/75501/1
2018-08-16 Robert VargaFix unique argument parser 33/75233/1
2018-08-06 Robert VargaFix yang-data-jaxen dependencies 77/74877/1
2018-08-06 Robert VargaBump versions to 2.0.11-SNAPSHOT 58/74858/1
2018-08-06 Jakub TóthAllows to find child of Operation definition (RPC,... 48/74848/1
2018-08-03 Robert VargaMake sure we mark phase modification 06/74806/4
2018-08-03 Robert VargaMigrate @Nullable annotation 07/74807/2
2018-08-03 Robert VargaCentralize AugmentationIdentifier instantiation 94/74794/4
2018-08-03 Robert VargaRemove duplicate instantiation of EffectiveAugmentation... 92/74792/5
2018-08-02 Robert VargaMove search methods to NormalizedNodeContext 89/71789/14
2018-08-02 Robert VargaAdd yang-xpath-impl 73/71973/23
2018-08-02 Marek GradzkiFix LeafRefContext for relative refs defined in externa... 30/74630/2
2018-08-01 Robert VargaJaxen binding should use DataSchemaContextTree 28/71528/12
2018-08-01 Robert VargaAdd yang-xpath-api 18/71818/20
2018-08-01 Robert VargaUpdate toString() encapsulation 37/74737/1
2018-08-01 Robert VargaPropagate delegate.toString() as symbolic name 27/74727/1
2018-07-31 Robert VargaRework identifier path subscription 94/74694/4
2018-07-31 Stephen KittAvoid depending on immutables.value at runtime 83/74683/2
2018-07-31 Robert VargaIntroduce map-related ImmutableNodes operations 72/74672/6
2018-07-30 Robert VargaExpand CompatUtils to handle leaf-lists 23/74623/2
2018-07-28 Robert VargaUpdate CursorAwareDataTree{Modification,Snapshot} API 05/74605/2
2018-07-24 Robert VargaBump versions for next version 71/74371/1
2018-07-23 Marek GradzkiFix LeafRefValidatation for refs defined in augmentations 38/74338/2
2018-07-19 Stephen KittBump to odlparent 3.1.3 34/74234/1
2018-07-16 Robert VargaBump to next development version 72/74072/1
2018-07-16 Robert VargaRefactor YangFunctionContext 58/74058/5
2018-07-16 Robert VargaAdd AbstractEffectiveOperationContainerSchemaNode 60/74060/4
2018-07-16 Robert VargaIntroduce AbstractEffectiveOperationDefinition 59/74059/4
2018-07-16 Robert VargaDeclaredStatements can contain default implementations 54/74054/8
2018-07-16 Robert VargaAdd ConfigStatementContainerDeclaredStatement 53/74053/2
2018-07-15 Robert VargaAdd DeclaredStatement utility methods 52/74052/1
2018-07-13 Michal CmaradaYANGTOOLS-890 - Fix XML parser bug 33/73933/4
2018-07-13 Dana KutenicsovaFix inappropriate warning. 18/74018/1
2018-07-12 Robert VargaAdd ObjectRegistry 59/73959/5
2018-07-12 Robert VargaRemove CPD-reported copy&paste 77/73977/1
2018-07-12 Robert VargaAdd support for incremental Prerequisites 71/73971/3
2018-07-11 Robert VargaAdd AbstractDelegator.toString() 61/73961/1
2018-07-11 Robert VargaUpdate ListenerRegistry implementation 57/73957/2
2018-07-11 Robert VargaDocument Delegator and AbstractDelegator 50/73950/1
2018-07-10 Robert VargaReduce sonar code smells 78/73878/1
2018-07-09 Robert VargaUpdate ModuleActionBuilder and StmtContext documentation 53/73853/1
2018-07-09 Robert VargaLimit namespace lookps of import prefixes 52/73852/2
2018-07-03 Robert VargaFix ModificationPath.toString() reference 11/73711/1
2018-06-26 Robert VargaBump version for next development cycle 56/73456/1
2018-06-26 Stephen KittBump odlparent to 3.1.2 02/72502/3
2018-06-21 Robert VargaFix JDK9 pattern handling 01/73301/1
2018-06-21 Robert VargaFix JDK9 compilation 00/73300/1
2018-06-13 Robert VargaAdd DataTreeAwareEffectiveStatement 07/72907/18
2018-06-13 Robert VargaAdd SchemaTreeAwareEffectiveStatement 17/69217/22
2018-06-12 Robert VargaBump version for next development version 89/72889/1
2018-06-08 Tom PantelisImprove FilesystemSchemaSourceCache mkdirs handling 93/72793/1
2018-06-07 Robert VargaFix SchemaContextUtil RevisionAwareXPath resolution 22/72722/7
2018-05-30 Robert VargaImprove SingletonSet.spliterator() 69/72469/4
2018-05-30 Robert VargaAdd util.concurrent.FluentFutures 54/72454/3
2018-05-29 Robert VargaCorrect Spliterator characteristics 51/72451/1
2018-05-29 Robert VargaRemove ClassLoaderUtils.findFirstGenericArgumentTask() 06/72406/1
2018-05-28 Robert VargaFix YangModelDependencyInfo handling of arguments 73/72373/1
next