BUG-4355: mandatory node presence enforcement
[yangtools.git] / yang / yang-data-impl / src / main / java / org / opendaylight / yangtools / yang / data / impl / schema / tree / InMemoryDataTree.java
2016-01-08 Peter KajsaBUG-4355: mandatory node presence enforcement 66/28666/18
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-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...
2015-04-09 Robert VargaBUG-2962: add DataTreeTip interface and implement it 77/17877/5
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-03-19 Robert VargaMerge "Reduce InMemoryDataTree logging"
2015-03-19 tpantelisReduce InMemoryDataTree logging 85/15585/2
2015-02-25 Tony TkacikMerge "Fix checkListKey not checking actual/expected...
2015-02-25 Tony TkacikMerge "Updated Json Stream Writer to use gson JsonWriter."
2015-02-16 Tony TkacikMerge "Update Objects->MoreObjects"
2015-02-16 Robert VargaUpdate Objects->MoreObjects 29/15329/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 Robert VargaPublish StoreUtils as NormalizedNodes 61/13861/3
2014-12-19 Tony TkacikMerge "Clarify NotificationListener purpose"
2014-12-19 Tony TkacikMerge "Clarify code flow in SchemaAwareApplyOperation"
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-10 Tony TkacikMerge "BUG-2470: implement InMemoryDataTree.toString()"
2014-12-09 Robert VargaBUG-2470: implement InMemoryDataTree.toString() 83/13483/1
2014-10-27 Tony TkacikMerge "Bug 2117: Inner grouping used in outer grouping...
2014-10-23 Tony TkacikMerge "Remove deprecated concepts.util.ListenerRegistry"
2014-10-23 Tony TkacikMerge "Bug 1991: Ignore AugmentationIdentifier in XML...
2014-10-23 Tony TkacikMerge "BUG-2022: String Type pattern parsing and resolv...
2014-10-23 Tony TkacikMerge changes I296b2805,Iee01f474,I13dab228
2014-10-22 Robert VargaBUG-1886: implement lock-free InMemoryDataTree.commit() 53/12153/1
2014-10-22 Robert VargaBUG-1886: eliminate sychronized blocks 99/11199/5
2014-10-22 Robert VargaBUG-1886: split static classes into separate files 46/12146/1
2014-09-15 Robert VargaMerge "Added Nonnull annotation for get operation"
2014-09-08 Robert VargaMerge "BUG-1718 Fix hasAttributes method in XmlStreamUtils"
2014-09-08 Robert VargaMerge "Bug 650: Removed unnecessary and performance...
2014-09-08 Tony TkacikBug 650: Removed unnecessary and performance affecting... 07/10907/1
2014-09-01 Tony TkacikMerge "Change yang-maven-plugin to write yang files...
2014-08-29 Robert VargaMerge "BUG-1433: augmentation field visibility changed...
2014-08-29 Robert VargaMerge "Fix to feature files to include ietf-yang-types...
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...
2014-08-25 Tony TkacikMerge "BUG-997: Fix URLSchemaContextResolver"
2014-08-25 Tony TkacikBug 1572: Fixed duplicate and inconsistent allocation... 36/10236/2
2014-08-07 Tony TkacikMerge "Fixed incorrect test location."
2014-08-07 Tony TkacikMerge "Bug 1372 - toString methods in generated classes"
2014-08-04 Martin VitezMerge "Bug 1475: Correctly handle case of typedef that...
2014-07-30 Tony TkacikMerge "Bug 1354: Added rpcReplyToDomNodes method."
2014-07-29 Tony TkacikMerge "BUG-1305: improved antlr grammar handling of...
2014-07-29 Robert VargaBUG-1092: rename data.api.InstanceIdentifier to YangIns... 27/9427/3
2014-07-22 Tony TkacikMerge "BUG-979: reworked data schema nodes ordering"
2014-07-21 Martin VitezMerge "Bug 1329: Use original definition for searching...
2014-07-21 Tony TkacikMerge "BUG-865: removed use of deprecated code in yang...
2014-07-21 Tony TkacikMerge "BUG-865: removed use of deprecated schema path...
2014-07-21 Tony TkacikMerge "Tests for TreeNodeUtils"
2014-07-21 Tony TkacikMerge "BUG-865: prune deprecated constructors"
2014-07-21 Tony TkacikMerge "BUG-1281: switch serialization to use StAX APIs"
2014-07-21 Tony TkacikMerge changes Ibfbb4deb,I96e28324
2014-07-21 Tony TkacikMerge "BUG-1276: fixed generated union constructor"
2014-07-21 Tony TkacikMerge "BUG-532: implemented copy constructor for genera...
2014-07-21 Tony TkacikMerge "While the controller is starting up, we see...
2014-07-11 Tony TkacikMerge "BUG-1281: introduce XML event stream writer"
2014-07-11 Tony TkacikMerge "BUG-1342: fixed bug in resolving augments with...
2014-07-10 Tony TkacikMerge "Bug 1352: Fixed issue when ModificationSnapshot...
2014-07-10 Tony TkacikBug 1352: Fixed issue when ModificationSnapshot was... 04/8904/1
2014-07-10 Kiran Agrahara Sre... While the controller is starting up, we see the followi... 12/8912/1
2014-07-09 Kiran Agrahara Sre... Fixing typo in log message 72/8872/1
2014-06-26 Tony TkacikMerge "BUG-1201: make yangtools compilable with java 8."
2014-06-25 Tony TkacikMerge "BUG-994: make SchemaPath abstract"
2014-06-25 Tony TkacikMerge "BUG-994: remove the legacy public constructor"
2014-06-25 Tony TkacikMerge "BUG-865: do not use SchemaPath.getPath()"
2014-06-25 Tony TkacikMerge "BUG-994: Use SchemaPath.getParent()"
2014-06-25 Tony TkacikMerge "BUG-994: introduce SchemaPath.getParent()"
2014-06-25 Martin VitezMerge "Bug 1203: Reset state of LocationDispatchCodecs"
2014-06-25 Tony TkacikMerge "Move implementation of DataTree to Yangtools"
2014-06-25 Basheeruddin AhmedMove implementation of DataTree to Yangtools 68/8268/5