Merge branch 'master' of ../controller
[yangtools.git] / yang / yang-model-api / src /
2019-10-31 Anil BelurMerge branch 'master' of ../controller
2019-10-08 Robert VargaLeafEffectiveStatement should be a DataTreeEffectiveSta... 88/84988/3
2019-10-01 Robert VargaFix EffectiveStatement namespace access 36/84836/4
2019-10-01 Robert VargaPush out FIXMEs to 5.0.0 33/84833/4
2019-09-30 Robert VargaPush out FIXMEs to 5.0.0 11/84811/3
2019-09-30 Robert VargaAdd EffectiveModelContextListener 96/84796/2
2019-09-27 Robert VargaRename Any{Data,Xml}SchemaNode to Any{data,xml}SchemaNode 87/84787/1
2019-09-10 Robert VargaUse Optional.isEmpty() 92/84292/2
2019-09-03 Robert VargaSwitch encoding unsigned type normalization to Uint... 47/83947/20
2019-08-27 Robert VargaFix SchemaContextProvider nullness 94/83994/4
2019-08-26 Robert VargaAdd utility PotentialSchemaSource constructor 86/83986/1
2019-08-19 Robert VargaBump odlparent to 6.0.0-SNAPSHOT 83/83383/17
2019-08-06 Robert VargaFix stmt.compat Java 11 compilation 98/83398/4
2019-08-06 Robert VargaFix checkstyle errors 96/83396/3
2019-07-08 Robert VargaAllow statements to efficiently lookup actions/notifica... 43/82943/1
2019-07-08 Robert VargaAllow actions/notifications to be efficiently looked up 20/82920/4
2019-07-03 Robert VargaSpecialize SchemaPath.create(boolean, QName) 19/82919/1
2019-04-08 Robert VargaAdd DataNodeContainer.findDataChildByName(QName, QName...) 51/81451/2
2019-04-05 Robert VargaIntroduce EffectiveModelContextFactory 98/81398/4
2019-04-05 Robert VargaAllow EffectiveModelContextProvider to throw ISE 04/81404/1
2019-04-04 Robert VargaIntroduce EffectiveModelContext 81/81381/3
2019-03-26 Robert VargaPrepare RevisionAwareXPath for XPath integration 01/81201/3
2019-03-26 Robert VargaPush out FIXMEs 70/81170/11
2019-03-26 Robert VargaMake DataTreeSnapshot extend SchemaContextProvider 82/81182/2
2019-03-26 Robert VargaRemove illegal FIXME notes 65/81165/3
2019-03-26 Robert VargaAdd basic support for lenient path expression parsing 59/81159/2
2019-03-26 Robert VargaAdd rename notes for Any{Data,Xml}SchemaNode 58/81158/1
2019-03-25 Robert VargaIntegrate leafref path argument parser 17/81017/21
2019-03-25 Robert VargaCorrect LeafrefTypeDefinition 43/81143/7
2019-03-25 Robert VargaMigrate nullness annotations to JDT 39/81139/1
2019-03-22 Robert VargaClean up StatementDefinition argument definition interface 43/81043/8
2019-03-20 Robert VargaDefine PathExpression is a separate concept 22/81022/3
2019-03-16 Robert VargaFix HTML5 javadoc compliance 22/80922/8
2019-03-16 Robert VargaRemove @ThreadSafe annotations 21/80921/7
2019-03-16 Robert VargaExtend Immutable contract 23/80923/6
2019-03-08 Robert VargaRedefine if-feature statement in terms IfFeatureExpr 37/80737/4
2019-03-08 Robert VargaDefine IfFeature via a specialized class 36/80736/4
2019-03-08 Robert VargaMake getIfFeaturePredicate() a default method 35/80735/1
2019-02-26 Robert VargaRemove deprecated SchemaContextFactory methods 94/80594/1
2019-02-26 Robert VargaRemove deprecated SchemaRepository.createSchemaContextF... 88/80588/7
2019-02-25 Robert VargaRefactor ListEntryNodeDataWithSchema 92/80592/3
2019-02-25 Robert VargaRemove deprecated yang.model.api.stmt constructs 90/80590/2
2019-02-25 Robert VargaMake ModuleEffectiveStatement.localQNameModule() mandatory 82/80582/3
2019-02-25 Robert VargaHide ResourceYangTextSchemaSource 81/80581/3
2019-02-25 Robert VargaUpdate Unique{Constraint,EffectiveStatetement,Statement... 76/80576/3
2018-12-14 Robert VargaMass migrate fields to use Immutable collections 06/78806/2
2018-10-24 Robert VargaMake Delegator.getDelegate() non-null 37/77237/13
2018-10-24 Robert VargaMigrate yang-parser-api annotations 35/77235/8
2018-10-24 Robert VargaMigrate model.repo.api to JDT annotations 33/77233/6
2018-10-24 Robert VargaMigrate SchemaSourceRepresentation annotations 32/77232/5
2018-10-24 Robert VargaMigrate StatementDefinition @Nullable 31/77231/3
2018-10-23 Robert VargaCleanup IdentifierNamespace annotations 28/77228/3
2018-10-23 Robert VargaMigrate EffectiveStatement to @NonNull 26/77226/5
2018-10-23 Robert VargaMigrate TypeDefinitionAware to JDT types 25/77225/6
2018-10-23 Robert VargaMigrate statements to JDT annotations 24/77224/6
2018-10-23 Robert VargaMigrate ActionStatementContainer to JDT annotations 23/77223/3
2018-10-23 Robert VargaMigrate RevisionStatement to JDT annotations 22/77222/2
2018-10-23 Robert VargaMigrate AbstractDeclaredStatement to JDT annotations 21/77221/2
2018-10-23 Robert VargaMigrate SchemaNode to JDT annotations 20/77220/1
2018-10-23 Robert VargaMigrate SchemaContext to JDT annotations 19/77219/1
2018-10-23 Robert VargaMigrate {Action,Notification}NodeContainer to JDT annot... 18/77218/1
2018-10-23 Robert VargaMigrate UsesNode to JDT annotations 17/77217/1
2018-10-23 Robert VargaMigrate yang.model.api.type to JDT annotations 16/77216/1
2018-10-23 Robert VargaMigrate ModifierKind to JDT annotations 15/77215/1
2018-10-23 Robert VargaMigrate UniqueConstraint to JDT annotations 14/77214/1
2018-10-23 Robert VargaMigrate EnumTypeDefinition to JDT annotations 13/77213/1
2018-10-23 Robert VargaMigrate ListSchemaNode to JDT annotations 12/77212/1
2018-10-23 Robert VargaMigrate LeafListSchemaNode to JDT annotations 11/77211/1
2018-10-23 Robert VargaMigrate ElementCountConstraint to JDT annotations 10/77210/1
2018-10-23 Robert VargaMigrate IdentitySchemaNode to JDT annotations 09/77209/1
2018-10-23 Robert VargaMigrate BitsTypeDefinition to JDT annotations 08/77208/1
2018-10-23 Robert VargaMigrate DocumentedNode/Status to JDT annotations 07/77207/1
2018-10-23 Robert VargaSwitch DataNodeContainer to JDT annotations 06/77206/1
2018-10-23 Robert VargaCleanup ModelStatement/StatementDefinition non-nullness 92/77192/2
2018-09-23 Robert VargaFix compilation with JDK9 99/76399/1
2018-09-11 Robert VargaFix warnings in yang-model-api 76/75976/1
2018-09-10 Robert VargaAdd yang-model-api tests 47/75947/2
2018-09-04 Robert VargaNote UniqueConstraint changes 09/75709/1
2018-08-30 Stephen KittClean various constructs 50/75550/4
2018-08-01 Robert VargaUpdate toString() encapsulation 37/74737/1
2018-08-01 Robert VargaPropagate delegate.toString() as symbolic name 27/74727/1
2018-07-16 Robert VargaDeclaredStatements can contain default implementations 54/74054/8
2018-07-16 Robert VargaAdd ConfigStatementContainerDeclaredStatement 53/74053/2
2018-07-15 Robert VargaAdd DeclaredStatement utility methods 52/74052/1
2018-06-21 Robert VargaFix JDK9 compilation 00/73300/1
2018-06-13 Robert VargaAdd DataTreeAwareEffectiveStatement 07/72907/18
2018-06-13 Robert VargaAdd SchemaTreeAwareEffectiveStatement 17/69217/22
2018-06-07 Robert VargaFix SchemaContextUtil RevisionAwareXPath resolution 22/72722/7
2018-05-30 Robert VargaAdd util.concurrent.FluentFutures 54/72454/3
2018-03-29 Robert VargaFix leafref require-instance implementation 01/70201/1
2018-03-22 Robert VargaAdd another 3.0.0 note 07/69807/1
2018-03-07 Robert VargaFix FeatureEffectiveStatementNamespace javadoc 08/69208/1
2018-02-27 Robert VargaAdd Case/Extension/Feature/IdentityEffectiveStatementNa... 05/68805/1
2018-02-23 Robert VargaExpose identities from ModuleEffectiveStatement 51/68551/2
2018-02-19 Robert VargaAdd submodule lookup namespace 18/68418/1
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-02 Robert VargaDeprecate CopyableNode at al. 52/67752/3
next