summaryrefslogtreecommitdiffhomepage
path: root/mullvad-daemon/src/migrations/v3.rs
AgeCommit message (Collapse)AuthorFilesLines
2025-07-15Run `crago +nightly clippy --fix`Markus Pettersson1-22/+22
2023-11-13Remove unnecessary `mut`Sebastian Holmin1-1/+1
2023-08-30Fix clippy lintsEmīls1-1/+1
2023-08-07Get rid of "extern crate serde" and import derive macros explicitlyLinus Färnstrand1-0/+1
2023-02-13Rename settings error variantsDavid Lönnhager1-1/+1
2022-07-05Use derive attribute for default enum variantsDavid Lönnhager1-7/+2
2022-06-21Fix the large majority of clippy warningsJonathan1-1/+1
This commit fixes most of the remaining clippy warnings in the codebase. These warnings were the more semantically difficult ones to fix. There are some warnings that remain from the rebase that will be fixed in the upcoming PR.
2022-06-13Perform a clippy --fixjonathan1-1/+0
This is a giant commit which performs only a clippy --fix. Auditing can happen in two ways, either by reading every line or by running a `cargo clippy --fix` on the previous commit and make sure that the result is the same.
2022-01-11Remove unecessary Android stuff from settings migration codeLinus Färnstrand1-7/+2
2022-01-11Fix Android dependencies and importsLinus Färnstrand1-0/+2
2022-01-11Make settings migrations not depend on types that can changeLinus Färnstrand1-3/+47
2021-11-29Reformat code without blank_lines_upper_bound = 2Linus Färnstrand1-2/+0
2021-10-26Remove settings migration traitDavid Lönnhager1-42/+40
2021-10-26Refactor settings migrationDavid Lönnhager1-0/+197