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
Simone Orsi and GitHub
8a1a78fe8e
Merge pull request #136 from camptocamp/fixes
...
cloud_platform: fix default config
2020-02-04 13:39:11 +01:00
Simone Orsi
ec6f8ee541
cloud_platform: fix default config
...
`_config_by_server_env` should always retutn a `PlatformConfig` instance
2020-02-04 11:42:35 +01:00
Patrick Tombez and GitHub
7d3b359e3f
Merge pull request #129 from p-tombez/13.0-anon_redis_session
...
Add anonymous redis session expiration configuration
2020-01-29 16:27:48 +01:00
Patrick Tombez
5fcef3926f
Add anonymous redis session expiration configuration
2020-01-27 15:56:22 +01:00
Guewen Baconnier and GitHub
20c0138588
Merge pull request #126 from sbidoul/patch-1
...
[FIX] logging_json: PyPI package as python external dep
2020-01-14 16:17:51 +01:00
Stéphane Bidoul (ACSONE) and GitHub
24675ae14c
[FIX] logging_json: PyPI package as python external dep
2019-12-21 15:03:35 +01:00
Vincent Renaville and GitHub
7276de9cf0
Merge pull request #123 from vrenaville/fix_attachment_result
...
[13.0] Add method to force storage of special attachments to DB
2019-12-20 13:54:46 +01:00
Guewen Baconnier and vrenaville
3d25e59f0f
Add method to force storage of special attachments to DB
...
Some attachments (e.g. image_small, image_medium) are stored in DB
instead of the object storage for faster access.
In some situations, we may have pushed all these files on the Object
Storage (migration from a filesystem to object storage) and want to
bring back these attachments from the object storage to the database.
This method is not called anywhere but can be called by RPC or scripts.
2019-12-20 13:23:48 +01:00
Yannick Vaucher and GitHub
b083eaf63b
Merge pull request #118 from leemannd/description_added
...
[13.0] Add description to model
2019-12-10 10:59:09 +01:00
Denis Leemann
07f7b3b19f
Add description to model
...
This removes the useless warning at startup
2019-12-09 15:06:55 +01:00
Vincent Renaville and GitHub
d6b0c59488
Merge pull request #115 from vrenaville/imp_db_storage
...
[IMP] route file to db base on size and mimetype
2019-12-05 13:54:17 +01:00
vrenaville
29e6271a70
[IMP] route file to db base on size and mimetype
2019-12-05 09:34:23 +01:00
Vincent Renaville and GitHub
3726b264ba
Merge pull request #93 from Tonow-c2c/BSRD-286_MIG-13.0_cloud_platform_ovh
...
BSRD-286: MIG V13 cloud_platform_ovh
2019-12-03 14:02:02 +01:00
Vincent Renaville and GitHub
8f023ce2f0
Merge pull request #86 from Tonow-c2c/BSRD-286_MIG-13.0_base_fileurl_field
...
BSRD-286: MIG V13 base_fileurl_field
2019-12-03 14:01:34 +01:00
Tonow-c2c and GitHub
3a0492182f
Merge pull request #85 from Tonow-c2c/BSRD-286_MIG-13.0_attachment_swift
...
Bsrd 286 mig 13.0 attachment swift
2019-12-03 11:47:12 +01:00
Tonow-c2c
7d0889750f
BSRD-286: MIG V13 cloud_platform_ovh
2019-12-03 11:45:36 +01:00
Tonow-c2c
65cdd3dd64
BSRD-286: MIG V13 base_fileurl_field
2019-12-03 11:44:23 +01:00
Tonow-c2c
be6a79fa87
BSRD-286: MIG V13 attachement_swift
2019-12-03 10:51:59 +01:00
Guewen Baconnier and GitHub
3cb8ce8b8b
Merge pull request #113 from guewen/13.0-add-support-running-env-labs
...
[13.0] Add support of 'labs' RUNNING_ENV in cloud_platform
2019-11-29 15:52:23 +01:00
Guewen Baconnier
d9307f44cb
Add an advice in error message
2019-11-18 16:25:34 +01:00
Guewen Baconnier
a482f186ce
Add support of 'labs' RUNNING_ENV in cloud_platform
...
The labs env can be anything starting by 'labs', such as
'labs-logistics', 'labs-finance', ...
* At install, s3/swift is set as default storage
* However, unlike prod/integration, the storage is not forced to be an
object storage
* Redis is required
* When the storage is set on s3/swift, then the bucket name is mandatory
(otherwise, there is no place where to create the files...)
The redis prefix regex match is relaxed: anything starting by a project
name, then '-odoo-', then any combination of letters, digits, and dashes
is accepted (so a prefix my-project9-odoo-labs-web3 is valid).
2019-11-18 16:25:34 +01:00
Guewen Baconnier and GitHub
7684760065
Merge pull request #106 from camptocamp/revert-101-13.0-monitoring_check_db_connection
...
Revert "[13.0] [IMP] monitoring_status: check the db is reachable"
2019-11-18 14:45:09 +01:00
Guewen Baconnier
bb0d50418e
Use python3.6
2019-11-18 13:59:58 +01:00
Tonow-c2c and GitHub
47f80319f9
Merge pull request #90 from Tonow-c2c/BSRD-286_MIG-13.0_monitoring_statsd
...
BSRD-286: MIG V13 monitoring_statsd
2019-11-08 14:33:26 +01:00
Tonow-c2c and GitHub
c9c25df645
Merge pull request #92 from Tonow-c2c/BSRD-286_MIG-13.0_session_redis
...
BSRD-286: MIG V13 session_redis
2019-11-08 08:20:00 +01:00
Tonow-c2c and GitHub
e079271cbc
Merge pull request #91 from Tonow-c2c/BSRD-286_MIG-13.0_monitoring_status
...
BSRD-286: MIG V13 monitoring_status
2019-11-08 08:19:49 +01:00
Tonow-c2c and GitHub
2d634eb77e
Merge pull request #94 from Tonow-c2c/BSRD-286_MIG-13.0_monitoring_log_requests
...
BSRD-286: MIG V13 monitoring_log_requests
2019-11-08 08:19:19 +01:00
Tonow-c2c and GitHub
c8bd7c1440
Merge pull request #89 from Tonow-c2c/BSRD-286_MIG-13.0_logging_json
...
Bsrd 286 mig 13.0 logging json
2019-11-08 08:18:55 +01:00
Guewen Baconnier and GitHub
e5cd6a8f87
Revert "[13.0] [IMP] monitoring_status: check the db is reachable"
2019-10-29 17:32:39 +01:00
Tonow-c2c and GitHub
622d56b8cf
Merge pull request #88 from Tonow-c2c/BSRD-286_MIG-13.0_cloud_platform_exoscale
...
BSRD-286: MIG V13 cloud_platform_exoscale
2019-10-28 16:41:01 +01:00
Tonow-c2c and GitHub
6b90dcaf92
Merge pull request #87 from Tonow-c2c/BSRD-286_MIG-13.0_cloud_platform
...
BSRD-286: MIG V13 cloud_platform
2019-10-28 16:40:38 +01:00
Tonow-c2c and GitHub
6b8b2da4a3
Merge pull request #83 from grindtildeath/13.0-mig-base_attachment_object_storage
...
[MIG] base_attachment_object_storage: Migration to 13.0
2019-10-28 16:40:17 +01:00
Tonow-c2c and GitHub
41c3bae719
Merge pull request #82 from Tonow-c2c/BSRD-286_MIG-13.0_attachment_s3
...
Bsrd 286 mig 13.0 attachment s3
2019-10-28 16:39:53 +01:00
Simone Orsi and GitHub
2c6b11763e
Merge pull request #101 from gurneyalex/13.0-monitoring_check_db_connection
...
[13.0] [IMP] monitoring_status: check the db is reachable
2019-10-28 08:13:38 +01:00
Alexandre Fayolle
7a4f43d1fa
[IMP] monitoring_status: check the db is reachable
...
make a real SQL query on GET /monitoring/status and return a 503
if the query failed.
2019-10-25 16:25:54 +02:00
Tonow-c2c
702b8c2039
BSRD-286: MIG V13 monitoring_statsd
2019-10-08 18:18:58 +02:00
Tonow-c2c
c1c76144d2
BSRD-286: MIG V13 logging_json
2019-10-08 18:17:31 +02:00
Tonow-c2c
e9add2fa96
BSRD-286: MIG V13 session_redis
2019-10-08 17:19:13 +02:00
Tonow-c2c
a24ec00441
BSRD-286: MIG V13 monitoring_status
2019-10-08 17:18:52 +02:00
Tonow-c2c
6a2d8748b9
BSRD-286: MIG V13 monitoring_log_requests
2019-10-08 17:18:22 +02:00
Tonow-c2c
b785582aa2
BSRD-286: MIG V13 cloud_platform_exoscale
2019-10-08 17:17:26 +02:00
Tonow-c2c
c07adcd69e
BSRD-286: MIG V13 cloud_platform
2019-10-08 17:16:36 +02:00
Tonow-c2c
37a3852c80
BSRD-286: MIG V13 attachement_s3
2019-10-08 17:13:34 +02:00
Akim Juillerat
a7e364f93b
[MIG] base_attachment_object_storage: Migration to 13.0
2019-10-08 17:10:36 +02:00
Akim Juillerat and GitHub
529ae1052f
Merge pull request #95 from grindtildeath/13.0_fix_travis_version
...
Fix travis.yml VERSION
2019-10-08 16:43:38 +02:00
Akim Juillerat
f65cb0ab19
Fix travis.yml VERSION
2019-10-08 16:10:10 +02:00
Tonow-c2c and GitHub
ca78a983e7
Merge pull request #81 from Tonow-c2c/13.0
...
BSRD-286: Set the addons to uninstallable
2019-10-07 15:40:07 +02:00
Tonow-c2c
21c62cbd53
BSRD-286: rm test in travis.yml
2019-10-07 14:09:06 +02:00
Tonow-c2c
cbff157fdd
BSRD-286: Set the addons to uninstallable
2019-10-07 12:16:06 +02:00