summaryrefslogtreecommitdiff
path: root/python/vyos/opmode.py
AgeCommit message (Expand)Author
2024-10-21Merge branch 'current' into T6695Nataliia S.
2024-10-18pki: T4914: Rewrite the PKI op mode in the new styleNataliia Solomko
2024-10-11T6695: normalize formattingNataliia Solomko
2024-10-11T6695: Machine-readable operational mode support for tracerouteNataliia Solomko
2024-08-14op_mode: T6651: Add a top level op mode word "execute"Nataliia Solomko
2024-07-24op_mode: T6593: Release DHCP interface does not workNataliia Solomko
2024-07-17op-mode: T6586: add a distinct exception for unconfigured objectsDaniil Baturin
2024-03-28op-mode: T6175: "renew dhcp interface <name>" does not check for DHCP interfaceChristian Breunig
2024-01-22T2719: Add 'update' in standard op-mode function listIndrajit Raychaudhuri
2023-05-04opmode: T5191: replace underscores with hyphens in generated optionsDaniil Baturin
2023-03-05op-mode: T5051: add support for Literal arg typesJohn Estabrook
2023-01-25Merge pull request #1778 from dmbaturin/T4950-op-mode-setChristian Breunig
2023-01-24Merge pull request #1779 from dmbaturin/T4951-resource-errorChristian Breunig
2023-01-23op mode: T4951: add InsufficientResources errorDaniil Baturin
2023-01-23opmode: T4950: add set to the list of op mode functionsDaniil Baturin
2023-01-19T4944: disallow bare literals in raw op mode outputsDaniil Baturin
2023-01-10opmode: T4564: add generate to the list of op mode functionsDaniil Baturin
2023-01-10opmode: T2546: add UnsupportedOperation to op mode errorsDaniil Baturin
2023-01-09container: T4880: include 'add'/'delete' in standard op-mode functionsJohn Estabrook
2022-12-12opmode: T4770: add CommitInProgess errorJohn Estabrook
2022-11-18IPsec: T4828: raise op-mode error on incorrect valueJohn Estabrook
2022-11-01op-mode: T4791: decamelize raw output of 'show_*' before normalizationJohn Estabrook
2022-10-28T4765: handle non-string fields in the raw op mode output normalizerDaniil Baturin
2022-10-21T4765: support list and primitives in op mode output normalizationcreate with ansible
2022-10-20T4765: normalize fields only if 'raw' is true; output must be dictJohn Estabrook
2022-10-20T4765: normalize dict fields in op mode ouputsDaniil Baturin
2022-08-30opmode: T4657: fixed opmode with return type hintszsdc
2022-08-04T2719: add an exception hierarchy for op mode errorsDaniil Baturin
2022-07-20T2719: fix indentation in vyos.opmodeDaniil Baturin
2022-07-19T2719: patch for general support for boolean optionsJohn Estabrook
2022-07-05T2719: add general support for boolean options to generative op modeDaniil Baturin
2022-06-20T2719: use _is_show for detecting show functionsDaniil Baturin
2022-06-16T2719: make re functions usage in vyos.opmode more consistentDaniil Baturin
2022-06-15T2719: correctly handle the raw argument for all show_* commandsDaniil Baturin
2022-06-15T2719: handle the case when script subcommand is not givenDaniil Baturin
2022-06-09T2719: prototype of an op mode command runnerDaniil Baturin