1. 654303f Migrate to new NETCONF stack by Václav Kubernát · 4 years ago
  2. 91d1172 tests: Do not assume bash is at /bin/bash by Jan Kundrát · 3 years, 9 months ago
  3. 19097f3 Add datastore support for bits by Václav Kubernát · 3 years, 9 months ago
  4. aa4250a Add parser support for YANG actions by Václav Kubernát · 4 years ago
  5. 0af7257 Fix enum key parsing by Václav Kubernát · 4 years ago
  6. a878960 Add datastore support for YANG actions by Václav Kubernát · 4 years ago
  7. e7248b2 Add support for executing RPCs by Václav Kubernát · 4 years ago
  8. 48e9dfa Add ProxyDatastore by Václav Kubernát · 4 years ago
  9. f4b6a93 Get rid of repeating if/else branches by Václav Kubernát · 4 years ago
  10. 3a43323 Get rid of single-line if statements by Václav Kubernát · 4 years ago
  11. 59e4ee4 Add [[nodiscard]] attribute where meaningful by Václav Kubernát · 4 years ago
  12. 1db04ca Prefer raw-string literal instead of quote escaping by Václav Kubernát · 4 years ago
  13. 742e11c Use auto instead of a type by Václav Kubernát · 4 years ago
  14. faacd02 Get rid of push_back in favor of emplace_back by Václav Kubernát · 4 years ago
  15. b94e155 Merge "Fix crashes on leafref value printing" by Václav Kubernát · 4 years ago
  16. 7b191ce Fix crashes on leafref value printing by Václav Kubernát · 4 years ago
  17. 28cf336 yang-cli: Allow editing ops data by Václav Kubernát · 4 years ago
  18. e5df98f Merge "Rework dump command parsing" by Jan Kundrát · 4 years ago
  19. 7aaf6dc YangSchema: Throw on enabling invalid features by Václav Kubernát · 4 years ago
  20. 3b5e652 Rework dump command parsing by Václav Kubernát · 4 years ago
  21. 70d7f7a Add dump command by Václav Kubernát · 4 years ago
  22. d628291 Make DatastoreAccess::getItems const by Václav Kubernát · 4 years ago
  23. 74487df Add yang-cli by Václav Kubernát · 4 years, 1 month ago
  24. 36986c5 tests: Manipulating datastore without commit by Václav Kubernát · 4 years ago
  25. 0f362fb Add test for changes without commit by Václav Kubernát · 4 years ago
  26. f44bdda Fix YangSchema::enableFeature segfault on invalid modules by Václav Kubernát · 4 years ago
  27. b7206ad CLI: Allow deleting leaf nodes by Jan Kundrát · 4 years ago
  28. d287286 tests: datastore backends are happy to delete leafs as well by Jan Kundrát · 4 years ago
  29. 7ec214d tests: Accessing non-existing schema nodes by Jan Kundrát · 4 years ago
  30. cbf288b Unify item creation/deletion in datastore access by Jan Kundrát · 4 years ago
  31. 3867c9e tests: check what happens when deleting "wrong nodes" by Jan Kundrát · 4 years ago
  32. fa96ac2 Add test for getting "/" by Václav Kubernát · 4 years ago
  33. 59be0de Fix toCanonical going up from root by Václav Kubernát · 4 years ago
  34. c2bfe49 Allow going up with ".." when in root by Václav Kubernát · 4 years ago
  35. 5452ede Add Interpreter tests by Václav Kubernát · 4 years, 1 month ago
  36. 4c3d22f Rework ls interpreter to use resolvePath by Václav Kubernát · 4 years, 1 month ago
  37. f8ce1bc Fix expectations in keyvalue_completion by Václav Kubernát · 4 years, 1 month ago
  38. f365ecf Add test for identityref invalid module by Václav Kubernát · 4 years, 1 month ago
  39. ed824d0 Move all pretty printers to pretty_printers.hpp by Václav Kubernát · 4 years, 1 month ago
  40. 1dc9e3e tests: Fix yang if-feature enum test by Václav Kubernát · 4 years, 1 month ago
  41. bf65dd7 Add move command for moving (leaf)list instances by Václav Kubernát · 4 years, 1 month ago
  42. aed4bc7 Fix .. when inside a path with no child nodes by Václav Kubernát · 4 years, 1 month ago
  43. 82ad385 Merge changes Ia27f6aa1,I919c7175 by Václav Kubernát · 4 years, 1 month ago
  44. e811bfa Remove Schema::is* methods by Václav Kubernát · 4 years, 1 month ago
  45. 86e63ad Merge "Use ListInstance typedef in more places" by Jan Kundrát · 4 years, 1 month ago
  46. 912b949 Remove unused overloads in Schema by Václav Kubernát · 4 years, 1 month ago
  47. c15fe82 Use ListInstance typedef in more places by Václav Kubernát · 4 years, 1 month ago
  48. cf9224f Change DatastoreAccess::Tree typedef by Václav Kubernát · 4 years, 1 month ago
  49. 9fa5dca Disallow space between list suffix and list prefix by Václav Kubernát · 4 years, 1 month ago
  50. 53e9024 Merge "tests: small deduplication" by Václav Kubernát · 4 years, 1 month ago
  51. 4a65b01 tests: small deduplication by Jan Kundrát · 4 years, 1 month ago
  52. 2db124c Rework ParserContext temporary list context path by Václav Kubernát · 4 years, 1 month ago
  53. 1bcee3b Don't save curModule in module parser by Václav Kubernát · 4 years, 1 month ago
  54. 743d9eb Complete slash after lists when inputting "any" path by Václav Kubernát · 4 years, 1 month ago
  55. 5b8a8f3 Add support for leaflist by Václav Kubernát · 4 years, 1 month ago
  56. 1b8a2ea Merge changes Ia9ba2193,I736bf655 by Václav Kubernát · 4 years, 1 month ago
  57. 8dae89a Remove empty SECTION by Václav Kubernát · 4 years, 1 month ago
  58. 76ba4ec Fix leafTypeName returning names of primitive types by Václav Kubernát · 4 years, 1 month ago
  59. abf5280 Disable readonly data paths in set by Václav Kubernát · 4 years, 1 month ago
  60. 0d42c51 Fix create/delete/set command crash by Václav Kubernát · 4 years, 1 month ago
  61. 4a58ce6 Rework list ending data paths by Václav Kubernát · 4 years, 1 month ago
  62. 342a67f Merge "Add support for `empty` YANG leaf type" by Jan Kundrát · 4 years, 1 month ago
  63. 1011356 Fix set_value_completion test by Václav Kubernát · 4 years, 1 month ago
  64. 021ba56 Merge "Fix identityref completion not giving module names" by Václav Kubernát · 4 years, 1 month ago
  65. 379bb57 Add support for `empty` YANG leaf type by Jan Kundrát · 4 years, 2 months ago
  66. 222ecff Get rid of ModuleValuePair by Václav Kubernát · 4 years, 1 month ago
  67. 549b08f Fix identityref completion not giving module names by Václav Kubernát · 4 years, 1 month ago
  68. 6898544 Fix `binary` data passing via sysrepo and NETCONF by Jan Kundrát · 4 years, 2 months ago
  69. 0d8abd1 Fix identityref passing through sysrepo and NETCONF by Jan Kundrát · 4 years, 2 months ago
  70. 3ff5012 sysrepo: reading and writing unions by Jan Kundrát · 4 years, 2 months ago
  71. dd8ec15 ls: Add test for container inside a list by Václav Kubernát · 4 years, 2 months ago
  72. 82d7463 Fix availableNodes behavior when dealing with submodules by Václav Kubernát · 4 years, 2 months ago
  73. 88c2a61 Add test for prefixed child nodes by Václav Kubernát · 4 years, 2 months ago
  74. 1cd8c9c Add tests for ls with nodeup_ and lists by Václav Kubernát · 4 years, 2 months ago
  75. aaafeae Add more types to YangSchema::nodeType by Václav Kubernát · 4 years, 2 months ago
  76. d9fa27c Add pretty printer by Václav Kubernát · 4 years, 2 months ago
  77. e2d629f Unify childNodes between YANG and static Schema by Václav Kubernát · 4 years, 2 months ago
  78. 95b0887 Change return value of Schema::childNodes by Václav Kubernát · 4 years, 2 months ago
  79. 8208687 Move ls logic to Interpreter by Václav Kubernát · 4 years, 2 months ago
  80. 3a823f4 Merge Schema::childNodes and Schema::moduleNodes by Václav Kubernát · 4 years, 2 months ago
  81. beaa8aa Simplify variant in ls_ by Václav Kubernát · 4 years, 2 months ago
  82. a1c4c9e Add info about status to describe by Václav Kubernát · 4 years, 2 months ago
  83. b1a75c6 Add info about default values to describe by Václav Kubernát · 4 years, 2 months ago
  84. bd0d5c8 Add test for YangSchema::moduleNodes by Václav Kubernát · 4 years, 2 months ago
  85. 0599e9f Add info about config false leafs to describe by Václav Kubernát · 4 years, 2 months ago
  86. 13b23d7 Rework Schema::units into Schema::leafType by Václav Kubernát · 4 years, 2 months ago
  87. 715c85c cli: Add a command line flag to specify datastore by Václav Kubernát · 4 years, 2 months ago
  88. 7160a13 Add copy command by Václav Kubernát · 4 years, 3 months ago
  89. bb525b4 NETCONF: list instance queries should hit the ops tree as well by Jan Kundrát · 4 years, 5 months ago
  90. 2984f44 Add support for union leafs by Václav Kubernát · 4 years, 4 months ago
  91. 2d7b05c Fix StaticSchema::lastNodeOfSchemaPath by Václav Kubernát · 4 years, 3 months ago
  92. 3a99f00 Rework yang::LeafDataType by Václav Kubernát · 4 years, 3 months ago
  93. b6d0275 Add leafref test for YangSchema::leafType by Václav Kubernát · 4 years, 3 months ago
  94. da7fdda Merge support for the `desc` command by Jan Kundrát · 4 years, 4 months ago
  95. 70c10a6 Merge "Skip rpc nodes in YangSchema::childNodes" by Jan Kundrát · 4 years, 4 months ago
  96. 9cfcd87 Add the describe command by Václav Kubernát · 4 years, 4 months ago
  97. bd5e3c2 Add leafrefPath(const std::string&) by Václav Kubernát · 4 years, 4 months ago
  98. 1e09bd6 Add node-info getters to Schema by Václav Kubernát · 4 years, 4 months ago
  99. fa81c8c Skip rpc nodes in YangSchema::childNodes by Václav Kubernát · 4 years, 5 months ago
  100. 34ee85a Add Schema::nodeType method by Václav Kubernát · 4 years, 4 months ago