Age | Commit message (Expand) | Author |
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 |
2023-01-09 | container: T4880: include 'add'/'delete' in standard op-mode functions | John Estabrook |
2022-12-19 | graphql: T4887: interpret all boolean options as nullable | John Estabrook |
2022-11-21 | graphql: T4574: add specific error message if token has expired | John Estabrook |
2022-11-21 | graphql: T4574: use Optional in func_sig | John Estabrook |
2022-11-21 | graphql: T4544: use load_as_module from vyos.util | John Estabrook |
2022-11-18 | IPsec: T4828: raise op-mode error on incorrect value | John Estabrook |
2022-11-16 | Revert "Revert "dns: T4799: fix bug with not reloading powerdns config"" | Christian Poessinger |
2022-11-09 | Revert "dns: T4799: fix bug with not reloading powerdns config" | Christian Poessinger |
2022-11-06 | graphql: T4803: allow 'Authorization' header in CORS middleware | John Estabrook |
2022-11-05 | dns: T4799: fix bug with not reloading powerdns config | initramfs |
2022-11-01 | graphql: T4791: decamelize/normalize result of op-mode queries | John Estabrook |
2022-10-25 | graphql: T4574: set byte length of shared secret from CLI | John Estabrook |
2022-10-25 | graphql: T4574: set token expiration time in claims | John Estabrook |
2022-10-25 | graphql: T4574: add context to read token in queries/mutations | John Estabrook |
2022-10-25 | graphql: T4574: read config and generate schema with/without key auth | 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-10-21 | graphql: T4768: change name of api child node from 'gql' to 'graphql' | John Estabrook |
2022-10-16 | graphql: T4753: generalize system_status to composite_{query,mutation} | John Estabrook |
2022-10-14 | http-api: T4749: transition to config_dict | 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-09-06 | graphql: T4674: print included op-mode error message, if it exists | 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 |
2022-08-22 | graphql: T4544: fix for directly running on system for testing | John Estabrook |
2022-08-22 | graphql: T3993: add missing sys.exit() | John Estabrook |