yangtools.git
2021-02-01 Robert VargaDo not synchronize around ReactorStmtCtx.schemaPath 51/94951/1
2021-02-01 Robert VargaAdd Guava requires 31/94931/1
2021-02-01 Robert VargaAdd @NonNull annotations 30/94930/1
2021-02-01 Robert VargaSimplify SchemaContextUtil.findParentModule() 29/94929/3
2021-02-01 Robert VargaDo not use SchemaContext.get{Path,QName}() 28/94928/3
2021-02-01 Robert VargaAdd SchemaInfereceStack.schemaPathIterator() 27/94927/2
2021-02-01 Robert VargaMinor update to yang-parser-reactor module-info 17/94917/1
2021-01-31 Robert VargaAdd EffectiveStmtCtx.Parent documentation 13/94913/1
2021-01-31 Robert VargaAdd QNameAwareData{Input,Output} 12/94912/1
2021-01-31 Robert VargaRefactor EffectiveStmtCtx.Parent.schemaPath() 11/94911/1
2021-01-31 Robert VargaFix UnrecognizedStatementSupport.qnameFromArgument... 10/94910/1
2021-01-31 Robert VargaFix uses-refine statement reference counting 09/94909/1
2021-01-31 Robert VargaAdd CopyPolicy.EXACT_REPLICA 08/94908/2
2021-01-31 Robert VargaUpdate SchemaPath.getPath() implementation 07/94907/5
2021-01-30 Robert VargaAdd statement sharing for leaf statements 96/94896/10
2021-01-30 Robert VargaDo not use TypeDefinition copying just yet 06/94906/1
2021-01-30 Robert VargaRework base type lookup 95/94895/7
2021-01-30 Robert VargaFix leaf-list statement original propagation 92/94892/4
2021-01-30 Robert VargaFix list statement original propagation 93/94893/2
2021-01-30 Robert VargaAdd support for rebinding type definitions 43/94843/10
2021-01-29 Robert VargaUse instantiatedPolicy() in list statement 89/94889/4
2021-01-29 Robert VargaUse instantiatedPolicy() for leaf-list statements 88/94888/4
2021-01-29 Robert VargaAdd proper StatementPolicy for 'augment' 39/94839/6
2021-01-29 Robert VargaAdd a proper statement policy for 'mount-point' 84/94884/2
2021-01-29 Robert VargaSplit out MountPointEffectiveStatementImpl 83/94883/1
2021-01-29 Robert VargaRemove ModelDefinedStatementSupport 82/94882/1
2021-01-29 Robert VargaUse AbstractStringStatementSupport for type supports 79/94879/2
2021-01-29 Robert VargaRemove a stray FIXME 77/94877/1
2021-01-28 Robert VargaMove original statement access 71/94871/1
2021-01-28 Robert VargaUse instantiatedPolicy() for choice statement 50/94850/6
2021-01-28 Robert VargaYangStmtMapping.TYPEDEF implies StatementPolicy.context... 69/94869/2
2021-01-28 Robert VargaYangStmtMapping.TYPE implies StatementPolicy.contextInd... 68/94868/2
2021-01-28 Robert VargaRefactor AbstractTypeStatementSupport.typeEffectiveQName() 66/94866/2
2021-01-28 Robert VargaMove Current.argumentAsTypeQName() implementation 59/94859/1
2021-01-28 Robert VargaRemove SchemaPath from TypeDefinition implementations 57/94857/9
2021-01-28 Robert VargaAdd a simple requires 56/94856/1
2021-01-27 Robert VargaAllow derived context to be reused 29/94829/8
2021-01-27 Robert VargaCase statement has instantiated schema tree policy 47/94847/2
2021-01-27 Robert VargaAdd a proper grouping statement policy 37/94837/7
2021-01-27 Robert VargaConvert leaf statement to instantiatedPolicy() 33/94833/7
2021-01-27 Robert VargaAdd Current.equalParentPath() 34/94834/7
2021-01-27 Robert VargaMake CopyHistory implement CopyableNode 35/94835/6
2021-01-27 Robert VargaRevert "Do not call setFullyDefined() in ReplicateState... 38/94838/2
2021-01-27 Robert VargaFix detection of reused substatements 28/94828/3
2021-01-27 Robert VargaAdd concepts to parser-spi's requires 30/94830/2
2021-01-26 Robert VargaReuse unchanged substatements 27/94827/2
2021-01-26 Robert VargaReuse context-independent substatements 26/94826/2
2021-01-26 Robert VargaSeparate out InferredStatementContext.tryToReuseSubstat... 25/94825/2
2021-01-26 Robert VargaCentralize ReactorStmtCtx.replicaAsChildOf() 24/94824/4
2021-01-26 Robert VargaDo not call setFullyDefined() in ReplicateStatementContext 10/94810/1
2021-01-26 Robert VargaRemove unneeded setIsSupportedToBuildEffective() 08/94808/1
2021-01-25 Robert VargaCache substatement context-independence summary 56/94656/12
2021-01-25 Robert VargaAdd explicit test for 'key' statement reuse 80/94780/2
2021-01-22 Robert VargaAdopt odlparent-8.1.0 41/94741/2
2021-01-21 Robert VargaConvert simple SchemaTree statements 23/94723/2
2021-01-21 Robert VargaAdd BaseSchemaTreeStatementSupport statement policies 17/94717/4
2021-01-21 Robert VargaUniqueStatementSupport is context-independent 24/94724/2
2021-01-20 Robert VargaFix ReplicaStatementContext.getEffectOfStatement() 75/94675/2
2021-01-20 Robert VargaUse StatementPolicy instead of CopyPolicy 89/94089/52
2021-01-19 Robert VargaRPC statement should refuse to get copied 72/94672/2
2021-01-19 Robert VargaFinish trivial conversions 71/94671/1
2021-01-19 Robert VargaPromote BaseQNameStatementSupport 70/94670/3
2021-01-19 Robert VargaMove historyAndStatusFlags() 69/94669/2
2021-01-19 Robert VargaPromote BaseInternedStatementSupport 68/94668/2
2021-01-19 Robert VargaPromote BaseStringStatementSupport 67/94667/3
2021-01-19 Robert VargaPromote BaseVoidStatementSupport 65/94665/2
2021-01-19 Robert VargaPromote BaseBooleanStatementSupport 64/94664/1
2021-01-19 Robert VargaPromote BaseStatementSupport to parser.spi.meta 59/94659/5
2021-01-19 Robert VargaMake StatementSupport an abstract class 58/94658/5
2021-01-19 Robert VargaPeel uses/refine getEffectOfStatement() mechanics 61/94661/3
2021-01-19 Robert Vargamodule-info.java audit, part one 55/94655/2
2021-01-19 Robert VargaConvert trivial CopyPolicy users to StatementPolicy 57/94657/4
2021-01-18 Robert VargaDo not force materialization when not needed 54/94654/10
2021-01-17 Robert VargaSeparate out StatementSupport.applyCopyPolicy() 53/94653/4
2021-01-17 Robert VargaAdd guava to yang-parser-spi requirements 52/94652/1
2021-01-17 Robert VargaAdd a missing space 51/94651/1
2021-01-16 Robert VargaRemove StatementNamespace.TreeScoped.getParentContext() 49/94649/1
2021-01-16 Robert VargaRemove StatementNamespace.TreeBased 48/94648/1
2021-01-16 Robert VargaQNameToStatementDefinition is not really a ParserNamespace 43/94643/1
2021-01-16 Robert VargaAdd ParserNamespace 42/94642/4
2021-01-14 Robert VargaAnyxmlSchemaLocationNamespace should be statement-local 33/94633/1
2021-01-14 Robert VargaMove list/key checks to onStatementAdded() 29/94629/5
2021-01-14 Robert VargaMove parent checks to onStatementAdded() 26/94626/9
2021-01-14 Robert VargaDo not catch instantiation exceptions during augment 28/94628/5
2021-01-14 Robert VargaUpdate module-info.java 21/94621/4
2021-01-14 Robert VargaSplit StmtContextUtils.hasParentOfType() implementations 24/94624/4
2021-01-14 Robert VargaCleanup YangParserNegativeTest 27/94627/3
2021-01-14 Robert VargaFix a javadoc typo 25/94625/2
2021-01-13 Robert VargaExpose root QName from EffectiveStmtCtx.Current 22/94622/2
2021-01-13 Robert VargaIntroduce ImportedVersionNamespace 20/94620/1
2021-01-13 Robert VargaRelocate UnrecognizedEffectiveStatementImpl QName handling 18/94618/1
2021-01-13 Robert VargaAdd QNameModuleNamespace 17/94617/3
2021-01-13 Robert VargaRemove StmtContext.Mutable.addMutableStmtToSeal() 16/94616/2
2021-01-12 Robert VargaParse yang-data argument during inference 14/94614/1
2021-01-11 Robert VargaClarify StatementSupport.applyCopyPolicy() contract 92/94592/1
2021-01-09 Robert VargaMigrate Mockito.when() users 39/94539/1
2021-01-07 Robert VargaBump odlparent to 8.0.3 61/94461/1
2021-01-04 Robert VargaAdd ByteBufUtils.writeUint{8,16,32,64} 03/94403/1
2021-01-01 Robert VargaImprove NormalizedNodes.toStringTree() 26/94326/2
2020-12-11 Robert VargaBump odlparent to 8.0.2 16/94216/1
next