| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix example command in system example | notgne2 | 2020-10-30 | 1 | -1/+1 |
* | Tweak error messages a little | notgne2 | 2020-10-30 | 2 | -4/+4 |
* | Remove last remaining inappropriate panics | notgne2 | 2020-10-29 | 1 | -6/+29 |
* | Make all the errors work correctly (I am so so sorry) | notgne2 | 2020-10-29 | 7 | -175/+462 |
* | Make lock hash clearer (at apparently no expense) | notgne2 | 2020-10-29 | 2 | -2/+2 |
* | Set correct author on activate binary | notgne2 | 2020-10-29 | 1 | -2/+5 |
* | Add deprecation warning to checkSchema | notgne2 | 2020-10-29 | 1 | -2/+1 |
* | Fix authors list in package definition | notgne2 | 2020-10-29 | 1 | -1/+1 |
* | Update .gitignore to ignore all Nix results | notgne2 | 2020-10-29 | 1 | -1/+1 |
* | Mark UI off the TODO | notgne2 | 2020-10-29 | 1 | -1/+1 |
* | Merge branch 'master' into review | notgne2 | 2020-10-26 | 36 | -0/+3698 |
|\ |
|
| * | Add more debug logs | notgne2 | 2020-10-26 | 2 | -1/+11 |
| * | Update example flakes | notgne2 | 2020-10-26 | 4 | -14/+14 |
| * | Automatically run checks when deploying | notgne2 | 2020-10-26 | 1 | -1/+43 |
| * | Improve checks usage, add check for activation script existing | notgne2 | 2020-10-26 | 1 | -3/+21 |
| * | Fail correctly if initial activation fails | notgne2 | 2020-10-25 | 1 | -6/+8 |
| * | Add TODO for remote building | notgne2 | 2020-10-23 | 1 | -0/+1 |
| * | Add an option to keep build results | notgne2 | 2020-10-23 | 2 | -16/+54 |
| * | Enable color for activation command | notgne2 | 2020-10-23 | 1 | -1/+3 |
| * | Fix log messages, prevent non-flake builds writing to result, unmute stderr o... | notgne2 | 2020-10-23 | 1 | -4/+3 |
| * | Warn when flakes are not available, forward stderr of Nix evaluation | notgne2 | 2020-10-23 | 1 | -5/+9 |
| * | Remove redundant default | notgne2 | 2020-10-23 | 1 | -2/+2 |
| * | 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 |
| * | Fix json schema | notgne2 | 2020-10-13 | 1 | -2/+2 |
| * | Clean up some CLI arguments, make magic rollback optional | notgne2 | 2020-10-13 | 7 | -92/+141 |
| * | Auto rollback if deployment is not confirmed | notgne2 | 2020-10-13 | 5 | -84/+354 |
| * | Add missing license information | notgne2 | 2020-10-11 | 3 | -0/+13 |
| * | Update lockfiles | notgne2 | 2020-10-11 | 2 | -24/+24 |
| * | Set working directory during activation to the profile path | notgne2 | 2020-10-11 | 1 | -0/+2 |
| * | Update lock files | notgne2 | 2020-10-11 | 3 | -57/+67 |
| * | Move activate script location, use buildEnv for setActivate | notgne2 | 2020-10-11 | 2 | -4/+4 |
| * | Document `profilePath` option | notgne2 | 2020-10-10 | 2 | -0/+4 |
| * | Merge branch 'master' of github.com:notgne2/deploy-rs into master | notgne2 | 2020-10-10 | 7 | -84/+149 |
| |\ |
|
| | * | Minor flake and documentation fixes | notgne2 | 2020-10-08 | 4 | -47/+75 |
| | * | Update documentation | notgne2 | 2020-10-08 | 4 | -47/+84 |
| * | | Add profile path option to profiles | notgne2 | 2020-10-10 | 3 | -7/+16 |
| |/ |
|
| * | Add skip-push flag | notgne2 | 2020-10-06 | 2 | -28/+39 |
| * | Improve schema a bit, fix flake locks for examples | notgne2 | 2020-10-05 | 5 | -46/+61 |
| * | Update GitHub URL in README | notgne2 | 2020-10-05 | 1 | -3/+3 |
| * | Clean up `simple` example | notgne2 | 2020-10-05 | 2 | -30/+11 |
| * | Add interface with json schema, fix flake-less issues, put setActivate and js... | notgne2 | 2020-10-05 | 8 | -71/+371 |
| * | General improvements, deprecate `activate` profile option in favor of executi... | notgne2 | 2020-10-02 | 6 | -166/+183 |
| * | Handle more command exits correctly | notgne2 | 2020-10-01 | 3 | -20/+55 |
| * | Rework system for deploy properties, add CLI override flags | notgne2 | 2020-10-01 | 4 | -129/+260 |
| * | Improve nix copy stuff | notgne2 | 2020-10-01 | 4 | -29/+33 |
| * | Merge branch 'master' of github.com:notgne2/deploy-rs into master | notgne2 | 2020-09-29 | 26 | -25/+757 |
| |\ |
|
| | * | Add license information, reformat Nix files, clean up | notgne2 | 2020-09-29 | 26 | -25/+757 |
| * | | More separation and component testing | notgne2 | 2020-09-29 | 2 | -51/+122 |
| |/ |
|
| * | Move all activation logic to activate.rs (the unused warnings got annoying) | notgne2 | 2020-09-29 | 3 | -110/+109 |