aboutsummaryrefslogtreecommitdiff
path: root/src/main.rs (follow)
Commit message (Expand)AuthorAgeFilesLines
* Unmute some more outputs, document the remaining mutesnotgne22020-11-071-0/+1
* Mildly improve loggingnotgne22020-11-021-1/+1
* Tweak error messages a littlenotgne22020-10-301-3/+3
* Make all the errors work correctly (I am so so sorry)notgne22020-10-291-43/+151
* Add more debug logsnotgne22020-10-261-1/+4
* Automatically run checks when deployingnotgne22020-10-261-1/+43
* Add an option to keep build resultsnotgne22020-10-231-3/+24
* Warn when flakes are not available, forward stderr of Nix evaluationnotgne22020-10-231-5/+9
* Clean up some CLI arguments, make magic rollback optionalnotgne22020-10-131-36/+37
* Update documentationnotgne22020-10-081-14/+0
* Add skip-push flagnotgne22020-10-061-25/+36
* Improve schema a bit, fix flake locks for examplesnotgne22020-10-051-9/+19
* Add interface with json schema, fix flake-less issues, put setActivate and js...notgne22020-10-051-3/+6
* Rework system for deploy properties, add CLI override flagsnotgne22020-10-011-45/+95
* Improve nix copy stuffnotgne22020-10-011-0/+2
* Merge branch 'master' of github.com:notgne2/deploy-rs into masternotgne22020-09-291-1/+5
|\
| * Add license information, reformat Nix files, clean upnotgne22020-09-291-1/+5
* | More separation and component testingnotgne22020-09-291-23/+34
|/
* Pass extra arguments to the Nix build commandnotgne22020-09-291-20/+32
* Add examplesnotgne22020-09-281-0/+2
* use separate binary for activation, more cleanupnotgne22020-09-281-133/+87
* More functionsnotgne22020-09-281-40/+49
* separate out activation logicnotgne22020-09-281-161/+8
* separate and add tests for flake parsingnotgne22020-09-281-22/+69
* 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-281-0/+598