20 Commits

Author SHA1 Message Date
Denis Leemann 9dcbe33366 run pre-commit 2025-12-15 15:34:26 +01:00
cyrilmanuel 700872bf1e [MIG] logging_json: Migration to 19.0 2025-10-03 07:49:21 +02:00
cyrilmanuel 5d921db4bc Fix template copier answer error 2025-10-02 13:58:15 +02:00
Florent Xicluna 06db90b42a Run pre-commit 2025-05-15 11:51:07 +02:00
Alexandre Fayolle 61d30ef6ff run pre-commit 2024-06-24 11:58:48 +02:00
vrenaville 25c7d71eb4 feat: init commit for version 17.0 2023-10-31 14:11:21 +01:00
Vincent Renaville 0d0ca60710 feat: bump azure library (#431) 2023-06-07 17:11:45 +02:00
Vincent Renaville 91e8999b5c feat: add kwkhtmltopdf asset fix (#395)
* feat: add kwkhtmltopdf asset fix
2022-12-12 10:31:16 +01:00
Vincent Renaville fc452c6a2a feat: remove after method (#393)
* fix: azure reading in stream monkey patch documents
2022-11-11 15:17:03 +01:00
Patrick Tombez 6bb5ffe3e9 [13.0][ADD] monitoring_prometheus (#239)
[13.0][ADD] monitoring_prometheus
2021-11-03 10:17:57 +01:00
Vincent Renaville 18e8e0b232 [IMP] Add identity (#238)
* [IMP] can use ad identity to access storage
2021-07-22 10:26:50 +02:00
Hiren Pattani 04e62246f4 [ADD] attachment_azure 2021-06-01 11:11:50 -05:00
Akim Juillerat 7bd76d3cd0 Fix authentication to Keystone v3
- Use newer version from python lib.
 - Define project_domain_id + user_domain_id in auth
2020-03-09 13:01:43 +01:00
Guewen Baconnier d032e518ba Pin PyYAML version because 5.x does not work with Odoo
It would raise ConstructorError: could not determine a constructor for the tag '!record'
2019-05-09 10:10:58 +02:00
Guewen Baconnier c6456a58f7 attachment_swift: share a session for all connections
OVH's Swift applies a rate limit on the authentication.

attachment_swift authenticates again each time it has to read/write an
attachment. When running upgrades on upgrades of files or installing a
new DB, at some point, we get rejected with HTTP 429.

This commit introduces a shared storage for Swift Session. All
connections will reuses the same authentication token created the first
time a connection needs a Session.

Note: needs python-swiftclient>=3.7.0 to have
https://github.com/openstack/python-swiftclient/commit/1971ef880ff225379d4a91f00f89f323a1605eeb
2019-05-09 10:10:58 +02:00
Akim Juillerat c61cf6c4e5 attachment_s3: Migrate to boto3 2019-03-11 15:39:53 +01:00
Thierry Ducrest dd8f2fc5c8 Add auth v2.0 for swift connection 2017-09-20 12:43:38 +02:00
Thierry Ducrest 017e1c7bd9 Create the module for Swift attachment 2017-08-25 16:34:12 +02:00
Guewen Baconnier 65e9bad4e5 Add monitoring_statsd in cloud_platform 2016-11-04 10:30:10 +01:00
Guewen Baconnier bed41d6719 Add requirements.txt 2016-11-03 17:37:00 +01:00