index
:
veeos-1x.git
circinus
crux
current
equuleus
revert-4390-feature/T6353-add-password-complexity-validation
sagitta
syslog-typos-T6989
VyOS command definitions, scripts, and utilities (mirror of https://github.com/vyos-contrib/veeos-1x.git)
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
services
/
api
/
graphql
/
session
/
session.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.
2024-04-04
T6199: drop unused Python imports from graphql source
Christian Breunig
2023-02-26
graphql: T4979: add user info to token request
John Estabrook
2023-02-06
graphql: T4979: add query show_user_info
John Estabrook
2022-11-01
graphql: T4791: decamelize/normalize result of op-mode queries
John Estabrook
2022-10-25
graphql: T4574: reorganize directory structure for clarity
John Estabrook
2022-10-07
graphql: T4738: remove templated requests pending rewrite
John Estabrook
2022-10-07
graphql: T4738: generate schema defs for configsession methods
John Estabrook
2022-10-07
graphql: T4736: fix import error to correct JSON output
John Estabrook
2022-08-25
graphql: T4640: add schema defs and resolver support for op-mode errors
John Estabrook
2022-08-23
graphql: T3993: reorganize/rename directory structure
John Estabrook