Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update README.md (#227) | Derek Mahar | 2023-09-08 | 1 | -1/+1 |
| | | | Replace "eachother" with "each other". | ||||
* | Make it possible to not rebuild deploy-rs | Flakebi | 2023-04-16 | 1 | -0/+27 |
| | | | | | | | | | Use the deploy-rs from the final packages set. This can avoid rebuilding deploy-rs when using it in a nixos config. It can use the version cached in nixpkgs. Also add instructions to the readme on how to craft an overlay that uses nixpkgs deploy-rs. | ||||
* | Add option to build on the remote host | Philipp Herzog | 2022-11-18 | 1 | -0/+5 |
| | |||||
* | Fix a typo | Yang, Bo | 2022-05-08 | 1 | -1/+1 |
| | |||||
* | Add custom sudo command support | Andrew Fontaine | 2022-01-28 | 1 | -0/+5 |
| | | | | This is useful for nodes that utilize `doas` instead of `sudo`. | ||||
* | Fix typo | Markus Läll | 2022-01-11 | 1 | -1/+1 |
| | |||||
* | Add multi node support | Yannik Sander | 2021-06-22 | 1 | -5/+14 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Run multiple deployments in sequence Resolve targets later Extend context by deployed flake Apply clippy suggestions Add revoke command builder Track succeeded deploys Add revoke function Register revoke error as deploy error Prepare revoke command in activate Extend logger to handle revoke Implement revoke command client side Run revoke on previously suceeded Control whether to override by flag Adhere profile configuration auto_rollback setting Cargo fmt Correctly provide profile path to activation script when revoking Document multi flake mode in README Resolve a typo in README.md Co-authored-by: notgne2 <gen2@gen2.space> Use existing teminology rename revoke_suceeded -> rollback_suceeded Use more open CLI argument name `targets` instead of `flakes` Document name changes in README Add sudo command support for revokes Call run_deploy with `dry_active` flag Test revoke commands contains sudo Set default temp_path in activate binary Require temp_path for wait and activate subcommands Add copyright comment Address review change requests Fix typo in README Co-authored-by: Alexander Bantyev <balsoft@balsoft.ru> | ||||
* | Mention the matrix channel in the README | Alexander Bantyev | 2021-06-06 | 1 | -0/+2 |
| | |||||
* | 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 |
| | |||||
* | Add logo, remove early-development notice | notgne2 | 2020-12-15 | 1 | -3/+3 |
| | |||||
* | README: Fix example | Steven Roose | 2020-12-07 | 1 | -3/+3 |
| | |||||
* | Remove references to setActivate from README | notgne2 | 2020-11-22 | 1 | -3/+3 |
| | |||||
* | Use `/tmp` as temp directory, not `/tmp/deploy-rs` (resolves #8 by deprecation) | notgne2 | 2020-11-22 | 1 | -2/+2 |
| | |||||
* | Update README to document Magic Rollback better, and demonstrate extra Nix ↵ | notgne2 | 2020-11-14 | 1 | -9/+17 |
| | | | | arguments | ||||
* | Remove "TODO" from README | notgne2 | 2020-11-14 | 1 | -10/+0 |
| | |||||
* | Re-order link to examples in overall usage section in README | notgne2 | 2020-11-10 | 1 | -2/+2 |
| | |||||
* | Re-order overall usage description in README | notgne2 | 2020-11-10 | 1 | -34/+34 |
| | |||||
* | Improve language in README regarding overriding the hostname | notgne2 | 2020-11-10 | 1 | -2/+2 |
| | | | Co-authored-by: Christian Höppner <mkaito@users.noreply.github.com> | ||||
* | Fix setActivate documentation in `README.md` | notgne2 | 2020-11-10 | 1 | -2/+2 |
| | |||||
* | Remove bootstrap | notgne2 | 2020-11-07 | 1 | -3/+0 |
| | |||||
* | Add note about profilesOrder functionality | notgne2 | 2020-11-07 | 1 | -0/+1 |
| | |||||
* | Greatly expand documentation | notgne2 | 2020-11-07 | 1 | -10/+69 |
| | |||||
* | Mark UI off the TODO | notgne2 | 2020-10-29 | 1 | -1/+1 |
| | |||||
* | Add TODO for remote building | notgne2 | 2020-10-23 | 1 | -0/+1 |
| | |||||
* | Add note about `activate` in README | notgne2 | 2020-10-23 | 1 | -0/+2 |
| | |||||
* | Mark magic rollback off the checklist | notgne2 | 2020-10-13 | 1 | -1/+1 |
| | |||||
* | Document `profilePath` option | notgne2 | 2020-10-10 | 1 | -0/+3 |
| | |||||
* | Minor flake and documentation fixes | notgne2 | 2020-10-08 | 1 | -11/+11 |
| | |||||
* | Update documentation | notgne2 | 2020-10-08 | 1 | -6/+82 |
| | |||||
* | Update GitHub URL in README | notgne2 | 2020-10-05 | 1 | -3/+3 |
| | |||||
* | Add license information, reformat Nix files, clean up | notgne2 | 2020-09-29 | 1 | -4/+21 |
| | |||||
* | add README.md | notgne2 | 2020-09-28 | 1 | -0/+24 |