| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2024-06-26 | migration: T6007: remove obsoleted | John Estabrook | |
| 2023-07-14 | T5195: vyos.util -> vyos.utils package refactoring (#2093) | Christian Breunig | |
| * T5195: move run, cmd, call, rc_cmd helper to vyos.utils.process * T5195: use read_file and write_file implementation from vyos.utils.file Changed code automatically using: find . -type f -not -path '*/\.*' -exec sed -i 's/^from vyos.util import read_file$/from vyos.utils.file import read_file/g' {} + find . -type f -not -path '*/\.*' -exec sed -i 's/^from vyos.util import write_file$/from vyos.utils.file import write_file/g' {} + * T5195: move chmod* helpers to vyos.utils.permission * T5195: use colon_separated_to_dict from vyos.utils.dict * T5195: move is_systemd_service_* to vyos.utils.process * T5195: fix boot issues with missing imports * T5195: move dict_search_* helpers to vyos.utils.dict * T5195: move network helpers to vyos.utils.network * T5195: move commit_* helpers to vyos.utils.commit * T5195: move user I/O helpers to vyos.utils.io | |||
| 2022-11-10 | migration: T4808: print configtree operations during migration | John Estabrook | |
| Print configtree operations to stdout during migration; the migrator will log the output. | |||
| 2022-11-10 | migration: T4808: replace custom logging with standard Python logging | John Estabrook | |
| 2022-10-28 | T4291: consolidate component version string read/write functions | John Estabrook | |
| 2022-05-25 | configtest: T4382: bgp migration scripts need to follow quagga scripts | John Estabrook | |
| The configs bgp_bfd_communities and bgp_big_as_cloud reveal a counterexample to the independence of component migration scripts: quagga migration scripts must precede those of bgp; explicitly reorder from lexical order. | |||
| 2022-03-10 | Revert "component_version: T4291: consolidate read/write functions" | John Estabrook | |
| This reverts commit 534f677d36285863decb2cdff179687b4fd690cb. Revert while investigating failure in vyos-configtest. | |||
| 2022-03-08 | component_version: T4291: consolidate read/write functions | John Estabrook | |
| 2022-02-16 | xml: T3474: get component version dictionary from xml cache, not legacy | John Estabrook | |
| 2021-08-21 | T1950: fix permissions on component-versions.json file | John Estabrook | |
| 2021-08-20 | T1950: write component versions to json file during migration | John Estabrook | |
| 2020-03-30 | migration: T2029: remove reference to default vintage in Migrator | John Estabrook | |
| 2020-03-30 | migration: T2029: run virtual migration before migration | John Estabrook | |
| Update syntax of component version string, before passing config file to configtree in migration scripts. | |||
| 2020-03-30 | migration: T2029: set default vintage; remove target from virtual | John Estabrook | |
| The VirtualMigrator updates the syntax of the component version string. Remove the default target, allowing downgrade to old syntax. | |||
| 2019-11-25 | T1824: restore original umask | John Estabrook | |
| 2019-11-25 | T1824: set write permissions for cfg_group on vyos-migrate.log | John Estabrook | |
| 2019-11-21 | T1818: Print name of migration script on failure | John Estabrook | |
| 2019-11-21 | T1814: Add log of migration scripts run during config migration | John Estabrook | |
| 2019-06-12 | T1397: use revised migration method | John Estabrook | |
| 2019-06-05 | T1334: Migration script runner rewrite | John Estabrook | |
| Python script and support code to replace the vyatta_config_migrate.pl script. | |||
