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