Daniel Reis
f3a6c6a2f8
Merge pull request #658 from LasLabs/feature/10.0/base_external_dbsource-refactor
[10.0][IMP] base_external_dbsource: Relicense to LGPL
8 years ago
OCA Git Bot
4d25bf9e90
[ADD] setup.py
8 years ago
Dennis Sluijk
4271241689
[10.0][MIG] Module Prototyper ( #634 )
* [ADD] Updated manifest and README
* [ADD] Version 10.0 template and api_version model
* [ADD] Updated license header, updated api call
* [FIX] Flake
* [FIX] Flake
* [FIX] Tests
* [FIX] Flake8
* [ADD] Extra test for changed method 'set_jinja_env'
* [FIX] Fixed 'Try me on runbot' button
8 years ago
Daniel Reis
feaee24cd0
Relicense to LGPL
With the agreement of authors and contributors.
Closes #635 (https://github.com/OCA/server-tools/issues/635 )
8 years ago
Adrien Peiffer (ACSONE)
9a1095eaf4
[FIX] Flake8
8 years ago
OCA Transbot
47462f23bd
OCA Transbot updated translations from Transifex
8 years ago
Adrien Peiffer (ACSONE)
6bb8a016d6
[ADD] Add setup.py
8 years ago
Adrien Peiffer (ACSONE)
0438f4ed83
Migration of server_environment to 10.0
8 years ago
OCA Git Bot
497150a830
[ADD] setup.py
8 years ago
OCA Git Bot
a6d7e0225f
[UPD] addons table in README.md
8 years ago
Dave Lasley
144235dfdd
Merge pull request #614 from laslabs/release/10.0/auto_backup
[MIG][10.0] auto_backup
8 years ago
OCA Git Bot
9e61c3d46f
[UPD] addons table in README.md
8 years ago
Michell Stuttgart
4b75084980
[10.0] Add Firebird database support to base_external_dbsource ( #623 )
8 years ago
Pedro M. Baeza
5fa168cc96
Merge pull request #629 from laslabs/bugfix/10.0/base_multi_image-unlink_bypass
[FIX][10.0] base_multi_image: Adhere to image delete bypass
8 years ago
Dave Lasley
da69c1870a
[FIX] base_multi_image: Adhere to image delete bypass
* Add catch in owner unlink to allow for image delete bypass via context
8 years ago
OCA Transbot
34ebc9a22d
OCA Transbot updated translations from Transifex
8 years ago
OCA Git Bot
99143cb8b4
[ADD] setup.py
8 years ago
OCA Git Bot
485c11f70b
[UPD] addons table in README.md
8 years ago
Dave Lasley
d0445a2127
[IMP] auto_backup: Add timeout note & blog link
8 years ago
Dave Lasley
4c77da4b77
[MIG] auto_backup: Update to v10
* Change openerp to odoo
* Bump version
* Rename manifest
* Add pysftp to requirements
* Add base_setup and update view
8 years ago
Dave Lasley
c46a309505
[ADD] auto_backup: Test coverage
* compute_name
* check_folder
* action_sftp_test_connection
* action_backup - sftp
* action_backup_all
* sftp_connection
* filename
8 years ago
Dave Lasley
a385974fc8
[MIG] auto_backup: Migrate to v9
* Add self.ensure_ones
* Add test coverage
8 years ago
Stéphane Bidoul (ACSONE)
8c4d5daf7e
[FIX] remove en.po that was erroneously created by transbot
8 years ago
OCA Transbot
7220128029
OCA Transbot updated translations from Transifex
8 years ago
OCA Transbot
aaa7d9564c
OCA Transbot updated translations from Transifex
8 years ago
OCA Transbot
ed124d685e
OCA Transbot updated translations from Transifex
9 years ago
OCA Transbot
ff45639c43
OCA Transbot updated translations from Transifex
9 years ago
David Beal
df026d7a82
[FIX] logger db_backup for pysftp ( #419 )
9 years ago
Javi Melendez
d78f7a9643
[FIX] auto_backup: Empty dump using sftp backup option ( #432 )
9 years ago
Javi Melendez
ba6c986977
[FIX] auto_backup: bad reference to field sftp_private_key ( #423 )
Bump module version to 8.0.1.0.1
9 years ago
OCA Transbot
0eef6c43db
OCA Transbot updated translations from Transifex
9 years ago
OCA Transbot
3aa3687d91
OCA Transbot updated translations from Transifex
9 years ago
OCA Transbot
d29552126b
OCA Transbot updated translations from Transifex
9 years ago
archetipo
bdb17f2283
FIX License type
9 years ago
Jairo Llopis
c70098f6ee
[FIX] This was removing all databases.
9 years ago
Jairo Llopis
71f4a1466d
Make sure you don't backup inside the filestore folder.
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.
9 years ago
Jairo Llopis
c63a7d5fa4
Avoid duplicated backups.
9 years ago
Jairo Llopis
afd15952bf
Add shortcut to execute backups from the "More" menu.
9 years ago
Jairo Llopis
7164c8aa0e
Fix view format.
9 years ago
Jairo Llopis
58a8ac7183
Reduce headers.
This respects the upstream license choice (GPL/AGPL) but reduces
verbosity.
It would be ideal to have everything under AGPL though.
9 years ago
Jairo Llopis
d1899bb643
[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 .
9 years ago
archetipo
0eb0dc9e69
[FIX] check_dd method
[ADD] test case improved
9 years ago
archetipo
7253a9a2b1
[RM] useless field
9 years ago
archetipo
3a0f71e5e2
[FIX] backup only local db , beacause xmlrpc call of dump cause memory leak
9 years ago
archetipo
ec314b9699
[FIX] travis lint check
9 years ago
archetipo
76879083ba
[FIX] fixed, last review remarks
9 years ago
archetipo
9f42da01da
[FIX] handled ssl hosts
[FIX] Flake8
9 years ago
archetipo
36e8c376c4
[FIX] handled ssl hosts
[FIX] Flake8
9 years ago
archetipo
37bf876a6d
[FIX] review remarks
9 years ago
archetipo
dd564d1f72
[FIX] Readme
9 years ago