| 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. | |||
| 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 | |
