Commit Graph

732 Commits (402acf8b8952a63be40e32ef873cdaf8d85dfd1c)

Author SHA1 Message Date
OCA-git-bot 402acf8b89 [UPD] README.rst 2024-05-13 12:22:13 +03:00
Florian Mounier 8c9bb8f5a8 [FIX] sentry: Fix bad ported version 2024-05-13 12:22:13 +03:00
Florian Mounier 7d82a46c52 [FIX] sentry: warn about sentry_transport only if it is specified in config 2024-05-13 12:22:13 +03:00
Florian Mounier 9293edd67a [FIX] sentry: Patch odoo.service.server wsgi app
Because post_load is called after odoo.service.server start
It has already registered the unpatched   odoo.service.wsgi_server.application
So patch it here too.
This enables wsgi performance reporting with sentry_traces_sample_rate
2024-05-13 12:22:13 +03:00
Florian Mounier 47f44c9d1a [FIX] sentry: Coerce numerical config values 2024-05-13 12:22:13 +03:00
Fernanda Hernandez f176b8bd9d [IMP] sentry: migrate sentry-raven to new api sentry-sdk 2024-05-13 12:22:13 +03:00
Dept. Técnico b93b9b8e22 Added translation using Weblate (Catalan) 2024-05-13 12:22:13 +03:00
OCA-git-bot 8b6facbdb9 sentry 14.0.1.0.2 2024-05-13 12:22:13 +03:00
Travis Waelbroeck 54527d3a40 [FIX] sentry: enable use of "sentry_odoo_dir" config parameter
Allow using `sentry_release` or `sentry_odoo_dir` in the Odoo
configuration file.

Previously, the `sentry_odoo_dir` was never actually respected. It would
always be overridden by `sentry_release`. Even if `sentry_release` is
not set, it will use an empty value instead of using `sentry_odoo_dir`
to find the Git commit hash.

After this commit, the `sentry_release` parameter still takes
precedence. However, if `sentry_release` is not set and
`sentry_odoo_dir` is set, then `sentry_odoo_dir` will be used to find
the appropriate Git commit hash, which will be used as the `release`
value.

Both cases are covered by the added unit tests.
2024-05-13 12:22:13 +03:00
OCA-git-bot bc389b87f9 sentry 14.0.1.0.1 2024-05-13 12:22:13 +03:00
Luis González a2dbe57ebd [FIX] sentry: Warning when using classes from collections.abc
The following warning is fixed:

    DeprecationWarning: Using or importing the ABCs from 'collections' instead of
    from 'collections.abc' is deprecated since Python 3.3, and in 3.9 it will stop
    working
2024-05-13 12:22:13 +03:00
oca-travis e65898380d [UPD] Update sentry.pot 2024-05-13 12:22:13 +03:00
OCA-git-bot 18f2ecc88c [UPD] README.rst 2024-05-13 12:22:13 +03:00
OCA Transbot a9be1c3e01 Update translation files
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.

Translation: server-tools-14.0/server-tools-14.0-sentry
Translate-URL: https://translation.odoo-community.org/projects/server-tools-14-0/server-tools-14-0-sentry/
2024-05-13 12:22:13 +03:00
Travis Waelbroeck f82ac17a2f [MIG] sentry: Migration to 14.0 2024-05-13 12:22:13 +03:00
OCA-git-bot 3bb29910da sentry 13.0.1.1.0 2024-05-13 12:22:13 +03:00
Moisés López a831097838 [REF] sentry: Fix sentry title level
fix https://github.com/OCA/maintainer-tools/issues/459
https://github.com/OCA/server-tools/pull/1776#discussion_r436904679
Credits sbidoul

[UPD] README.rst
2024-05-13 12:22:13 +03:00
Moises Lopez - https://www.vauxoo.com/ 1db17837a0 [REF] sentry: README.rst using gen_addon_readme.py locally
because https://github.com/OCA/maintainer-tools/issues/459

[UPD] Update sentry.pot
2024-05-13 12:22:13 +03:00
Ivan 3305ee1a6c [MIG] sentry: Migration to 13.0 2024-05-13 12:22:13 +03:00
Ivan 4f78f32bba [IMP] sentry: black, isort 2024-05-13 12:22:13 +03:00
黎伟杰 baaea01fa7 Added translation using Weblate (Chinese (Simplified)) 2024-05-13 12:22:13 +03:00
jeffery chen fan 761f0c3618 migrate to 12.0
[UPD] Update sentry.pot
2024-05-13 12:22:13 +03:00
Simone Orsi 6681cab825 Global pylint cleanup 2024-05-13 12:22:13 +03:00
Atte Isopuro 0af26db9a9 Enable setting a release option directly
sentry: It is not always possible to read commit information from
a production environment. In those cases it is useful to be able
to set a release version manually.

[UPD] Update sentry.pot
2024-05-13 12:22:13 +03:00
Nicolas JEUDY b88cba6325 [FIX] Better manage KEYS - FIELDS conversion 2024-05-13 12:22:13 +03:00
Naglis Jonaitis ca64d9c5e2 [MIG] sentry to V11
- [FIX] sentry: fixes missing `raven` library preventing loading of modules
- [FIX] 2to3 script on py file
- [FIX] add requirements.txt
2024-05-13 12:22:13 +03:00
Naglis Jonaitis a12917d37e [FIX] sentry: fixes missing `raven` library preventing loading of modules
Related: #761 #879 #881
2024-05-13 12:22:13 +03:00
Naglis Jonaitis 03c1f1b37a [ADD] sentry module (#761)
* [ADD] sentry module

* [FIX] updated sentry module according to PR comments
2024-05-13 12:22:13 +03:00
mymage f040c39628 Translated using Weblate (Italian)
Currently translated at 100.0% (4 of 4 strings)

Translation: server-tools-17.0/server-tools-17.0-module_auto_update
Translate-URL: https://translation.odoo-community.org/projects/server-tools-17-0/server-tools-17-0-module_auto_update/it/
2024-05-03 16:34:48 +00:00
Weblate 576750e767 Update translation files
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.

Translation: server-tools-17.0/server-tools-17.0-module_auto_update
Translate-URL: https://translation.odoo-community.org/projects/server-tools-17-0/server-tools-17-0-module_auto_update/
2024-05-03 11:10:41 +00:00
mymage d5aa28da1b Translated using Weblate (Italian)
Currently translated at 100.0% (25 of 25 strings)

Translation: server-tools-17.0/server-tools-17.0-tracking_manager
Translate-URL: https://translation.odoo-community.org/projects/server-tools-17-0/server-tools-17-0-tracking_manager/it/
2024-05-03 09:36:47 +00:00
OCA-git-bot 48bf5d813d [BOT] post-merge updates 2024-05-03 08:19:42 +00:00
oca-ci e544da5f58 [UPD] Update module_auto_update.pot 2024-05-03 08:17:10 +00:00
OCA-git-bot a7753964c4 Merge PR #2763 into 17.0
Signed-off-by dreispt
2024-05-03 08:14:48 +00:00
Weblate bf1cd77fc4 Update translation files
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.

Translation: server-tools-17.0/server-tools-17.0-tracking_manager
Translate-URL: https://translation.odoo-community.org/projects/server-tools-17-0/server-tools-17-0-tracking_manager/
2024-05-02 15:08:32 +00:00
OCA-git-bot d2cdf00b39 [BOT] post-merge updates 2024-05-02 13:16:21 +00:00
oca-ci 760c5bec83 [UPD] Update tracking_manager.pot 2024-05-02 13:13:59 +00:00
OCA-git-bot 4c468dd081 Merge PR #2916 into 17.0
Signed-off-by pedrobaeza
2024-05-02 13:11:38 +00:00
Christopher Rogos c906b3509a [MIG] tracking_manager: Migration to 17.0 2024-05-02 12:54:27 +00:00
Christopher Rogos 51611e8936 [IMP] tracking_manager: black, isort, prettier 2024-05-02 12:47:20 +00:00
Christopher Rogos c94076d517 [IMP] tracking_manager: allow tracking readonly fields 2024-05-02 12:47:20 +00:00
Ivorra78 a9b17f2fa2 Added translation using Weblate (Spanish) 2024-05-02 12:47:20 +00:00
Christopher Rogos afdf4e33b6 [IMP] tracking_manager: Check records not empty 2024-05-02 12:47:20 +00:00
mymage fad082484f Added translation using Weblate (Italian) 2024-05-02 12:47:20 +00:00
Christopher Rogos 48fa0791ca [MIG] tracking_manager: Migration to 16.0 2024-05-02 12:47:20 +00:00
Christopher Rogos 40217601fc [MIG] tracking_manager: Migration to 15.0 2024-05-02 12:47:20 +00:00
Sébastien BEAU ac23d1b648 tracking_manager: fix access right issue if sudo have been used 2024-05-02 12:47:20 +00:00
Kev-Roche c5a518e0e8 minor fixes 2024-05-02 12:47:20 +00:00
Sébastien BEAU 4a8d86f3e3 tracking_manager: fix missing error when doing a write before an unlink 2024-05-02 12:47:20 +00:00
Sébastien BEAU c688772bc4 tracking_manager: use sudo for posting message 2024-05-02 12:47:20 +00:00