| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2025-06-28 | T7591: remove copyright years from source files | Christian Breunig | |
| The legal team says years are not necessary so we can go ahead with it, since it will simplify backporting. Automatically removed using: git ls-files | grep -v libvyosconfig | xargs sed -i -E \ 's/^# Copyright (19|20)[0-9]{2}(-[0-9]{4})? VyOS maintainers.*/# Copyright VyOS maintainers and contributors <maintainers@vyos.io>/g' In addition we will error-out during "make" if someone re-adds a legacy copyright notice | |||
| 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. | |||
| 2023-03-01 | graphql: T5040: generate schema in vyos-1x.postinst | 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 | |
| 2022-10-25 | graphql: T4574: call all schema definition generation on init | John Estabrook | |
| 2022-08-25 | graphql: T4640: add schema defs and resolver support for op-mode errors | John Estabrook | |
| 2022-07-25 | graphql: T4554: add resolver support for op-mode scripts | John Estabrook | |
| 2021-12-12 | graphql: T3993: distinguish queries and mutations; update README.graphql | John Estabrook | |
| 2021-11-22 | graphql: T3993: change name of directive | John Estabrook | |
| 2021-11-15 | graphql: T3993: add config file save/load | John Estabrook | |
| 2021-11-15 | graphql: T3993: move schema generation to bindings.py; clean up for linting | John Estabrook | |
