index
:
deploy-rs
master
nom-flag
forked from https://github.com/serokell/deploy-rs/
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
(
unfollow
)
Commit message (
Collapse
)
Author
Files
Lines
2020-10-13
Clean up some CLI arguments, make magic rollback optional
notgne2
6
-92
/
+132
2020-10-13
Auto rollback if deployment is not confirmed
notgne2
3
-75
/
+226
2020-10-11
Set working directory during activation to the profile path
notgne2
1
-0
/
+2
2020-10-11
Move activate script location, use buildEnv for setActivate
notgne2
1
-2
/
+2
2020-10-10
Add profile path option to profiles
notgne2
2
-7
/
+13
2020-10-08
Update documentation
notgne2
2
-39
/
+0
2020-10-06
Add skip-push flag
notgne2
1
-25
/
+36
2020-10-05
Improve schema a bit, fix flake locks for examples
notgne2
2
-17
/
+26
2020-10-05
Add interface with json schema, fix flake-less issues, put setActivate and ↵
notgne2
1
-3
/
+6
jsonSchema check in flake lib
2020-10-02
General improvements, deprecate `activate` profile option in favor of ↵
notgne2
4
-117
/
+97
executing $PROFILE/activate (Wrap It Yourself) to ensure successful rollback activations
2020-10-01
Handle more command exits correctly
notgne2
3
-20
/
+55
2020-10-01
Rework system for deploy properties, add CLI override flags
notgne2
4
-129
/
+260
2020-10-01
Improve nix copy stuff
notgne2
4
-29
/
+33
2020-09-29
More separation and component testing
notgne2
2
-51
/
+122
2020-09-29
Add license information, reformat Nix files, clean up
notgne2
6
-1
/
+25
2020-09-29
Move all activation logic to activate.rs (the unused warnings got annoying)
notgne2
3
-110
/
+109
2020-09-29
Pass extra arguments to the Nix build command
notgne2
1
-20
/
+32
2020-09-28
Add examples
notgne2
1
-0
/
+2
2020-09-28
use separate binary for activation, more cleanup
notgne2
5
-140
/
+163
2020-09-28
More functions
notgne2
3
-42
/
+50
2020-09-28
separate out activation logic
notgne2
3
-165
/
+184
2020-09-28
separate and add tests for flake parsing
notgne2
1
-22
/
+69
2020-09-28
Add missing files
notgne2
4
-0
/
+300
2020-09-28
minor patches
notgne2
1
-7
/
+4
2020-09-28
some basic modularization
notgne2
1
-300
/
+20
2020-09-28
fix some logging
notgne2
1
-8
/
+6
2020-09-28
Crudely perform pushes before deploys, with little data re-use (untested)
notgne2
1
-66
/
+69
2020-09-28
Mildly modularize and seperate deploy and push (untested)
notgne2
1
-46
/
+118
2020-09-28
Add (untested) profiles order support
notgne2
1
-1
/
+21
2020-09-28
add check sigs flag
notgne2
1
-2
/
+14