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
/
vyos-http-api-server
Age
Commit message (
Expand
)
Author
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: read config and generate schema with/without key auth
John Estabrook
2022-10-21
graphql: T4768: change name of api child node from 'gql' to 'graphql'
John Estabrook
2022-10-14
http-api: T4749: transition to config_dict
John Estabrook
2022-08-22
graphql: T3993: add missing sys.exit()
John Estabrook
2022-07-24
graphql: T3993: disable introspection unless set in CLI
John Estabrook
2022-05-26
http-api: T4442: Add action reset
Viacheslav Hletenko
2022-04-07
http api: T4347: return complete and consistent error codes
John Estabrook
2022-03-27
graphql: T3993: add unsettable gql option; this is not exposed by CLI
John Estabrook
2021-12-15
http-api: T4076: allow setting CORS option 'Access-Control-Allow-Origin'
John Estabrook
2021-12-13
http-api: T4071: allow API to bind to unix domain socket
John Estabrook
2021-11-15
graphql: T3993: move schema generation to bindings.py; clean up for linting
John Estabrook
2021-08-06
http-api: T2768: example using GraphQL for high-level config operations
John Estabrook
2021-08-06
Revert "http-api: T2768: example using GraphQL for high-level config operations"
John Estabrook
2021-08-06
http-api: T2768: example using GraphQL for high-level config operations
John Estabrook
2021-06-12
http-api: T3616: update for strict content-type check in FastAPI 0.65.2
John Estabrook
2021-03-26
http api: T3412: use FastAPI as web framework; support application/json
John Estabrook
2020-10-21
http-api: T3007: use ConfigSession config load script, not backend load
John Estabrook
2020-07-22
http-api: remove unneeded check for VyOSError
John Estabrook
2020-05-06
http api: T2395: add waitress as production WSGI server
John Estabrook
2020-05-06
http api: T2395: replace bottle with flask as microframework
John Estabrook
2020-05-06
http api: use decorator to get command data from request
John Estabrook
2020-05-06
http api: catch appropriate errors
John Estabrook
2020-05-06
http api: function names should be consistent
John Estabrook
2020-04-22
http api: T2096: form of show/generate should be consistent with other cmds
John Estabrook
2020-04-20
http api: T2292: handle SIGTERM from systemd restart; raise SIGINT
John Estabrook
2020-03-11
http api: T2096: Added show and generate
Matthias Fetzer
2020-02-14
http api: T2040: reload Config in route definition
John Estabrook
2019-12-03
T1801: move escaping of backslashes into configtree
John Estabrook
2019-11-17
T1801: escape isolated backslashes before passing to ConfigTree()
John Estabrook
2019-11-05
T1774: fix error output
John Estabrook
2019-10-27
T1773, T1774: add a show config operation with JSON and raw options.
Daniil Baturin
2019-10-23
[HTTP API] Add endpoints for config file and image management.
Daniil Baturin
2019-10-23
[HTTP API] Use a decorator for functions that require authentication.
Daniil Baturin
2019-08-05
T1431: add showConfig operation to the HTTP API.
Daniil Baturin
2019-06-17
[HTTP API] T1431: disallow empty config paths.
Daniil Baturin
2019-06-17
[HTTP API] T1431: make the value field optional.
Daniil Baturin
2019-06-17
[HTTP API] T1431: allow sending a single command, and make sure commands are ...
Daniil Baturin
2019-06-17
[HTTP API] T1431: make the value field optional and add better validation.
Daniil Baturin
2019-06-17
T1431: release the lock even if discard() caused an exception.
Daniil Baturin
2019-06-16
T1431: initial implementation of the HTTP API.
Daniil Baturin