Commit Graph
319 Commits
Author SHA1 Message Date
SilvioC2C 278c59dcaf [FIX] session_redis: add incompatibility to auth_session_timeout
``session_redis`` is not compatible with ``auth_session_timeout``.
``session_redis`` overrides property ``odoo.http.Application.session_store`` by returning a ``RedisSessionStore`` object instead of a ``odoo.http.FilesystemSessionStore`` object.
``auth_session_timeout`` expects ``odoo.http.Application.session_store`` object to define method ``get_session_filename()``, which does not exist for ``RedisSessionStore`` objects.
This results in an ``AttributeError`` that prevents user authentication, and Odoo becomes inaccessible.
2025-05-07 17:14:48 +02:00
SilvioC2CandGitHub 29133238b9 Merge pull request #489 from camptocamp/15.0-fix-deprecated_GH_actions
[15.0][FIX] pre-commit: fix deprecated GH action
2025-05-07 17:14:24 +02:00
SilvioC2C db8e64f85a [FIX] pre-commit: fix deprecated GH action 2025-05-07 17:03:52 +02:00
Vincent RenavilleandGitHub 00b26621a2 feat: add memory monitoring for prometheus (#479) 2025-02-20 14:30:32 +01:00
Vincent RenavilleandGitHub 8046783eff feat: bump azure library (#430) 2023-06-07 17:11:34 +02:00
Yannick PayotandGitHub 60fe379a9a Merge pull request #423 from camptocamp/15.0-ci-to-gha
[15.0] Change CI to GitHub actions
2023-05-30 15:06:10 +02:00
Yannick Payot 483e328ab2 Fix CI issue with cryptography version 2023-05-24 19:44:34 +02:00
Yannick Payot 5d2779d03b Change CI to GitHub actions
Use copier template from oca/oca-addons-repo-template

Apply linting
2023-05-24 19:44:34 +02:00
Vincent RenavilleandGitHub 1731912ba4 feat: add setup.py entry for pip install modules (#378) 2022-06-27 09:45:24 +02:00
Nicolas Bessi (nbessi)andGitHub d17b645c7c Merge pull request #377 from ursais/15-dr-fix-redis
[15.0][FW][FIX] session_redis: 'werkzeug.contrib.sessions' is deprecated as of version 0.15
2022-06-08 14:42:46 +02:00
Daniel Reis a94b4ce9d0 [FIX] session_redis: 'werkzeug.contrib.sessions' is deprecated as of version 0.15 2022-06-08 07:58:52 +01:00
Sébastien AlixandGitHub e545c5d376 Merge pull request #365 from yankinmax/mig-object_storage_unsafe_mode
Object Storage - inactive mode
2022-05-18 15:57:29 +02:00
Stephane ManginandMaksym Yankin 306ec41241 base_fileurl_field: fix W8106(method-required-super) 2022-05-18 16:24:59 +03:00
Stephane ManginandMaksym Yankin 361891fedb Object storage inactivation: changes INACTIVE concept for DISABLE 2022-05-18 16:24:50 +03:00
Stephane ManginandMaksym Yankin de19785632 logging_json: fix W0622(redefined-builtin) 2022-05-18 16:24:42 +03:00
Stephane ManginandMaksym Yankin f06ac95508 Object Storage - inactive mode 2022-05-18 16:24:32 +03:00
Vincent RenavilleandGitHub 22726869cf Merge pull request #348 from vrenaville/150fix_split
fix: fix subdirectory issue
2022-03-03 14:26:49 +01:00
vrenaville 113e05a6e7 fix: fix subdirectory issue 2022-03-03 12:28:50 +01:00
Patrick TombezandGitHub f0c7ccfb03 [FIX] cloud_platform_azure: Fix container name pattern check (#343)
* [FIX] cloud_platform_azure: Fix container name pattern check

* Fix linting
2022-02-01 16:07:51 +01:00
Vincent RenavilleandGitHub 3e5fd4002d Merge pull request #337 from vrenaville/15fix_dupplicate
fix: dupplicate core raise error
2022-02-01 11:07:10 +01:00
vrenaville f03de10617 fix: dupplicate core raise error 2022-02-01 10:47:50 +01:00
Vincent RenavilleandGitHub b2c520e4db Merge pull request #330 from camptocamp/15fix_read_crdentials
[15.0] fix: do not raise error if credentials are not set on read
2022-01-24 17:05:46 +01:00
vrenaville b88cd22bac fix: do not raise error if credentials are not set on read 2022-01-24 15:39:35 +01:00
Vincent RenavilleandGitHub 9bc02f1c68 Merge pull request #323 from vrenaville/fix_container_creation
fix: forward patch cf45547b53
2022-01-13 14:35:22 +01:00
vrenaville eb5beaf28e fix: forward patch cf45547b53 2022-01-13 14:19:36 +01:00
Yannick Vaucher 185458f06b Bump version after refactor 2021-11-15 16:18:52 +01:00
Yannick VaucherandGitHub 6bc7b97c95 Merge pull request #309 from camptocamp/15.0-fp-attachment_azure-containername
[15.0][IMP] attachment_azure: Write and read storage name along filename for extended usability
2021-11-15 14:32:52 +01:00
Patrick TombezandYannick Vaucher 438cb2adc9 [13.0][IMP] attachment_azure: Write and read storage name along filename for extended usability 2021-11-15 12:57:17 +01:00
Yannick VaucherandGitHub f2e7518c3c Merge pull request #312 from yvaucher/15.0-fix-travis-typing-noreturn
[15.0] Fix travis Force Python version on Travis
2021-11-15 12:56:40 +01:00
Yannick VaucherandGitHub bb636eba9d Merge pull request #313 from camptocamp/15.0-travis-master-only
[15.0] Travis build only on master branches
2021-11-15 12:33:36 +01:00
Yannick Vaucher d4aa5e7b45 Travis build only on master branches
Avoid duplicate build on branches created for pull requests
2021-11-15 11:55:26 +01:00
Yannick Vaucher f92fb1ce20 Force Python version on Travis
This fixes an error

    TypeError: Plain typing.NoReturn is not valid as type argument

The error is due to a bug in Python 2.7.1

https://bugs.python.org/issue34921
2021-11-15 11:20:56 +01:00
Yannick VaucherandGitHub 1ca667e20d Merge pull request #306 from camptocamp/fix_readme_#244
Fix readme after PR #244
2021-11-15 09:12:08 +01:00
Florent Xicluna f5c7eb4f1b Align readme with PR #244 2021-11-12 09:04:56 +01:00
Yannick VaucherandGitHub 7049b90257 Merge pull request #290 from camptocamp/15.0-fp-cloud_platform-fix-redis-checks
[15.0][FIX] cloud_platform: Fix Redis checks
2021-11-11 20:17:21 +01:00
Patrick TombezandYannick Vaucher bb33417795 [13.0][FIX] cloud_platform: Fix Redis checks 2021-11-11 18:44:13 +01:00
Yannick VaucherandGitHub 942250ee89 Merge pull request #279 from camptocamp/15.0-fp-cloud_platform_azure
[MIG] cloud_platform_azure: Forwardport from 13.0 to 15.0
2021-11-11 18:42:54 +01:00
Yannick Vaucher 610ed56967 [MIG] cloud_platform_azure: Forwardport from 13.0 to 15.0 2021-11-09 09:41:29 +01:00
Patrick TombezandYannick Vaucher d8f236baad fix: Update bucket name format for new convention defined in platform specifications 2021-11-09 09:41:29 +01:00
Patrick TombezandYannick Vaucher dab9368852 [13.0][ADD] cloud_platform_azure 2021-11-09 09:41:29 +01:00
Yannick VaucherandGitHub 03a715e505 Merge pull request #277 from camptocamp/15.0-fp-cloud-abstract
[15.0] Forward port of cloud_platform abstraction
2021-11-09 09:40:31 +01:00
Alexandre FayolleandYannick Vaucher 7cf797af2a [FIX] cloud_platform_ovh uses swift 2021-11-09 09:39:32 +01:00
Patrick TombezandYannick Vaucher 899f390f66 [13.0][IMP] Make cloud_platform fully abstract + update related modules (#244) 2021-11-03 20:23:22 +01:00
Yannick VaucherandGitHub 35ad1a866e Merge pull request #276 from camptocamp/15.0-fp-monitoring_promotheus
[15.0] Forwardport monitoring_prometheus from 13.0
2021-11-03 12:27:48 +01:00
Yannick Vaucher beffc4c4d3 Forwardport monitoring_prometheus from 13.0 2021-11-03 10:20:59 +01:00
Patrick TombezandYannick Vaucher 6bb5ffe3e9 [13.0][ADD] monitoring_prometheus (#239)
[13.0][ADD] monitoring_prometheus
2021-11-03 10:17:57 +01:00
Denis LeemannandGitHub d0800a81fb Merge pull request #270 from leemannd/remove_dep_pr
Remove dependency reference to a closed PR
2021-10-27 11:51:30 +02:00
Denis Leemann bf12b1e8ae 15.0 requires python 3.7 2021-10-27 10:18:19 +02:00
Denis Leemann 32eace0764 Remove dependency reference to a closed PR 2021-10-27 09:51:46 +02:00
Yannick VaucherandGitHub d187ac9df2 Merge pull request #264 from camptocamp/15.0-modules_migration
15.0 Modules migration
2021-10-20 13:54:06 +02:00