Deduplicate concurrent SchemaContext loads
[yangtools.git] / yang / yang-parser-impl / src / test /
2019-03-10 Robert VargaHook if-feature statements onto FeatureNamespace 51/80751/1
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
2017-09-09 Igor FoltinAdd the parent module of a submodule to the set of... 33/62833/2
2017-08-22 Peter KajsaBug 9005 - scope of model import prefix should be modul... 42/62142/1
2017-08-13 Peter KajsaBug 8922 - Evaluation of if-features is done regardless... 77/61377/5
2017-08-07 Robert VargaReduce CheckedFuture proliferation 36/61236/3
2017-08-04 Peter KajsaBug 8831 - Yang 1.1 default values are not checked... 70/61170/3
2017-07-04 Peter KajsaBug 7051 - moving of SubstatementValidator into spi... 29/59929/1
2017-06-21 Robert VargaBump odlparent dependency to 2.0.0 73/50173/13
2017-06-12 Robert VargaBUG-7052: extract SimpleSchemaContext 52/58752/4
2017-06-12 Robert VargaBUG-7052: Move TopologicalSort to util package 44/58744/3
2017-06-09 Robert VargaBUG-7052: move EffectiveSchemaContext 43/58543/6
2017-06-07 Robert VargaCleanup effectiveStatements() access 36/58336/2
2017-06-06 Igor FoltinBug 8523: Add support for parsing restconf:yang-data... 75/58175/6
2017-06-06 Peter KajsaBug 8597 - Empty description and reference of ModuleImp... 54/58254/5
2017-06-05 Igor FoltinBug 4640: Change semantic-version to openconfig-version 47/58247/1
2017-06-05 Peter KajsaBug 7037 - Improve mapping of YANG extensions 17/55717/11
2017-06-04 Robert VargaRevert "Bug 4640: Change semantic-version to openconfig... 18/58218/2
2017-06-02 Igor FoltinBug 4640: Change semantic-version to openconfig-version 69/57769/3
2017-05-18 Igor FoltinBug 8307: Add the option for activating deviation state... 52/56452/5
next