Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

New version 0.4b #29

Merged
merged 21 commits into from
Sep 26, 2023
Merged
Changes from 2 commits
Commits
Show all changes
21 commits
Select commit Hold shift + click to select a range
83a3c99
Created argument --skip-snapshot and added relevent funcs in Instance…
tomerlf1 May 29, 2023
d73f8c4
Created argument --skip-snapshot and added relevent funcs in Instance…
tomerlf1 May 29, 2023
fcf894b
Merge branch 'tomerlf-snapshot-fr' of https://github.com/GoogleCloudP…
tomerlf1 May 29, 2023
1fdb566
Merge branch 'tomerlf-snapshot-fr' of https://github.com/GoogleCloudP…
tomerlf1 May 29, 2023
3913c85
Merge branch 'tomerlf-snapshot-fr' of https://github.com/GoogleCloudP…
tomerlf1 May 29, 2023
caf43d2
Merge branch 'tomerlf-snapshot-fr' of https://github.com/GoogleCloudP…
tomerlf1 May 29, 2023
96800b6
Merge remote-tracking branch 'origin/tomerlf-snapshot-fr' into tomerl…
tomerlf1 Jun 18, 2023
b3b4c5f
Merge remote-tracking branch 'origin/tomerlf-snapshot-fr' into tomerl…
tomerlf1 Jun 18, 2023
810715c
Merge branch 'tomerlf-snapshot-fr' of https://github.com/GoogleCloudP…
tomerlf1 Jun 27, 2023
a08b87f
Merge pull request #18 from GoogleCloudPlatform/tomerlf-snapshot-fr
runxinw Jun 27, 2023
293f165
added async backup with create snapshot task
tomerlf1 Jul 2, 2023
0d03805
Merge pull request #19 from GoogleCloudPlatform/tomerlf-async-backup
runxinw Jul 13, 2023
750e500
Patch for gce-rescue/issues/21
halleysouza Sep 18, 2023
2483bbb
Merge pull request #24 from GoogleCloudPlatform/issue21
runxinw Sep 18, 2023
00bb4eb
patch for issues/22.
halleysouza Sep 18, 2023
3978f31
Merge pull request #26 from GoogleCloudPlatform/issue22
runxinw Sep 19, 2023
6ecb776
Added storageLocations to snapshot creation.
halleysouza Sep 22, 2023
b341f22
Merge pull request #27 from GoogleCloudPlatform/issue23
halleysouza Sep 22, 2023
0f44091
Update README doc for new argument skip-snapshot.
halleysouza Sep 22, 2023
541971d
Merge pull request #28 from GoogleCloudPlatform/readme04beta
runxinw Sep 22, 2023
e8661fe
Bump version: 0.3-beta -> 0.4-beta
halleysouza Sep 25, 2023
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion gce_rescue/config.py
Original file line number Diff line number Diff line change
@@ -64,4 +64,4 @@ def process_args():

def set_configs(user_args):
config['debug'] = getattr(user_args, 'debug')
config['skip-snapshot'] = getattr(user_args, 'skip_snapshot')
config['skip-snapshot'] = getattr(user_args, 'skip_snapshot')