1. 2db124c Rework ParserContext temporary list context path by Václav Kubernát · 4 years, 1 month ago
  2. 1bcee3b Don't save curModule in module parser by Václav Kubernát · 4 years, 1 month ago
  3. f3e377b Get rid of m_topLevelModulePresent by Václav Kubernát · 4 years, 1 month ago
  4. 70cbe15 Delete unused class by Václav Kubernát · 4 years, 1 month ago
  5. 59e41d1 Merge changes I823773f4,If63415b5,Ic5a92c8b,I1f713427,I2a6c9f46, ... by Jan Kundrát · 4 years, 1 month ago
  6. c540928 Merge changes I0d08d82a,Ie72ef296,I55447e43 by Jan Kundrát · 4 years, 1 month ago
  7. 440dc48 Update doctest by Václav Kubernát · 4 years, 1 month ago
  8. 40735fd Python: use the same order of definitions as in the abstract base class by Jan Kundrát · 4 years, 1 month ago
  9. 2397fe7 tests: run the Python test suite with the example-module enabled by Jan Kundrát · 4 years, 1 month ago
  10. a114cb1 tests: register kill_daemons as a resource cleanup complementing start_daemons by Jan Kundrát · 4 years, 1 month ago
  11. afe9ef7 StaticSchema: Remove unused method by Václav Kubernát · 4 years, 1 month ago
  12. 672889c Change struct to a function by Václav Kubernát · 4 years, 1 month ago
  13. 2ebab1d Simplify listInstancePath_class by Václav Kubernát · 4 years, 1 month ago
  14. b5ca154 Prefer std::variant in dataNode_/schemaNode_ by Václav Kubernát · 4 years, 1 month ago
  15. d624799 Get rid of useless variant in get by Václav Kubernát · 4 years, 1 month ago
  16. 743d9eb Complete slash after lists when inputting "any" path by Václav Kubernát · 4 years, 1 month ago
  17. 19a368b Prefer visitors when dealing with variants by Václav Kubernát · 4 years, 1 month ago
  18. e0b23da Remove unused variant option by Václav Kubernát · 4 years, 1 month ago
  19. 4d8a9c2 Prefer std::variant in StaticSchema by Václav Kubernát · 4 years, 1 month ago
  20. 5b8a8f3 Add support for leaflist by Václav Kubernát · 4 years, 1 month ago
  21. ce69bc5 Merge "CI: keep testing the Python bindings" by Václav Kubernát · 4 years, 1 month ago
  22. 1b8a2ea Merge changes Ia9ba2193,I736bf655 by Václav Kubernát · 4 years, 1 month ago
  23. 8dae89a Remove empty SECTION by Václav Kubernát · 4 years, 1 month ago
  24. 76ba4ec Fix leafTypeName returning names of primitive types by Václav Kubernát · 4 years, 1 month ago
  25. 07a5cc5 CI: keep testing the Python bindings by Jan Kundrát · 4 years, 1 month ago
  26. abf5280 Disable readonly data paths in set by Václav Kubernát · 4 years, 1 month ago
  27. 0d42c51 Fix create/delete/set command crash by Václav Kubernát · 4 years, 1 month ago
  28. 4a58ce6 Rework list ending data paths by Václav Kubernát · 4 years, 2 months ago
  29. 7a7e959 Merge "CI: tweak the build matrix" by Jan Kundrát · 4 years, 2 months ago
  30. 64b2034 CI: tweak the build matrix by Jan Kundrát · 4 years, 2 months ago
  31. 342a67f Merge "Add support for `empty` YANG leaf type" by Jan Kundrát · 4 years, 2 months ago
  32. 3681a84 CI: start building against CzechLight's br2-external as well by Jan Kundrát · 4 years, 2 months ago
  33. 18dbc99 CI: Scope regular builds to the "public" Zuul tenant by Jan Kundrát · 4 years, 2 months ago
  34. b1cca84 Sync dependencies by Jan Kundrát · 4 years, 2 months ago
  35. 74d35a4 Try to fix build by Václav Kubernát · 4 years, 2 months ago
  36. 1011356 Fix set_value_completion test by Václav Kubernát · 4 years, 2 months ago
  37. 021ba56 Merge "Fix identityref completion not giving module names" by Václav Kubernát · 4 years, 2 months ago
  38. 3a79767 Merge "Rework path parsing" by Václav Kubernát · 4 years, 2 months ago
  39. 379bb57 Add support for `empty` YANG leaf type by Jan Kundrát · 4 years, 2 months ago
  40. a68c0ef Get rid of saveIter in leaf_data by Václav Kubernát · 4 years, 2 months ago
  41. 222ecff Get rid of ModuleValuePair by Václav Kubernát · 4 years, 2 months ago
  42. e7f62ae Get rid of leaf_data_identityRef_data by Václav Kubernát · 4 years, 2 months ago
  43. e118f00 Get rid of leaf_data_binary_data by Václav Kubernát · 4 years, 2 months ago
  44. 549b08f Fix identityref completion not giving module names by Václav Kubernát · 4 years, 2 months ago
  45. 4618fa4 Rework path parsing by Václav Kubernát · 4 years, 2 months ago
  46. 6898544 Fix `binary` data passing via sysrepo and NETCONF by Jan Kundrát · 4 years, 2 months ago
  47. 0d8abd1 Fix identityref passing through sysrepo and NETCONF by Jan Kundrát · 4 years, 2 months ago
  48. 6ebcc6c Make splitModuleNode reusable by Jan Kundrát · 4 years, 2 months ago
  49. 3ff5012 sysrepo: reading and writing unions by Jan Kundrát · 4 years, 2 months ago
  50. dd5945a Rework dataNode parsing by Václav Kubernát · 4 years, 2 months ago
  51. 60a0ed5 Rework schemaNode parsing by Václav Kubernát · 4 years, 2 months ago
  52. dd8ec15 ls: Add test for container inside a list by Václav Kubernát · 4 years, 2 months ago
  53. 82d7463 Fix availableNodes behavior when dealing with submodules by Václav Kubernát · 4 years, 2 months ago
  54. d2a5874 Update the NETCONF stack by Václav Kubernát · 4 years, 2 months ago
  55. 88c2a61 Add test for prefixed child nodes by Václav Kubernát · 4 years, 2 months ago
  56. 1cd8c9c Add tests for ls with nodeup_ and lists by Václav Kubernát · 4 years, 2 months ago
  57. aaafeae Add more types to YangSchema::nodeType by Václav Kubernát · 4 years, 2 months ago
  58. d9fa27c Add pretty printer by Václav Kubernát · 4 years, 2 months ago
  59. e2d629f Unify childNodes between YANG and static Schema by Václav Kubernát · 4 years, 2 months ago
  60. 95b0887 Change return value of Schema::childNodes by Václav Kubernát · 4 years, 2 months ago
  61. 10c1ce8 CI: prevent fast cancellation of other jobs upon the first failure by Jan Kundrát · 4 years, 2 months ago
  62. 8208687 Move ls logic to Interpreter by Václav Kubernát · 4 years, 2 months ago
  63. 3a823f4 Merge Schema::childNodes and Schema::moduleNodes by Václav Kubernát · 4 years, 2 months ago
  64. dd769f6 Add pragma once to utils.hpp by Václav Kubernát · 4 years, 2 months ago
  65. beaa8aa Simplify variant in ls_ by Václav Kubernát · 4 years, 2 months ago
  66. d0ea9b2 Refactor path parser to a separate file by Václav Kubernát · 4 years, 2 months ago
  67. a1c4c9e Add info about status to describe by Václav Kubernát · 4 years, 2 months ago
  68. b1a75c6 Add info about default values to describe by Václav Kubernát · 4 years, 2 months ago
  69. 469078b Merge changes from topic "fedora-31" by Jan Kundrát · 4 years, 2 months ago
  70. bd0d5c8 Add test for YangSchema::moduleNodes by Václav Kubernát · 4 years, 2 months ago
  71. 0599e9f Add info about config false leafs to describe by Václav Kubernát · 4 years, 2 months ago
  72. 107b089 Switch to Fedora 31 builds by Jan Kundrát · 4 years, 2 months ago
  73. 1f30b62 Fix std::filesystem library linking by Jan Kundrát · 4 years, 2 months ago
  74. 19dfa49 Merge "Fix copying into for-loop variables" by Václav Kubernát · 4 years, 2 months ago
  75. ef08574 Fix copying into for-loop variables by Václav Kubernát · 4 years, 2 months ago
  76. 32f492f Merge "Rework Schema::units into Schema::leafType" by Václav Kubernát · 4 years, 3 months ago
  77. ff34905 Update dependencies by Jan Kundrát · 4 years, 3 months ago
  78. 566d33c Zuul: Fix artifact retrieval by Jan Kundrát · 4 years, 3 months ago
  79. 13b23d7 Rework Schema::units into Schema::leafType by Václav Kubernát · 4 years, 3 months ago
  80. 81ddbfd Use yang::LeafRef::m_targetType in describe by Václav Kubernát · 4 years, 3 months ago
  81. 715c85c cli: Add a command line flag to specify datastore by Václav Kubernát · 4 years, 3 months ago
  82. 7160a13 Add copy command by Václav Kubernát · 4 years, 3 months ago
  83. 74fbab8 CI: adapt to reusable coverage-diff jobs by Jan Kundrát · 4 years, 3 months ago
  84. 88cfbdc CI: adjust job names for coverage by Jan Kundrát · 4 years, 3 months ago
  85. bb525b4 NETCONF: list instance queries should hit the ops tree as well by Jan Kundrát · 4 years, 5 months ago
  86. 9f71d77 cmake: modernize dependency management by Jan Kundrát · 4 years, 3 months ago
  87. 4277c89 Merge changes from topic "ci-coverage" by Jan Kundrát · 4 years, 3 months ago
  88. 7618288 CI: compare code coverage changes by Jan Kundrát · 4 years, 3 months ago
  89. e6c0f5c CI: start building with coverage profiling by Jan Kundrát · 4 years, 3 months ago
  90. 20c1748 CI: only build docs once by Jan Kundrát · 4 years, 3 months ago
  91. 2984f44 Add support for union leafs by Václav Kubernát · 4 years, 4 months ago
  92. 2d7b05c Fix StaticSchema::lastNodeOfSchemaPath by Václav Kubernát · 4 years, 3 months ago
  93. 3a99f00 Rework yang::LeafDataType by Václav Kubernát · 4 years, 3 months ago
  94. b6d0275 Add leafref test for YangSchema::leafType by Václav Kubernát · 4 years, 3 months ago
  95. 8681bf6 Merge "CLI: use alphabetical order for command listing in `help`" by Jan Kundrát · 4 years, 3 months ago
  96. 688041f cmake: Fix Boost dependencies by Jan Kundrát · 4 years, 3 months ago
  97. c6a6bc8 CLI: use alphabetical order for command listing in `help` by Jan Kundrát · 4 years, 4 months ago
  98. 882174d Rework leaf_data by Václav Kubernát · 4 years, 3 months ago
  99. 9ae8cc4 Move leaf_data into a separate file by Václav Kubernát · 4 years, 3 months ago
  100. da7fdda Merge support for the `desc` command by Jan Kundrát · 4 years, 4 months ago