Split out yang-data-spi
[yangtools.git] / yang / yang-data-impl / src / main / java / org / opendaylight / yangtools / yang / data / impl / schema / tree / InMemoryDataTreeModification.java
2021-02-19 Robert VargaSplit out yang-data-spi 35/95235/8
2020-12-07 Robert VargaRework NormalizedNode type hierarchy 13/93813/49
2020-11-22 Robert VargaUpdate StoreTreeNode methods 07/93907/1
2020-10-03 Robert VargaPropagate EffectiveModelContext to more places 83/92883/5
2019-11-01 Anil BelurMerge branch 'master' of ../controller
2019-10-31 Anil BelurMerge branch 'master' of ../controller
2019-10-09 Robert VargaImprove InMemoryDataTreeModification.isSealed() performance 61/82561/7
2019-09-30 Robert VargaFix StoreTreeNode.getChild() return type 99/84799/3
2019-03-26 Robert VargaRemove CursorAwareDataTreeSnapshot.createCursor() 93/81193/4
2019-02-12 Robert VargaRemove AlwaysFailOperation 83/80283/1
2019-02-11 Robert VargaCleanup yang-data-impl nullness annotations 79/80179/4
2019-02-04 Robert VargaSeparate out RootModificationApplyOperation 59/80059/8
2018-12-26 Robert VargaMass-migrate to Objects.requireNonNull() 40/79040/4
2018-11-22 Robert VargaMake InMemoryDataTreeSnapshot implement SchemaContextPr... 64/78064/3
2018-04-26 Robert VargaExpose DataTreeSnapshot's SchemaContext 90/71390/1
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-12-01 Robert VargaCleanup MandatoryLeafEnforcer and DataTreeConfiguration 71/48671/5
2016-11-10 Robert VargaFix CursorAwareDataTreeSnapshot.newModification() 79/48179/2
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-4295: fix merge callsite 77/33477/4
2015-12-08 Robert VargaBUG-4684: prune WRITE operation children when ready 65/30265/3
2015-10-08 Robert VargaBUG-4359: use WRITE-implied metadata 24/27924/3
2015-09-25 Robert VargaUse YangInstanceIdentifier.getAncestor() 89/27389/2
2015-07-07 Robert VargaBUG-2882: implement DataTreeModificationCursor 25/23825/1
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-05 Tony TkacikBug 3189 Special case of checking root node QName. 53/21953/2
2015-06-05 Tony TkacikBUG-3189: Check consistency of Instance Identifier... 78/21978/1
2015-06-05 Tony TkacikBUG-3189: Check consistency of Instance Identifier... 52/21952/2
2015-06-05 Robert VargaAdd an explicit guard for root presence 51/21951/2
2015-06-04 Moiz RajaBUG 2970 : Throw a specific exception when schema valid... 82/21882/2
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 VargaDo not use recursion in InMemoryDataTreeModification... 89/19489/2
2015-04-30 Tony TkacikMerge "Bug 2983 - Throws ResultAlreadySet instead of...
2015-04-28 Robert VargaMerge "Cleanup some major sonar warning in yang/*"
2015-04-28 Robert VargaMerge "Bumped Checkstyle to 6.1.1 to be in sync with...
2015-04-27 Robert VargaBUG-2882: introduce cursor-based modification API 95/18595/15
2015-04-13 Robert VargaMerge "Bug 2374 - YANG Binding: Added support for Augme...
2015-04-08 Robert VargaMerge "Bug 2362: Wired integer value validating codec."
2015-04-08 Tony TkacikMerge "BUG-2955: Fix error reporting for wrong YangInst...
2015-04-08 Robert VargaBUG-2955: Fix error reporting for wrong YangInstanceIde... 53/17853/4
2015-03-30 Tony TkacikMerge "Bug 2366: Introducing support for statement...
2015-03-27 Robert VargaMerge "Bug 2906 - Added support of entering notificatio...
2015-03-23 Robert VargaFix child ordering assumptions 92/16992/4
2015-03-23 Tony TkacikMerge "Make sure YangInstanceIdentifier.EMPTY is retained"
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-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 VargaPublish StoreUtils as NormalizedNodes 61/13861/3
2015-01-07 Robert VargaPublish TreeNodeUtils as StoreTreeNodes 60/13860/3
2015-01-07 Tony TkacikMerge "BUG-2350: do encapsulte null snapshot"
2015-01-07 Robert VargaBUG-2350: do encapsulte null snapshot 62/13862/2
2014-12-19 Tony TkacikMerge "Clarify NotificationListener purpose"
2014-12-19 Tony TkacikMerge "Clarify code flow in SchemaAwareApplyOperation"
2014-12-15 Robert VargaMove InMemoryDataTreeModification.mergeImpl() 73/13573/4
2014-12-15 Tony TkacikMerge "Fix checkstyle if-statements must use braces...
2014-12-15 Tony TkacikMerge "Fix checkstyle if-statements must use braces...
2014-12-15 Tony TkacikMerge "Fix checkstyle if-statements must use braces...
2014-12-15 Tony TkacikMerge "Fix checkstyle if-statements must use braces...
2014-12-15 Tony TkacikMerge "Do not access closed via updater"
2014-12-15 Tony TkacikMerge "Match InMemoryDataTreeModification.write() argum...
2014-12-12 Robert VargaMatch InMemoryDataTreeModification.write() argument... 71/13571/2
2014-09-15 Robert VargaMerge "Added Nonnull annotation for get operation"
2014-09-15 Robert VargaMerge "very basic tests for yang-binding-util"
2014-09-15 Tony TkacikMerge "BUG-650: use weakCompareAndSwap()"
2014-09-15 Tony TkacikMerge "BUG-1813: rework the interface to allow multiple...
2014-09-13 Tony TkacikMerge "BUG-650: improve modification sealing performance"
2014-09-13 Robert VargaBUG-650: improve modification sealing performance 26/11126/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-26 Lukas SedlakModifiedNode instantiation improvement. 15/10315/1
2014-08-26 Martin VitezMerge "Fix for features - added missing dependency"
2014-08-25 Tony TkacikMerge "BUG-576: fixed text file loading in test."
2014-08-25 Tony TkacikMerge "BUG-1514: fixed bug in module sort."
2014-08-25 Tony TkacikMerge "BUG-1537: improved YangModuleInfo."
2014-08-25 Tony TkacikMerge changes If1e9a750,Ib530560c,Id01393c3,I2d375382...
2014-08-25 Tony TkacikMerge "BUG-576: fixed grammar to handle union type...
2014-08-25 Tony TkacikMerge "BUG-576: fixed javadoc warnings."
2014-08-25 Tony TkacikMerge "BUG-576: if replaced with else-if in enterImport...
next