aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Remove last remaining inappropriate panicsnotgne22020-10-291-6/+29
* Make all the errors work correctly (I am so so sorry)notgne22020-10-297-175/+462
* Make lock hash clearer (at apparently no expense)notgne22020-10-292-2/+2
* Set correct author on activate binarynotgne22020-10-291-2/+5
* Add deprecation warning to checkSchemanotgne22020-10-291-2/+1
* Fix authors list in package definitionnotgne22020-10-291-1/+1
* Update .gitignore to ignore all Nix resultsnotgne22020-10-291-1/+1
* Mark UI off the TODOnotgne22020-10-291-1/+1
* Merge branch 'master' into reviewnotgne22020-10-2636-0/+3698
|\
| * Add more debug logsnotgne22020-10-262-1/+11
| * Update example flakesnotgne22020-10-264-14/+14
| * Automatically run checks when deployingnotgne22020-10-261-1/+43
| * Improve checks usage, add check for activation script existingnotgne22020-10-261-3/+21
| * Fail correctly if initial activation failsnotgne22020-10-251-6/+8
| * Add TODO for remote buildingnotgne22020-10-231-0/+1
| * 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 o...notgne22020-10-231-4/+3
| * 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 js...notgne22020-10-058-71/+371
| * General improvements, deprecate `activate` profile option in favor of executi...notgne22020-10-026-166/+183
| * 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