1. 5452ede Add Interpreter tests by Václav Kubernát · 4 years, 1 month ago
  2. 4c3d22f Rework ls interpreter to use resolvePath by Václav Kubernát · 4 years, 1 month ago
  3. 7e16769 Rework absolutePathFromCommand by Václav Kubernát · 4 years, 1 month ago
  4. 97eb99f cmake: Remove useless call by Václav Kubernát · 4 years, 1 month ago
  5. f8ce1bc Fix expectations in keyvalue_completion by Václav Kubernát · 4 years, 1 month ago
  6. 747c60f Merge changes I52982071,I07091df4,Iba835038,I1e208001,Ib24c6652, ... by Václav Kubernát · 4 years, 1 month ago
  7. 8f6bff3 Change get_::m_path type by Václav Kubernát · 4 years, 1 month ago
  8. bcb78ec Remove unused exception by Václav Kubernát · 4 years, 1 month ago
  9. fb4bda6 Fix get interpreter by Václav Kubernát · 4 years, 1 month ago
  10. c4ec2d4 Remove useless check in lyNodesToTree by Václav Kubernát · 4 years, 1 month ago
  11. 1a5fa97 Remove unused constructor by Václav Kubernát · 4 years, 1 month ago
  12. f365ecf Add test for identityref invalid module by Václav Kubernát · 4 years, 1 month ago
  13. ed824d0 Move all pretty printers to pretty_printers.hpp by Václav Kubernát · 4 years, 1 month ago
  14. 1dc9e3e tests: Fix yang if-feature enum test 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. 89e3f34 Get rid of std::filesystem linking by Václav Kubernát · 4 years, 1 month ago
  20. bf65dd7 Add move command for moving (leaf)list instances by Václav Kubernát · 4 years, 1 month ago
  21. 9275025 Remove unused function by Václav Kubernát · 4 years, 1 month ago
  22. aed4bc7 Fix .. when inside a path with no child nodes by Václav Kubernát · 4 years, 1 month ago
  23. 51956f5 Remove Schema::isLeafList by Václav Kubernát · 4 years, 1 month ago
  24. 82ad385 Merge changes Ia27f6aa1,I919c7175 by Václav Kubernát · 4 years, 1 month ago
  25. e811bfa Remove Schema::is* methods by Václav Kubernát · 4 years, 1 month ago
  26. c0c5869 boring: sync the deps by Jan Kundrát · 4 years, 1 month ago
  27. 77be74a Merge "Update libyang for the yang:key XML namespace fix" by Jan Kundrát · 4 years, 1 month ago
  28. 3b84c7c Update libyang for the yang:key XML namespace fix by Jan Kundrát · 4 years, 1 month ago
  29. 86e63ad Merge "Use ListInstance typedef in more places" by Jan Kundrát · 4 years, 1 month ago
  30. 912b949 Remove unused overloads in Schema by Václav Kubernát · 4 years, 1 month ago
  31. c15fe82 Use ListInstance typedef in more places by Václav Kubernát · 4 years, 1 month ago
  32. cf9224f Change DatastoreAccess::Tree typedef by Václav Kubernát · 4 years, 1 month ago
  33. a93f900 Refactor ListInstance to a header file by Václav Kubernát · 4 years, 1 month ago
  34. 9fa5dca Disallow space between list suffix and list prefix by Václav Kubernát · 4 years, 1 month ago
  35. 573a837 Sync dependencies by Jan Kundrát · 4 years, 1 month ago
  36. 9dd1330 Update dependencies by Jan Kundrát · 4 years, 1 month ago
  37. 53e9024 Merge "tests: small deduplication" by Václav Kubernát · 4 years, 1 month ago
  38. 4a65b01 tests: small deduplication by Jan Kundrát · 4 years, 1 month ago
  39. 2db124c Rework ParserContext temporary list context path by Václav Kubernát · 4 years, 1 month ago
  40. 1bcee3b Don't save curModule in module parser by Václav Kubernát · 4 years, 1 month ago
  41. f3e377b Get rid of m_topLevelModulePresent by Václav Kubernát · 4 years, 1 month ago
  42. 70cbe15 Delete unused class by Václav Kubernát · 4 years, 1 month ago
  43. 59e41d1 Merge changes I823773f4,If63415b5,Ic5a92c8b,I1f713427,I2a6c9f46, ... by Jan Kundrát · 4 years, 1 month ago
  44. c540928 Merge changes I0d08d82a,Ie72ef296,I55447e43 by Jan Kundrát · 4 years, 1 month ago
  45. 440dc48 Update doctest by Václav Kubernát · 4 years, 1 month ago
  46. 40735fd Python: use the same order of definitions as in the abstract base class by Jan Kundrát · 4 years, 1 month ago
  47. 2397fe7 tests: run the Python test suite with the example-module enabled by Jan Kundrát · 4 years, 1 month ago
  48. a114cb1 tests: register kill_daemons as a resource cleanup complementing start_daemons by Jan Kundrát · 4 years, 1 month ago
  49. afe9ef7 StaticSchema: Remove unused method by Václav Kubernát · 4 years, 1 month ago
  50. 672889c Change struct to a function by Václav Kubernát · 4 years, 1 month ago
  51. 2ebab1d Simplify listInstancePath_class by Václav Kubernát · 4 years, 1 month ago
  52. b5ca154 Prefer std::variant in dataNode_/schemaNode_ by Václav Kubernát · 4 years, 1 month ago
  53. d624799 Get rid of useless variant in get 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, 2 months ago
  55. 19a368b Prefer visitors when dealing with variants by Václav Kubernát · 4 years, 1 month ago
  56. e0b23da Remove unused variant option by Václav Kubernát · 4 years, 1 month ago
  57. 4d8a9c2 Prefer std::variant in StaticSchema by Václav Kubernát · 4 years, 1 month ago
  58. 5b8a8f3 Add support for leaflist by Václav Kubernát · 4 years, 1 month ago
  59. ce69bc5 Merge "CI: keep testing the Python bindings" by Václav Kubernát · 4 years, 1 month ago
  60. 1b8a2ea Merge changes Ia9ba2193,I736bf655 by Václav Kubernát · 4 years, 1 month ago
  61. 8dae89a Remove empty SECTION by Václav Kubernát · 4 years, 1 month ago
  62. 76ba4ec Fix leafTypeName returning names of primitive types by Václav Kubernát · 4 years, 2 months ago
  63. 07a5cc5 CI: keep testing the Python bindings by Jan Kundrát · 4 years, 1 month ago
  64. abf5280 Disable readonly data paths in set by Václav Kubernát · 4 years, 1 month ago
  65. 0d42c51 Fix create/delete/set command crash by Václav Kubernát · 4 years, 1 month ago
  66. 4a58ce6 Rework list ending data paths by Václav Kubernát · 4 years, 2 months ago
  67. 7a7e959 Merge "CI: tweak the build matrix" by Jan Kundrát · 4 years, 2 months ago
  68. 64b2034 CI: tweak the build matrix by Jan Kundrát · 4 years, 2 months ago
  69. 342a67f Merge "Add support for `empty` YANG leaf type" by Jan Kundrát · 4 years, 2 months ago
  70. 3681a84 CI: start building against CzechLight's br2-external as well by Jan Kundrát · 4 years, 2 months ago
  71. 18dbc99 CI: Scope regular builds to the "public" Zuul tenant by Jan Kundrát · 4 years, 2 months ago
  72. b1cca84 Sync dependencies by Jan Kundrát · 4 years, 2 months ago
  73. 74d35a4 Try to fix build by Václav Kubernát · 4 years, 2 months ago
  74. 1011356 Fix set_value_completion test by Václav Kubernát · 4 years, 2 months ago
  75. 021ba56 Merge "Fix identityref completion not giving module names" by Václav Kubernát · 4 years, 2 months ago
  76. 3a79767 Merge "Rework path parsing" by Václav Kubernát · 4 years, 2 months ago
  77. 379bb57 Add support for `empty` YANG leaf type by Jan Kundrát · 4 years, 2 months ago
  78. a68c0ef Get rid of saveIter in leaf_data by Václav Kubernát · 4 years, 2 months ago
  79. 222ecff Get rid of ModuleValuePair by Václav Kubernát · 4 years, 2 months ago
  80. e7f62ae Get rid of leaf_data_identityRef_data by Václav Kubernát · 4 years, 2 months ago
  81. e118f00 Get rid of leaf_data_binary_data by Václav Kubernát · 4 years, 2 months ago
  82. 549b08f Fix identityref completion not giving module names by Václav Kubernát · 4 years, 2 months ago
  83. 4618fa4 Rework path parsing by Václav Kubernát · 4 years, 2 months ago
  84. 6898544 Fix `binary` data passing via sysrepo and NETCONF by Jan Kundrát · 4 years, 2 months ago
  85. 0d8abd1 Fix identityref passing through sysrepo and NETCONF by Jan Kundrát · 4 years, 2 months ago
  86. 6ebcc6c Make splitModuleNode reusable by Jan Kundrát · 4 years, 2 months ago
  87. 3ff5012 sysrepo: reading and writing unions by Jan Kundrát · 4 years, 2 months ago
  88. dd5945a Rework dataNode parsing by Václav Kubernát · 4 years, 2 months ago
  89. 60a0ed5 Rework schemaNode parsing by Václav Kubernát · 4 years, 2 months ago
  90. dd8ec15 ls: Add test for container inside a list by Václav Kubernát · 4 years, 2 months ago
  91. 82d7463 Fix availableNodes behavior when dealing with submodules by Václav Kubernát · 4 years, 2 months ago
  92. d2a5874 Update the NETCONF stack by Václav Kubernát · 4 years, 2 months ago
  93. 88c2a61 Add test for prefixed child nodes by Václav Kubernát · 4 years, 2 months ago
  94. 1cd8c9c Add tests for ls with nodeup_ and lists by Václav Kubernát · 4 years, 2 months ago
  95. aaafeae Add more types to YangSchema::nodeType by Václav Kubernát · 4 years, 2 months ago
  96. d9fa27c Add pretty printer by Václav Kubernát · 4 years, 2 months ago
  97. e2d629f Unify childNodes between YANG and static Schema by Václav Kubernát · 4 years, 2 months ago
  98. 95b0887 Change return value of Schema::childNodes by Václav Kubernát · 4 years, 2 months ago
  99. 10c1ce8 CI: prevent fast cancellation of other jobs upon the first failure by Jan Kundrát · 4 years, 2 months ago
  100. 8208687 Move ls logic to Interpreter by Václav Kubernát · 4 years, 2 months ago