- fa96ac2 Add test for getting "/" by Václav Kubernát · 4 years, 5 months ago
- 59be0de Fix toCanonical going up from root by Václav Kubernát · 4 years, 5 months ago
- c2bfe49 Allow going up with ".." when in root by Václav Kubernát · 4 years, 5 months ago
- 5452ede Add Interpreter tests by Václav Kubernát · 4 years, 5 months ago
- 4c3d22f Rework ls interpreter to use resolvePath by Václav Kubernát · 4 years, 5 months ago
- f8ce1bc Fix expectations in keyvalue_completion by Václav Kubernát · 4 years, 5 months ago
- f365ecf Add test for identityref invalid module by Václav Kubernát · 4 years, 5 months ago
- ed824d0 Move all pretty printers to pretty_printers.hpp by Václav Kubernát · 4 years, 5 months ago
- 1dc9e3e tests: Fix yang if-feature enum test by Václav Kubernát · 4 years, 5 months ago
- bf65dd7 Add move command for moving (leaf)list instances by Václav Kubernát · 4 years, 6 months ago
- aed4bc7 Fix .. when inside a path with no child nodes by Václav Kubernát · 4 years, 5 months ago
- 82ad385 Merge changes Ia27f6aa1,I919c7175 by Václav Kubernát · 4 years, 5 months ago
- e811bfa Remove Schema::is* methods by Václav Kubernát · 4 years, 6 months ago
- 86e63ad Merge "Use ListInstance typedef in more places" by Jan Kundrát · 4 years, 5 months ago
- 912b949 Remove unused overloads in Schema by Václav Kubernát · 4 years, 6 months ago
- c15fe82 Use ListInstance typedef in more places by Václav Kubernát · 4 years, 5 months ago
- cf9224f Change DatastoreAccess::Tree typedef by Václav Kubernát · 4 years, 5 months ago
- 9fa5dca Disallow space between list suffix and list prefix by Václav Kubernát · 4 years, 6 months ago
- 53e9024 Merge "tests: small deduplication" by Václav Kubernát · 4 years, 6 months ago
- 4a65b01 tests: small deduplication by Jan Kundrát · 4 years, 6 months ago
- 2db124c Rework ParserContext temporary list context path by Václav Kubernát · 4 years, 6 months ago
- 1bcee3b Don't save curModule in module parser by Václav Kubernát · 4 years, 6 months ago
- 743d9eb Complete slash after lists when inputting "any" path by Václav Kubernát · 4 years, 6 months ago
- 5b8a8f3 Add support for leaflist by Václav Kubernát · 4 years, 6 months ago
- 1b8a2ea Merge changes Ia9ba2193,I736bf655 by Václav Kubernát · 4 years, 6 months ago
- 8dae89a Remove empty SECTION by Václav Kubernát · 4 years, 6 months ago
- 76ba4ec Fix leafTypeName returning names of primitive types by Václav Kubernát · 4 years, 6 months ago
- abf5280 Disable readonly data paths in set by Václav Kubernát · 4 years, 6 months ago
- 0d42c51 Fix create/delete/set command crash by Václav Kubernát · 4 years, 6 months ago
- 4a58ce6 Rework list ending data paths by Václav Kubernát · 4 years, 6 months ago
- 342a67f Merge "Add support for `empty` YANG leaf type" by Jan Kundrát · 4 years, 6 months ago
- 1011356 Fix set_value_completion test by Václav Kubernát · 4 years, 6 months ago
- 021ba56 Merge "Fix identityref completion not giving module names" by Václav Kubernát · 4 years, 6 months ago
- 379bb57 Add support for `empty` YANG leaf type by Jan Kundrát · 4 years, 6 months ago
- 222ecff Get rid of ModuleValuePair by Václav Kubernát · 4 years, 6 months ago
- 549b08f Fix identityref completion not giving module names by Václav Kubernát · 4 years, 6 months ago
- 6898544 Fix `binary` data passing via sysrepo and NETCONF by Jan Kundrát · 4 years, 6 months ago
- 0d8abd1 Fix identityref passing through sysrepo and NETCONF by Jan Kundrát · 4 years, 6 months ago
- 3ff5012 sysrepo: reading and writing unions by Jan Kundrát · 4 years, 6 months ago
- dd8ec15 ls: Add test for container inside a list by Václav Kubernát · 4 years, 6 months ago
- 82d7463 Fix availableNodes behavior when dealing with submodules by Václav Kubernát · 4 years, 6 months ago
- 88c2a61 Add test for prefixed child nodes by Václav Kubernát · 4 years, 6 months ago
- 1cd8c9c Add tests for ls with nodeup_ and lists by Václav Kubernát · 4 years, 6 months ago
- aaafeae Add more types to YangSchema::nodeType by Václav Kubernát · 4 years, 6 months ago
- d9fa27c Add pretty printer by Václav Kubernát · 4 years, 6 months ago
- e2d629f Unify childNodes between YANG and static Schema by Václav Kubernát · 4 years, 7 months ago
- 95b0887 Change return value of Schema::childNodes by Václav Kubernát · 4 years, 7 months ago
- 8208687 Move ls logic to Interpreter by Václav Kubernát · 4 years, 7 months ago
- 3a823f4 Merge Schema::childNodes and Schema::moduleNodes by Václav Kubernát · 4 years, 7 months ago
- beaa8aa Simplify variant in ls_ by Václav Kubernát · 4 years, 7 months ago
- a1c4c9e Add info about status to describe by Václav Kubernát · 4 years, 7 months ago
- b1a75c6 Add info about default values to describe by Václav Kubernát · 4 years, 7 months ago
- bd0d5c8 Add test for YangSchema::moduleNodes by Václav Kubernát · 4 years, 7 months ago
- 0599e9f Add info about config false leafs to describe by Václav Kubernát · 4 years, 7 months ago
- 13b23d7 Rework Schema::units into Schema::leafType by Václav Kubernát · 4 years, 7 months ago
- 715c85c cli: Add a command line flag to specify datastore by Václav Kubernát · 4 years, 7 months ago
- 7160a13 Add copy command by Václav Kubernát · 4 years, 8 months ago
- bb525b4 NETCONF: list instance queries should hit the ops tree as well by Jan Kundrát · 4 years, 9 months ago
- 2984f44 Add support for union leafs by Václav Kubernát · 4 years, 9 months ago
- 2d7b05c Fix StaticSchema::lastNodeOfSchemaPath by Václav Kubernát · 4 years, 7 months ago
- 3a99f00 Rework yang::LeafDataType by Václav Kubernát · 4 years, 8 months ago
- b6d0275 Add leafref test for YangSchema::leafType by Václav Kubernát · 4 years, 8 months ago
- da7fdda Merge support for the `desc` command by Jan Kundrát · 4 years, 9 months ago
- 70c10a6 Merge "Skip rpc nodes in YangSchema::childNodes" by Jan Kundrát · 4 years, 9 months ago
- 9cfcd87 Add the describe command by Václav Kubernát · 4 years, 9 months ago
- bd5e3c2 Add leafrefPath(const std::string&) by Václav Kubernát · 4 years, 9 months ago
- 1e09bd6 Add node-info getters to Schema by Václav Kubernát · 4 years, 9 months ago
- fa81c8c Skip rpc nodes in YangSchema::childNodes by Václav Kubernát · 4 years, 9 months ago
- 34ee85a Add Schema::nodeType method by Václav Kubernát · 4 years, 9 months ago
- 0165e6c Make command completion add space suffixes by Václav Kubernát · 4 years, 9 months ago
- 26be33a Fix path completion on schema paths by Václav Kubernát · 4 years, 9 months ago
- cb3af40 Separate tab completion of the initial [ for lists by Václav Kubernát · 4 years, 9 months ago
- da8e4b9 Fix NetconfAccess::deletePresenceContainer by Václav Kubernát · 4 years, 9 months ago
- cc7a93f Fix NetconfAccess::deleteListInstance by Václav Kubernát · 4 years, 9 months ago
- 45e5546 Fix NetconfAccess::listInstances segfault by Václav Kubernát · 4 years, 9 months ago
- 90aa62d Merge "Rename .h header files to .hpp" by Václav Kubernát · 4 years, 9 months ago
- bd3169c libyang: support working with the decimal64 type by Jan Kundrát · 4 years, 9 months ago
- 26b5608 Rename .h header files to .hpp by Václav Kubernát · 4 years, 9 months ago
- 43908fb Integrate DataQuery by Václav Kubernát · 4 years, 11 months ago
- ab612e9 Implement DataQuery by Václav Kubernát · 5 years ago
- 49f2327 Merge changes I0f8252bc,Ibecb71a5,I035ac505 by Václav Kubernát · 4 years, 10 months ago
- 6ee8479 DatastoreAccess: add support for generic user-defined RPCs by Jan Kundrát · 4 years, 10 months ago
- 69aabe9 Include presence containers in NetconfAccess::getItems by Václav Kubernát · 4 years, 10 months ago
- 117f7b5 Fix leaf_data completion by Václav Kubernát · 4 years, 10 months ago
- 1ed4aa3 Change how word splitting works when completing by Václav Kubernát · 4 years, 10 months ago
- a44bdf2 joinPaths: support adding the trailing slash by Václav Kubernát · 4 years, 10 months ago
- b331b55 a typedef for returning "tree of data" by Jan Kundrát · 4 years, 10 months ago
- cf5c636 Accessing NETCONF servers from Python by Jan Kundrát · 4 years, 10 months ago
- e103449 cmake: tests: small cleanup by Jan Kundrát · 4 years, 10 months ago
- 8dcf043 Update dependencies by Jan Kundrát · 4 years, 10 months ago
- 7707cae Parse key values as leaf_data by Václav Kubernát · 4 years, 10 months ago
- 1bbac7c Require quotes around string values in set by Václav Kubernát · 4 years, 10 months ago
- 777704d Fix leaf_editing test by Václav Kubernát · 4 years, 10 months ago
- efcac93 Merge pathToAbsoluteSchemaString and pathToSchemaString by Václav Kubernát · 4 years, 10 months ago
- c18ffac Disable space skipping in argument of set by Václav Kubernát · 4 years, 10 months ago
- 144729d Add special type for representing special values by Václav Kubernát · 4 years, 10 months ago
- d812cfb Make NetconfAccess:getItems consistent with lists by Václav Kubernát · 4 years, 10 months ago
- 65038b9 Rename test by Václav Kubernát · 4 years, 10 months ago
- 211383d Fix parsing of absolute list-ending paths by Václav Kubernát · 4 years, 10 months ago
- 152ce22 Fix getItems not returning correct leaf_data_ variant by Václav Kubernát · 5 years ago