aboutsummaryrefslogtreecommitdiff
path: root/src (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Use crude Nix parsing for parsing the flake pathnotgne22020-11-292-46/+94
|
* Use the last `.` for node/profile name separation, ignore any trailing `.`. ↵notgne22020-11-271-2/+41
| | | | This should solve at least part of #10
* Quote node and profile names given to `nix build` (relates to #10)notgne22020-11-271-2/+2
|
* Remove old `--no-link` flags to the Nix buildnotgne22020-11-272-10/+6
|
* Fix ProfileNotFound error messagenotgne22020-11-241-1/+1
|
* Print deployment if interactive mode is disablednotgne22020-11-221-0/+4
|
* Remove ref/cows from DeployDefs, add interactive flag (resolves #4)notgne22020-11-224-54/+67
|
* Refactor running to deprecate deploy_all_profiles/push_all_profilesnotgne22020-11-221-237/+122
|
* Partially add deployment confirmation utilities (for #4)notgne22020-11-222-0/+93
|
* Use `/tmp` as temp directory, not `/tmp/deploy-rs` (resolves #8 by deprecation)notgne22020-11-222-5/+5
|
* Build nothing if checks attribute is missing in non-flakes mode (fixes #7)notgne22020-11-211-1/+1
|
* fixup! Check auto-rollback flag before deactivatingChristian Höppner2020-11-211-3/+1
|
* Check auto-rollback flag before deactivatingChristian Höppner2020-11-211-4/+12
|
* Make `magicRollback` be enabled by defaultnotgne22020-11-141-1/+1
|
* Pass extra build args to build commandnotgne22020-11-142-0/+12
|
* Remove bootstrapnotgne22020-11-073-55/+0
|
* Unmute some more outputs, document the remaining mutesnotgne22020-11-073-9/+2
|
* Mildly improve loggingnotgne22020-11-022-2/+3
|
* Abbreviate match expression with unwrap_or()notgne22020-10-301-4/+1
|
* Tweak error messages a littlenotgne22020-10-302-4/+4
|
* Remove last remaining inappropriate panicsnotgne22020-10-291-6/+29
|
* Make all the errors work correctly (I am so so sorry)notgne22020-10-295-175/+439
|
* Make lock hash clearer (at apparently no expense)notgne22020-10-292-2/+2
|
* Set correct author on activate binarynotgne22020-10-291-2/+5
|
* Add more debug logsnotgne22020-10-262-1/+11
|
* Automatically run checks when deployingnotgne22020-10-261-1/+43
|
* Fail correctly if initial activation failsnotgne22020-10-251-6/+8
|
* Add an option to keep build resultsnotgne22020-10-232-16/+54
|
* Enable color for activation commandnotgne22020-10-231-1/+3
|
* Fix log messages, prevent non-flake builds writing to result, unmute stderr ↵notgne22020-10-231-4/+3
| | | | on nix builds
* Warn when flakes are not available, forward stderr of Nix evaluationnotgne22020-10-231-5/+9
|
* Remove redundant defaultnotgne22020-10-231-2/+2
|
* Clean up some CLI arguments, make magic rollback optionalnotgne22020-10-136-92/+132
|
* Auto rollback if deployment is not confirmednotgne22020-10-133-75/+226
|
* Set working directory during activation to the profile pathnotgne22020-10-111-0/+2
|
* Move activate script location, use buildEnv for setActivatenotgne22020-10-111-2/+2
|
* Merge branch 'master' of github.com:notgne2/deploy-rs into masternotgne22020-10-102-39/+0
|\
| * Update documentationnotgne22020-10-082-39/+0
| |
* | Add profile path option to profilesnotgne22020-10-102-7/+13
|/
* Add skip-push flagnotgne22020-10-061-25/+36
|
* Improve schema a bit, fix flake locks for examplesnotgne22020-10-052-17/+26
|
* Add interface with json schema, fix flake-less issues, put setActivate and ↵notgne22020-10-051-3/+6
| | | | jsonSchema check in flake lib
* General improvements, deprecate `activate` profile option in favor of ↵notgne22020-10-024-117/+97
| | | | executing $PROFILE/activate (Wrap It Yourself) to ensure successful rollback activations
* Handle more command exits correctlynotgne22020-10-013-20/+55
|
* Rework system for deploy properties, add CLI override flagsnotgne22020-10-014-129/+260
|
* Improve nix copy stuffnotgne22020-10-014-29/+33
|
* Merge branch 'master' of github.com:notgne2/deploy-rs into masternotgne22020-09-296-1/+25
|\
| * Add license information, reformat Nix files, clean upnotgne22020-09-296-1/+25
| |
* | More separation and component testingnotgne22020-09-292-51/+122
|/
* Move all activation logic to activate.rs (the unused warnings got annoying)notgne22020-09-293-110/+109
|