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
/
deploy.rs
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
[#201] Deduce profile directory during activation
Roman Melnikov
2023-09-12
1
-15
/
+50
*
[Chore] Handle 'temp_path' as an actual 'Path' instead of 'String'
Roman Melnikov
2023-04-20
1
-15
/
+15
*
Add new activation strategy `boot` as equivalent to `nixos-rebuild boot`
Maximilian Bosch
2022-10-09
1
-2
/
+13
*
ensure spawned thread exits before main
Timothy DeHerrera
2021-11-18
1
-1
/
+5
*
General code cleanup
notgne2
2021-08-12
1
-33
/
+33
*
Add multi node support
Yannik Sander
2021-06-22
1
-7
/
+115
*
Apply notgne2 suggestions.
Oleg Pykhalov
2021-04-16
1
-3
/
+3
*
Add dry activate argument.
Oleg Pykhalov
2021-04-07
1
-7
/
+22
*
Remove `ssh://` prefix from SSH addresses
notgne2
2021-02-28
1
-1
/
+1
*
Re-use `ssh_addr`
notgne2
2021-02-28
1
-3
/
+3
*
Clean up adding Command arguments
notgne2
2021-02-09
1
-7
/
+7
*
Re-add debug log for activate command erroring
notgne2
2021-02-09
1
-0
/
+1
*
Clean up structure used for activation command error sending
notgne2
2021-02-09
1
-11
/
+9
*
Still wait for activation command to end even in cases of errors
notgne2
2021-02-09
1
-43
/
+70
*
Use oneshot signals to ensure SSH activate command has finished before deploy...
notgne2
2021-02-09
1
-7
/
+14
*
Wait for `ssh_activate` to complete and check for errors in magic_rollback ac...
notgne2
2021-02-09
1
-11
/
+20
*
changed: remove 2015-style extern crate
Bernardo Meurer
2021-01-26
1
-2
/
+2
*
Only build wait command if magic_rollback is enabled
notgne2
2021-01-14
1
-10
/
+10
*
Remove unused DeployPathToActivatePathError
notgne2
2021-01-08
1
-3
/
+0
*
Struct-ify arguments to build_wait_command
notgne2
2021-01-08
1
-21
/
+23
*
Struct-ify arguments to build_activate_command
notgne2
2021-01-08
1
-26
/
+28
*
Fix trivial lint issues
notgne2
2021-01-08
1
-4
/
+4
*
Restructure project
notgne2
2021-01-08
1
-0
/
+296