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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
|
|
Merge pull request #50 from serokell/balsoft/update-inputs
notgne2
2021-01-20
1
-12
/
+12
|
\
\
\
|
*
|
|
Update all flake inputs to latest versions
Alexander Bantyev
2021-01-18
1
-12
/
+12
|
/
/
/
|
*
|
Merge branch 'master' into notgne2/cleanup
notgne2
2021-01-14
2
-2
/
+9
|
|
\
\
|
|
/
/
|
/
|
|
*
|
|
Merge pull request #48 from serokell/notgne2/raise-wait-timeout
notgne2
2021-01-14
1
-1
/
+1
|
\
\
\
|
*
|
|
Raise wait timeout
notgne2
2021-01-14
1
-1
/
+1
|
/
/
/
*
|
|
Merge pull request #42 from serokell/notgne2/fix-systemd-boot-entry
notgne2
2021-01-10
1
-1
/
+8
|
\
\
\
|
*
\
\
Merge branch 'master' into notgne2/fix-systemd-boot-entry
notgne2
2021-01-10
6
-128
/
+520
|
|
\
\
\
|
|
/
/
/
|
/
|
|
|
|
*
|
|
Check if systemd-boot is enabled before attempting to delete default entry line
notgne2
2021-01-08
1
-1
/
+3
|
*
|
|
Use boot path from configuration and ignore failures when updating loader conf
notgne2
2021-01-06
1
-1
/
+1
|
*
|
|
Automatically filter out `default` line from loader.conf after NixOS activation
notgne2
2021-01-05
1
-1
/
+6
|
|
*
|
Only build wait command if magic_rollback is enabled
notgne2
2021-01-14
1
-10
/
+10
|
|
*
|
Don't import PushProfileData
notgne2
2021-01-08
1
-2
/
+1
|
|
*
|
Remove unused DeployPathToActivatePathError
notgne2
2021-01-08
3
-13
/
+0
|
|
*
|
Remove `Error` postfixes from error variants variants
notgne2
2021-01-08
1
-18
/
+16
|
|
*
|
Use type definition for ToDeploy
notgne2
2021-01-08
1
-53
/
+52
|
|
*
|
Struct-ify arguments to push_profile
notgne2
2021-01-08
2
-42
/
+62
|
|
*
|
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
4
-8
/
+7
|
|
*
|
Restructure project
notgne2
2021-01-08
7
-58
/
+52
|
|
/
/
|
/
|
|
*
|
|
Merge branch 'notgne2/new-logger'
notgne2
2021-01-08
6
-128
/
+520
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
Format logs differently
notgne2
2021-01-01
1
-3
/
+3
|
*
|
Modify activation logic to keep SSH connection alive for magic-rollback and a...
notgne2
2020-12-30
6
-86
/
+339
|
*
|
Make printed deployment information be info level instead of warn
notgne2
2020-12-27
1
-1
/
+1
|
*
|
Remove discriminant (they are already differenciated by binary name)
notgne2
2020-12-27
1
-1
/
+0
|
*
|
Deduplicate level to emoji pattern into make_emoji()
notgne2
2020-12-27
1
-14
/
+12
|
*
|
Fix log dir/file mismatch
notgne2
2020-12-27
2
-3
/
+3
|
*
|
Use error log macro more in activate.rs
notgne2
2020-12-27
1
-7
/
+3
|
*
|
Replace logger, add more logging options including files
notgne2
2020-12-27
6
-60
/
+206
|
|
*
Add note about shell escaping quoted hostname or profile names
notgne2
2021-01-24
1
-1
/
+1
|
|
*
Document quotating profile or hostnames with a `.` in CLI (closes #10)
notgne2
2021-01-01
1
-1
/
+1
|
|
/
|
/
|
*
|
Merge pull request #35 from serokell/notgne2/fix-settings-merge
notgne2
2020-12-27
1
-2
/
+2
|
\
\
|
|
/
|
/
|
|
*
Merge branch 'master' into notgne2/fix-settings-merge
notgne2
2020-12-27
1
-1
/
+1
|
|
\
|
|
/
|
/
|
*
|
Merge pull request #30 from serokell/notgne2/fix-substitution
notgne2
2020-12-20
1
-1
/
+1
|
\
\
|
*
|
Fix fast_connection flag to enable substitute-on-destination correctly
notgne2
2020-12-19
1
-1
/
+1
|
/
/
|
*
Fix the order in which settings are merged
notgne2
2020-12-22
1
-2
/
+2
|
/
*
Simplify the types involved a little
Andreas Fuchs
2020-12-15
1
-4
/
+4
*
Build "activate" binary on all platforms
Andreas Fuchs
2020-12-15
1
-2
/
+0
*
Use notify crate to learn about deletion of the activation sentinel
Andreas Fuchs
2020-12-15
1
-33
/
+39
*
Update tokio & pull in notify, instead of inotify
Andreas Fuchs
2020-12-15
2
-108
/
+272
*
Add reuse header to logo
notgne2
2020-12-15
1
-0
/
+3
*
Add logo, remove early-development notice
notgne2
2020-12-15
2
-3
/
+104
*
Debump the smol_str version to 0.1.16 to build on rust 1.45.2 (#28)
Andreas Fuchs
2020-12-15
2
-2
/
+8
*
README: Fix example
Steven Roose
2020-12-07
1
-3
/
+3
*
Add SPDX-FileCopyrightText to the three files that I changed substantially
Andreas Fuchs
2020-12-02
3
-0
/
+3
*
Reinstate NoProfileUser
Andreas Fuchs
2020-12-02
1
-0
/
+1
*
Clean up utils/mod.rs
Alexander Bantyev
2020-12-02
1
-12
/
+0
*
activate flake check: confirm that activate-rs exists in the profile
Alexander Bantyev
2020-12-02
1
-1
/
+3
*
Fail early if there is no activation script in profile path
Alexander Bantyev
2020-12-02
1
-0
/
+17
*
Use DeployData's store path to build the activate-rs path
Andreas Fuchs
2020-12-02
3
-30
/
+4
[prev]
[next]