Do not subclass YangTextSchemaSource in yang-parser-impl
[yangtools.git] / yang / yang-parser-impl / src / test /
2021-02-19 Robert VargaRefactor SharedSchemaContextFactory 34/95234/5
2021-02-13 Robert VargaSplit out yang-repo-fs 54/95154/3
2021-02-10 Robert VargaCleanup MultipleRevImportBug6875Test 22/95122/1
2021-02-10 Robert VargaClean up SchemaContextFactoryDeviationsTest 21/95121/1
2021-02-07 Robert VargaAdd XMLNamespace 64/95064/7
2020-12-07 Robert VargaRepurpose DataNodeContainer.getDataChildByName() 87/94087/6
2020-12-07 Robert VargaMigrate getDataChildByName() users 86/94086/5
2020-10-03 Robert VargaRemove use of MockitoAnnotations.initMocks() 86/92886/1
2020-10-03 Robert VargaPropagate EffectiveModelContext to more places 83/92883/5
2020-09-07 Robert VargaIntroduce IRSchemaSource 05/92305/6
2020-02-22 Robert VargaInject YangParserFactory into SharedSchemaRepository 01/88001/2
2019-11-01 Anil BelurMerge branch 'master' of ../controller
2019-10-31 Anil BelurMerge branch 'master' of ../controller
2019-09-30 Robert VargaExpose EffectiveModelContext from YangTextSchemaContext... 98/84798/3
2019-04-05 Robert VargaIntroduce EffectiveModelContextFactory 98/81398/4
2019-03-10 Robert VargaHook if-feature statements onto FeatureNamespace 39/80739/7
2019-02-26 Robert VargaRemove deprecated SchemaContextFactory methods 94/80594/1
2019-02-26 Robert VargaRemove deprecated SchemaRepository.createSchemaContextF... 88/80588/7
2018-10-24 Robert VargaMigrate yang-parser-api annotations 35/77235/8
2018-05-30 Robert VargaAdd util.concurrent.FluentFutures 54/72454/3
2018-02-23 Robert VargaEliminate unneeded @BeforeClass 41/68541/4
2017-11-20 Peter KajsaYANGTOOLS-812: Add SchemaContextFactory control of... 13/64413/22
2017-11-13 Robert VargaYANGTOOLS-706: move odlext parser support 62/65462/13
2017-11-13 Robert VargaYANGTOOLS-706: separate out RFC8040 extension support 60/65460/13
2017-11-13 Robert VargaCorrect YangData{SchemaNode,EffectiveStatement} interfaces 59/65459/6
2017-11-13 Robert VargaYANGTOOLS-706: Split out yang-parser-rfc7950 56/65456/11
2017-11-13 Robert VargaAdjust test suite parser update to conform with API... 53/65453/8
2017-11-13 Robert VargaRefactor RFC7950Reactors 52/65452/9
2017-11-13 Robert VargaMove CustomStatementParserBuilder and YangInferencePipeline 51/65451/10
2017-11-13 Robert VargaSplit out OpenDaylight yang-ext metamodel 46/65446/9
2017-11-13 Robert VargaRename yang.parser.rfc6020.repo to yang.parser.rfc7950... 45/65445/8
2017-11-13 Robert VargaMove ASTSchemaSource and its components into rfc6020... 44/65444/8
2017-11-13 Robert VargaMove TypeUtils built-in type constants and utilities 35/65435/2
2017-11-11 Robert VargaYANGTOOLS-706: finish evacuation of stmt.rfc6020.effective 15/65415/7
2017-11-11 Robert VargaIntroduce ElementCountConstraintAware interface 52/64952/15
2017-11-11 Robert VargaPeel WhenConditionAware from ConstraintDefinition 10/65410/10
2017-11-10 Robert VargaPeel MustConstraintAware from ConstraintDefinition 08/65408/7
2017-11-10 Robert VargaYANGTOOLS-706: reorganize statement definitions 52/65352/11
2017-11-09 Robert VargaYANGTOOLS-706: Split up base utility classes into rfc60... 50/65350/5
2017-11-09 Robert VargaYANGTOOLS-706: Refactor YangInferencePipeline 31/65331/11
2017-11-09 Robert VargaYANGTOOLS-706: Reduce inter-statement implementation... 41/65341/8
2017-11-09 Robert VargaYANGTOOLS-706: Retrofit EffectiveStatement interfaces... 40/65340/7
2017-11-09 Robert VargaAllow fluent use of BuildAction 11/65311/2
2017-11-08 Robert VargaYANGTOOLS-706: split out rfc8040-model-api 22/65122/8
2017-11-08 Robert VargaFix LeafListSchemaNode.getDefaults() 13/65113/7
2017-11-08 Robert VargaEliminate ConstraintDefition.isMandatory() 95/65095/14
2017-11-08 Robert VargaYANGTOOLS-826: allow whitespace after function name 67/65267/3
2017-11-07 Robert VargaYANGTOOLS-827: fix revision compare 80/65280/1
2017-11-03 Robert VargaYANGTOOLS-621: introduce specialized integer types 43/65043/11
2017-11-03 Robert VargaMake DecimalTypeDefinition.getFractionDigits() return int 52/65052/3
2017-11-03 Robert VargaEnforce decimal64 fraction-digits in derived types 42/65042/6
2017-11-03 Robert VargaRemove EffectiveSchemaContext.resolveSchemaContext() 34/65034/5
2017-11-03 Robert VargaEliminate IdentityStatement.getBase() 32/65032/5
2017-11-03 Robert VargaEliminate ModuleIdentifier 26/65026/5
2017-11-03 Robert VargaEliminate IdentityrefTypeDefinition.getIdentity() 56/64956/9
2017-11-03 Robert VargaBUG-8043: correct RangeConstraint definition 45/62445/18
2017-11-03 Robert VargaUpdate TypeDefinition design 73/64873/9
2017-11-03 Robert VargaFix NotificationDefinition 71/64871/8
2017-11-03 Robert VargaUpdate ChoiceSchemaNode design 52/64852/12
2017-11-02 Robert VargaRemove LeafSchemaNode.getUnits/getDefault() 40/64840/12
2017-11-02 Robert VargaClean up PatternConstraint's String confusion 38/64838/12
2017-11-02 Robert VargaMake PatternConstraint.getModifier() non-default 33/64833/12
2017-11-02 Robert VargaCleanup DocumentedNode 21/64821/19
2017-10-28 Robert VargaMake ConstraintMetaDefition attributes Optional 20/64820/9
2017-10-27 Robert VargaMake Module.getContact()/getOrganization() return Optional 18/64818/6
2017-10-27 Robert VargaIntroduce WhenConditionAware 11/64811/4
2017-10-27 Robert VargaBUG-4688: update Revision design a bit more 85/64785/4
2017-10-25 Robert VargaFix yang.model.api.AugmentationSchema 31/64731/2
2017-10-25 Robert VargaFix checkstyle in yang-parser-impl and enable enforcement 29/64729/1
2017-10-25 Robert VargaBUG-4688: Make SourceIdentifier use Revision 11/64711/4
2017-10-25 Robert VargaBUG-4688: switch revisions from Date to Revision 83/62083/11
2017-10-25 Robert VargaBUG-4688: align Optional/nullable Date usage 93/64693/2
2017-10-24 Robert VargaEnforce non-null QNameModule namespace 88/61988/18
2017-10-24 Robert VargaBUG-4688: eliminate SimpleDateFormatUtil.DEFAULT_DATE_REV 73/64673/3
2017-10-24 Robert VargaBUG-4688: Rework SchemaContext module lookups 41/64641/4
2017-10-24 Robert VargaUse QName.parseRevision() instead of SimpleDateFormatUtil 46/64646/1
2017-10-24 Robert VargaBUG-4688: switch semantic imports to queries 21/64621/4
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-4688: Eliminate Module.DEFAULT_SEMANTIC_VERSION 20/64520/8
2017-10-19 Robert VargaBUG-4688: Eliminate ModuleIdentifier.getQNameModule() 25/64525/5
2017-10-19 Robert VargaBUG-4688: Disconnect Module and ModuleIdentifier 19/64519/4
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 Peter KajsaIetf-routing identity issue test 52/64152/3
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-13 Igor FoltinBug 9241: Action definition should implicitly define... 39/64239/1
2017-10-11 Robert VargaUpdate IdentitySchemaNode metamodel 30/63230/10
2017-10-11 Robert VargaBUG-9043: Remove use of CheckedFuture from YANG components 62/62262/17
2017-10-11 Robert VargaEnforce statement format validity 51/49451/19
2017-10-09 Robert VargaCleanup use of Guava library 85/61985/23
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 VargaAnother round of checkstyle fixes 97/63197/1
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-14 Robert VargaBUG-7052: split out yang-parser-spi 43/63043/6
2017-09-13 Robert VargaMake SimpleDateFormatUtil non-lenient 31/62731/4
2017-09-13 Igor FoltinAvoid module namespace/submodule name conflict when... 34/63034/2
next