summaryrefslogtreecommitdiff
path: root/src/services
AgeCommit message (Expand)Author
2022-10-07graphql: T4738: remove templated requests pending rewriteJohn Estabrook
2022-10-07graphql: T4738: generate schema defs for configsession methodsJohn Estabrook
2022-10-07graphql: T4736: fix import error to correct JSON outputJohn Estabrook
2022-09-12graphql: T4690: update resolver for 'SystemStatus' after 'uptime' updateJohn Estabrook
2022-09-06graphql: T4674: print included op-mode error message, if it existsJohn Estabrook
2022-08-25graphql: T4640: add schema defs and resolver support for op-mode errorsJohn Estabrook
2022-08-23graphql: T3993: reorganize/rename directory structureJohn Estabrook
2022-08-22graphql: T4544: fix for directly running on system for testingJohn Estabrook
2022-08-22graphql: T3993: add missing sys.exit()John Estabrook
2022-07-31graphql: T4580: handle case of op-mode script name containing hyphensJohn Estabrook
2022-07-25graphql: T4554: add resolver support for op-mode scriptsJohn Estabrook
2022-07-25graphql: T4413: use util function for system_status.pyJohn Estabrook
2022-07-25graphql: T4544: add script to generate GraphQL schema for op-modeJohn Estabrook
2022-07-24graphql: T4413: update 'SystemStatus' query for standardized op-modeJohn Estabrook
2022-07-24graphql: T4413: add support for a system status queryJohn Estabrook
2022-07-24graphql: T3993: disable introspection unless set in CLIJohn Estabrook
2022-07-24graphql: T3993: use existing key auth from REST frameworkJohn Estabrook
2022-05-26http-api: T4442: Add action resetViacheslav Hletenko
2022-04-16dns: T4353: fix Jinja2 linting errorsChristian Poessinger
2022-04-07http api: T4347: return complete and consistent error codesJohn Estabrook
2022-03-27graphql: T3993: add unsettable gql option; this is not exposed by CLIJohn Estabrook
2021-12-15http-api: T4076: allow setting CORS option 'Access-Control-Allow-Origin'John Estabrook
2021-12-13http-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-10T562: bugfix missing "," on variable listingChristian Poessinger
2021-12-09Merge pull request #1024 from lucasec/dns-authoritativeChristian Poessinger
2021-12-08vyos.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-23graphql: T3993: refactor directive and mutation definitionsJohn Estabrook
2021-11-22graphql: T3993: normalize naming conventionsJohn Estabrook
2021-11-22graphql: T3993: change name of directiveJohn Estabrook
2021-11-22graphql: 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-10-22hosts: T2683: Allow multiple entries for static-host-mappingViacheslav
2021-10-12T562: Config syntax for defining DNS forward authoritative zonesLucas Christian
2021-08-06http-api: T2768: add README.graphqlJohn Estabrook
2021-08-06http-api: T2768: example using GraphQL for high-level config operationsJohn Estabrook
2021-08-06Revert "http-api: T2768: example using GraphQL for high-level config operations"John Estabrook
2021-08-06Revert "http-api: T2768: add README.graphql"John Estabrook
2021-08-06http-api: T2768: add README.graphqlJohn Estabrook
2021-08-06http-api: T2768: example using GraphQL for high-level config operationsJohn Estabrook
2021-07-29configd: T3694: always set script.argvBrandon Stepler