| Commit message (Expand) | Author | Age | Files | Lines |
* | Modify activation logic to keep SSH connection alive for magic-rollback and a... | notgne2 | 2020-12-30 | 1 | -41/+141 |
* | Fix log dir/file mismatch | notgne2 | 2020-12-27 | 1 | -1/+1 |
* | 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 | 1 | -7/+9 |
* | Simplify the types involved a little | Andreas Fuchs | 2020-12-15 | 1 | -4/+4 |
* | Use notify crate to learn about deletion of the activation sentinel | Andreas Fuchs | 2020-12-15 | 1 | -33/+39 |
* | Use `/tmp` as temp directory, not `/tmp/deploy-rs` (resolves #8 by deprecation) | notgne2 | 2020-11-22 | 1 | -1/+1 |
* | fixup! Check auto-rollback flag before deactivating | Christian Höppner | 2020-11-21 | 1 | -3/+1 |
* | Check auto-rollback flag before deactivating | Christian Höppner | 2020-11-21 | 1 | -4/+12 |
* | Remove bootstrap | notgne2 | 2020-11-07 | 1 | -43/+0 |
* | Unmute some more outputs, document the remaining mutes | notgne2 | 2020-11-07 | 1 | -7/+0 |
* | Mildly improve logging | notgne2 | 2020-11-02 | 1 | -1/+2 |
* | Tweak error messages a little | notgne2 | 2020-10-30 | 1 | -1/+1 |
* | Remove last remaining inappropriate panics | notgne2 | 2020-10-29 | 1 | -6/+29 |
* | Make all the errors work correctly (I am so so sorry) | notgne2 | 2020-10-29 | 1 | -91/+172 |
* | Make lock hash clearer (at apparently no expense) | notgne2 | 2020-10-29 | 1 | -1/+1 |
* | Set correct author on activate binary | notgne2 | 2020-10-29 | 1 | -2/+5 |
* | Fail correctly if initial activation fails | notgne2 | 2020-10-25 | 1 | -6/+8 |
* | Clean up some CLI arguments, make magic rollback optional | notgne2 | 2020-10-13 | 1 | -11/+28 |
* | Auto rollback if deployment is not confirmed | notgne2 | 2020-10-13 | 1 | -72/+173 |
* | Set working directory during activation to the profile path | notgne2 | 2020-10-11 | 1 | -0/+2 |
* | Move activate script location, use buildEnv for setActivate | notgne2 | 2020-10-11 | 1 | -2/+2 |
* | General improvements, deprecate `activate` profile option in favor of executi... | notgne2 | 2020-10-02 | 1 | -86/+82 |
* | Handle more command exits correctly | notgne2 | 2020-10-01 | 1 | -10/+29 |
* | Add license information, reformat Nix files, clean up | notgne2 | 2020-09-29 | 1 | -0/+4 |
* | Move all activation logic to activate.rs (the unused warnings got annoying) | notgne2 | 2020-09-29 | 1 | -1/+109 |
* | use separate binary for activation, more cleanup | notgne2 | 2020-09-28 | 1 | -0/+54 |