summaryrefslogtreecommitdiff
path: root/src/services
AgeCommit message (Expand)Author
2023-08-24http-api: T5006: add explicit async to retrieve operationJohn Estabrook
2023-04-23http-api: T5175: check value of attribute for FastAPI>=0.91.0John Estabrook
2022-11-05dns: T4799: fix bug with not reloading powerdns configinitramfs
2022-07-05hosts: T2683: Allow multiple entries for static-host-mappingViacheslav
2022-05-26http-api: T4442: Add action resetViacheslav Hletenko
2022-03-27graphql: T3993: add unsettable gql option; this is not exposed by CLIJohn Estabrook
2021-12-16http-api: T4076: allow setting CORS option 'Access-Control-Allow-Origin'John Estabrook
2021-12-14http-api: T4071: allow API to bind to unix domain socketJohn Estabrook
2021-12-12graphql: T3993: add requests for firewall ipv6-address-groupJohn Estabrook
2021-12-12graphql: T3993: distinguish queries and mutations; update README.graphqlJohn Estabrook
2021-12-11vyos.util: T4061: fix typo in function nameJohn Estabrook
2021-12-09vyos.util: T4061: add function to check for completion of boot configJohn Estabrook
2021-12-01graphql: T3993: define add/delete system image requestJohn Estabrook
2021-12-01graphql: T3993: update README.graphqlJohn Estabrook
2021-11-30graphql: T3993: add config session show_configJohn Estabrook
2021-11-30graphql: T3993: add op-mode requestsJohn Estabrook
2021-11-24graphql: T3993: add requests for manipulating firewall groupsJohn Estabrook
2021-11-24graphql: T3993: refactor directive and mutation definitionsJohn Estabrook
2021-11-24graphql: T3993: normalize naming conventionsJohn Estabrook
2021-11-24graphql: T3993: change name of directiveJohn Estabrook
2021-11-24graphql: T3993: update README.graphqlJohn Estabrook
2021-11-15graphql: T3993: add config file save/loadJohn Estabrook
2021-11-15graphql: T3993: move schema generation to bindings.py; clean up for lintingJohn Estabrook
2021-11-07http-api: T2768: update dhcp-server example for migration 5-to-6John Estabrook
2021-11-07http-api: T2768: add README.graphqlJohn Estabrook
2021-11-07http-api: T2768: example using GraphQL for high-level config operationsJohn Estabrook
2021-11-07http-api: T3616: update for strict content-type check in FastAPI 0.65.2John Estabrook
2021-11-07http api: T3412: use FastAPI as web framework; support application/jsonJohn Estabrook
2021-09-02configd: T3694: always set script.argvBrandon Stepler
2021-05-14configd: T3426: add support for script arguments to vyos-configdJohn Estabrook
2021-05-14configd: T3426: check script name against include_set, not exclude_setJohn Estabrook
2021-05-12configd: T3302: check vyos-config-status to determine if in boot sessionJohn Estabrook
2021-03-18configd: T3411: redirect stdout from scripts to console; to file on bootJohn Estabrook
2020-11-03T2465: Fixing permissions on socket so DHCP workskroy
2020-10-21http-api: T3007: use ConfigSession config load script, not backend loadJohn Estabrook
2020-10-08configd: T2931: workaround for suspected zmq bugJohn Estabrook
2020-10-02configd: T2952: synchronize received messages in case of client timeoutJohn Estabrook
2020-10-02configd: T2582: catch config initialization errorsJohn Estabrook
2020-10-02configd: T2582: remove unused variablesJohn Estabrook
2020-09-25dns: forwarding: T2921: migrate to get_config_dict()Christian Poessinger
2020-09-16configd: T2885: fix output of error string to config sessionJohn Estabrook
2020-09-15configd: T2885: print commit errors to config session terminalJohn Estabrook
2020-08-31configd: T2582: add config daemon and supporting filesJohn Estabrook
2020-07-22http-api: remove unneeded check for VyOSErrorJohn Estabrook
2020-06-11vyos-hostsd: T2583: partial rewriteJernej Jakob
2020-05-28dhcp: T2465: T2483: fix DNS resolution (pdns restatt)kroy-the-rabbit
2020-05-19T2465: Permissions on vyos-hostsd socket incorrectkroy-the-rabbit
2020-05-06http api: T2395: add waitress as production WSGI serverJohn Estabrook
2020-05-06http api: T2395: replace bottle with flask as microframeworkJohn Estabrook
2020-05-06http api: use decorator to get command data from requestJohn Estabrook