Age | Commit message (Expand) | Author |
2024-07-25 | T6605: restore configd error formatting to be consistent with CLI (#3868)mergify/bp/circinus/pr-3868 | John Estabrook |
2024-07-17 | configdep: T6559: use single dependency list with reset under configd | John Estabrook |
2024-07-17 | configdep: T6559: drop global redundancy removal to fix error reporting | John Estabrook |
2024-06-24 | configd: T6504: send sudo_user on session init and set env variable | John Estabrook |
2024-05-27 | T5786: Add set/show system image to /image endpoint | khramshinr |
2024-04-28 | configdep: T6276: do not call dependencies on script error | John Estabrook |
2024-04-04 | T6199: drop unused Python imports from graphql source | Christian Breunig |
2024-03-28 | config-sync: T6185: combine data for sections/configs in one command | John Estabrook |
2024-03-22 | config-sync: T6145: batch section requests for commit by priority | John Estabrook |
2024-03-05 | http-api: T6069: fix allocation outside of thread lock | John Estabrook |
2024-02-28 | configdep: T5660: remove global redundancies under vyos-configd | John Estabrook |
2024-01-21 | dns: T5959: Streamline dns forwarding service | Indrajit Raychaudhuri |
2024-01-09 | https: T5902: remove virtual-host configuration | Christian Breunig |
2023-12-20 | https api: T5844: allow the server to start without API keys | Daniil Baturin |
2023-11-26 | http-api: T5782: use single config-mode script for https and http-api | John Estabrook |
2023-11-22 | http-api: T5768: remove auxiliary http-api.conf | John Estabrook |
2023-11-21 | T5767: HTTPS API add reboot and poweroff endpoints | Viacheslav Hletenko |
2023-11-20 | http: T5762: api: make API socket backend communication the one and only default | Christian Breunig |
2023-10-09 | http-api: T2612: reload server within configsession for api self-config | John Estabrook |
2023-10-09 | http-api: T2612: send response before reconfiguring api server | John Estabrook |
2023-07-15 | T5195: vyos.util -> vyos.utils package refactoring part #2 | Christian Breunig |
2023-07-14 | T5195: vyos.util -> vyos.utils package refactoring (#2093) | Christian Breunig |
2023-07-12 | T5195: move boot_* helpers to vyos.utils.boot | Christian Breunig |
2023-06-20 | http-api: T5305: configure operations should not be defined async | John Estabrook |
2023-06-10 | http-api: T5248: add endpoint /configure-section | John Estabrook |
2023-06-10 | http-api: T5263: add base model for generalization | John Estabrook |
2023-06-10 | http-api: T5263: factor out function _configure_op for generalization | John Estabrook |
2023-06-10 | http-api: T5263: consistent string formatting | John Estabrook |
2023-06-10 | http-api: T5263: simplify form errors | John Estabrook |
2023-06-10 | http-api: T5263: path validator should provide message | John Estabrook |
2023-04-23 | http-api: T5175: check value of attribute for FastAPI>=0.91.0 | John Estabrook |
2023-03-28 | dns: T5115: Support custom port for name servers for forwarding zones. | Indrajit Raychaudhuri |
2023-03-22 | graphql: T5106: generate client ops for composite functions | John Estabrook |
2023-03-22 | graphql: T5106: generate client ops for configsession functions | John Estabrook |
2023-03-22 | graphql: T5106: add auth_token client op | John Estabrook |
2023-03-08 | graphql: T5068: generate client operations for code generation tools | John Estabrook |
2023-03-05 | op-mode: T5051: interpret Literal types as enums | John Estabrook |
2023-03-03 | graphql: T5040: use path from defaults | John Estabrook |
2023-03-01 | graphql: T5040: generate schema in vyos-1x.postinst | John Estabrook |
2023-03-01 | graphql: T5040: use nullable key field to allow schema static generation | John Estabrook |
2023-02-26 | graphql: T4979: add user info to token request | John Estabrook |
2023-02-14 | http-api: T5006: add explicit async to retrieve/configure methods | 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 |
2023-01-24 | Merge pull request #1779 from dmbaturin/T4951-resource-error | Christian Breunig |
2023-01-23 | graphql: T4953: remove convert_kwargs_to_snake_case decorator | John Estabrook |
2023-01-23 | graphql: T4544: use opmode._is_op_mode_function_name instead of local copy | John Estabrook |
2023-01-23 | op mode: T4951: add InsufficientResources error | Daniil Baturin |
2023-01-10 | opmode: T2546: add UnsupportedOperation to op mode errors | Daniil Baturin |
2023-01-09 | container: T4880: add REST API endpoint for add/delelete/show images | John Estabrook |