Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2023-04-20 | [Chore] Handle 'temp_path' as an actual 'Path' instead of 'String' | Roman Melnikov | 1 | -1/+2 | |
Problem: 'temp_path' and 'lock_path' are handled as 'String'. This can be a problem when the 'temp_path' directory is a symlink on the target system, e.g. this is the case with the default '/tmp' and macOS, where this directory is actually a symlink to '/private/tmp'. Solution: Handle 'temp_path' and 'lock_path' as actual Paths. Also, canonicalize 'temp_path' to avoid canary file path mismatches when checking filesystem events. As a side effect, also update the 'notify' dependency to the latest stable version. | |||||
2022-11-18 | Add option to build on the remote host | Philipp Herzog | 1 | -0/+2 | |
2022-01-28 | Add custom sudo command support | Andrew Fontaine | 1 | -0/+2 | |
This is useful for nodes that utilize `doas` instead of `sudo`. | |||||
2021-01-26 | changed: remove 2015-style extern crate | Bernardo Meurer | 1 | -1/+1 | |
2021-01-08 | Restructure project | notgne2 | 1 | -0/+0 | |
2020-11-07 | Remove bootstrap | notgne2 | 1 | -1/+0 | |
2020-10-23 | Remove redundant default | notgne2 | 1 | -2/+2 | |
2020-10-13 | Clean up some CLI arguments, make magic rollback optional | notgne2 | 1 | -8/+8 | |
2020-10-13 | Auto rollback if deployment is not confirmed | notgne2 | 1 | -0/+4 | |
2020-10-10 | Add profile path option to profiles | notgne2 | 1 | -0/+2 | |
2020-10-05 | Improve schema a bit, fix flake locks for examples | notgne2 | 1 | -8/+7 | |
2020-10-02 | General improvements, deprecate `activate` profile option in favor of ↵ | notgne2 | 1 | -1/+0 | |
executing $PROFILE/activate (Wrap It Yourself) to ensure successful rollback activations | |||||
2020-09-29 | Add license information, reformat Nix files, clean up | notgne2 | 1 | -0/+4 | |
2020-09-28 | use separate binary for activation, more cleanup | notgne2 | 1 | -4/+6 | |
2020-09-28 | More functions | notgne2 | 1 | -1/+1 | |
2020-09-28 | Add missing files | notgne2 | 1 | -0/+64 | |