Add MinMaxElementsValidationFailedException
[yangtools.git] / yang / yang-data-impl / src / test / java / org / opendaylight / yangtools / yang / data / impl / schema / tree /
2020-11-20 Robert VargaAdd MinMaxElementsValidationFailedException 06/93906/2
2020-11-20 Robert VargaReport a dedicated exception on unique failure 05/93905/2
2020-11-20 Robert VargaAdd UniqueValidation 84/93884/15
2020-11-19 Robert VargaSplit out AbstractValidation 90/93890/3
2020-11-18 Robert VargaReduce list/map/entry strategy confusion 83/93883/2
2020-11-17 Robert VargaConvert yang-data-impl to a JPMS module 48/93848/6
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-07 tadei.bilanAdd DataTreeCandidates.aggregate() method 35/88435/24
2020-04-22 Robert VargaAdd NormalizedNodeContainer.size() 63/89263/2
2020-01-22 Robert VargaMigrate assertThat() import 80/87080/3
2019-11-01 Anil BelurMerge branch 'master' of ../controller
2019-10-31 Anil BelurMerge branch 'master' of ../controller
2019-09-30 Robert VargaMake DataTree take EffectiveModelContext 15/84815/4
2019-09-30 Robert VargaExpose EffectiveModelContext from YangParserTestUtils 14/84814/3
2019-09-30 Robert VargaMake DataTreeTip.prepare() throw a checked exception 01/84801/3
2019-09-30 Robert VargaFix StoreTreeNode.getChild() return type 99/84799/3
2019-08-28 Robert VargaDeprecate YangInstanceIdentifier.EMPTY 44/84044/4
2019-05-30 Robert VargaDeprecate NodeIdentifierWithPredicates constructors 39/82339/2
2019-04-04 Robert VargaRemove AttributesContainer 88/80688/33
2019-02-12 Robert VargaExpand DataTreeCandidatesTest 78/80278/1
2019-02-05 Robert VargaRemove MapModificationStrategy hack 50/80150/6
2019-02-04 Robert VargaSeparate out ModificationApplyOperation.verifyStructure() 34/80134/4
2019-02-04 Robert VargaSeparate out RootModificationApplyOperation 59/80059/8
2019-01-30 Robert VargaFix automatic lifecycle delete stacking 52/79952/12
2019-01-28 Robert VargaFix ModifiedNode.toString() 67/79967/1
2019-01-28 Robert VargaOptimize IMDT tests 51/79951/1
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 lists and choices disappear 83/35583/40
2018-07-28 Robert VargaUpdate CursorAwareDataTree{Modification,Snapshot} API 05/74605/2
2018-05-22 Robert VargaCleanup yang-data-impl tests 21/72121/7
2018-05-22 Robert VargaFix min/max validation inside written value 03/71803/16
2018-05-07 Robert VargaRemove misleading TODO 24/71824/1
2017-12-25 Michael VorburgerFix slf4j usage errors found by checkstyle-logging 46/66446/3
2017-11-21 Robert VargaCleanup DataTree interfaces and InMemmoryDataTreeFactory 95/65795/3
2017-11-13 Robert VargaFix checkstyle issues reported by odlparent-3.0.0's... 90/65490/1
2017-10-25 Robert VargaBUG-4688: align Optional/nullable Date usage 93/64693/2
2017-10-24 Robert VargaBUG-4688: eliminate SimpleDateFormatUtil.DEFAULT_DATE_REV 73/64673/3
2017-10-19 Robert VargaFix odlparent-3-detected checkstyle issues 56/64456/3
2017-10-18 Robert VargaBUG-865: Remove TreeNodeFactory.createTreeNodeRecursively() 62/32862/15
2017-10-18 Robert VargaEliminate use of DataTreeFactory.create(TreeType) 00/64300/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-10-03 Jie HanFix deleteWriteFooBar2ndLevelEmptyContainerTest 35/63435/4
2017-09-27 Robert VargaRemove deprecated Yin/YangStatementSourceImpl 37/62537/22
2017-05-25 Robert VargaFix a couple of warnings 03/57803/1
2017-04-26 Peter KajsaBug 8291 - Unit test 45/56045/3
2017-03-23 Robert VargaCleanup codecs a bit 69/53469/5
2017-03-10 Xiao LiangBug 7945: Fix schema validation for augmentation of... 25/52025/4
2017-01-04 Igor FoltinBug 7159: Stop using deprecated methods from YangParser... 06/50006/1
2016-12-09 Igor FoltinBug 7159: Add yang-test-util artifact 29/49129/2
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
2016-11-03 Peter KajsaBug 5968: Mandatory leaf enforcement does not work... 33/44233/10
2016-08-15 Robert VargaRevert "Bug 5968: Mandatory leaf enforcement does not... 68/43968/2
2016-08-12 Peter KajsaBug 5968: Mandatory leaf enforcement does not work... 09/42709/4
2016-07-25 Robert VargaFix a few warnings 49/42149/3
2016-07-11 Peter KajsaBug 6134: Introducing of DataTreeConfiguration concept 38/41138/4
2016-06-07 Peter KajsaBug 5830: Mandatory leaf enforcement is not correct... 13/39313/10
2016-06-03 Robert VargaScripted update of if statements 93/39793/2
2016-05-24 Tomas CereAdd application of RootedDataTreeCandidates 83/38883/8
2016-05-09 Igor FoltinBug 5085: Clean-up test and retest JUnit tests 26/38426/2
2016-03-07 Stephen KittRemove redundant modifiers 82/35882/2
2016-03-07 Stephen KittUse Collections.singletonList() instead of Arrays.asList() 86/35886/2
2016-02-12 Robert VargaNoddeWithValue is generic 57/34557/3
2016-02-05 Igor FoltinBug 3899: Milestone: Increase test coverage for Yangtools 51/34151/2
2016-01-20 Peter KajsaBUG-4295: instantiate MERGE operations lazily 53/26853/40
2016-01-08 Peter KajsaBUG-4355: mandatory node presence enforcement 66/28666/18
2016-01-07 Robert VargaEnforce case uniqueness 12/28712/14
2015-12-01 Peter KajsaBug 4656 - Yang parser does not determine configuration... 93/30193/7
2015-11-13 Robert VargaMake a method static 47/29647/1
2015-11-13 Robert VargaBUG-865: deprecate DataTreeFactor.create() 40/29640/1
2015-11-10 Filip GregorBug 4454: Write to datastore: elements count error 99/28599/7
2015-10-28 Robert VargaMake TestModel a utility class 76/28776/2
2015-10-19 Robert VargaDo not lookup root operation explicitly 04/28504/2
2015-09-29 Peter KajsaBug 3670: Replaced YANG parser for new statement parser 26/25526/9
2015-09-18 Robert VargaBUG-865: Migrate tests to non-deprecated API 80/26980/5
2015-07-07 Robert VargaEnforce sealed DataTreeModification 23/23823/1
2015-06-26 Tony TkacikBUG-1014: Moved recursive verify of written data to... 85/22885/2
2015-06-15 Jan HajnarBug 1014 - Non-configuration items in the model appear... 01/22601/1
2015-06-15 Robert VargaRemove use of deprecated parser method 99/22599/1
2015-06-15 Robert VargaBUG-3674: delete of non-existing data is a no-op 64/22564/1
2015-06-12 Robert VargaMake methods static 27/22027/3
2015-06-05 Tony TkacikBUG-3189: Check consistency of Instance Identifier... 52/21952/2
2015-05-06 Jan HajnarBug 2690 - Yang-Data-Impl: write and then merge on... 45/19145/7
2015-05-04 Robert VargaMerge "Bug 3016 : This manual serialization of Immutabl...
2015-05-04 Robert VargaMerge "Removed features-test"
2015-05-04 Robert VargaMerge "Removed unused dependency."
2015-05-04 Tony TkacikMerge "Fix sonar issues in AnyXmlEffectiveStatementImpl"
2015-05-03 Robert VargaMark methods as static 86/19486/1
2015-04-16 Robert VargaMerge "Bug 2999: Use normalized type in creation of...
2015-04-16 Robert VargaMerge "Bug 2362 - Milestone: Basic constraints validation"
2015-04-14 Jan HajnarBug 2362 - Milestone: Basic constraints validation 67/14967/15
2015-04-14 Robert VargaMerge "Bug 2362: Make sure JSON and XML codecs are...
2015-04-13 Robert VargaMerge "Bug 2374 - YANG Binding: Added support for Augme...
2015-04-10 Tony TkacikMerge "BUG-2962: add DataTreeTip interface and implemen...
next