1. 2397fe7 tests: run the Python test suite with the example-module enabled by Jan Kundrát · 4 years, 1 month ago
  2. a114cb1 tests: register kill_daemons as a resource cleanup complementing start_daemons by Jan Kundrát · 4 years, 1 month ago
  3. 549b08f Fix identityref completion not giving module names by Václav Kubernát · 4 years, 2 months ago
  4. 8208687 Move ls logic to Interpreter by Václav Kubernát · 4 years, 2 months ago
  5. 1f30b62 Fix std::filesystem library linking by Jan Kundrát · 4 years, 2 months ago
  6. bb525b4 NETCONF: list instance queries should hit the ops tree as well by Jan Kundrát · 4 years, 5 months ago
  7. 9f71d77 cmake: modernize dependency management by Jan Kundrát · 4 years, 3 months ago
  8. 3a99f00 Rework yang::LeafDataType by Václav Kubernát · 4 years, 3 months ago
  9. 688041f cmake: Fix Boost dependencies by Jan Kundrát · 4 years, 3 months ago
  10. 882174d Rework leaf_data by Václav Kubernát · 4 years, 3 months ago
  11. cb3af40 Separate tab completion of the initial [ for lists by Václav Kubernát · 4 years, 5 months ago
  12. 8483414 Enable -Wimplicit-fallthrough diagnostic by Václav Kubernát · 4 years, 5 months ago
  13. b79f3ca Allow configuring CLI backend by Václav Kubernát · 4 years, 5 months ago
  14. 26b5608 Rename .h header files to .hpp by Václav Kubernát · 4 years, 5 months ago
  15. 43908fb Integrate DataQuery by Václav Kubernát · 4 years, 6 months ago
  16. ab612e9 Implement DataQuery by Václav Kubernát · 4 years, 7 months ago
  17. 1acf4f1 tests: Initialize schema once for the whole test by Václav Kubernát · 4 years, 5 months ago
  18. 02a7115 Refactor leafValueFromValue by Václav Kubernát · 4 years, 6 months ago
  19. 0177a93 Improve test dependencies by Václav Kubernát · 4 years, 5 months ago
  20. cf5c636 Accessing NETCONF servers from Python by Jan Kundrát · 4 years, 6 months ago
  21. e103449 cmake: tests: small cleanup by Jan Kundrát · 4 years, 6 months ago
  22. 8569e1b build: make it possible to use stuff in shared libraries by Jan Kundrát · 4 years, 6 months ago
  23. e5378f6 Add missing inter-library dependencies by Jan Kundrát · 4 years, 6 months ago
  24. 65038b9 Rename test by Václav Kubernát · 4 years, 6 months ago
  25. 7edb537 Refactor source files into separate libraries by Václav Kubernát · 4 years, 7 months ago
  26. 5395e71 Fix pathToDataString by Václav Kubernát · 4 years, 7 months ago
  27. 7d47864 Improve ctest logic by Václav Kubernát · 4 years, 8 months ago
  28. a8ce67e Merge changes 1870 and 1923 by Jan Kundrát · 4 years, 9 months ago
  29. 8d8efe8 Update all dependencies by Jan Kundrát · 4 years, 9 months ago
  30. 9456b5c Allow listing all module nodes with moduleName:* by Václav Kubernát · 4 years, 9 months ago
  31. af1e125 Run sysrepo test with daemons started by Václav Kubernát · 4 years, 9 months ago
  32. 1446fe1 Fix Parser::availableNodes not caring about absolute paths by Václav Kubernát · 4 years, 9 months ago
  33. e323627 tests: discover fakeroot and complain if it isn't available by Jan Kundrát · 4 years, 9 months ago
  34. c31bd60 Implement the NetconfAccess class by Václav Kubernát · 5 years ago
  35. 8832481 Move sysrepo test preparations out of the cpp file by Václav Kubernát · 5 years ago
  36. a33cf08 Migrate from Catch to Doctest by Jan Kundrát · 5 years ago
  37. f5f64f0 Make create/delete accept list instance paths by Václav Kubernát · 5 years ago
  38. f5205e1 Merge "Remove unused linenoise" by Václav Kubernát · 5 years ago
  39. c381e63 Update Catch and trompeloeil by Jan Kundrát · 5 years ago
  40. 0947e64 Remove unused linenoise by Jan Kundrát · 5 years ago
  41. 989b5de Add enum completion by Václav Kubernát · 5 years ago
  42. a395d33 Switch from linenoise to replxx by Václav Kubernát · 5 years ago
  43. 5727242 Tab completion for commands by Václav Kubernát · 5 years ago
  44. 5361cca Merge changes If469110d,Ia7919e8f by Jan Kundrát · 5 years ago
  45. 329c6c3 Tab completion for list keys by Václav Kubernát · 5 years ago
  46. 4108e0d Tab completion for paths by Václav Kubernát · 6 years ago
  47. bd17836 Update sysrepo by Jan Kundrát · 5 years ago
  48. 5b80e52 Use linenoise for user input by Václav Kubernát · 5 years ago
  49. 7310938 Add tests for SysrepoAccess by Václav Kubernát · 6 years ago
  50. 80aacc0 Implement SysrepoAccess by Václav Kubernát · 6 years ago
  51. e7a9fa3 Add abstract class for datastore access by Václav Kubernát · 6 years ago
  52. 2b68461 Make main take schema arguments by Václav Kubernát · 6 years ago
  53. 0d4db44 Implement YangSchema subclass by Václav Kubernát · 6 years ago
  54. 578347c Move schema model into its own library by Jan Kundrát · 6 years ago
  55. cc4c1f2 cmake: modernize by Jan Kundrát · 6 years ago
  56. 11afac7 Add ls by Václav Kubernát · 6 years ago
  57. c30a1b8 Merge "Build with libyang" by Václav Kubernát · 6 years ago
  58. e05448a Build with libyang by Jan Kundrát · 6 years ago
  59. bddbb17 Create an abstract class for schemas by Václav Kubernát · 6 years ago
  60. 24df80e split ast definitions into more files by Václav Kubernát · 6 years ago
  61. 0720424 add leaves by Václav Kubernát · 6 years ago
  62. b61336d add presence containers by Václav Kubernát · 6 years ago
  63. 96344a1 add Interpreter class by Václav Kubernát · 6 years ago
  64. 48fc383 rename some of the classes by Václav Kubernát · 6 years ago
  65. 195eeea move parserContext to its own file by Václav Kubernát · 6 years ago
  66. fb83190 Fix warnings with clang by Jan Kundrát · 6 years ago
  67. 763db1e Switch to C++-17 by Jan Kundrát · 6 years ago
  68. bea58cd Remove unused test by Jan Kundrát · 6 years ago
  69. 10f4990 cmake: add an installation target by Jan Kundrát · 6 years ago
  70. b96eef7 add list parsing by Václav Kubernát · 6 years ago
  71. 94938b7 move joinPaths to utils.cpp by Václav Kubernát · 6 years ago
  72. d666296 add test for basic cd parsing by Václav Kubernát · 6 years ago
  73. 8cd6342 add definition of the AST for the cd command by Václav Kubernát · 6 years ago
  74. 624a887 add class representing the node tree by Václav Kubernát · 6 years ago
  75. 9048511 Added -Wsuggest-override and -Woverloaded-virtual warnings by Miroslav Mareš · 6 years ago
  76. 03caee8 Installing boost-spirit "properly" by Jan Kundrát · 6 years ago
  77. dc2b072 CLI's main() scaffolding by Jan Kundrát · 6 years ago
  78. 34c790d tests: Add one dummy test by Jan Kundrát · 6 years ago
  79. 5c80521 Set up the test infrastructure by Jan Kundrát · 6 years ago
  80. 608818b Doxygen skeleton by Jan Kundrát · 6 years ago
  81. d47f655 Building via the CI by Jan Kundrát · 6 years ago
  82. d9d26a9 Initial setup by Jan Kundrát · 6 years ago