Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-09-11 | migration: T6007: add missing check for None in utility function | John Estabrook | |
An empty component version string will trigger a full migration, however, the case of component_version is None was missed in a utility function. Fix comment formatting. (cherry picked from commit bd42f131ea2ceec2c591303ea69b7d3a36e41a7c) | |||
2024-09-11 | migration: T6007: fix cosmetic issue of extra newline | John Estabrook | |
(cherry picked from commit 5502a75b1747caf94e2b69982c89088281c8ca1f) | |||
2024-09-11 | migration: T6007: drop restrictive perms, already set on config.boot | John Estabrook | |
(cherry picked from commit 8b4c2fcba2fe49af8c8ee87d3bb1f7b5803a08ea) | |||
2024-09-11 | migration: T6007: remove obsoleted | John Estabrook | |
(cherry picked from commit ed0cb7ffc2c627b9de96d64b45c7978c3bce7ed3) | |||
2024-09-11 | migration: T6007: add util add_system_version to replace *_system_footer | John Estabrook | |
(cherry picked from commit 51865448599ec40283fffe4dc15729f88f389886) | |||
2024-09-11 | migration: T6007: add version object for config file and system | John Estabrook | |
(cherry picked from commit 601e07c34205fb379d729c4faf654f95add90471) | |||
2023-10-04 | T4320: remove references to obsoleted legacy version files | John Estabrook | |
2023-08-10 | T5434: replace import of component_version | John Estabrook | |
2022-10-28 | T4291: consolidate component version string read/write functions | John Estabrook | |
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 | |