1. cbf288b Unify item creation/deletion in datastore access by Jan Kundrát · 4 years, 1 month ago
  2. 2c4778b Make prefixes optional in listInstanceToString by Václav Kubernát · 4 years, 1 month ago
  3. 97376f7 Validate data paths and schema paths by Jan Kundrát · 4 years, 1 month ago
  4. e781b90 Put empty path checking to a function by Václav Kubernát · 4 years, 1 month ago
  5. 59be0de Fix toCanonical going up from root by Václav Kubernát · 4 years, 1 month ago
  6. c2bfe49 Allow going up with ".." when in root by Václav Kubernát · 4 years, 1 month ago
  7. 4c3d22f Rework ls interpreter to use resolvePath by Václav Kubernát · 4 years, 1 month ago
  8. 7e16769 Rework absolutePathFromCommand by Václav Kubernát · 4 years, 1 month ago
  9. 747c60f Merge changes I52982071,I07091df4,Iba835038,I1e208001,Ib24c6652, ... by Václav Kubernát · 4 years, 1 month ago
  10. 8f6bff3 Change get_::m_path type by Václav Kubernát · 4 years, 1 month ago
  11. bcb78ec Remove unused exception by Václav Kubernát · 4 years, 1 month ago
  12. fb4bda6 Fix get interpreter by Václav Kubernát · 4 years, 1 month ago
  13. c4ec2d4 Remove useless check in lyNodesToTree by Václav Kubernát · 4 years, 1 month ago
  14. 1a5fa97 Remove unused constructor by Václav Kubernát · 4 years, 1 month ago
  15. 64ba743 Merge changes I4d4f2d49,I472c0b32,Iefc31f83 by Václav Kubernát · 4 years, 1 month ago
  16. de598b0 Prefer member initializer list in classes by Václav Kubernát · 4 years, 1 month ago
  17. 51d0801 Allow usage of search dirs in YangSchema by Václav Kubernát · 4 years, 1 month ago
  18. 3c8fe02 Rename fillMap and move it for reuse by Václav Kubernát · 4 years, 1 month ago
  19. bf65dd7 Add move command for moving (leaf)list instances by Václav Kubernát · 4 years, 1 month ago
  20. 9275025 Remove unused function by Václav Kubernát · 4 years, 1 month ago
  21. aed4bc7 Fix .. when inside a path with no child nodes by Václav Kubernát · 4 years, 1 month ago
  22. 51956f5 Remove Schema::isLeafList by Václav Kubernát · 4 years, 1 month ago
  23. 82ad385 Merge changes Ia27f6aa1,I919c7175 by Václav Kubernát · 4 years, 1 month ago
  24. e811bfa Remove Schema::is* methods by Václav Kubernát · 4 years, 1 month ago
  25. 86e63ad Merge "Use ListInstance typedef in more places" by Jan Kundrát · 4 years, 1 month ago
  26. 912b949 Remove unused overloads in Schema by Václav Kubernát · 4 years, 1 month ago
  27. c15fe82 Use ListInstance typedef in more places by Václav Kubernát · 4 years, 1 month ago
  28. cf9224f Change DatastoreAccess::Tree typedef by Václav Kubernát · 4 years, 1 month ago
  29. a93f900 Refactor ListInstance to a header file by Václav Kubernát · 4 years, 1 month ago
  30. 9fa5dca Disallow space between list suffix and list prefix by Václav Kubernát · 4 years, 1 month ago
  31. 2db124c Rework ParserContext temporary list context path by Václav Kubernát · 4 years, 1 month ago
  32. 1bcee3b Don't save curModule in module parser by Václav Kubernát · 4 years, 1 month ago
  33. f3e377b Get rid of m_topLevelModulePresent by Václav Kubernát · 4 years, 1 month ago
  34. 70cbe15 Delete unused class by Václav Kubernát · 4 years, 1 month ago
  35. 59e41d1 Merge changes I823773f4,If63415b5,Ic5a92c8b,I1f713427,I2a6c9f46, ... by Jan Kundrát · 4 years, 1 month ago
  36. c540928 Merge changes I0d08d82a,Ie72ef296,I55447e43 by Jan Kundrát · 4 years, 1 month ago
  37. 40735fd Python: use the same order of definitions as in the abstract base class by Jan Kundrát · 4 years, 1 month ago
  38. afe9ef7 StaticSchema: Remove unused method by Václav Kubernát · 4 years, 1 month ago
  39. 672889c Change struct to a function by Václav Kubernát · 4 years, 1 month ago
  40. 2ebab1d Simplify listInstancePath_class by Václav Kubernát · 4 years, 1 month ago
  41. b5ca154 Prefer std::variant in dataNode_/schemaNode_ by Václav Kubernát · 4 years, 1 month ago
  42. d624799 Get rid of useless variant in get by Václav Kubernát · 4 years, 1 month ago
  43. 743d9eb Complete slash after lists when inputting "any" path by Václav Kubernát · 4 years, 2 months ago
  44. 19a368b Prefer visitors when dealing with variants by Václav Kubernát · 4 years, 1 month ago
  45. e0b23da Remove unused variant option by Václav Kubernát · 4 years, 1 month ago
  46. 4d8a9c2 Prefer std::variant in StaticSchema by Václav Kubernát · 4 years, 1 month ago
  47. 5b8a8f3 Add support for leaflist by Václav Kubernát · 4 years, 2 months ago
  48. 1b8a2ea Merge changes Ia9ba2193,I736bf655 by Václav Kubernát · 4 years, 1 month ago
  49. 76ba4ec Fix leafTypeName returning names of primitive types by Václav Kubernát · 4 years, 2 months ago
  50. abf5280 Disable readonly data paths in set by Václav Kubernát · 4 years, 2 months ago
  51. 0d42c51 Fix create/delete/set command crash by Václav Kubernát · 4 years, 1 month ago
  52. 4a58ce6 Rework list ending data paths by Václav Kubernát · 4 years, 2 months ago
  53. 342a67f Merge "Add support for `empty` YANG leaf type" by Jan Kundrát · 4 years, 2 months ago
  54. 74d35a4 Try to fix build by Václav Kubernát · 4 years, 2 months ago
  55. 021ba56 Merge "Fix identityref completion not giving module names" by Václav Kubernát · 4 years, 2 months ago
  56. 3a79767 Merge "Rework path parsing" by Václav Kubernát · 4 years, 2 months ago
  57. 379bb57 Add support for `empty` YANG leaf type by Jan Kundrát · 4 years, 2 months ago
  58. a68c0ef Get rid of saveIter in leaf_data by Václav Kubernát · 4 years, 2 months ago
  59. 222ecff Get rid of ModuleValuePair by Václav Kubernát · 4 years, 2 months ago
  60. e7f62ae Get rid of leaf_data_identityRef_data by Václav Kubernát · 4 years, 2 months ago
  61. e118f00 Get rid of leaf_data_binary_data by Václav Kubernát · 4 years, 2 months ago
  62. 549b08f Fix identityref completion not giving module names by Václav Kubernát · 4 years, 2 months ago
  63. 4618fa4 Rework path parsing by Václav Kubernát · 4 years, 2 months ago
  64. 6898544 Fix `binary` data passing via sysrepo and NETCONF by Jan Kundrát · 4 years, 2 months ago
  65. 0d8abd1 Fix identityref passing through sysrepo and NETCONF by Jan Kundrát · 4 years, 2 months ago
  66. 6ebcc6c Make splitModuleNode reusable by Jan Kundrát · 4 years, 2 months ago
  67. dd5945a Rework dataNode parsing by Václav Kubernát · 4 years, 2 months ago
  68. 60a0ed5 Rework schemaNode parsing by Václav Kubernát · 4 years, 2 months ago
  69. 82d7463 Fix availableNodes behavior when dealing with submodules by Václav Kubernát · 4 years, 2 months ago
  70. aaafeae Add more types to YangSchema::nodeType by Václav Kubernát · 4 years, 2 months ago
  71. e2d629f Unify childNodes between YANG and static Schema by Václav Kubernát · 4 years, 2 months ago
  72. 95b0887 Change return value of Schema::childNodes by Václav Kubernát · 4 years, 2 months ago
  73. 8208687 Move ls logic to Interpreter by Václav Kubernát · 4 years, 2 months ago
  74. 3a823f4 Merge Schema::childNodes and Schema::moduleNodes by Václav Kubernát · 4 years, 2 months ago
  75. dd769f6 Add pragma once to utils.hpp by Václav Kubernát · 4 years, 2 months ago
  76. beaa8aa Simplify variant in ls_ by Václav Kubernát · 4 years, 2 months ago
  77. d0ea9b2 Refactor path parser to a separate file by Václav Kubernát · 4 years, 2 months ago
  78. a1c4c9e Add info about status to describe by Václav Kubernát · 4 years, 2 months ago
  79. b1a75c6 Add info about default values to describe by Václav Kubernát · 4 years, 2 months ago
  80. 0599e9f Add info about config false leafs to describe by Václav Kubernát · 4 years, 2 months ago
  81. ef08574 Fix copying into for-loop variables by Václav Kubernát · 4 years, 2 months ago
  82. 13b23d7 Rework Schema::units into Schema::leafType by Václav Kubernát · 4 years, 3 months ago
  83. 81ddbfd Use yang::LeafRef::m_targetType in describe by Václav Kubernát · 4 years, 3 months ago
  84. 715c85c cli: Add a command line flag to specify datastore by Václav Kubernát · 4 years, 3 months ago
  85. 7160a13 Add copy command by Václav Kubernát · 4 years, 3 months ago
  86. bb525b4 NETCONF: list instance queries should hit the ops tree as well by Jan Kundrát · 4 years, 5 months ago
  87. 2984f44 Add support for union leafs by Václav Kubernát · 4 years, 4 months ago
  88. 2d7b05c Fix StaticSchema::lastNodeOfSchemaPath by Václav Kubernát · 4 years, 3 months ago
  89. 3a99f00 Rework yang::LeafDataType by Václav Kubernát · 4 years, 3 months ago
  90. c6a6bc8 CLI: use alphabetical order for command listing in `help` by Jan Kundrát · 4 years, 4 months ago
  91. 882174d Rework leaf_data by Václav Kubernát · 4 years, 3 months ago
  92. 9ae8cc4 Move leaf_data into a separate file by Václav Kubernát · 4 years, 3 months ago
  93. da7fdda Merge support for the `desc` command by Jan Kundrát · 4 years, 4 months ago
  94. 70c10a6 Merge "Skip rpc nodes in YangSchema::childNodes" by Jan Kundrát · 4 years, 4 months ago
  95. 9cfcd87 Add the describe command by Václav Kubernát · 4 years, 5 months ago
  96. 6fcd028 Add Schema::leaftypeName by Václav Kubernát · 4 years, 4 months ago
  97. c386679 Add Schema::leafIsKey by Václav Kubernát · 4 years, 4 months ago
  98. bd5e3c2 Add leafrefPath(const std::string&) by Václav Kubernát · 4 years, 5 months ago
  99. ad87ece Add leafrefBaseType(const std::string&) by Václav Kubernát · 4 years, 5 months ago
  100. f0fe769 Rename leafrefBase to leafrefBaseType by Václav Kubernát · 4 years, 5 months ago