Reduce list/map/entry strategy confusion
[yangtools.git] / yang / yang-data-impl / src / main / java / org / opendaylight / yangtools / yang / data / impl / schema / tree / SchemaAwareApplyOperation.java
2020-11-18 Robert VargaReduce list/map/entry strategy confusion 83/93883/2
2020-10-05 Robert VargaSplit out input/output schema nodes 95/92895/9
2020-08-23 Robert VargaSwitch SchemaAwareApplyOperation error reporting 02/90002/3
2020-05-27 Robert VargaTeach SchemaAwareApplyOperation about anydata/anyxml 97/89997/3
2020-03-27 Robert VargaDo not use SchemaNode.getPath() in assertions 52/88752/2
2019-11-01 Anil BelurMerge branch 'master' of ../controller
2019-10-31 Anil BelurMerge branch 'master' of ../controller
2019-09-30 Robert VargaFix StoreTreeNode.getChild() return type 99/84799/3
2019-02-12 Robert VargaRemove checkApplicable() overrides 98/80298/2
2019-02-12 Robert VargaRemove DelegatingModificationApplyOperation 84/80284/1
2019-02-06 Robert VargaSchemaAwareApplyOperation has getSchema() 78/80178/1
2019-02-05 Robert VargaSquash value-based ModificationStrategies 35/80135/6
2019-02-04 Robert VargaSeparate out ModificationApplyOperation.verifyStructure() 34/80134/4
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 VargaFix automatic lifecycle delete stacking 52/79952/12
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-05-22 Robert VargaTrack current path in a stack 34/72134/10
2018-05-21 Robert VargaFix SchemaAwareApplyOperation whitespace 16/72116/1
2018-05-09 Robert VargaFix yang-data-impl code smells 89/71889/1
2017-10-25 Robert VargaFix yang.model.api.AugmentationSchema 31/64731/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
2016-11-29 Robert VargaBUG-5968: Mandatory leaf enforcement does not work... 32/48532/5
2016-07-11 Peter KajsaBug 6134: Introducing of DataTreeConfiguration concept 38/41138/4
2016-06-03 Robert VargaScripted update of if statements 93/39793/2
2016-04-14 Stephen KittDrop unneeded generic type specifiers 50/37550/2
2016-01-30 Stephen Kittyang.data.impl.schema.tree clean-up 89/33489/3
2016-01-25 Robert VargaBUG-4684: validate changes against effective state 66/30266/11
2016-01-20 Peter KajsaBUG-4295: instantiate MERGE operations lazily 53/26853/40
2015-11-23 Robert VargaSimplify check for tree/node match 72/28672/4
2015-10-28 Jan HajnarBUG-2399: Implement automatic container removal 30/17030/26
2015-07-07 Robert VargaAllow instantiation of rooted DataTrees 24/23824/1
2015-06-15 Jan HajnarBug 1014 - Non-configuration items in the model appear... 01/22601/1
2015-06-15 Robert VargaBUG-3674: delete of non-existing data is a no-op 64/22564/1
2015-04-30 Tony TkacikMerge "Bug 2983 - Throws ResultAlreadySet instead of...
2015-04-24 Robert VargaMerge "Bug 3051: Fixed pattern checks in generated...
2015-04-23 Tony TkacikMerge "Bug 2363, Bug 2205. Beta version of LeafRefConte...
2015-04-23 Robert VargaSchemaAwareApplyOperation.checkDeleteApplicable() can... 56/18856/4
2015-04-22 Tony TkacikMerge "Fix missing format placeholder"
2015-04-21 Robert VargaFix missing format placeholder 55/18755/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-03-30 Tony TkacikMerge "Bug 2366: Introducing support for statement...
2015-03-30 Tony TkacikMerge "Add DefaultDataTreeCandidate utility class"
2015-03-27 Robert VargaMerge "Bug 2906 - Added support of entering notificatio...
2015-03-26 Tony TkacikMerge "Bug 2894 - Yang Data Codec Gson: null pointer...
2015-03-25 Tony TkacikMerge "Rename applySubtreeChange()"
2015-03-25 Tony TkacikMerge "Rename checkSubtreeModificationApplicable()"
2015-03-24 Robert VargaRename applySubtreeChange() 46/17046/1
2015-03-24 Robert VargaRename checkSubtreeModificationApplicable() 45/17045/1
2015-03-23 Robert VargaFix child ordering assumptions 92/16992/4
2015-03-23 Robert VargaTurn ModificationApplyOperation into an abstract class 90/16990/3
2015-03-23 Robert VargaSplit out static classes 86/16986/2
2015-03-23 Robert VargacheckApplicable() for DELETE overflows into TOUCH 04/17004/1
2015-03-23 Tony TkacikMerge "BUG-2876: improve ModificationType accuracy"
2015-03-23 Tony TkacikMerge "BUG-2876: determine ModificationType while apply...
2015-03-23 Tony TkacikMerge "Bug 2843 - Restconf JSON PUT cannot update/creat...
2015-03-23 Robert VargaBUG-2876: improve ModificationType accuracy 67/16967/2
2015-03-23 Robert VargaBUG-2876: determine ModificationType while applying... 57/16957/4
2015-03-23 Tony TkacikMerge "BUG-2352: Remove commons-io from features"
2015-03-23 Tony TkacikMerge "SchemaAwareApplyOperation: use an immediate...
2015-03-23 Tony TkacikMerge "Make sure YangInstanceIdentifier.EMPTY is retained"
2015-03-22 Robert VargaSchemaAwareApplyOperation: use an immediate return 56/16956/2
2015-03-22 Robert VargaMerge "Introduced skeletons of Contributor and User...
2015-03-21 Robert VargaMerge "Bug 2361: Added prototype implementation using...
2015-03-20 Robert VargaMerge "Bug 868: Removed Composite Nodes from Yangtools"
2015-03-20 Robert VargaMerge "Bug 868: Removed Binding to Composite Node codecs."
2015-03-19 Robert VargaBUG-2383: deprecate ModificationType.MERGE 21/16821/3
2015-03-10 Robert VargaBUG-1513: introduce ChoiceSchemaNode 70/16270/7
2015-01-07 Tony TkacikMerge "BUG-2159: update karaf version to 3.0.2"
2015-01-07 Tony TkacikMerge changes I0eabfe3d,I58faf7df,I7e7758f4,Ic56afe1b...
2015-01-07 Tony TkacikMerge "Fix whitespace in binding-parent"
2015-01-07 Robert VargaSplit off UnkeyedListModificationStrategy 58/13858/3
2015-01-07 Tony TkacikMerge "BUG-2350: do encapsulte null snapshot"
2015-01-07 Tony TkacikMerge "Parent schema node input parameter in JsonParser...
2015-01-07 Robert VargaBUG-2350: do encapsulte null snapshot 62/13862/2
2014-12-19 Tony TkacikMerge "Cleanup binding proxy instantiation"
2014-12-19 Tony TkacikMerge "Clarify NotificationListener purpose"
2014-12-19 Tony TkacikMerge "Clarify code flow in SchemaAwareApplyOperation"
2014-12-10 Robert VargaClarify code flow in SchemaAwareApplyOperation 30/13530/2
2014-09-02 Robert VargaMerge "Added tests for yang.model.util"
2014-09-01 Tony TkacikMerge "Change yang-maven-plugin to write yang files...
2014-08-29 Robert VargaMerge "BUG-576: fixed possible null pointer dereference...
2014-08-29 Robert VargaMerge "BUG-1433: augmentation field visibility changed...
2014-08-29 Robert VargaMerge "BUG-869: added proper handling of nullable param...
2014-08-29 Robert VargaMerge "Fix to feature files to include ietf-yang-types...
2014-08-28 Tony TkacikMerge "BUG-576: fixed invalid key used to search map...
2014-08-28 Tony TkacikMerge "BUG-576: added support for handling nested group...
2014-08-28 Tony TkacikMerge "BUG-1590: introduce PathArgument.toRelativeStrin...
2014-08-27 Robert VargaMerge "Fixed incorrect instanceof in yang-data-operations."
2014-08-27 Tony TkacikMerge "BUG-869: reworked check for integer value."
2014-08-27 Tony TkacikMerge "ModifiedNode instantiation improvement."
2014-08-27 Tony TkacikMerge "Bug 1258: Implement DataTree partial indexing"
2014-08-26 Lukas SedlakModifiedNode instantiation improvement. 15/10315/1
2014-08-26 Lukas SedlakBug 1258: Implement DataTree partial indexing 96/9696/5
2014-08-21 Tony TkacikMerge "Fix ordering fields in generated type builder"
next