Gitiles
Code Review
Sign In
gerrit.cesnet.cz
/
CzechLight
/
netconf-cli
/
03c77a1e1d8539070fca4928431b6ece6780c1a4
« Previous
dc65389
Import replxx
by Václav Kubernát
· 6 years ago
8f98435
Utilize static fields of commands in grammars
by Václav Kubernát
· 6 years ago
5727242
Tab completion for commands
by Václav Kubernát
· 6 years ago
5361cca
Merge changes If469110d,Ia7919e8f
by Jan Kundrát
· 6 years ago
329c6c3
Tab completion for list keys
by Václav Kubernát
· 6 years ago
4108e0d
Tab completion for paths
by Václav Kubernát
· 6 years ago
36075ab
Fix includes for GCC 8.2
by Jan Kundrát
· 6 years ago
bd17836
Update sysrepo
by Jan Kundrát
· 6 years ago
39ae959
Fix path-end list not being added to ParserContext
by Václav Kubernát
· 6 years ago
5b80e52
Use linenoise for user input
by Václav Kubernát
· 6 years ago
8eb3b4c
Import linenoise
by Václav Kubernát
· 6 years ago
e205412
Merge "Support trailing slashes in paths"
by Václav Kubernát
· 6 years ago
d6fd249
Support trailing slashes in paths
by Václav Kubernát
· 6 years ago
fb01dac
Merge "Update the NETCONF stack"
by Jan Kundrát
· 6 years ago
ee0902d
Update the NETCONF stack
by Jan Kundrát
· 6 years ago
5c75b25
Allow data path to end with a list for get and ls
by Václav Kubernát
· 6 years ago
2eaceb8
Split path_ into schemaPath_ and dataPath_
by Václav Kubernát
· 6 years ago
6d79143
Add discard command
by Václav Kubernát
· 6 years ago
b7a279d
Add exception types to exception tests
by Václav Kubernát
· 6 years ago
6a713d6
Fix setting enums that are typedefs
by Václav Kubernát
· 6 years ago
7310938
Add tests for SysrepoAccess
by Václav Kubernát
· 6 years ago
68d4a2c
Update the NETCONF stack
by Jan Kundrát
· 6 years ago
2a8f433
Correct escaping of list keys with single quotes
by Jan Kundrát
· 6 years ago
3081afa
tests: check parsing of single- and double-quoted list keys
by Jan Kundrát
· 6 years ago
89728d8
Change syntax for multi-key list indexing
by Václav Kubernát
· 6 years ago
e7d4aea
Add recursive ls
by Václav Kubernát
· 6 years ago
a6c5fff
Request YANG schemas via sysrepo
by Václav Kubernát
· 6 years ago
16a8794
Sync libayng and sysrepo with upstream
by Jan Kundrát
· 6 years ago
e387702
cli: Ignore blank lines
by Jan Kundrát
· 6 years ago
b6ff0b6
Add get command
by Václav Kubernát
· 6 years ago
a571e4a
Merge "Add commit command"
by Jan Kundrát
· 6 years ago
812ee28
Add commit command
by Václav Kubernát
· 6 years ago
37171a1
Support absolute paths
by Václav Kubernát
· 6 years ago
c89736b
Implement getItems for SysrepoAccess
by Václav Kubernát
· 6 years ago
6415b82
Tie datastore to the interpreter
by Václav Kubernát
· 6 years ago
80aacc0
Implement SysrepoAccess
by Václav Kubernát
· 6 years ago
13e7c65
Make currentNode prepend a slash
by Václav Kubernát
· 6 years ago
50949e6
Improve joinPaths
by Václav Kubernát
· 6 years ago
e7a9fa3
Add abstract class for datastore access
by Václav Kubernát
· 6 years ago
627f615
Move enum_ and leaf_data_ to a separate header
by Václav Kubernát
· 6 years ago
fe5a792
CI: Import sysrepo
by Jan Kundrát
· 6 years ago
4ed0e9f
Use namespaced libyang-cpp
by Jan Kundrát
· 6 years ago
4030b77
libyang: adapt to upstream API changes
by Jan Kundrát
· 6 years ago
2b68461
Make main take schema arguments
by Václav Kubernát
· 6 years ago
5ce5ab2
Remove redundant includes and usings in main
by Václav Kubernát
· 6 years ago
0d4db44
Implement YangSchema subclass
by Václav Kubernát
· 6 years ago
578347c
Move schema model into its own library
by Jan Kundrát
· 6 years ago
cc4c1f2
cmake: modernize
by Jan Kundrát
· 6 years ago
76e983c
Change return value of listKeys
by Václav Kubernát
· 6 years ago
bb79f0f
Update libyang
by Jan Kundrát
· 6 years ago
11afac7
Add ls
by Václav Kubernát
· 6 years ago
744f57f
Add modules
by Václav Kubernát
· 6 years ago
4483586
Update libyang
by Jan Kundrát
· 6 years ago
0b0272f
Make set report the expected type in case of error
by Václav Kubernát
· 6 years ago
c30a1b8
Merge "Build with libyang"
by Václav Kubernát
· 6 years ago
e05448a
Build with libyang
by Jan Kundrát
· 6 years ago
bddbb17
Create an abstract class for schemas
by Václav Kubernát
· 6 years ago
a10d8b6
Change m_schema in Parser to a shared pointer
by Václav Kubernát
· 6 years ago
ebca255
Add types for leaves
by Václav Kubernát
· 6 years ago
4137845
Improve error handling
by Václav Kubernát
· 6 years ago
c3b37df
Make the interpreter for set print the whole path
by Václav Kubernát
· 6 years ago
24df80e
split ast definitions into more files
by Václav Kubernát
· 6 years ago
0720424
add leaves
by Václav Kubernát
· 6 years ago
b61336d
add presence containers
by Václav Kubernát
· 6 years ago
96344a1
add Interpreter class
by Václav Kubernát
· 6 years ago
f2e463f
show keys of lists in the prompt
by Václav Kubernát
· 6 years ago
48fc383
rename some of the classes
by Václav Kubernát
· 6 years ago
814fa41
refactor the parser class and parsercontext to work with path_
by Václav Kubernát
· 6 years ago
2a9e179
move m_curDir to the parser class
by Václav Kubernát
· 6 years ago
60d6f29
allow moving up a node with cd
by Václav Kubernát
· 6 years ago
195eeea
move parserContext to its own file
by Václav Kubernát
· 6 years ago
7e4e82f
fix some invalid inputs
by Václav Kubernát
· 6 years ago
fb83190
Fix warnings with clang
by Jan Kundrát
· 6 years ago
796c64c
CI: Fix path mangling
by Jan Kundrát
· 6 years ago
763db1e
Switch to C++-17
by Jan Kundrát
· 6 years ago
bea58cd
Remove unused test
by Jan Kundrát
· 6 years ago
10f4990
cmake: add an installation target
by Jan Kundrát
· 6 years ago
ff2c9f6
add a basic interpreter for cd
by Václav Kubernát
· 6 years ago
2315c73
make parseCommand take an extra error stream argument
by Václav Kubernát
· 6 years ago
0b76a04
unify m_name member variable
by Václav Kubernát
· 6 years ago
0a2a2e8
split ast.hpp into more files
by Václav Kubernát
· 7 years ago
b96eef7
add list parsing
by Václav Kubernát
· 7 years ago
94938b7
move joinPaths to utils.cpp
by Václav Kubernát
· 7 years ago
d666296
add test for basic cd parsing
by Václav Kubernát
· 7 years ago
8cd6342
add definition of the AST for the cd command
by Václav Kubernát
· 7 years ago
624a887
add class representing the node tree
by Václav Kubernát
· 7 years ago
a274044
Clarify the licensing terms
by Jan Kundrát
· 7 years ago
2b23a3a
Doxygen: skip submodules
by Jan Kundrát
· 7 years ago
9048511
Added -Wsuggest-override and -Woverloaded-virtual warnings
by Miroslav Mareš
· 7 years ago
03caee8
Installing boost-spirit "properly"
by Jan Kundrát
· 7 years ago
dc2b072
CLI's main() scaffolding
by Jan Kundrát
· 7 years ago
34c790d
tests: Add one dummy test
by Jan Kundrát
· 7 years ago
5c80521
Set up the test infrastructure
by Jan Kundrát
· 7 years ago
608818b
Doxygen skeleton
by Jan Kundrát
· 7 years ago
d47f655
Building via the CI
by Jan Kundrát
· 7 years ago
975e575
submodules: sync with cla-sysrepo
by Jan Kundrát
· 7 years ago
4a8a029
Add rules for clang-format
by Jan Kundrát
· 7 years ago
f8c8b97
Import dependencies as submodules
by Jan Kundrát
· 7 years ago
3d0c3b9
Clarify licensing
by Jan Kundrát
· 7 years ago
d9d26a9
Initial setup
by Jan Kundrát
· 7 years ago
Next »