1. 43b7bdc isKeyLeaf is set only if config is true by Vidyashree Rama · 7 years ago
  2. 0fc1e4d Bumping version to 2.3-SNAPSHOT by Ray Milkey · 7 years ago
  3. 2c2cd32 Releasing 2.3.0-b2 by Ray Milkey · 7 years ago 2.3.0-b2
  4. 83e723d Fix for code generation of enum name starts with numeric value by sonugupta-huawei · 7 years ago
  5. d24d5ac Bumping version to 2.3-SNAPSHOT by Ray Milkey · 7 years ago
  6. c5ddc19 Releasing 2.3.0-b1 by Ray Milkey · 7 years ago 2.3.0-b1
  7. 9e52de0 [ONOS-7095] Registration/Unregistration to exclude dependent jar YANG nodes. by Gaurav Agrawal · 7 years ago
  8. 3b15f11 [ONOS-7063]Validation of modelId for valid syntax by sonugupta-huawei · 7 years ago
  9. 7980c25 Merge "Rectify cyclic dependency among tojava.javamodel and tojava.utils." by Thomas Vachuska · 7 years ago
  10. e3b1ead Merge "[ONOS-7095] Initial changes to identify inter-jar node during model registration" by Thomas Vachuska · 7 years ago
  11. 4578b77 Rectify cyclic dependency among tojava.javamodel and tojava.utils. by Gaurav Agrawal · 7 years ago
  12. dfda458 [ONOS-7095] Initial changes to identify inter-jar node during model registration by Gaurav Agrawal · 7 years ago
  13. 3f80e25 Adding YangLexer.tokens to .gitignore. by Gaurav Agrawal · 7 years ago
  14. 93c996b JSON serializer fixes: by Henry Yu · 7 years ago
  15. 51c41fa [ONOS-7042] Value validation as per defined datatype restriction and pattern by sonugupta-huawei · 7 years ago
  16. d6a5dab Streams not closed in case of exception - use auto closables instead by Sean Condon · 7 years ago
  17. 711d1e3 AnyData feature changes by sonugupta-huawei · 7 years ago
  18. 5211f7d Add KeyLeaf sanity check by Yuta HIGUCHI · 7 years ago
  19. 196ee32 Add list node's identifier info to toString by Yuta HIGUCHI · 7 years ago
  20. fe71e17 [ONOS-6981] Handling uses under module being model object, in YTB. by janani b · 7 years ago
  21. 1710ff7 Bumping version to 2.3-SNAPSHOT by Ray Milkey · 7 years ago
  22. c80afff Releasing 2.2.0 by Ray Milkey · 7 years ago 2.2.0
  23. 554f68c Merge "test for ModelObjectId & bugfix" by Yuta HIGUCHI · 7 years ago
  24. 4213b9d Merge "Minor fixes" by Yuta HIGUCHI · 7 years ago
  25. de6a4b8 test for ModelObjectId & bugfix by Yuta HIGUCHI · 7 years ago
  26. 6fe00a4 Minor fixes by Yuta HIGUCHI · 7 years ago
  27. 701ca48 Binary yang type handling. Conv byte[] to Base 64 by Sean Condon · 7 years ago
  28. e0d8b08 Fix typo in Exception class name by Yuta HIGUCHI · 7 years ago
  29. 3b61b1b Improve error logging by Yuta HIGUCHI · 7 years ago
  30. a937f3d [ONOS-6979] Binary type in YOB and Serializer helper for Data Node. by janani b · 7 years ago
  31. a762e29 identityref tostring generation by surya-huawei · 7 years ago
  32. e126af0 Bumping version to 2.2-SNAPSHOT by Ray Milkey · 7 years ago
  33. 48ddb90 Releasing 2.2.0-b6 by Ray Milkey · 7 years ago 2.2.0-b6
  34. 8b6ae69 Bumping version to 2.2-SNAPSHOT by Ray Milkey · 7 years ago
  35. a925c64 Releasing 2.2-b6 by Ray Milkey · 7 years ago 2.2-b6
  36. e6adc30 Bug fix and tests for handling a 2nd RPC in a YANG file by Sean Condon · 7 years ago
  37. 2f19618 [ONOS-6960] Identity referred in sub-module of imported module. by janani b · 7 years ago
  38. 35540a3 [ONOS-6952] support for *(asterisk) as enum name. by sonugupta-huawei · 7 years ago
  39. 4bace9f [ONOS-6951] Union with two or more identities code generation fix. by janani b · 7 years ago
  40. 159f884 [ONOS-6691][ONOS-6693] fix for when type-def name is same as identity-ref with small or caps latter combilation. by sonugupta-huawei · 7 years ago
  41. 7b3b2aa [ONOS-6692] Defect fix. by janani b · 7 years ago
  42. d4c1351 [ONOS-6692] Leafref linking fix for path predicate. by janani b · 7 years ago
  43. 3e532d3 [ONOS-6941] addition of derived identities search by surya-huawei · 7 years ago
  44. d128f19 [ONOS-6939] Augment linking fix for prefix presence in self file. by janani b · 7 years ago
  45. b8604ed [ONOS-6694] Multi augment with same name. by janani b · 7 years ago
  46. ed656db Bumping version to 2.02-SNAPSHOT by Ray Milkey · 7 years ago
  47. 3e3e334 Releasing 2.2.0-b5 by Ray Milkey · 7 years ago 2.2.0-b5
  48. 147b3eb Add toString for ease of debugging by Yuta HIGUCHI · 7 years ago
  49. 6aceca3 [ONOS-6881] Basic uses augment support. by janani b · 7 years ago
  50. d76ff07 Various minor fixes by Yuta HIGUCHI · 7 years ago
  51. 2b54a99 Fix reference to wrong constant by Yuta HIGUCHI · 7 years ago
  52. 3d3c9bf Merge "Make Yang compilation error more readable" by Thomas Vachuska · 7 years ago
  53. 32c60b2 Merge "ONOS-6909 add Object methods to blacklist" by Thomas Vachuska · 7 years ago
  54. 4fd15ac Merge "Avoid reading Copyright template multiple times." by Thomas Vachuska · 7 years ago
  55. d16f2c6 Avoid reading Copyright template multiple times. by Yuta HIGUCHI · 7 years ago
  56. 3235bff ONOS-6909 add Object methods to blacklist by Yuta HIGUCHI · 7 years ago
  57. 601dfd8 Make Yang compilation error more readable by Yuta HIGUCHI · 7 years ago
  58. 7892b83 [ONOS-6882]get yang files from jar changes by sonugupta-huawei · 7 years ago
  59. 8573bd5 Bumping version to 2.2-SNAPSHOT by Ray Milkey · 7 years ago
  60. e6f54c0 Releasing 2.2.0-b4 by Ray Milkey · 7 years ago 2.2.0-b4
  61. 5fe1eae Fixing utils to ignore any wrapping bundle annotations from jar coordinates. by Thomas Vachuska · 7 years ago
  62. 196a541 Updating auto-generated copyright in onos-yang-tools by Brian O'Connor · 7 years ago
  63. 72b2df2 Updating Copyright line to Open Networking Foundation by Brian O'Connor · 7 years ago
  64. 22981fc Add method to build ResourceId by NodeKeys by Yuta HIGUCHI · 7 years ago
  65. 6992980 Bumping version to 2.2-SNAPSHOT by Ray Milkey · 7 years ago
  66. f475b42 Releasing 2.2.0-b3 by Ray Milkey · 7 years ago 2.2.0-b3
  67. 6b9c4bb Merge "model registration using classes issue" by Thomas Vachuska · 7 years ago
  68. 64a54c7 model registration using classes issue by sonugupta-huawei · 7 years ago
  69. f584f33 Bumping version to 2.2.0-SNAPSHOT by Ray Milkey · 7 years ago
  70. 1a7999a Releasing 2.2.0-b2 by Ray Milkey · 7 years ago 2.2.0-b2
  71. 5ccbac3 Implementation of SchemaContextProvider interface by surya-huawei · 7 years ago
  72. bfe0cf8 Rpc service interface method generation change by surya-huawei · 7 years ago
  73. 2a5c17b seriealize file handling issue by sonugupta-huawei · 7 years ago
  74. 9d8e332 Reverting changes aim to return the immutable copy during cloning. by Gaurav Agrawal · 7 years ago
  75. 0d3443e [ONOS-6764][ONOS-6673] YANG Runtime: GET API's for YANG Models and YANG Compiler & Runtime: Identification of YANG Model with a name. by sonugupta-huawei · 7 years ago
  76. 59599d4 [ONOS-6820] YTB with processed objects for resource id. by janani b · 7 years ago
  77. 01f963e Merge "[ONOS-6812] RpcContext API definition." by Thomas Vachuska · 7 years ago
  78. 9ac2d55 [ONOS-6812] RpcContext API definition. by Gaurav Agrawal · 7 years ago
  79. 867b9ef [ONOS-6784] Leafref and identity ref under grouping. by janani b · 7 years ago
  80. 0523e5a Copy only once on instantiation by Yuta HIGUCHI · 7 years ago
  81. 99fccd7 [ONOS-6783] Data type handling in Data Node by janani b · 7 years ago
  82. dab32aa Bumping version to 2.2.0-SNAPSHOT by Ray Milkey · 7 years ago
  83. 0dcfa9f Releasing 2.2.0-b1 by Ray Milkey · 7 years ago 2.2.0-b1
  84. 9c1fb4b ONOS-6645 RPC abstractions by Sithara Punnassery · 7 years ago
  85. 7d07aa6 Fix ResourceId equality logic by Yuta HIGUCHI · 7 years ago
  86. ddf9327 Merge "Fixing mutability for ResourceId." by GauravAgrawal-Huawei · 7 years ago
  87. 67cb8aa Fixing mutability for ResourceId. by Gaurav Agrawal · 7 years ago
  88. 0351f68 Service interface extends RpcService by Vidyashree Rama · 7 years ago
  89. 6b81cc3 commenting RPC code generation by Vidyashree Rama · 7 years ago
  90. 6037d96 [ONOS-6675] Augment namespace based conflict resolution. by janani b · 7 years ago
  91. 9b0187d ONOS-6678 YANG Compiler: Comments after module end and {\ to be handled by Naoki Miyata · 7 years ago
  92. ba5bacb [ONOS-6677] Description in pattern statement by janani b · 7 years ago
  93. b2c64c5 [ONOS-6695]supporting single quoted binary values by surya-huawei · 7 years ago
  94. fef6172 URI parser changes to support decoding of percentage encoded special characters by Henry Yu · 7 years ago
  95. 10b57b3 adding copyright header resource file in runtime by Vidyashree Rama · 7 years ago
  96. d6361c9 [ONOS-6655] Defect fix by janani b · 7 years ago
  97. 7c6d536 handling of unique by surya-huawei · 7 years ago
  98. 68dcfa5 [ONOS-6628]YANG JSON Serializer: Encode operation to prefix module name instead of namespace. by Vidyashree Rama · 7 years ago
  99. 82d7220 submodule level data handling by sonugupta-huawei · 7 years ago
  100. 2e26b14 [ONOS-6514] Yang Compiler/Runtime: Identifty ref support by Vidyashree Rama · 7 years ago