Commit Graph

6 Commits (fc6e8ab9137a32551d2661529b12e257fa6e1ca4)

Author SHA1 Message Date
Yenthe V.G fc6e8ab913 [auto_backup] FIX: failure type notification
Fixes https://github.com/OCA/server-tools/issues/710
2023-12-01 16:50:51 +01:00
Dave Lasley 98d4864407 [MIG] auto_backup: Migrate to v9
* Add self.ensure_ones
* Add test coverage
2023-12-01 16:50:51 +01:00
David Beal 4d82d1f52a [FIX] logger db_backup for pysftp (#419) 2023-12-01 16:50:51 +01:00
Javi Melendez 4393b3e186 [FIX] auto_backup: bad reference to field sftp_private_key (#423)
Bump module version to 8.0.1.0.1
2023-12-01 16:50:51 +01:00
archetipo 4c92b2047b FIX License type 2023-12-01 16:50:51 +01:00
Jairo Llopis 3295a72bde [auto_backup] Refactor.
- Follow template README.
- Remove HTML README.
- Move models to models folder.
- Model and view file names follow guidelines.
- Unused methods cleanup.
- Remove unneeded `.pot` file.
- Fix permissons.
- Follow PEP8 in names everywhere.
- Set more descriptive field names.
- Disable backups for other databases, for security.
- Remove db name from generated file, for easier cleanup.
- EAFP logic everywhere.
- More descriptive name.
- Data files moved to YAML, with cleaner ir.cron record creation.
- Add permissions for db.backup model.
- Icons.
- Update tests with new format.
- Storage method is a selectable, for easier extensibility.
- Instead of custom mailing, it just has a mail thread where you can subscribe.
- Should fix almost all comments in https://github.com/OCA/server-tools/pull/203.
- Reduce headers.

This respects the upstream license choice (GPL/AGPL) but reduces
verbosity.

It would be ideal to have everything under AGPL though.
2023-12-01 16:50:51 +01:00