Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'master' into notgne2/document-hostname-dot | notgne2 | 2021-01-24 | 11 | -458/+859 |
|\ | |||||
| * | Merge pull request #45 from serokell/notgne2/cleanup | notgne2 | 2021-01-24 | 7 | -230/+230 |
| |\ | | | | | | | Code cleanup | ||||
| | * | Merge branch 'master' into notgne2/cleanup | notgne2 | 2021-01-24 | 1 | -0/+2 |
| | |\ | | |/ | |/| | |||||
| * | | Merge pull request #53 from serokell/notgne2/set-euo-pipefail | notgne2 | 2021-01-23 | 1 | -0/+2 |
| |\ \ | | | | | | | | | Run `set -euo pipefail` in generated activation scripts | ||||
| | * | | Run `set -euo pipefail` in generated activation scripts | notgne2 | 2021-01-22 | 1 | -0/+2 |
| |/ / | |||||
| | * | Merge branch 'master' into notgne2/cleanup | notgne2 | 2021-01-20 | 1 | -12/+12 |
| | |\ | | |/ | |/| | |||||
| * | | Merge pull request #50 from serokell/balsoft/update-inputs | notgne2 | 2021-01-20 | 1 | -12/+12 |
| |\ \ | | | | | | | | | Update all flake inputs to latest versions | ||||
| | * | | Update all flake inputs to latest versions | Alexander Bantyev | 2021-01-18 | 1 | -12/+12 |
| |/ / | |||||
| | * | Merge branch 'master' into notgne2/cleanup | notgne2 | 2021-01-14 | 2 | -2/+9 |
| | |\ | | |/ | |/| | |||||
| * | | Merge pull request #48 from serokell/notgne2/raise-wait-timeout | notgne2 | 2021-01-14 | 1 | -1/+1 |
| |\ \ | | | | | | | | | Raise wait timeout | ||||
| | * | | Raise wait timeout | notgne2 | 2021-01-14 | 1 | -1/+1 |
| |/ / | |||||
| * | | Merge pull request #42 from serokell/notgne2/fix-systemd-boot-entry | notgne2 | 2021-01-10 | 1 | -1/+8 |
| |\ \ | | | | | | | | | Remove default loader entry on NixOS activation | ||||
| | * \ | Merge branch 'master' into notgne2/fix-systemd-boot-entry | notgne2 | 2021-01-10 | 6 | -128/+520 |
| | |\ \ | | |/ / | |/| | | |||||
| | * | | Check if systemd-boot is enabled before attempting to delete default entry line | notgne2 | 2021-01-08 | 1 | -1/+3 |
| | | | | |||||
| | * | | Use boot path from configuration and ignore failures when updating loader conf | notgne2 | 2021-01-06 | 1 | -1/+1 |
| | | | | |||||
| | * | | Automatically filter out `default` line from loader.conf after NixOS activation | notgne2 | 2021-01-05 | 1 | -1/+6 |
| | | | | |||||
| | | * | Only build wait command if magic_rollback is enabled | notgne2 | 2021-01-14 | 1 | -10/+10 |
| | | | | |||||
| | | * | Don't import PushProfileData | notgne2 | 2021-01-08 | 1 | -2/+1 |
| | | | | |||||
| | | * | Remove unused DeployPathToActivatePathError | notgne2 | 2021-01-08 | 3 | -13/+0 |
| | | | | |||||
| | | * | Remove `Error` postfixes from error variants variants | notgne2 | 2021-01-08 | 1 | -18/+16 |
| | | | | |||||
| | | * | Use type definition for ToDeploy | notgne2 | 2021-01-08 | 1 | -53/+52 |
| | | | | |||||
| | | * | Struct-ify arguments to push_profile | notgne2 | 2021-01-08 | 2 | -42/+62 |
| | | | | |||||
| | | * | Struct-ify arguments to build_wait_command | notgne2 | 2021-01-08 | 1 | -21/+23 |
| | | | | |||||
| | | * | Struct-ify arguments to build_activate_command | notgne2 | 2021-01-08 | 1 | -26/+28 |
| | | | | |||||
| | | * | Fix trivial lint issues | notgne2 | 2021-01-08 | 4 | -8/+7 |
| | | | | |||||
| | | * | Restructure project | notgne2 | 2021-01-08 | 7 | -58/+52 |
| | |/ | |/| | |||||
| * | | Merge branch 'notgne2/new-logger' | notgne2 | 2021-01-08 | 6 | -128/+520 |
| |\ \ | | |/ | |/| | |||||
| | * | Format logs differently | notgne2 | 2021-01-01 | 1 | -3/+3 |
| | | | |||||
| | * | Modify activation logic to keep SSH connection alive for magic-rollback and ↵ | notgne2 | 2020-12-30 | 6 | -86/+339 |
| | | | | | | | | | | | | avoid forking or disconnecting std{out,err} | ||||
| | * | Make printed deployment information be info level instead of warn | notgne2 | 2020-12-27 | 1 | -1/+1 |
| | | | |||||
| | * | Remove discriminant (they are already differenciated by binary name) | notgne2 | 2020-12-27 | 1 | -1/+0 |
| | | | |||||
| | * | Deduplicate level to emoji pattern into make_emoji() | notgne2 | 2020-12-27 | 1 | -14/+12 |
| | | | |||||
| | * | Fix log dir/file mismatch | notgne2 | 2020-12-27 | 2 | -3/+3 |
| | | | |||||
| | * | Use error log macro more in activate.rs | notgne2 | 2020-12-27 | 1 | -7/+3 |
| | | | |||||
| | * | Replace logger, add more logging options including files | notgne2 | 2020-12-27 | 6 | -60/+206 |
| | | | |||||
* | | | Add note about shell escaping quoted hostname or profile names | notgne2 | 2021-01-24 | 1 | -1/+1 |
| | | | |||||
* | | | Document quotating profile or hostnames with a `.` in CLI (closes #10) | notgne2 | 2021-01-01 | 1 | -1/+1 |
|/ / | |||||
* | | Merge pull request #35 from serokell/notgne2/fix-settings-merge | notgne2 | 2020-12-27 | 1 | -2/+2 |
|\ \ | |/ |/| | Fix the order in which settings are merged | ||||
| * | Merge branch 'master' into notgne2/fix-settings-merge | notgne2 | 2020-12-27 | 1 | -1/+1 |
| |\ | |/ |/| | |||||
* | | Merge pull request #30 from serokell/notgne2/fix-substitution | notgne2 | 2020-12-20 | 1 | -1/+1 |
|\ \ | | | | | | | Fix fast_connection flag to enable substitute-on-destination correctly | ||||
| * | | Fix fast_connection flag to enable substitute-on-destination correctly | notgne2 | 2020-12-19 | 1 | -1/+1 |
|/ / | |||||
| * | Fix the order in which settings are merged | notgne2 | 2020-12-22 | 1 | -2/+2 |
|/ | |||||
* | Simplify the types involved a little | Andreas Fuchs | 2020-12-15 | 1 | -4/+4 |
| | | | | | The cursed match is still cursed, but at least we're not sending useless data across channels anymore. | ||||
* | Build "activate" binary on all platforms | Andreas Fuchs | 2020-12-15 | 1 | -2/+0 |
| | | | | | | Now that activate uses a cross-platform fs notification library, we can build it on Darwin again (and build its deps separately, speeding up recompiles there). | ||||
* | Use notify crate to learn about deletion of the activation sentinel | Andreas Fuchs | 2020-12-15 | 1 | -33/+39 |
| | | | | | We should now be able to deploy to non-Linux systems, and build all the required binaries too. | ||||
* | Update tokio & pull in notify, instead of inotify | Andreas Fuchs | 2020-12-15 | 2 | -108/+272 |
| | | | | | The notify crate is cross-platform, and the newer tokio has some bug fixes. Let's use those. | ||||
* | Add reuse header to logo | notgne2 | 2020-12-15 | 1 | -0/+3 |
| | |||||
* | Add logo, remove early-development notice | notgne2 | 2020-12-15 | 2 | -3/+104 |
| | |||||
* | Debump the smol_str version to 0.1.16 to build on rust 1.45.2 (#28) | Andreas Fuchs | 2020-12-15 | 2 | -2/+8 |
| | | | | | | | | * Debump the smol_str version to 0.1.16 to build on rust 1.45.2 Rust 1.45.2 is what ships in the 20.09 release, and smol_str 0.1.17 is incompatible with it. * Clarify version bounds on the smol_str dependency | ||||
* | README: Fix example | Steven Roose | 2020-12-07 | 1 | -3/+3 |
| |