aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
| * Warn when flakes are not available, forward stderr of Nix evaluationnotgne22020-10-231-5/+9
| |
| * Remove redundant defaultnotgne22020-10-231-2/+2
| |
| * Add note about `activate` in READMEnotgne22020-10-231-0/+2
| |
| * Mark magic rollback off the checklistnotgne22020-10-131-1/+1
| |
| * Fix json schemanotgne22020-10-131-2/+2
| |
| * Clean up some CLI arguments, make magic rollback optionalnotgne22020-10-137-92/+141
| |
| * Auto rollback if deployment is not confirmednotgne22020-10-135-84/+354
| |
| * Add missing license informationnotgne22020-10-113-0/+13
| |
| * Update lockfilesnotgne22020-10-112-24/+24
| |
| * Set working directory during activation to the profile pathnotgne22020-10-111-0/+2
| |
| * Update lock filesnotgne22020-10-113-57/+67
| |
| * Move activate script location, use buildEnv for setActivatenotgne22020-10-112-4/+4
| |
| * Document `profilePath` optionnotgne22020-10-102-0/+4
| |
| * Merge branch 'master' of github.com:notgne2/deploy-rs into masternotgne22020-10-107-84/+149
| |\
| | * Minor flake and documentation fixesnotgne22020-10-084-47/+75
| | |
| | * Update documentationnotgne22020-10-084-47/+84
| | |
| * | Add profile path option to profilesnotgne22020-10-103-7/+16
| |/
| * Add skip-push flagnotgne22020-10-062-28/+39
| |
| * Improve schema a bit, fix flake locks for examplesnotgne22020-10-055-46/+61
| |
| * Update GitHub URL in READMEnotgne22020-10-051-3/+3
| |
| * Clean up `simple` examplenotgne22020-10-052-30/+11
| |
| * Add interface with json schema, fix flake-less issues, put setActivate and ↵notgne22020-10-058-71/+371
| | | | | | | | jsonSchema check in flake lib
| * General improvements, deprecate `activate` profile option in favor of ↵notgne22020-10-026-166/+183
| | | | | | | | 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-2926-25/+757
| |\
| | * Add license information, reformat Nix files, clean upnotgne22020-09-2926-25/+757
| | |
| * | 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
| |
| * Pass extra arguments to the Nix build commandnotgne22020-09-291-20/+32
| |
| * add README.mdnotgne22020-09-281-0/+24
| |
| * Add examplesnotgne22020-09-2813-1/+209
| |
| * use separate binary for activation, more cleanupnotgne22020-09-287-141/+172
| |
| * More functionsnotgne22020-09-283-42/+50
| |
| * separate out activation logicnotgne22020-09-283-165/+184
| |
| * separate and add tests for flake parsingnotgne22020-09-281-22/+69
| |
| * Add missing filesnotgne22020-09-284-0/+300
| |
| * minor patchesnotgne22020-09-281-7/+4
| |
| * some basic modularizationnotgne22020-09-281-300/+20
| |
| * fix some loggingnotgne22020-09-281-8/+6
| |
| * Crudely perform pushes before deploys, with little data re-use (untested)notgne22020-09-281-66/+69
| |
| * Mildly modularize and seperate deploy and push (untested)notgne22020-09-281-46/+118
| |
| * Add (untested) profiles order supportnotgne22020-09-281-1/+21
| |
| * add check sigs flagnotgne22020-09-281-2/+14
| |
| * stuffnotgne22020-09-286-0/+1391
|
* Review startnotgne22020-10-260-0/+0