yangtools.git
2014-08-25 Martin VitezBUG-576: fixed text file loading in test. 37/10237/1
2014-08-25 Tony TkacikMerge "BUG 1440 - json stream to normalized node stream...
2014-08-25 Tony TkacikMerge "BUG-1605: Fixup yang-data-api interface"
2014-08-25 Tony TkacikMerge "BUG-1605: Fix yang-binding interfaces"
2014-08-25 Tony TkacikMerge "Fix javadocs a bit"
2014-08-25 Tony TkacikMerge "BUG-997: fix InMemorySchemaSourceCache interface"
2014-08-24 Robert VargaBUG-997: fix InMemorySchemaSourceCache interface 17/10217/1
2014-08-23 Ed WarnickeBug 1514: Correctly handle ModuleOrModuleBuilder in... 08/10208/3
2014-08-23 Jozef GloncakBUG 1440 - json stream to normalized node stream writer 33/10133/9
2014-08-22 Robert VargaBUG-1605: Fixup yang-data-api interface 89/10189/5
2014-08-22 Robert VargaBUG-1605: Fix yang-binding interfaces 88/10188/6
2014-08-22 Robert VargaFix javadocs a bit 87/10187/1
2014-08-22 Tony TkacikUse xml.bind Base64 decoder instead of Guava 60/10160/1
2014-08-21 Tony TkacikMerge "Fix ordering fields in generated type builder"
2014-08-21 Tony TkacikMerge "BUG-1425: fix LazyDataObject.toString()"
2014-08-21 Martin VitezMerge "Bug 1586: Fixed missing processing of single...
2014-08-21 Tony TkacikBug 1586: Fixed missing processing of single qouted... 31/10131/2
2014-08-21 Tony TkacikMerge "Update feature to carry binding-data-codec"
2014-08-21 Robert VargaUpdate feature to carry binding-data-codec 28/10128/1
2014-08-21 Lukas SedlakMerge "add new tests BindingTypesTest, BaseYangTypesTest"
2014-08-21 Robert VargaMerge "BUG-1382: eliminate QName.getPrefix() from Gener...
2014-08-21 Tony TkacikMerge "Bug 1391 - New DataBroker unexpected behaviour"
2014-08-21 Robert VargaBUG-1425: fix LazyDataObject.toString() 79/9879/2
2014-08-20 Tony TkacikBug 1443: Fixed incorrect throw of IllegalArgumentExcep... 99/10099/2
2014-08-20 Martin VitezBUG-1382: eliminate QName.getPrefix() from GeneratorImp... 94/10094/1
2014-08-20 Peter Bandziadd new tests BindingTypesTest, BaseYangTypesTest 56/10056/2
2014-08-20 Robert VargaMerge "Add scope compile to features pom for xtend...
2014-08-20 Martin VitezBUG-1578: fixed NPE caused by invalid import statement. 87/10087/1
2014-08-19 Ed WarnickeAdd scope compile to features pom for xtend-lib 79/10079/1
2014-08-19 Robert VargaMerge "Bug 1531: Fixed incorrect use of leaf types...
2014-08-19 Tony TkacikBug 1531: Fixed incorrect use of leaf types in BindingG... 58/10058/1
2014-08-19 Martin VitezBUG-1382: eliminate QName.getPrefix() from binding... 57/10057/1
2014-08-19 Tony TkacikMerge "BUG-1555: skip choices which are not valid in...
2014-08-18 Robert VargaMerge "Enabled feature-test for features-yangtools."
2014-08-18 Robert VargaMerge "features-test to test that features load correctly."
2014-08-18 Ed WarnickeEnabled feature-test for features-yangtools. 12/10012/5
2014-08-18 Ed Warnickefeatures-test to test that features load correctly. 11/10011/4
2014-08-18 Lukas SedlakBug 1559: Fixed resolving of used extensions. 19/10019/1
2014-08-18 Robert VargaBUG-1555: skip choices which are not valid in a particu... 20/10020/1
2014-08-18 Martin VitezMerge "Fix MapAdaptor logging"
2014-08-14 Robert VargaImprove error message 59/9959/1
2014-08-14 Robert VargaFix Precondition formatting 58/9958/2
2014-08-14 Lukas SedlakBug 1515: Properly resolving prefix for submodule 51/9951/1
2014-08-13 Ladislav BorakFix ordering fields in generated type builder 14/9814/5
2014-08-13 Robert VargaFix conflict on Object definition 19/9919/1
2014-08-13 Robert VargaMerge "Check for null pointer when parsing identities."
2014-08-13 Maros MarsalekCheck for null pointer when parsing identities. 13/9913/1
2014-08-13 Robert VargaMerge "Make buildModules() in YangParser behave same...
2014-08-13 Lukas SedlakBugfix: Resolving of extension arguments. 08/9808/3
2014-08-13 Maros MarsalekMake buildModules() in YangParser behave same as other... 12/9912/1
2014-08-12 Robert VargaBUG-1425: fix builder's implementation of equals() 68/9868/2
2014-08-11 Lukas SedlakMerge "BUG-1425: fix toString() invocation on LazyObject"
2014-08-11 Robert VargaBUG-1425: fix toString() invocation on LazyObject 56/9856/1
2014-08-11 Milos FabianFixed missing "/" at begining of list. 54/9854/1
2014-08-11 Robert VargaFix MapAdaptor logging 41/9841/2
2014-08-11 Jan HajnarBug 1391 - New DataBroker unexpected behaviour 25/9425/4
2014-08-11 Ed WarnickeFixes to yangtools feature.xml file 47/9847/1
2014-08-10 Tony TkacikBug 1443: Implemented Lazy deserialization using dynami... 95/9795/7
2014-08-10 Robert VargaMerge "BUG-997 Add SourceIdentifier to MissingSchemaSou...
2014-08-10 Robert VargaMerge "BUG-997 Fix unused argument in SchemaResolutionE...
2014-08-10 Robert VargaMerge "BUG-997 Implement Filesystem source cache for...
2014-08-10 Robert VargaMerge "BUG-997 Add tests for shared schema context...
2014-08-08 Tony TkacikMerge "Fix DCL in YangInstanceIdentifier"
2014-08-08 Robert VargaFix DCL in YangInstanceIdentifier 12/9812/2
2014-08-08 Maros MarsalekBUG-997 Add SourceIdentifier to MissingSchemaSourceExce... 11/9811/1
2014-08-08 Maros MarsalekBUG-997 Fix unused argument in SchemaResolutionException 10/9810/1
2014-08-08 Maros MarsalekBUG-997 Implement Filesystem source cache for schema... 69/9769/3
2014-08-08 Maros MarsalekBUG-997 Add tests for shared schema context and fix... 46/9646/4
2014-08-08 Tony TkacikBug 1443: Added support for Union type & OSGI Runtime 49/9749/3
2014-08-08 Tony TkacikMerge "Bug 1372 - toString methods in generated classes"
2014-08-07 Tony TkacikMerge "BUG-1436: deprecate IntermediateMapping"
2014-08-07 Tony TkacikMerge "Fixed incorrect test location."
2014-08-07 Tony TkacikMerge "Fix AugmentationSchemaProxy.getDataChildByName()"
2014-08-07 Robert VargaMigrate test asserts 26/9626/4
2014-08-07 Robert VargaDo not override versions provided through odlparent 33/9433/7
2014-08-07 Robert VargaFix AugmentationSchemaProxy.getDataChildByName() 92/9792/1
2014-08-07 Robert VargaBUG-1436: deprecate IntermediateMapping 87/9787/2
2014-08-07 Ladislav BorakBug 1372 - toString methods in generated classes 82/9782/1
2014-08-07 Tony TkacikMerge "Bug 1372 - toString methods in generated classes"
2014-08-06 Tony TkacikMerge "BUG-576: modified parser to handle augmentation...
2014-08-06 Tony TkacikMerge "BUG-576: modified parser to handle refinement...
2014-08-06 Tony TkacikMerge "Fix sonar not reporting unit tests"
2014-08-06 Ladislav BorakFix sonar not reporting unit tests 24/9724/10
2014-08-06 Robert VargaBUG-1487: refactor StreamWriterGenerator 09/9709/8
2014-08-06 Robert VargaBUG-1487: use prototypes for instantiating codecs 08/9708/8
2014-08-06 Martin VitezBUG-576: modified parser to handle augmentation of... 75/9575/4
2014-08-06 Tony TkacikMerge "Bug 1432 - Generated DTOs for types use ineffici...
2014-08-06 Martin VitezBUG-576: modified parser to handle refinement of extens... 74/9574/3
2014-08-05 Ladislav BorakBug 1432 - Generated DTOs for types use inefficient... 02/9502/3
2014-08-05 Ed WarnickeFix feature file (again :( ) 15/9715/1
2014-08-05 Giovanni MeoFix to feature file 91/9691/3
2014-08-05 Tony TkacikMerge "yang-data-json is in the feature file, but not...
2014-08-05 Giovanni MeoBUG-1402: Make sure the version in the yang-maven-plugi... 94/9694/2
2014-08-05 Giovanni Meoyang-data-json is in the feature file, but not built 93/9693/1
2014-08-05 Martin VitezBUG-1382: eliminate use of QName.getPrefix from yang... 90/9390/7
2014-08-05 Robert VargaMerge "BUG-1472: deprecated CompositeNode and friends"
2014-08-05 Tony TkacikMerge "BUG-994: introduce ObjectCache for QNameModule...
2014-08-05 Robert VargaBUG-1472: deprecated CompositeNode and friends 21/9621/3
2014-08-04 Tony TkacikBug 1439, Bug 1443 Binding Codec NormalizedNodeWriter... 97/9497/11
2014-08-04 Tony TkacikMerge "BUG-1275: teach NormalizedNode builders about...
next