-
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
[MIG][9.0] Redo auto_backup #620
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
Merged
lasley
merged 54 commits into
OCA:9.0
from
LasLabs:hotfix/9.0/auto_backup-commit_history
Nov 25, 2016
Merged
[MIG][9.0] Redo auto_backup #620
lasley
merged 54 commits into
OCA:9.0
from
LasLabs:hotfix/9.0/auto_backup-commit_history
Nov 25, 2016
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This reverts commit 2798d45.
Added all the new fields and sentences. This will be the template for translations.
Full translation of the module to Dutch
Add Chinese translations to the module. Written by talway.
Changed some translations
Thanks to Martin Schmid!
Flemish translations are identical to Dutch.
Used to open fp = open(file_path,'wb') a few lines before it was needed. This shouldn't be too much of a problem but opening and closing it right after eachother keeps the session open for less time and there are less chances on failure.
[FIX] Flake8 [RM] useless files
[FIX] schedule_backup method [IMP] IT translation [IMP] tests
[FIX] flake8
[FIX] Contributors
…call of mail.mail
[FIX] Flake8
[FIX] Flake8
The filestore is saved in the backup, so if you save the backup in the filestore, you'd end up with a huge backup that includes itself and the universe may collapse.
Bump module version to 8.0.1.0.1
* Add self.ensure_ones * Add test coverage
* compute_name * check_folder * action_sftp_test_connection * action_backup - sftp * action_backup_all * sftp_connection * filename
lmignon
approved these changes
Nov 24, 2016
Contributor
lmignon
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
JonathanNEMRY
approved these changes
Nov 25, 2016
adrienpeiffer
approved these changes
Nov 25, 2016
adrienpeiffer
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍
Merged
1 task
SiesslPhillip
pushed a commit
to grueneerde/OCA-server-tools
that referenced
this pull request
Nov 20, 2024
Syncing from upstream OCA/server-tools (12.0)
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Reverts and reapplies #526. Fixes #619