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