Iván Todorovich
a9e4d6b102
pre-commit run -a
2026-05-20 09:50:57 -03:00
Iván Todorovich
6d93fbffac
dotfiles: update pre-commit config
2026-05-20 09:50:40 -03:00
Maksym Yankin
9981e029d4
[REF] monitoring_prometheus: server_environment should not be a required dependency
2026-05-20 09:52:52 +03:00
Maksym Yankin
8c43f2e673
[REF] cloud_platform: server_environment should not be a required dependency
2026-03-31 09:27:35 +03:00
083417f583
[FIX] logging_json: forward compatibility ( #510 )
...
Make the module compatible w/ ``python-json-logger==3.3.*`` (importing ``jsonlogger`` displays a deprecation warning)
Co-authored-by: SilvioC2C <87646954+SilvioC2C@users.noreply.github.com >
2026-02-13 13:33:41 +01:00
SilvioC2C and GitHub
627975b282
Merge pull request #491 from camptocamp/16.0-fix-session_redis
...
[16.0][FIX] session_redis: add incompatibility to auth_session_timeout
2025-05-08 13:21:02 +02:00
SilvioC2C
da0897b324
[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-08 11:24:02 +02:00
SilvioC2C
e08873f2e1
[FIX] pre-commit: fix deprecated GH action
2025-05-08 11:24:02 +02:00
SilvioC2C
bb1381839c
[FIX] pre-commit: auto fixes
2025-05-08 11:23:50 +02:00
Vincent Renaville and GitHub
d3e2bdcf4b
feat: add worker mem metrics ( #467 )
2025-01-29 13:50:57 +01:00
Alexandre Fayolle and GitHub
bd561bc503
Merge pull request #454 from odoo-contrib/patch-1
...
[16.0][FIX] Add arguments to session vacuum method
2024-08-27 11:45:09 +02:00
Alexandre Fayolle and GitHub
38a34772b8
Merge pull request #461 from gdgellatly/16.0-gdg-monitoring_log_requests
...
[MIG] Monitoring Log Requests v16
2024-08-27 11:39:50 +02:00
Graeme Gellatly
5c4235f20c
[MIG] Monitoring Log Requests v16
2024-06-07 14:16:10 +12:00
Fai
eba1a6de58
Add arguments to session vacuum method
...
`Session.vacuum` method contains extra arguments since this PR https://github.com/odoo/odoo/pull/122888
accept parameters to adapter this change
2024-05-12 17:16:50 -04:00
cyril jeanneret and GitHub
5b03cc4d55
Merge pull request #453 from sebalix/16-logging_json-fix-maximum_recursion_depth_exceeded
...
[16.0][FIX] logging_json: fix RecursionError
2024-03-27 13:24:08 +01:00
Sébastien Alix and cyrilmanuel
f34dc6be27
logging_json: fix RecursionError
...
Since Python 3.10, the use of 'threading.currentThread()' is deprecated
and generates a warning, and generating this warning log was in turn
entering in the `logging_json` mechanism, triggering an exception:
RecursionError: maximum recursion depth exceeded while calling a Python object
2024-03-27 13:19:22 +01:00
Sébastien Alix and GitHub
99e6785179
Merge pull request #459 from cyrilmanuel/fix-pre-commit
...
Update flake8 and Pylint version to fix pre-commit-config
2024-03-27 13:12:17 +01:00
cyrilmanuel
fe086c4b88
Update Pylint version from OCA pre-commit-config
2024-03-27 12:54:48 +01:00
Vincent Renaville and GitHub
0d0ca60710
feat: bump azure library ( #431 )
2023-06-07 17:11:45 +02:00
Vincent Renaville and GitHub
9069a09ad6
feat: clean version for storage ( #427 )
2023-06-07 11:19:11 +02:00
Yannick Payot and GitHub
d600d74e78
Merge pull request #424 from camptocamp/16.0-ci-to-gha
...
[16.0] Change CI to GitHub actions
2023-05-30 15:06:13 +02:00
Yannick Payot
d17d229b13
Change CI to GitHub actions
...
Use copier template from oca/oca-addons-repo-template
Apply linting
2023-05-24 18:22:55 +02:00
Vincent Renaville and GitHub
05d111f7c1
fix: kwhtmltopdf_asset setup ( #396 )
2022-12-12 10:48:57 +01:00
Vincent Renaville and GitHub
91e8999b5c
feat: add kwkhtmltopdf asset fix ( #395 )
...
* feat: add kwkhtmltopdf asset fix
2022-12-12 10:31:16 +01:00
Vincent Renaville and GitHub
fc452c6a2a
feat: remove after method ( #393 )
...
* fix: azure reading in stream monkey patch documents
2022-11-11 15:17:03 +01:00
988d4906bf
[MIG] session_redis: Migration to 16.0 ( #392 )
...
Co-authored-by: Hugo Santos <hugo.santos@factorlibre.com >
2022-11-09 13:39:53 +01:00
Vincent Renaville and GitHub
dddd130e79
fix: dependencies and deprecated code ( #390 )
2022-11-04 14:34:29 +01:00
Vincent Renaville and GitHub
14cab08024
fix: modifition setup ( #386 )
2022-09-26 11:31:17 +02:00
vrenaville
afc02b779f
feat: v16.0 : all modules uninstallable
2022-09-26 10:12:15 +02:00
Vincent Renaville and GitHub
1731912ba4
feat: add setup.py entry for pip install modules ( #378 )
2022-06-27 09:45:24 +02:00
Nicolas Bessi (nbessi) and GitHub
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 Alix and GitHub
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 Mangin and Maksym Yankin
306ec41241
base_fileurl_field: fix W8106(method-required-super)
2022-05-18 16:24:59 +03:00
Stephane Mangin and Maksym Yankin
361891fedb
Object storage inactivation: changes INACTIVE concept for DISABLE
2022-05-18 16:24:50 +03:00
Stephane Mangin and Maksym Yankin
de19785632
logging_json: fix W0622(redefined-builtin)
2022-05-18 16:24:42 +03:00
Stephane Mangin and Maksym Yankin
f06ac95508
Object Storage - inactive mode
2022-05-18 16:24:32 +03:00
Vincent Renaville and GitHub
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 Tombez and GitHub
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 Renaville and GitHub
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 Renaville and GitHub
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 Renaville and GitHub
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 Vaucher and GitHub
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 Tombez and Yannick 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 Vaucher and GitHub
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