Fix mandatory enforcer failure on augmented nodes
[yangtools.git] / yang / yang-data-impl / src / main / java / org / opendaylight / yangtools / yang / data / impl / schema / tree /
2021-06-08 Robert VargaFix mandatory enforcer failure on augmented nodes 47/96447/2
2020-11-22 Robert VargaAdd MinMaxElementsValidationFailedException 13/93913/1
2020-11-22 Robert VargaReport a dedicated exception on unique failure 12/93912/1
2020-11-22 Robert VargaFix ListModificationStrategy child handling 11/93911/1
2020-11-20 Robert VargaHide UniqueValidator methods 02/93902/1
2020-11-20 Robert VargaAdd UniqueValidation 01/93901/1
2020-11-20 Robert VargaSplit out AbstractValidation 00/93900/1
2020-11-20 Robert VargaUnify ModificationApplyOperation.toString() 99/93899/1
2020-11-20 Robert VargaReduce list/map/entry strategy confusion 98/93898/1
2020-11-17 Robert VargaConvert yang-data-impl to a JPMS module 55/93855/1
2020-10-05 Robert VargaSplit out input/output schema nodes 95/92895/9
2020-10-03 Robert VargaPropagate EffectiveModelContext to more places 83/92883/5
2020-08-23 Robert VargaSwitch SchemaAwareApplyOperation error reporting 02/90002/3
2020-05-27 Robert VargaTeach SchemaAwareApplyOperation about anydata/anyxml 97/89997/3
2020-05-26 Robert VargaSimplify AbstractNodeContainerModificationStrategy 55/89955/4
2020-04-22 Robert VargaAdd NormalizedNodeContainer.size() 63/89263/2
2020-03-27 Robert VargaDo not use SchemaNode.getPath() in assertions 52/88752/2
2020-02-21 Robert VargaRemove yang-data-impl activator 45/87945/3
2020-02-21 Robert VargaAdd FIXMEs 44/87944/2
2020-02-20 Robert VargaAdd inject annotations 22/87922/1
2020-02-12 Robert VargaDocument ModifiedNode.getValidatedNode() 38/87638/1
2020-02-10 Robert VargaRevert ChoiceSchemaNode.getCases() to return a Collection 39/87539/7
2019-12-25 Robert VargaRework incoming candidate check 76/86576/2
2019-11-01 Anil BelurMerge branch 'master' of ../controller
2019-10-31 Anil BelurMerge branch 'master' of ../controller
2019-10-09 Robert VargaUse varhandles in InMemoryDataTree 33/84233/5
2019-10-09 Robert VargaImprove InMemoryDataTreeModification.isSealed() performance 61/82561/7
2019-09-30 Robert VargaMake DataTree take EffectiveModelContext 15/84815/4
2019-09-30 Robert VargaFix StoreTreeNode.getChild() return type 99/84799/3
2019-08-28 Robert VargaDeprecate YangInstanceIdentifier.EMPTY 44/84044/4
2019-04-08 Robert VargaReduce use of DataSchemaContextTree.getChild() 50/81450/2
2019-04-08 Robert VargaRemove misleading comment 36/81436/1
2019-04-08 Robert VargaFix NONE operation node with automatic lifecycle 25/81425/2
2019-03-26 Robert VargaRemove CursorAwareDataTreeSnapshot.createCursor() 93/81193/4
2019-03-26 Robert VargaClean up DataTreeCandidateNode contract 63/81163/4
2019-03-16 Robert VargaRemove @ThreadSafe annotations 21/80921/7
2019-02-14 Robert VargaPrefer Immutable collections over Collections.emptyFoo() 37/80337/3
2019-02-13 Robert VargaRefactor checkTouchApplicable() 08/80308/2
2019-02-13 Robert VargaAdd ModificationPath.toString() 07/80307/1
2019-02-12 Robert VargaRemove checkApplicable() overrides 98/80298/2
2019-02-12 Robert VargaRemove DelegatingModificationApplyOperation 84/80284/1
2019-02-12 Robert VargaRemove AlwaysFailOperation 83/80283/1
2019-02-11 Robert VargaCleanup yang-data-impl nullness annotations 79/80179/4
2019-02-11 Robert VargaCorrect mandatory leaf enforcement 54/80254/2
2019-02-06 Robert VargaSchemaAwareApplyOperation has getSchema() 78/80178/1
2019-02-05 Robert VargaRemove MapModificationStrategy hack 50/80150/6
2019-02-05 Robert VargaRework DataNodeContainerModificationStrategy child... 52/80152/3
2019-02-05 Robert VargaSquash value-based ModificationStrategies 35/80135/6
2019-02-04 Robert VargaSeparate out ModificationApplyOperation.verifyStructure() 34/80134/4
2019-02-04 Robert VargaMove NormalizedNode-based DataTreeCandidateNodes into API 73/79973/6
2019-02-04 Robert VargaSeparate out RootModificationApplyOperation 59/80059/8
2019-01-31 Robert VargaAdd utility wrappers for instantiating builders/nodes 43/80043/5
2019-01-30 Robert VargaEliminate no-op MandatoryLeafEnforcer 22/80022/8
2019-01-30 Robert VargaHide SchemaAwareApplyOperation.checkWriteApplicable() 40/80040/1
2019-01-30 Robert VargaAdd Abstract{LeafSet,Map}ModificationStrategy 25/80025/3
2019-01-30 Robert VargaCleanup AbstractValueNodeModificationStrategy 23/80023/3
2019-01-30 Robert VargaIntroduce DelegatingModificationApplyOperation 20/80020/2
2019-01-30 Robert VargaFix automatic lifecycle delete stacking 52/79952/12
2019-01-28 Robert VargaFix ModifiedNode.toString() 67/79967/1
2018-12-26 Robert VargaMass-migrate to Objects.requireNonNull() 40/79040/4
2018-12-14 Robert VargaMass migrate fields to use Immutable collections 06/78806/2
2018-11-22 Robert VargaMake InMemoryDataTreeSnapshot implement SchemaContextPr... 64/78064/3
2018-10-13 Robert VargaFixup MinMaxElementsValidation with disappearances 56/76956/4
2018-10-12 Robert VargaMinMaxElementsValidation needs to deal with lists disap... 21/76921/3
2018-08-06 Robert VargaMake empty augmentations disappear 93/74793/8
2018-08-06 Robert VargaMake empty lists and choices disappear 83/35583/40
2018-08-03 Robert VargaCentralize AugmentationIdentifier instantiation 94/74794/4
2018-08-03 Robert VargaRemove duplicate instantiation of EffectiveAugmentation... 92/74792/5
2018-07-03 Robert VargaFix ModificationPath.toString() reference 11/73711/1
2018-05-22 Robert VargaTrack current path in a stack 34/72134/10
2018-05-22 Robert VargaIntroduce RequiredElementCountException 49/72149/2
2018-05-22 Robert VargaFix min/max validation inside written value 03/71803/16
2018-05-22 Robert VargaClean up AbstractDataTreeTip 32/72132/6
2018-05-21 Robert VargaFix a raw type user 23/72123/2
2018-05-21 Robert VargaFix AbstractValueNodeModificationStrategy message typos 24/72124/2
2018-05-21 Robert VargaFix SchemaAwareApplyOperation whitespace 16/72116/1
2018-05-21 Robert VargaFix a javadoc typo 15/72115/1
2018-05-09 Robert VargaFix yang-data-impl code smells 89/71889/1
2018-05-09 Robert VargaFix code smells in AlwaysFailOperation 84/71884/1
2018-05-09 Robert VargaFix code smell in RootModificationApplyOperation 82/71882/1
2018-04-26 Robert VargaExpose DataTreeSnapshot's SchemaContext 90/71390/1
2017-11-21 Robert VargaCleanup DataTree interfaces and InMemmoryDataTreeFactory 95/65795/3
2017-11-20 Robert VargaRename ChoiceCaseNode to CaseSchemaNode 47/65747/2
2017-11-13 Robert VargaFix checkstyle issues reported by odlparent-3.0.0's... 90/65490/1
2017-11-11 Robert VargaIntroduce ElementCountConstraintAware interface 52/64952/15
2017-11-08 Robert VargaEliminate ConstraintDefition.isMandatory() 95/65095/14
2017-11-08 Robert VargaFix InMemoryDataTreeFactory.create() methods 40/65240/5
2017-11-03 Robert VargaUpdate DataTreeFactory 37/65037/5
2017-11-03 Robert VargaUpdate ChoiceSchemaNode design 52/64852/12
2017-10-25 Robert VargaFix yang.model.api.AugmentationSchema 31/64731/2
2017-10-16 Robert VargaFix ModificationApplyOperation javadoc 40/64240/2
2017-10-09 Robert VargaCleanup use of Guava library 85/61985/23
2017-10-04 Robert VargaCleanup checkstyle warnings and turn enforcement on... 51/62551/6
2017-04-25 Robert VargaBUG-8291: expose additional DataTreeFactory methods 25/56025/2
2017-03-10 Xiao LiangBug 7945: Fix schema validation for augmentation of... 25/52025/4
2016-12-06 Stephen KittPropagate @Nonnull and @Nullable annotations 71/47971/7
2016-12-01 Robert VargaCleanup MandatoryLeafEnforcer and DataTreeConfiguration 71/48671/5
2016-11-29 Robert VargaBUG-5968: Mandatory leaf enforcement does not work... 32/48532/5
2016-11-22 Robert VargaAddress trivial eclipse warnings 01/48501/3
2016-11-21 Luis GomezRevert "Bug 5968: Mandatory leaf enforcement does not... 23/48523/1
next