Migrate yang-maven-plugin-it to JUnit5
[yangtools.git] / parser /
2023-10-12 matus.matokMigrate yang-parser-spi to JUnit5 09/106909/8
2023-10-05 Robert VargaCheck rc:yang-data template name duplications 59/108259/3
2023-10-05 Robert VargaDrop QNameModuleAware from AugmentEffectiveStatementImpl 18/107918/3
2023-10-05 Robert VargaBump versions to 12.0.0-SNAPSHOT 50/108250/2
2023-10-02 Robert VargaBump versions to 6.0.4-SNAPSHOT 64/108164/1
2023-10-02 jenkins-relengRelease yangtools v11.0.3
2023-10-01 Robert VargaBump odlparent to 13.0.5 65/108065/5
2023-10-01 Robert VargaConvert parser extensions into JPMS modules 94/108094/3
2023-09-16 Robert VargaBump versions to 11.0.3-SNAPSHOT 89/107889/1
2023-09-16 jenkins-relengRelease yangtools v11.0.2
2023-09-04 Robert VargaUse Optional.isEmpty() 95/107695/3
2023-08-30 Robert VargaBump versions to 11.0.2-SNAPSHOT 86/107586/1
2023-08-30 jenkins-relengRelease yangtools v11.0.1
2023-08-30 Robert VargaBump odlparent to 13.0.4 77/107577/2
2023-07-21 matus.matokMigrate rfc8528-parser-support to JUnit5 06/106906/4
2023-07-21 matus.matokMigrate rfc8040-parser-support to JUnit5 05/106905/4
2023-07-21 matus.matokMigrate rfc7952-parser-support to JUnit5 04/106904/3
2023-07-21 matus.matokMigrate rfc6643-parser-support to JUnit5 03/106903/4
2023-07-21 matus.matokMigrate rfc6536-parser-support to JUnit5 02/106902/4
2023-07-21 matus.matokMigrate rfc6241-parser-support to JUnit5 01/106901/4
2023-07-21 matus.matokMigrate odlext-parser-support to JUnit5 00/106900/7
2023-07-20 matus.matokMigrate yang-parser-impl to JUnit5 08/106908/5
2023-06-26 Robert VargaBump versions to 11.0.1-SNAPSHOT 72/106672/1
2023-06-26 jenkins-relengRelease yangtools v11.0.0
2023-06-25 Robert VargaBump odlparent to 13.0.3 60/106660/2
2023-06-21 Ruslan KashapovMake warnings for unkeyed lists disabled by default 30/106530/3
2023-06-13 Robert VargaYangTextSchemaSource is a CharSource 01/105801/9
2023-06-05 Robert VargaBump odlparent to 13.0.1 83/106383/1
2023-06-04 Robert VargaFix UsesNode.getRefines() return 68/106368/3
2023-06-03 Robert VargaSplit out refine/if-feature handling 62/106362/3
2023-06-03 Robert VargaClean up dependency declarations 67/106367/1
2023-06-03 Robert VargaPopulate namespace before completing 57/104857/10
2023-06-03 Robert VargaRequire full declaration during path traversal 45/104845/12
2023-06-03 Robert VargaFix InferredStatementContext.isSupportedByFeatures() 51/106351/8
2023-06-02 Robert VargaFix incorrect-list-keys-test5.yang 56/106356/1
2023-05-30 Robert VargaPromote YangNamespaceContext 97/106297/1
2023-05-30 Robert VargaPromote YangParserTestUtils 92/106292/1
2023-05-30 Robert VargaPromote rfc6241-parser-support 91/106291/1
2023-05-30 Robert VargaBump odlparent to 13.0.0 73/106273/4
2023-05-30 Robert VargaRemove unneeded FutureCallback type 75/106275/2
2023-05-26 Robert VargaBump odlparent to 12.0.6 68/106168/1
2023-05-20 Robert VargaIntroduce AnnotationName 75/106075/3
2023-05-20 Robert VargaMigrate RFC references to rfc-editor.org 72/106072/2
2023-05-20 Robert VargaMove MountPointLabel to yang-common 70/106070/3
2023-05-20 Robert VargaFix openconfig-parser-support dependencies 69/106069/1
2023-05-16 Robert VargaMountPointStatement should operate on MountPointLabel 96/105996/9
2023-05-12 matus.matokEnrich YangParserTestUtils with parseYang(String) 41/105541/7
2023-04-20 Robert VargaBump odlparent to 12.0.5 38/105538/1
2023-04-11 Robert VargaPromote FeatureSet 27/105227/14
2023-04-11 Robert VargaBump odlparent to 12.0.4 52/105352/6
2023-04-11 Robert VargaMigrate users of Optional.get() 51/105351/4
2023-04-10 Robert VargaUse a Multimap for keyListeners 81/105281/2
2023-04-10 Robert VargaSimplify StmtContext generics 39/105339/2
2023-04-10 Robert VargaSimplify InferredStatementContext.hasEmptySubstatements() 38/105338/1
2023-04-08 Robert VargaSprinkle @NonNull annotations 33/105333/2
2023-04-08 Robert VargaUse instanceof pattern 32/105332/1
2023-04-08 Robert VargaTighten canReuseCurrent() contract 31/105331/2
2023-04-08 Robert VargaMove substatement ordering to yang-parser-reactor 26/105326/3
2023-04-07 Robert VargaReuse NamespaceAccess where possible 18/105318/2
2023-04-06 Robert VargaRefactor globalOrStatementSpecific() 83/105283/1
2023-04-06 Robert VargaRefactor global NamespaceStorage access 82/105282/5
2023-04-06 Robert VargaRemove DerivedNamespaceBehaviour 80/105280/5
2023-04-06 Robert VargaShortcut access to global NamespaceStorage 50/94650/15
2023-04-06 Robert VargaRefactor NamespaceBehaviourWithListeners 78/105278/4
2023-04-06 Robert VargaRemove Optional from NamespaceBehaviour 75/105275/2
2023-04-06 Robert VargaRename NamespaceStorageSupport 71/105271/2
2023-04-06 Robert VargaSplit out NamespaceStorage(Node/Type) 70/105270/6
2023-04-06 Robert VargaDisconnect NamespaceBehaviour from Identifiable 69/105269/3
2023-04-06 Robert VargaRemove NamespaceBehaviourRegistry 68/105268/2
2023-04-06 Robert VargaMove NamespaceBehaviour.Registry 67/105267/3
2023-04-05 Robert VargaDisconnect StatementSupportBundle/NamespaceBehaviour... 63/105263/3
2023-04-05 Robert VargaAdd java.io.Serial annotation 64/105264/1
2023-04-05 Robert VargaAdd ReactorStmtCtx.getStorageNodeType() 62/105262/2
2023-04-05 Robert VargaRemove SourceSpecificContext.getRoot() 61/105261/3
2023-04-05 Robert VargaHide SourceSpecificContext.getYangVersion() 60/105260/2
2023-04-05 Robert VargaClean up NamespaceStorageSupport 59/105259/4
2023-04-05 Robert VargaClean up NamespaceStmtCtx 58/105258/3
2023-04-05 Robert VargaRemove NamespaceStmtCtx.get(All)FromNamespace() 57/105257/3
2023-04-05 matus.matokAdd YangTextSchemaContextResolver feature support 37/105037/22
2023-04-05 Robert VargaUse a switch expression in SubstatementValidator 56/105256/1
2023-04-05 Robert VargaRemove obsolete FIXME 55/105255/1
2023-04-05 Robert VargaClean up YangTextSchemaContextResolver 48/105248/2
2023-04-04 Robert VargaHide RootStatementContext 37/105237/2
2023-04-04 Robert VargaImprove findFirstDeclaredSubstatement() 36/105236/1
2023-04-04 Robert VargaImprove mutatesCtxImpl() 35/105235/1
2023-04-04 Robert VargaImprove EffectiveInstances.attachCopy() 34/105234/1
2023-04-04 Robert VargaRemove an explicit cast from unmaskUndeclared() 33/105233/1
2023-04-04 Robert VargaImprove StatementContextBase.wrapWithOriginal() 32/105232/1
2023-04-04 Robert VargaImprove StmtContextUtils.checkFeatureSupport() 29/105229/1
2023-04-04 Robert VargaModernize StmtContextUtils 28/105228/1
2023-03-27 Robert VargaSimplify YangParserConfiguration.equals() 70/105070/1
2023-03-15 Robert VargaOptimize StmtContextUtils.isMandatoryNode() 89/104889/1
2023-03-15 Robert VargaRemove StmtContextUtils.getRootModuleQName() 88/104888/2
2023-03-15 Robert VargaAdd an StmtContextUtils.getModuleQName() overload 87/104887/2
2023-03-15 Sangwook HaCheck requested schema tree statement namespace 97/104197/11
2023-03-13 Robert VargaInline NamespaceStorageSupport.accessNamespaces() 56/104856/3
2023-03-13 Robert VargaUse an instanceof pattern 55/104855/3
2023-03-13 Robert VargaUse local variable type inference a bit more 53/104853/1
2023-03-13 Robert VargaRemove a naked cast 52/104852/1
2023-03-13 Robert VargaDo not emit phase in AbstractPathPrerequisite 43/104843/4
next