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
/
libs
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.
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-05
op-mode: T5051: interpret Literal types as enums
John Estabrook
2023-02-26
graphql: T4979: add user info to token request
John Estabrook
2023-01-23
graphql: T4544: use opmode._is_op_mode_function_name instead of local copy
John Estabrook
2023-01-09
container: T4880: include 'add'/'delete' in standard op-mode functions
John Estabrook
2022-12-19
graphql: T4887: interpret all boolean options as nullable
John Estabrook
2022-11-21
graphql: T4574: add specific error message if token has expired
John Estabrook
Catch expiration error and return error-specific message instead of general 'not authenticated'.
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-11-01
graphql: T4791: decamelize/normalize result of op-mode queries
John Estabrook
2022-10-25
graphql: T4574: set byte length of shared secret from CLI
John Estabrook
2022-10-25
graphql: T4574: set token expiration time in claims
John Estabrook
2022-10-25
graphql: T4574: add context to read token in queries/mutations
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