yangtools.git
2018-04-05 Robert VargaBump odlparent to 3.1.1 48/70348/1
2018-04-02 Robert VargaFix Decimal64 using Longs.hashCode() 59/70259/1
2018-03-29 Robert VargaFix leafref require-instance implementation 01/70201/1
2018-03-29 Robert VargaBump versions to next development snapshot 72/70172/1
2018-03-23 Robert VargaRequire odl-guava-3.1.0+ 20/70020/1
2018-03-23 Stephen KittBump to odlparent 3.1.0 66/69866/2
2018-03-22 Robert VargaAdd another 3.0.0 note 07/69807/1
2018-03-20 Robert VargaRelax identity statement argument checks 35/69635/3
2018-03-19 Robert VargaAdd alternative ClassLoaderUtils methods 08/69608/4
2018-03-16 Robert VargaIntroduce StmtContextUtils.parse(Node)Identifier 85/69485/8
2018-03-14 Robert VargaAdd YangConstants.operation{Input,Output}QName() 84/69484/3
2018-03-12 Robert VargaBump versions to 2.0.3-SNAPSHOT 66/69366/1
2018-03-11 Robert VargaCleanup Bug6887Test 58/69358/4
2018-03-11 Robert VargaAdd QName.withModule(QNameModule) method 57/69357/4
2018-03-11 Robert VargaAdd CollectionWrappers 74/68774/11
2018-03-08 Robert VargaAdd default implementations of StatementDefinition... 46/69246/4
2018-03-08 Robert VargaIntroduce ImplicitParentAwareStatementSupport 44/69244/2
2018-03-07 Robert VargaOptimize augment conflict checking 16/69216/2
2018-03-07 Robert VargaFix FeatureEffectiveStatementNamespace javadoc 08/69208/1
2018-03-06 Robert VargaAdd YinXMLEventReaderFactory 92/67892/13
2018-03-06 Robert VargaFix format string 18/69118/1
2018-03-05 Robert VargaValidate parsed QName to identity 76/69076/1
2018-03-05 Robert VargaValidate parsed QName to identity 43/68543/4
2018-03-05 Robert VargaCleanup resources allocated in @BeforeClass 42/68542/7
2018-03-02 Robert VargaIntern more arguments 04/69004/2
2018-02-28 Robert VargaAdd timing information 48/68848/4
2018-02-28 Robert VargaFix YangTextSnippetIterator with OpenConfig extensions 47/68847/2
2018-02-27 Robert VargaOptimize QName.withoutRevision() 46/68846/1
2018-02-27 Robert VargaCleanup AbstractEffectiveDocumentedDataNodeContainer... 37/68837/1
2018-02-27 Robert VargaSkip duplicate classpath scanning 28/68828/1
2018-02-27 Robert VargaAllow StatementMap to be resized to correct size 24/68824/1
2018-02-27 Robert VargaOptimize YinStatementStreamSource 14/68814/5
2018-02-27 Robert VargaAllow StatementWriter to be stateful 11/68811/5
2018-02-27 Robert VargaPopulate Extension/FeatureEffectiveNamespace 15/68815/2
2018-02-27 Robert VargaAdd Case/Extension/Feature/IdentityEffectiveStatementNa... 05/68805/1
2018-02-26 Robert VargaDeprecate PrefixToModule.isPreLinkageMap() 80/68680/5
2018-02-26 Robert VargaTurn YangStatementParserListenerImpl into a visitor 78/68678/8
2018-02-25 Robert VargaMark missed StatementStreamSource methods 79/68679/2
2018-02-25 Robert VargaEncapsulate YangStatementParserListenerImpl.walk() 76/68676/2
2018-02-25 Robert VargaPrivatize YangStatementParserListenerImpl 75/68675/2
2018-02-25 Robert VargaMake QName/QNameModule a WritableObject 74/68674/2
2018-02-25 Robert VargaQNameModule/QName should implement Identifier 73/68673/2
2018-02-23 Robert VargaExpose identities from ModuleEffectiveStatement 51/68551/2
2018-02-23 Robert VargaEliminate unneeded @BeforeClass 41/68541/4
2018-02-23 Robert VargaReport parent SchemaPath on error 39/68539/1
2018-02-23 Robert VargaCorrect error message 38/68538/1
2018-02-22 Robert VargaOptimize QNameModule.equals() a bit 96/68496/1
2018-02-22 Robert VargaSpeed up JSON codec operations 93/68493/2
2018-02-22 Robert VargaFix maven plugin ignoring import resolution mode 66/67866/10
2018-02-21 Robert VargaDo not fake an errorMessage for pattern constraints 64/68464/4
2018-02-21 Robert VargaAdd DeclaredStatementFormatter 66/68466/2
2018-02-21 Robert VargaEncapsulate regexes in a non-capturing group 35/68435/4
2018-02-21 Robert VargaMove Bug4079/Bug5410 tests from yang-parser to yang... 56/68456/3
2018-02-19 Robert VargaMove yang-model-export unit tests 21/68421/1
2018-02-19 Robert VargaAdd the ability to build effective model 99/68399/2
2018-02-19 Robert VargaAdd submodule lookup namespace 18/68418/1
2018-02-19 Robert VargaAdd YANG/YIN namespace string literals 16/68416/2
2018-02-19 Robert VargaExport ResourceYangTextSchemaSource 98/68398/2
2018-02-07 Robert VargaAdd YangTextSnippet to yang-model-export 93/67893/4
2018-02-05 Robert VargaAdd DefaultStatementDefinition 38/67938/1
2018-02-05 Robert VargaExpose EffectiveModuleStatement prefix mapping 91/67891/8
2018-02-04 Robert VargaCorrect double-quoted string whitespace trimming 99/67899/3
2018-02-02 Robert VargaSwitch YangToSourcesProcessor to use YangParser 16/67816/4
2018-02-02 Robert VargaDeprecate CopyableNode at al. 52/67752/3
2018-02-01 Robert Vargayang-parser-impl supports ASTSchemaSource 11/67811/2
2018-02-01 Robert VargaFix invalid enum definition error string 06/67806/1
2018-01-25 Robert VargaMark metainf-services 76/67576/1
2018-01-19 Robert VargaAdd checkstyle-logging to yangtools-artifacts 42/67342/1
2018-01-18 Robert VargaStart 2.0.2 release cycle 98/67298/1
2018-01-17 Robert VargaYANGTOOLS-844: Filtering/SimpleSchemaContext violate... 12/67212/13
2018-01-17 Robert VargaFix a nullness thinko 11/67211/2
2018-01-08 Robert VargaBump odlparent version to 3.0.2 52/66952/1
2018-01-04 Robert VargaYANGTOOLS-841: Fix SchemaContextUtil.findNodeInSchemaCo... 70/66870/3
2017-12-28 Atul GosainHandling empty text nodes 45/66045/4
2017-12-27 Robert VargaYANGTOOLS-766: expand test suite 78/66778/2
2017-12-27 Robert VargaYANGTOOLS-766: add RFC7951JSONInstanceIdentifierCodec 72/66772/2
2017-12-26 Robert VargaYANGTOOLS-766: introduce JSONCodecFactorySupplier 65/66765/3
2017-12-26 Robert VargaYANGTOOLS-678: enable empty key verification 64/66764/2
2017-12-25 Robert VargaExpand yang-parser-spi unit tests 60/66760/1
2017-12-25 Robert VargaImplement Uint{8,16}.valueOf(String, int) 59/66759/2
2017-12-25 Robert VargaAdd Decimal64.{int,long,short}ValueExact() 58/66758/1
2017-12-25 Robert VargaAdd Revision test suite 57/66757/1
2017-12-25 Robert VargaAdd YangNames test 56/66756/1
2017-12-25 Robert VargaAdd YangVersion test 55/66755/1
2017-12-25 Michael VorburgerFix slf4j usage errors found by checkstyle-logging 46/66446/3
2017-12-23 Robert VargaYANGTOOLS-838: detect grouping identifier shadowing 66/66666/2
2017-12-06 Robert VargaFix javadoc typo 34/66334/1
2017-11-29 Stephen KittDrop obsolete Maven site configuration 37/65937/3
2017-11-27 Robert VargaBump versions to next development cycle 39/65939/1
2017-11-27 jenkins-relengRelease yangtools 38/65938/1
2017-11-24 Robert VargaBump odlparent to 3.0.1 92/65892/1
2017-11-22 Robert VargaClarify SchemaContext getModules() API contract 23/65823/5
2017-11-21 Michael VorburgerRemove deprecated methods without loggerIdentity from... 05/65805/2
2017-11-21 Robert VargaEliminate use of deprecated checkstyle interfaces 96/65796/1
2017-11-21 Robert VargaCleanup DataTree interfaces and InMemmoryDataTreeFactory 95/65795/3
2017-11-21 Stephen KittBump odlparent dependencies to 3.0.0 80/65580/3
2017-11-21 Michael VorburgerFix FindBugs violations and enable enforcement in utils 37/65137/5
2017-11-20 Robert VargaRename ChoiceCaseNode to CaseSchemaNode 47/65747/2
2017-11-20 Robert VargaFix a few warnings 36/65736/2
2017-11-20 Robert VargaYANGTOOLS-813: add parent schemapath to error report 16/65716/3
next