Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-03-01 | graphql: T5040: fail gracefully if not on live system; needed for import | John Estabrook | |
For type introspection of op-mode scripts, scripts are loaded as modules. For generation of schema from type introspection, it is useful to load scripts during package installation, hence to fail gracefully if not on live system. | |||
2021-12-08 | configquery: T4060: allow use before boot configuration is complete | John Estabrook | |
2021-12-02 | configquery: T3402: use vyatta-op-cmd-wrapper to provide environment | John Estabrook | |
2021-08-04 | configquery: T3402: remove restriction of query to active config | John Estabrook | |
2021-08-04 | configquery: T3402: fix imports | John Estabrook | |
2021-08-03 | configquery: T3402: add op-mode get_config_dict | John Estabrook | |
2021-08-03 | configquery: T3402: add class using configtree to list tag node values | John Estabrook | |
The class ConfigTreeActiveQuery uses configtree to access tag node values; note that this will only report saved configuration data. | |||
2021-03-21 | configquery: T3402: add library for querying config values from op mode | John Estabrook | |
A small library that allows querying existence or value(s) of config settings from op mode, and execution of arbitrary op mode commands. |