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
/
session
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-07-17
op-mode: T6586: add a distinct exception for unconfigured objects
Daniil Baturin
as opposed to entire subsystems
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
2023-01-24
op-mode: T4951: bugfix InsufficientResources SyntaxError: invalid syntax
Christian Breunig
Commit b5e90197 ("op mode: T4951: add InsufficientResources error") missed out a comma when extending the op_mode_err_msg dictionary.
2023-01-23
op mode: T4951: add InsufficientResources error
Daniil Baturin
2023-01-10
opmode: T2546: add UnsupportedOperation to op mode errors
Daniil Baturin
2022-11-18
IPsec: T4828: raise op-mode error on incorrect value
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-09-12
graphql: T4690: update resolver for 'SystemStatus' after 'uptime' update
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