index
:
vyos-1x.git
T6712-motd-80-25-terminal
T6732-build-image-circinus
circinus
crux
current
equuleus
sagitta
VyOS command definitions, scripts, and utilities (mirror of https://github.com/marekm72/vyos-1x.git)
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
python
/
vyos
/
configsession.py
Age
Commit message (
Expand
)
Author
2024-10-21
Merge branch 'current' into T6695
Nataliia S.
2024-10-18
pki: T4914: Rewrite the PKI op mode in the new style
Nataliia Solomko
2024-10-11
T6695: Machine-readable operational mode support for traceroute
Nataliia Solomko
2024-10-05
config-mgmt: T5976: add option for commit-confirm to use 'soft' rollback
John Estabrook
2024-10-05
config-mgmt: T5976: normalize formatting
John Estabrook
2024-08-13
T5743: HTTPS API ability to import PKI certificates
Nataliia Solomko
2024-06-15
T6489: add vyos_configdir to the dictionary of default directories
Christian Breunig
2024-05-27
T5786: Add set/show system image to /image endpoint
khramshinr
2024-03-28
config-sync: T6185: combine data for sections/configs in one command
John Estabrook
2023-11-27
image-tools: T5751: use revised image tools in configsession
John Estabrook
2023-11-21
T5767: HTTPS API add reboot and poweroff endpoints
Viacheslav Hletenko
2023-08-23
save-config: T4292: rewrite vyatta-save-config.pl to Python
John Estabrook
2023-07-14
T5195: vyos.util -> vyos.utils package refactoring (#2093)
Christian Breunig
2023-06-15
configsession: T5248: load_section should not set path if dict empty
John Estabrook
2023-06-10
configsession: T5248: add functions set/load_section
John Estabrook
2023-01-11
container: T4880: fix name collision
John Estabrook
2023-01-09
container: T4880: add REST API endpoint for add/delelete/show images
John Estabrook
2022-05-26
http-api: T4442: Add action reset
Viacheslav Hletenko
2022-03-10
Revert "save-config: T4292: rewrite vyatta-save-config.pl to Python"
John Estabrook
2022-03-08
save-config: T4292: rewrite vyatta-save-config.pl to Python
John Estabrook
2021-07-30
vyos.util: drop custom implementations in favor of is_systemd_service_running()
Christian Poessinger
2021-02-17
configsession: T3259: avoid deadlock when data fills stdout pipe
John Estabrook
2020-10-21
configsession: T3004: add call to config load script
John Estabrook
2020-08-31
configd: T2582: inject shim env variable into configsession
John Estabrook
2020-08-08
http api: T1431: update args of call to install-image
John Estabrook
2020-04-22
http api: T2096: form of show/generate should be consistent with other cmds
John Estabrook
2020-03-11
http api: T2096: Added show and generate
Matthias Fetzer
2020-02-05
smoke-test: adding generate cmd to configsession
hagbard
2020-01-24
Python: T1986: close subprocess channel
Christian 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 permissions
John Estabrook
2019-08-31
[boot-config-loader] T1622: Add failsafe and back trace
John Estabrook
2019-08-05
T1431: 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-16
T1432: inject VyOS-specific environment variables into the session environment.
Daniil Baturin
2019-06-16
T1432: add a finalizer to vyos.configsession to avoid leaking sessions.
Daniil Baturin
2019-06-16
T1432: add a discard function to vyos.configsession
Daniil Baturin
2019-06-13
T1431: make it possible to obtain session environment and run vyos.config fun...
Daniil Baturin
2019-06-12
T1432: correct the ConfigSessionError exception name.
Daniil Baturin
2019-06-12
T1432: initial implementation of the config write API.
Daniil Baturin