Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-12-26 | http: api: T4055: add VRF support | Christian Poessinger | |
(cherry picked from commit 4aaf0ba69139d84f89e5c3feee6edd845af8d1e5) | |||
2021-12-01 | http-api: T3440: simplify vyos-http-api initialization | John Estabrook | |
(cherry picked from commit f2bdd26c36e7074d093e001656bc649b7c7426d3) | |||
2021-11-07 | http api: T3412: use FastAPI as web framework; support application/json | John Estabrook | |
Replace the Flask micro-framework with FastAPI, in order to support extensions to the API and OpenAPI 3.* generation. This change will remain backwards compatible with previous versions. Notably, the multipart forms version of requests remain supported; in addition application/json requests are now natively supported. (cherry picked from commit 0125fff200efe3259aa25953e7505f69679261f8) | |||
2019-07-01 | [HTTP API] T1431: check init/vyos-config before starting HTTP API service | John Estabrook | |
2019-06-17 | [HTTP API] T1431: make systemd restart the HTTP API service on failure. | Daniil Baturin | |
2019-06-17 | T1431: Fix vyos-http-server logging to journald. | Daniil Baturin | |
2019-06-16 | T1431: initial implementation of the HTTP API. | Daniil Baturin | |