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