Consider submodule imports when sorting modules
[yangtools.git] / yang / yang-parser-impl / src / test / java / org / opendaylight / yangtools / yang / parser /
2018-04-16 Robert VargaConsider submodule imports when sorting modules 76/70976/3
2018-04-16 Robert VargaAdd ModuleDependencyInfoTest 82/70982/2
2018-04-01 Robert VargaFix leafref require-instance implementation 16/70216/2
2018-02-25 Robert VargaEncapsulate regexes in a non-capturing group 62/68462/2
2018-02-25 Robert VargaMove Bug4079/Bug5410 tests from yang-parser to yang... 58/68458/3
2018-02-25 Robert VargaCorrect double-quoted string whitespace trimming 04/67904/4
2017-11-07 Robert VargaYANGTOOLS-827: fix revision compare 79/65279/1
2017-10-17 Igor FoltinBug 9241: Action definition should implicitly define... 01/64301/2
2017-08-05 Peter KajsaBug 8831 - Yang 1.1 default values are not checked... 22/61222/1
2017-06-06 Peter KajsaBug 8597 - Empty description and reference of ModuleImp... 50/58350/1
2017-06-05 Igor FoltinBug 4640: Change semantic-version to openconfig-version 63/58263/1
2017-04-10 Igor FoltinBug 7847: Implement YANG 1.1 XPath functions in YangFun... 25/54525/3
2017-03-09 Peter KajsaBug 5410 - XSD regular expressions are interpreted... 99/52999/6
2017-03-01 Igor FoltinBug 6878: Add support for parsing yang-specific XPath... 38/51938/9
2017-02-27 Peter KajsaBug 6886 - [Yang 1.1] Update rules for handling of... 26/51926/5
2017-02-23 Robert VargaUpdate StmtTestUtils 70/52070/7
2017-02-23 Igor FoltinBug 6885: [Yang 1.1] Disallow "when" and "if-feature... 85/50785/13
2017-02-23 Peter KajsaBug 6884 - [Yang 1.1] Submodule can reference all defin... 03/51903/4
2017-02-23 Igor FoltinBug 6887: [Yang 1.1] Allow enumerations and bits to... 53/51453/8
2017-02-23 Robert VargaAdd utility YangTextSchemaSource factories 54/52054/6
2017-02-22 Peter KajsaBug 6901 - [Yang 1.1] Default value MUST NOT be marked... 24/50624/13
2017-02-21 Robert VargaDeprecate TextToASTTransformer.TRANSFORMATION 53/52053/3
2017-02-13 Peter KajsaBug 6875 - [Yang 1.1] Allow imports of multiple revisio... 67/51567/4
2017-02-13 Igor FoltinBug 6877: [Yang 1.1] Allow multiple base identities 72/49772/10
2017-01-24 Igor FoltinBug 7438: Allow identityref type to reference multiple... 98/50298/6
2017-01-24 Peter KajsaBug 6868: If-feature argument may be boolean expression 14/49714/8
2017-01-13 Peter KajsaBug 6876: [Yang 1.1] Allow "augment" to add conditional... 05/50305/4
2017-01-12 Igor FoltinBug 6873: [Yang 1.1] Add support for "require-instance... 97/49697/7
2016-12-20 Peter KajsaBug 6880: [Yang 1.1] Allow leaf-lists to have default... 73/49473/3
2016-12-17 Peter KajsaBug 6870: [Yang 1.1] Support for new "modifier" statement 58/49158/12
2016-12-17 Peter KajsaBug 6869: [Yang 1.1] Allow if-feature in bit, enum... 42/49242/9
2016-12-17 Igor FoltinBug 6896: [Yang 1.1] Add support for new statement... 20/49320/8
2016-12-17 Igor FoltinBug 6871: [YANG 1.1] Allow "must" in "input", "output... 39/49339/5
2016-12-17 Peter KajsaBug 6883: [Yang 1.1] Add support for a new data definit... 02/49102/9
2016-12-17 Igor FoltinBug 6897: [Yang 1.1] Allow notifications to be tied... 26/48926/18
2016-12-15 Rashmi PujarBug 6874 - [Yang 1.1] Allow "description" and "referenc... 17/49117/13
2016-12-14 Peter KajsaBug 6867: Extend yang statement parser to support diffe... 68/48368/28
2016-12-06 Stephen KittPropagate @Nonnull and @Nullable annotations 71/47971/7
2016-11-02 Stephen KittJava 8: use lambdas and function references 36/47836/2
2016-10-24 Robert VargaBUG-6522: create a specialized CopyHistory object 48/47348/9
2016-10-22 Geng XingyuanBug 6958 - add class NotificationAsContainer for transf... 52/47052/10
2016-10-04 Igor FoltinIncrease unit test coverage for Yangtools 34/46334/2
2016-10-03 Igor FoltinIncrease unit test coverage for Yangtools 30/46130/2
2016-08-15 Robert VargaBUG-865: remove String-based getDataChildByName() 98/42898/7
2016-08-01 Robert VargaBUG-865: Move ModuleImportImpl and hide it 52/42852/3
2016-07-21 Michael VorburgerCheckstyle clean-up src/test/java 88/42188/1
2016-07-19 Robert VargaRemove use of Guava Charsets 74/41974/4
2016-06-22 Robert VargaBUG-865: remove unused model.util types 29/40629/5
2016-06-15 Robert VargaFurther cleanups of code 14/39714/18
2016-06-08 Robert VargaRemove unused imports 12/39712/12
2016-06-06 Peter KajsaBug 4662: Introduce a SemanticVersion concept - SchemaC... 22/37622/28
2016-06-03 Igor FoltinRemove usage of deprecated yang parser classes 89/39689/4
2016-05-23 Igor FoltinBug 4506: Honor if-feature during SchemaContext assembly 08/38108/12
2016-05-09 Igor FoltinBug 5085: Clean-up test and retest JUnit tests 26/38426/2
2016-04-18 Ryan GouldingReplace tabs in java files with spaces 68/37568/3
2016-04-14 Stephen KittDrop unneeded generic type specifiers 50/37550/2
2016-03-09 Stephen KittAvoid re-throwing exceptions directly 85/35885/3
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-04 Thanh HaFix javadoc formatting issues 40/34040/1
2016-01-04 Robert VargaBUG-865: deprecate pre-Beryllium parser elements 91/32091/1
2015-12-18 Igor FoltinBug 4079: Unable to compile pattern defined in module 80/26080/14
2015-12-01 icaro.damianiBUG-4623: YangSyntaxErrorException depending of the... 30/29930/4
2015-10-24 Robert VargaLists with min-elements > 0 are mandatory 22/28722/3
2015-10-14 Peter KajsaBug 3799: NPE when including a submodule of a more... 22/26622/7
2015-09-24 Peter KajsaBug4231 - Yang tools failing to parse Augmentations... 29/26329/4
2015-09-18 Robert VargaBUG-865: Migrate tests to non-deprecated API 80/26980/5
2015-09-16 Robert VargaBUG-2219: reenable test 79/26979/3
2015-09-16 Robert VargaBUG-2220: re-enable test 78/26978/2
2015-09-16 Robert VargaBUG-865: clean up yang.parser.builder 77/26977/3
2015-09-16 Robert VargaCleanup yang-parser-impl 37/26937/2
2015-08-31 Peter KajsaBug 3670 (part 2/5): Use of new statement parser in... 21/25521/3
2015-08-31 Peter KajsaBug 3670 (part 1/5): Use of new statement parser in... 20/25520/3
2015-08-26 Martin CiglanBug 3859: Use of reference keyword in a YANG extension 25/26025/1
2015-08-03 Peter KajsaBug 2366 - Effective statments impl merge, retest ... 85/20885/98
2015-06-18 Shaleen SaxenaBUG-3793 71/22871/1
2015-06-12 Robert VargaFix sonar warnings 28/22028/3
2015-04-30 Tony TkacikMerge "Bug 2983 - Throws ResultAlreadySet instead of...
2015-04-23 Tony TkacikMerge "Bug 2363, Bug 2205. Beta version of LeafRefConte...
2015-04-22 Tony TkacikMerge "Fix missing format placeholder"
2015-04-22 Tony TkacikMerge "Add parser support for non-strict schema lookup."
2015-04-22 Tony TkacikMerge "Introduce InstanceIdToNodes into yang-data-impl"
2015-04-22 Gregor ZatkoSonar issues clean-up 45/18745/5
2015-03-30 Tony TkacikMerge "Bug 2366: Introducing support for statement...
2015-03-23 Tony TkacikMerge "BUG-2352: Remove commons-io from features"
2015-03-23 Tony TkacikMerge "BUG-2856: optimize key/leaf reference checking"
2015-03-23 Tony TkacikMerge "BUG-2856: add leaf node simplied by key"
2015-03-23 Tony TkacikMerge "Make sure YangInstanceIdentifier.EMPTY is retained"
2015-03-22 Robert VargaMerge "Added META-INF to gitignore to get clean git...
2015-03-22 Kinsey Nietzscheextended test coverage of YangModelDependencyInfo.java 63/12763/4
2015-03-22 Robert VargaMerge "Introduced skeletons of Contributor and User...
2015-03-21 Robert VargaMerge "Bug 2361: Added prototype implementation using...
2015-03-16 Tony TkacikMerge "BUG-2512: get rid of commons-io"
2015-03-13 Robert VargaBUG-2512: get rid of commons-io 73/16473/2
2015-03-10 Robert VargaBUG-1513: introduce ChoiceSchemaNode 70/16270/7
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-02-14 Robert VargaFixup build failures introduced by guava 18 12/15312/2
next