summaryrefslogtreecommitdiff
path: root/python/vyos/config_mgmt.py
AgeCommit message (Expand)Author
2024-10-08config-mgmt: T5976: display message when reverting to previous configJohn Estabrook
2024-10-05config-mgmt: T5976: add option for commit-confirm to use 'soft' rollbackJohn Estabrook
2024-10-05config-mgmt: T5976: normalize formattingJohn Estabrook
2024-06-19op-mode: T5514: Allow safe reboots to config defaults when config.boot is del...Andrew Topp
2024-05-22rollback-soft: T6384: tell the user to compare or commitDaniil Baturin
2024-04-03T6199: drop unused Python importsChristian Breunig
2024-03-17T6133: append domain-name to commit-archive if definedChristian Breunig
2023-12-17Merge pull request #2596 from sever-sever/T5249Viacheslav Hletenko
2023-12-13T5774: fix regressions in remote.upload and use in config_mgmtJohn Estabrook
2023-12-12T5249: Add rollback-soft featureViacheslav Hletenko
2023-12-11T5812: report actual number of revisions instead of maxJohn Estabrook
2023-12-09T5812: Fix for rollback check max revision numberViacheslav Hletenko
2023-11-18T2405: add Git support to commit-archiveYun Zheng Hu
2023-10-05config: T5631: save copy of config in JSON format on commitJohn Estabrook
2023-09-07config-mgmt: T5556: fix bug in revision to archive updateJohn Estabrook
2023-09-05config-mgmt: T5353: after updated save-config, one can include init revJohn Estabrook
2023-09-05config-mgmt: T5353: correct update check during bootJohn Estabrook
2023-09-05config-mgmt: T5353: only add log entry if archivingJohn Estabrook
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-07-11config-mgmt: T5347: correct logrotate conf permissions on system updateJohn Estabrook
2023-06-16config-mgmt: T5297: add check for changes under node between revisionsJohn Estabrook
2023-06-06config-mgmt: T5262: move function 'unsaved_commits' to module scopeJohn Estabrook
2023-02-11config_mgmt: T4991: use configtree.show_diff instead of Python difflibJohn Estabrook
2023-01-26config-mgmt: T4962: add missing flag re.MULTILINEJohn Estabrook
2023-01-26config-mgmt: T4962: fix typo in regexJohn Estabrook
2023-01-25config-mgmt: T4957: upload to archive only for location effective_valuesJohn Estabrook
2023-01-20config-mgmt: T4942: add config_mgmt module and console scriptJohn Estabrook