summaryrefslogtreecommitdiff
path: root/python/vyos/configsession.py
AgeCommit message (Expand)Author
2024-10-18pki: T4914: Rewrite the PKI op mode in the new styleNataliia Solomko
2024-10-05config-mgmt: T5976: add option for commit-confirm to use 'soft' rollbackJohn Estabrook
2024-10-05config-mgmt: T5976: normalize formattingJohn Estabrook
2024-08-13T5743: HTTPS API ability to import PKI certificatesNataliia Solomko
2024-06-15T6489: add vyos_configdir to the dictionary of default directoriesChristian Breunig
2024-05-27T5786: Add set/show system image to /image endpointkhramshinr
2024-03-28config-sync: T6185: combine data for sections/configs in one commandJohn Estabrook
2023-11-27image-tools: T5751: use revised image tools in configsessionJohn Estabrook
2023-11-21T5767: HTTPS API add reboot and poweroff endpointsViacheslav Hletenko
2023-08-23save-config: T4292: rewrite vyatta-save-config.pl to PythonJohn Estabrook
2023-07-14T5195: vyos.util -> vyos.utils package refactoring (#2093)Christian Breunig
2023-06-15configsession: T5248: load_section should not set path if dict emptyJohn Estabrook
2023-06-10configsession: T5248: add functions set/load_sectionJohn Estabrook
2023-01-11container: T4880: fix name collisionJohn Estabrook
2023-01-09container: T4880: add REST API endpoint for add/delelete/show imagesJohn Estabrook
2022-05-26http-api: T4442: Add action resetViacheslav Hletenko
2022-03-10Revert "save-config: T4292: rewrite vyatta-save-config.pl to Python"John Estabrook
2022-03-08save-config: T4292: rewrite vyatta-save-config.pl to PythonJohn Estabrook
2021-07-30vyos.util: drop custom implementations in favor of is_systemd_service_running()Christian Poessinger
2021-02-17configsession: T3259: avoid deadlock when data fills stdout pipeJohn Estabrook
2020-10-21configsession: T3004: add call to config load scriptJohn Estabrook
2020-08-31configd: T2582: inject shim env variable into configsessionJohn Estabrook
2020-08-08http api: T1431: update args of call to install-imageJohn Estabrook
2020-04-22http api: T2096: form of show/generate should be consistent with other cmdsJohn Estabrook
2020-03-11http api: T2096: Added show and generateMatthias Fetzer
2020-02-05smoke-test: adding generate cmd to configsessionhagbard
2020-01-24Python: T1986: close subprocess channelChristian Poessinger
2019-10-23[HTTP API] Add endpoints for config file and image management.Daniil Baturin
2019-09-19[boot-config-loader] T1622: (bugfix) set gid and write permissionsJohn Estabrook
2019-08-31[boot-config-loader] T1622: Add failsafe and back traceJohn Estabrook
2019-08-05T1431: add showConfig operation to the HTTP API.Daniil Baturin
2019-08-05[vyos.configsession] Return the output of the external process from __run_com...Daniil Baturin
2019-06-16T1432: inject VyOS-specific environment variables into the session environment.Daniil Baturin
2019-06-16T1432: add a finalizer to vyos.configsession to avoid leaking sessions.Daniil Baturin
2019-06-16T1432: add a discard function to vyos.configsessionDaniil Baturin
2019-06-13T1431: make it possible to obtain session environment and run vyos.config fun...Daniil Baturin
2019-06-12T1432: correct the ConfigSessionError exception name.Daniil Baturin
2019-06-12T1432: initial implementation of the config write API.Daniil Baturin