Commit Graph

17 Commits (d24f3d77a3fd5dd12e4ea70f48e1db478c6e06a2)

Author SHA1 Message Date
Emilio Serna b1cc4ce906 [FIX] letsencrypt: remove `cryptography` from python depends
Such dependency is already included in Odoo requirements using a pinned
version [1]. Adding here could cause to upgrade the library to an
incompatible version.

[1] 710a2b2a7a/requirements.txt (L3)
2023-06-06 22:10:10 +00:00
Luis González 7af5f521fb [FIX] html_image_url_extractor: remove `lxml` from python depends
Such dependency is already included in Odoo requirements using a pinned
version [1]. Adding here could cause to upgrade the library to an
incompatible version.

[1] https://github.com/odoo/odoo/blob/54e58b3e47ee/requirements.txt#L23
2023-06-06 19:15:23 +00:00
Deivis Laya e70628ee60 [FIX] sentry: downgrade sentry-sdk to compatible version
Odoo requires urllib3 == 1.26.5
5c12ec09c5/requirements.txt (L42)

sentry-sdk > 1.9.0 required urllib3 >= 1.26.11
4f1f782fbe/setup.py (L43)

Currently, urllib3 >= 1.26.11 is causing the following error in
response.py:

``` Traceback (most recent call last):
"/home/odoo/.local/lib/python3.8/site-packages/urllib3/response.py",
line 705, in _error_catcher
    yield
  File
"/home/odoo/.local/lib/python3.8/site-packages/urllib3/response.py",
line 830, in _raw_read
    raise IncompleteRead(self._fp_bytes_read, self.length_remaining)
urllib3.exceptions.IncompleteRead: IncompleteRead(1501 bytes read, -827
more expected)
```

On the other hand, sentry 1.9.0 supports urllib3 >= 1.10.0, satisfying
odoo requirements.

This partially reverts
51115f5ea1.
That was initially introduced to support newer versions of `sentry_sdk`, but won't be required anymore
due to this downgrade.
2023-06-06 03:33:41 +00:00
Deivis Laya 51115f5ea1 [FIX] sentry: change with_locals to include_local_variables variable
Currently, version 1.17.0 of sentry_sdk is causing the following error:

SentryOption("with_locals", DEFAULT_OPTIONS["with_locals"], None),
KeyError: 'with_locals'.

Where the with_locals key is not found in the dictionary, generating an
error, stopping the installation of the sentry module.

In version 1.17.0 rename 'with_locals'  to 'include_local_variables'
79e33169aa

This commit adjust the  get_sentry_options() method in
https://github.com/Vauxoo/server-tools/blob/14.0/sentry/const.py file, set the new variable.
2023-03-18 03:16:30 +00:00
Sylvain LE GAL 76ea08b51e [FIX+IMP] module_analysis : remove analysis when updating modules, because the analysis is partial (it also make the update slower) ; Add instead a cron task that is executed nightly to update analysis automatically 2023-02-07 10:05:05 +01:00
Juliette Blanc 0946eba3ca [MIG] module_analysis: Migration to 15.0
[MIG] module_analysis: Migration to 15.0
2023-02-07 10:05:05 +01:00
Stefan Rijnhart 94a321446e [FIX] Pin cryptography to keep compatibility with Odoo's pyopenssl==19.0.0
Same as https://github.com/odoo/odoo/pull/99829
2023-01-23 13:14:44 +01:00
Mantux11 fa45e3289a [IMP] excel_import_export, excel_import_export_demo: black, isort, prettier 2022-12-29 11:59:46 +00:00
Pierre Verkest b602f145c7 [FIX] letsencrypt: freeze acme lib before version 2.0.0
This should be improved by #2502
2022-12-16 15:18:20 +01:00
Atte Isopuro 7971e6f284 [IMP] : black, isort, prettier 2022-10-20 09:53:12 +03:00
Anh Vu 60193a52a0 [15][MIG] 🎉 Migrate auto_backup 2022-09-21 07:18:59 +07:00
Ronald Portier 5041ec0eed [IMP] letsencrypt: black, isort, prettier 2022-04-07 11:21:35 +02:00
OCA-git-bot de5f4c45e3 Merge PR #2232 into 15.0
Signed-off-by dreispt
2022-02-17 19:39:26 +00:00
Mantux11 0e957a8a1a [IMP] html_text: black, isort, prettier 2022-01-13 10:58:54 +00:00
Ivàn Todorovich 76836d2e24 [IMP] base_view_inheritance_extension: pre-commit execution 2021-12-13 11:58:55 -03:00
Sylvain LE GAL ef0c459b37 [IMP] upgrade_coverage : generate coverage module file 2021-11-15 01:08:36 +01:00
Sylvain LE GAL 46f0b162c9 [MIG] upgrade_analysis from 14.0 to 15.0 2021-11-10 17:09:22 +01:00