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
/
bindings.py
Age
Commit message (
Collapse
)
Author
2024-09-30
http-api: T6736: normalize formatting
John Estabrook
2024-09-29
http-api: T6736: separate REST API and GraphQL API activation
John Estabrook
The GraphQL API was implemented as an addition to the existing REST API. As there is no necessary dependency, separate the initialization of the respective endpoints. Factor out the REST Pydantic models and FastAPI routes for symmetry and clarity.
2023-03-01
graphql: T5040: generate schema in vyos-1x.postinst
John Estabrook
2022-10-25
graphql: T4574: add mutation for requesting JWT token
John Estabrook
2022-10-25
graphql: T4574: reorganize directory structure for clarity
John Estabrook
2022-10-25
graphql: T4574: call all schema definition generation on init
John Estabrook
2022-08-25
graphql: T4640: add schema defs and resolver support for op-mode errors
John Estabrook
2022-07-25
graphql: T4554: add resolver support for op-mode scripts
John Estabrook
2021-12-12
graphql: T3993: distinguish queries and mutations; update README.graphql
John Estabrook
2021-11-22
graphql: T3993: change name of directive
John Estabrook
2021-11-15
graphql: T3993: add config file save/load
John Estabrook
2021-11-15
graphql: T3993: move schema generation to bindings.py; clean up for linting
John Estabrook