aboutsummaryrefslogtreecommitdiff
path: root/src (unfollow)
Commit message (Expand)AuthorFilesLines
2020-11-14Pass extra build args to build commandnotgne22-0/+12
2020-11-07Remove bootstrapnotgne23-55/+0
2020-11-07Unmute some more outputs, document the remaining mutesnotgne23-9/+2
2020-11-02Mildly improve loggingnotgne22-2/+3
2020-10-30Abbreviate match expression with unwrap_or()notgne21-4/+1
2020-10-30Tweak error messages a littlenotgne22-4/+4
2020-10-29Remove last remaining inappropriate panicsnotgne21-6/+29
2020-10-29Make all the errors work correctly (I am so so sorry)notgne25-175/+439
2020-10-29Make lock hash clearer (at apparently no expense)notgne22-2/+2
2020-10-29Set correct author on activate binarynotgne21-2/+5
2020-10-26Add more debug logsnotgne22-1/+11
2020-10-26Automatically run checks when deployingnotgne21-1/+43
2020-10-25Fail correctly if initial activation failsnotgne21-6/+8
2020-10-23Add an option to keep build resultsnotgne22-16/+54
2020-10-23Enable color for activation commandnotgne21-1/+3
2020-10-23Fix log messages, prevent non-flake builds writing to result, unmute stderr o...notgne21-4/+3
2020-10-23Warn when flakes are not available, forward stderr of Nix evaluationnotgne21-5/+9
2020-10-23Remove redundant defaultnotgne21-2/+2
2020-10-13Clean up some CLI arguments, make magic rollback optionalnotgne26-92/+132
2020-10-13Auto rollback if deployment is not confirmednotgne23-75/+226
2020-10-11Set working directory during activation to the profile pathnotgne21-0/+2
2020-10-11Move activate script location, use buildEnv for setActivatenotgne21-2/+2
2020-10-10Add profile path option to profilesnotgne22-7/+13
2020-10-08Update documentationnotgne22-39/+0
2020-10-06Add skip-push flagnotgne21-25/+36
2020-10-05Improve schema a bit, fix flake locks for examplesnotgne22-17/+26
2020-10-05Add interface with json schema, fix flake-less issues, put setActivate and js...notgne21-3/+6
2020-10-02General improvements, deprecate `activate` profile option in favor of executi...notgne24-117/+97
2020-10-01Handle more command exits correctlynotgne23-20/+55
2020-10-01Rework system for deploy properties, add CLI override flagsnotgne24-129/+260
2020-10-01Improve nix copy stuffnotgne24-29/+33
2020-09-29More separation and component testingnotgne22-51/+122
2020-09-29Add license information, reformat Nix files, clean upnotgne26-1/+25
2020-09-29Move all activation logic to activate.rs (the unused warnings got annoying)notgne23-110/+109
2020-09-29Pass extra arguments to the Nix build commandnotgne21-20/+32
2020-09-28Add examplesnotgne21-0/+2
2020-09-28use separate binary for activation, more cleanupnotgne25-140/+163
2020-09-28More functionsnotgne23-42/+50
2020-09-28separate out activation logicnotgne23-165/+184
2020-09-28separate and add tests for flake parsingnotgne21-22/+69
2020-09-28Add missing filesnotgne24-0/+300
2020-09-28minor patchesnotgne21-7/+4
2020-09-28some basic modularizationnotgne21-300/+20
2020-09-28fix some loggingnotgne21-8/+6
2020-09-28Crudely perform pushes before deploys, with little data re-use (untested)notgne21-66/+69
2020-09-28Mildly modularize and seperate deploy and push (untested)notgne21-46/+118
2020-09-28Add (untested) profiles order supportnotgne21-1/+21
2020-09-28add check sigs flagnotgne21-2/+14