aboutsummaryrefslogtreecommitdiff
path: root/src/main.rs (follow)
Commit message (Expand)AuthorAgeFilesLines
* Restructure projectnotgne22021-01-081-564/+0
* Modify activation logic to keep SSH connection alive for magic-rollback and a...notgne22020-12-301-1/+5
* Make printed deployment information be info level instead of warnnotgne22020-12-271-1/+1
* Replace logger, add more logging options including filesnotgne22020-12-271-8/+17
* Use crude Nix parsing for parsing the flake pathnotgne22020-11-291-4/+6
* Remove old `--no-link` flags to the Nix buildnotgne22020-11-271-1/+1
* Fix ProfileNotFound error messagenotgne22020-11-241-1/+1
* Print deployment if interactive mode is disablednotgne22020-11-221-0/+4
* Remove ref/cows from DeployDefs, add interactive flag (resolves #4)notgne22020-11-221-34/+49
* Refactor running to deprecate deploy_all_profiles/push_all_profilesnotgne22020-11-221-237/+122
* Partially add deployment confirmation utilities (for #4)notgne22020-11-221-0/+90
* Build nothing if checks attribute is missing in non-flakes mode (fixes #7)notgne22020-11-211-1/+1
* Pass extra build args to build commandnotgne22020-11-141-0/+7
* 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