index
:
vyos-1x.git
T6712-motd-80-25-terminal
T6732-build-image-circinus
circinus
crux
current
equuleus
sagitta
VyOS command definitions, scripts, and utilities (mirror of https://github.com/marekm72/vyos-1x.git)
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
services
/
api
/
graphql
/
generate
Age
Commit message (
Collapse
)
Author
2024-04-04
T6199: drop unused Python imports from graphql source
Christian Breunig
2023-07-15
T5195: vyos.util -> vyos.utils package refactoring part #2
Christian Breunig
2023-03-22
graphql: T5106: generate client ops for composite functions
John Estabrook
2023-03-22
graphql: T5106: generate client ops for configsession functions
John Estabrook
2023-03-08
graphql: T5068: generate client operations for code generation tools
John Estabrook
2023-03-05
op-mode: T5051: interpret Literal types as enums
John Estabrook
2023-03-03
graphql: T5040: use path from defaults
John Estabrook
2023-03-01
graphql: T5040: generate schema in vyos-1x.postinst
John Estabrook
2023-03-01
graphql: T5040: use nullable key field to allow schema static generation
John Estabrook
Schema had been dynamically generated, based on configuration setting for authentication. Add nullable field 'key' for static generation of schema regardless of key/token use.
2023-02-06
graphql: T4979: add query show_user_info
John Estabrook
2023-01-23
graphql: T4544: use opmode._is_op_mode_function_name instead of local copy
John Estabrook
2022-11-21
graphql: T4544: use load_as_module from vyos.util
John Estabrook
load_as_module was added to util.py for T4821; prefer over local copy
2022-10-25
graphql: T4574: read config and generate schema with/without key auth
John Estabrook
2022-10-25
graphql: T4574: reorganize directory structure for clarity
John Estabrook