Commit Graph
27 Commits
Author SHA1 Message Date
Yannick Vaucher a134eaaf3a Travis build only on master branches
Avoid duplicate build on branches created for pull requests
2021-11-15 12:38:22 +01:00
Yannick VaucherandGitHub 8c9f5bde15 Merge pull request #307 from p-tombez/13.0-allow-multiple-containers
[13.0][IMP] attachment_azure: Write and read storage name along filename for extended usability
2021-11-15 09:26:20 +01:00
Yannick Vaucher 68b1480467 Bump patch version 2021-11-10 16:04:12 +01:00
Yannick VaucherandGitHub 612d845b94 Merge pull request #287 from p-tombez/13.0-fix_redis_checks
[13.0][FIX] cloud_platform: Fix Redis checks
2021-11-10 16:03:29 +01:00
Yannick Vaucher 393de74a2e Bump version 2021-11-09 09:31:49 +01:00
Yannick VaucherandGitHub 19856b5ea0 Merge pull request #282 from yvaucher/13.0-bp-ovh-store-type
[13.0][FIX] cloud_platform_ovh uses swift
2021-11-09 09:11:11 +01:00
Yannick Vaucher e8d4373cdb Bump version after refactor 2021-11-08 11:57:12 +01:00
Yannick VaucherandGitHub bc62fb99ad Merge pull request #249 from p-tombez/13.0-add_cloud_platform_azure
[13.0][ADD] cloud_platform_azure
2021-11-01 17:13:19 +01:00
Yannick VaucherandGitHub 8e5d2f4ba3 Merge pull request #259 from nilshamerlinck/13.0-fix-attachment_azure
[13.0][FIX] attachment_azure
2021-10-20 18:08:43 +02:00
Yannick VaucherandGitHub dbba78cee5 Merge pull request #256 from dannyadair/dannyadair/swift-per-db
[13.0] attachment_swift: multi-tenancy use db name in container
2021-10-12 18:51:12 +02:00
Yannick VaucherandGitHub b849b89cbd Merge pull request #261 from gurneyalex/13.0-fix-monitoring_log_requests
[FIX] monitoring_log_requests
2021-10-12 18:49:10 +02:00
Yannick VaucherandGitHub 13d7d156a3 Merge pull request #243 from p-tombez/backport_attachment_azure
[MIG] attachment_azure: Backport from 14.0 to 13.0
2021-08-05 10:24:57 +02:00
Yannick VaucherandGitHub 636c824bd1 Merge pull request #229 from avoinsystems/13.0-fix-bucket-name-format
[FIX] Bucket name formatting
2021-05-31 09:43:20 +02:00
Yannick VaucherandGitHub 12c79ad20e Merge pull request #226 from yvaucher/13.0-bp-multi-tenancy
[13.0] [BP] attachment_s3: multi-tenancy use db name in bucket
2021-05-27 18:28:21 +02:00
Yannick Vaucher 09361a9c3e attachment_s3: multi-tenancy use db name in bucket
Adds the possibility to insert `{db}` placeholder in the bucket name
that will be replaced by the database name to form a unique bucket
name per database.
2021-05-27 18:16:34 +02:00
Yannick Vaucher feb737cb25 Swift same by-pass structured store location 2020-02-25 16:28:35 +01:00
Yannick Vaucher 6f66af94ab Add AWS_BUCKETNAME_UNSTRUCTURED to by-pass check
Curently the name of the bucket is cross checked with the
running environment. In rare case you can have a bucket name
that doesn't match the structure <project>-odoo-<env> in place.
2020-02-25 16:28:35 +01:00
Yannick VaucherandGitHub b083eaf63b Merge pull request #118 from leemannd/description_added
[13.0] Add description to model
2019-12-10 10:59:09 +01:00
Yannick VaucherandGitHub 486f15095f Merge pull request #53 from p-tombez/12.0-fix_s3_name_check
Fix S3 bucket name check to allow numbers
2019-05-01 16:24:28 +02:00
Yannick Vaucher 8ccddefd06 Fix use of aws where hostname is not required
This fixes an error with endpoint computed as https://None while
we want to let boto compute the AWS endpoint
2019-04-17 14:51:46 +02:00
Yannick VaucherandGitHub c3310cbd9f Merge pull request #45 from Numigi/12.0-monitoring_log_requests_dispatch_classmethod
12.0: monitorin_log_request: _dispatch is a classmethod
2019-04-16 15:10:11 +02:00
Yannick VaucherandGitHub b05413f020 Merge pull request #49 from grindtildeath/12.0_add_base_fileurl_field
[12.0] Add base_fileurl_field
2019-04-08 17:04:53 +02:00
Yannick VaucherandAkim Juillerat 2d8d1f808b Update base_fileurl_field/fields.py
Co-Authored-By: grindtildeath <akim.juillerat@camptocamp.com>
2019-03-13 19:18:07 +01:00
Yannick VaucherandGitHub a7207cc3e7 Merge pull request #48 from grindtildeath/12.0_improvements
12.0 attachment_s3 improvements
2019-03-12 09:09:04 +01:00
Yannick VaucherandGitHub 78d99ff330 Remove useless call to lower()
'0'.lower() == '0'
2018-02-08 14:49:15 +01:00
Yannick VaucherandGuewen Baconnier a3abfca6c5 Don't try to decode None when key was removed from database 2018-01-11 10:41:26 +01:00
Yannick Vaucher a3c0322982 Add AWS_REGION to connect to bucket with specific region 2017-11-13 16:29:01 +01:00