Sylvain LE GAL
830c8b5a30
[FIX] comment;
10 years ago
Sylvain LE GAL
6933c3cda0
[IMP] logging level is not customizable;
10 years ago
Maxime Chambreuil - http://www.savoirfairelinux.com
60d54c4822
Merge pull request #98 from savoirfairelinux/sentry_fix
[FIX] Skip init if raven is not available on the system
10 years ago
Sandy Carter
3c63e9300d
Skip init if raven is not available on the system
10 years ago
Pedro M. Baeza
2b50e12051
Merge pull request #44 from savoirfairelinux/sentry
Add sentry integration module
10 years ago
Sandy Carter
16aba93883
Add warning about performance impact
10 years ago
Pedro M. Baeza
a5bbd95b0e
Merge pull request #42 from savoirfairelinux/add_email_template_dateutil
7.0 Add email_template_dateutil
10 years ago
Guewen Baconnier
59f73f53c2
Merge pull request #85 from grap/7.0-document_extract_from_database
[7.0] [ADD] 'document extract from database'
10 years ago
Sylvain LE GAL
91a9ff3784
[REF] 'document_export_from_db' change name and description;
10 years ago
Sylvain LE GAL
b23657197c
[REF] 'document_extract_from_database' update comment in test file;
10 years ago
Sylvain LE GAL
6f3ea057a4
[FIX] 'document_extract_from_database',
10 years ago
Sylvain LE GAL
7092c5f277
[REF] 'document_extract_from_database': remove useless function and refactor another.
10 years ago
Sylvain LE GAL
94d8ce0619
Merge branch '7.0' of https://github.com/OCA/server-tools into 7.0-document_extract_from_database
10 years ago
Guewen Baconnier
f423f3fd28
Merge pull request #86 from grap/7.0-pylint
[REF] [7.0] pylint;
10 years ago
Sylvain LE GAL
24db8357cb
[FIX] 'user_ldap_populate' pylint;
10 years ago
Sylvain LE GAL
89e7571015
[REF] 'fetchmail_attach_from_folder' change import
10 years ago
Sylvain LE GAL
d54dfb51ee
[FIX] 'tree_view_record_id': docstring
10 years ago
Sylvain LE GAL
7aab1d2b2f
Merge branch '7.0-pylint' of https://github.com/grap/server-tools into 7.0-pylint
10 years ago
Sylvain LE GAL
1ffd2d3d1c
[REF] [7.0] Pylint;
10 years ago
Sylvain LE GAL
42706e21d7
[REF] [7.0] pylint;
10 years ago
Sylvain LE GAL
fa4cfc7af2
[ADD] 'document_extract_from_database' New test to check if datas have changed;
10 years ago
Sylvain LE GAL
f879665f5b
[FIX] 'document_extract_from_database': incorrect value in ir_value;
10 years ago
Sylvain LE GAL
1aafd93d37
[FIX] 'document_extract_from_database' Incorrect reference to xml_id
10 years ago
Sylvain LE GAL
80bfccfd12
[REF] 'document_extract_from_database' to remove brand logo
10 years ago
Sylvain LE GAL
6b4d95643d
[ADD] 'document_extract_from_database' Tests.
10 years ago
Sylvain LE GAL
be13c759c4
[REF] 'document_extract_from_database' flake8;
10 years ago
Sylvain LE GAL
5c33436ee8
[ADD] 'document_extract_from_database' pot file and translation for fr
10 years ago
Sylvain LE GAL
9019952814
[REF] 'document_extract_from_database': misc
10 years ago
Sylvain LE GAL
65b1bc6aa3
[REF] 'document_extract_from_database': rename model
10 years ago
Sylvain LE GAL
6c2c7bba74
[REF] 'document_extract_from_database': split models
10 years ago
Sylvain LE GAL
e13fd41327
[REF] 'document_extract_from_database': Create 'data' folder
10 years ago
Sylvain LE GAL
d19f3b0841
[REF] 'document_extract_from_database': split into 'action' and 'view' file
10 years ago
Sylvain LE GAL
6fc2c646e1
[REF] 'document_extract_from_database': Create 'view' folder
10 years ago
Sylvain LE GAL
5a26988cfd
[REF] 'document_extract_from_database': Create 'model' folder
10 years ago
Sylvain LE GAL
1c80e0c395
[REF] Flake8
10 years ago
Sylvain LE GAL
2662d57e9f
[ADD] 'document_extract_from_database'
10 years ago
Vincent Vinet
f8dd02fddb
pep8 fix
10 years ago
Vincent Vinet
27e444b5c2
allow getting the language format from the user + only offset datetimes, not dates
10 years ago
Sandy Carter
f937bd358a
Exclude dispatch and dispatch_rpc frames as they contain passwords
10 years ago
Sandy Carter
2fb9bfd97b
Don't log SessionExpiredException and TransactionRollbackError
10 years ago
Sandy Carter
6992e4913e
Don't log except_osv exceptions
10 years ago
Sandy Carter
f8a9a43865
Set bzrlib as optional dependency.
Code should work without bzrlib and skip logging the revnos if lib is absent.
Git dependency kept since oca/server-tools itself is git and we would like to
know sha of sentry_logger
10 years ago
Sandy Carter
b5b517ac79
Skip Uncaught exception in osv which is a duplicate error
10 years ago
Sandy Carter
f72ba9e69f
Overwrite web error message to hide traceback from user
Inject sentry_activated into web session
Overwrite CrashManager.error QWeb template
Provide translations
Signed-off-by: Sandy Carter <sandy.carter@savoirfairelinux.com>
10 years ago
Sandy Carter
b34ae2cffe
Add sentry integration module
Module for enabling raven initializing to report to sentry.
Based on feedback from my presentation at odoo days 2014
10 years ago
Yannick Vaucher
e6f0c681d0
Merge pull request #77 from savoirfairelinux/travis
[7.0] Update travis
10 years ago
Sandy Carter
4709a9b458
Update travis
10 years ago
Sandy
1b7346d923
Merge pull request #8 from legalsylvain/7.0-module_parent_dependencies
[ADD] new module 'module_parent_dependencies'
10 years ago
Sylvain LE GAL
6bd74b6630
[REF] change header in xml and python file;
10 years ago
Sylvain LE GAL
0f492f3777
Merge branch '7.0' of https://github.com/OCA/server-tools into 7.0-module_parent_dependencies
10 years ago