Commit Graph

1200 Commits (22c6f317df0306731098384b22d697174e5d3a6a)

Author SHA1 Message Date
mymage 3a1358b5ef Added translation using Weblate (Italian) 2024-10-04 06:25:34 +00:00
Duy (Đỗ Anh) 39c18eff17 oca-port: blacklist PR(s) 1938, 2744 for base_exception 2024-10-01 17:30:46 +07:00
Ignacio Buioli 704fbef481 Translated using Weblate (Spanish (Argentina))
Currently translated at 100.0% (84 of 84 strings)

Translation: server-tools-17.0/server-tools-17.0-database_cleanup
Translate-URL: https://translation.odoo-community.org/projects/server-tools-17-0/server-tools-17-0-database_cleanup/es_AR/
2024-09-19 01:06:26 +00:00
OCA-git-bot 5d11b9b479 [BOT] post-merge updates 2024-09-17 14:10:21 +00:00
oca-ci 633b320e91 [UPD] Update session_db.pot 2024-09-17 14:06:06 +00:00
OCA-git-bot 95ed5f334d Merge PR #2754 into 17.0
Signed-off-by sbidoul
2024-09-17 14:02:18 +00:00
Stéphane Bidoul 93ab4d8b8c [IMP] session_db: remove roadmap
It has been implemented.
2024-09-17 15:51:09 +02:00
Stéphane Bidoul 53586c9bfc [MIG] session_db: from 16.0 to 17.0 2024-09-17 15:51:09 +02:00
Stéphane Bidoul eeda2313bc [IMP] session_db: pre-commit auto fixes 2024-09-17 15:51:09 +02:00
OCA-git-bot c9a8c69417 [UPD] README.rst 2024-09-17 15:51:09 +02:00
OCA-git-bot 8e08a55c3f session_db 16.0.1.0.5 2024-09-17 15:51:09 +02:00
Christoph Fiehe bc2a3830e2 Fixes the issue "PGSessionStore.vacuum() got an unexpected keyword argument 'max_lifetime'" when autovacuum gets executed.
Signed-off-by: Christoph Fiehe <c.fiehe@eurodata.de>
2024-09-17 15:51:09 +02:00
OCA-git-bot 52b397383c session_db 16.0.1.0.4 2024-09-17 15:51:09 +02:00
Stéphane Bidoul 0349038998 session_db: fix tests for v16 compatibility 2024-09-17 15:51:09 +02:00
Stéphane Bidoul 41264b9b6f session_db: refactor retry handling 2024-09-17 15:51:09 +02:00
Stéphane Bidoul 87ba744c9f session_db: add a few tests 2024-09-17 15:51:09 +02:00
Stéphane Bidoul 6c241ead8b session_db: reconnect if needed
If the connection to the database fails when
retrying a session operation, we end up
with no cursore, which makes subsequent
session operations fail.

We fix this by ensuring we have cursor
before any operations.
2024-09-17 15:51:09 +02:00
OCA-git-bot c7af2bd6df session_db 16.0.1.0.3 2024-09-17 15:51:09 +02:00
Stéphane Bidoul 69868a84eb session_db: improve cursor release 2024-09-17 15:51:09 +02:00
Stéphane Bidoul 71352e0496 session_db: cosmetics 2024-09-17 15:51:09 +02:00
Stéphane Bidoul 182d44f26c session_db: gevent and thread support
There were concurrency issues in evented mode.
So while I was at it, I added support for threaded mode too.
2024-09-17 15:51:09 +02:00
OCA-git-bot 894613b612 session_db 16.0.1.0.2 2024-09-17 15:51:09 +02:00
Stéphane Bidoul d49c69102f session_db: improve resiliency to database errors
Retry on OperationalError exception, which we receive on database restart.
Return cursor to pool when reconnecting.
2024-09-17 15:51:09 +02:00
OCA-git-bot 35b8dbe8c3 session_db 16.0.1.0.1 2024-09-17 15:51:09 +02:00
OCA-git-bot c898568219 [ADD] icon.png 2024-09-17 15:51:09 +02:00
OCA-git-bot 74fba614bc [UPD] README.rst 2024-09-17 15:51:09 +02:00
oca-ci 3a754051f7 [UPD] Update session_db.pot 2024-09-17 15:51:09 +02:00
Stéphane Bidoul 5486d86dc6 session_db: explain why such as module is useful 2024-09-17 15:51:09 +02:00
Stéphane Bidoul 249f4888a5 session_db: declare maintainer 2024-09-17 15:51:09 +02:00
Stéphane Bidoul 5109801f80 session_db: do not update write_date on get
The upstream FilesystemSessionStore does not do that.
2024-09-17 15:51:09 +02:00
Stéphane Bidoul 87be2eca29 session_db: use SESSION_LIFETIME constant 2024-09-17 15:51:09 +02:00
Stéphane Bidoul c53859a3c3 [MIG] session_db to 16.0 2024-09-17 15:51:09 +02:00
Nicolas Seinlet 4a8dea0cf0 session_db : store sessions in a database rather than in filestore 2024-09-17 15:51:09 +02:00
trisdoan 0a2a1b4f7d [IMP] base_m2m_custom_field: apply pre-commit auto fixes 2024-09-17 17:25:42 +07:00
OCA-git-bot 27bce7f341 [UPD] README.rst 2024-09-17 17:25:42 +07:00
OCA-git-bot 0b94744054 base_m2m_custom_field 14.0.1.1.0 2024-09-17 17:25:42 +07:00
OCA-git-bot 8ce9e06cb6 [UPD] README.rst 2024-09-17 17:25:42 +07:00
oca-travis 0c37b49f69 [UPD] Update base_m2m_custom_field.pot 2024-09-17 17:25:42 +07:00
hparfr 7392a1914a [MIG] base_m2m_custom_field: Migration to 14.0 2024-09-17 17:25:42 +07:00
hparfr 1074e8f986 [IMP] base_m2m_custom_field: black, isort, prettier 2024-09-17 17:25:42 +07:00
OCA-git-bot 8da6baedc1 [ADD] icon.png 2024-09-17 17:25:42 +07:00
oca-travis 087d6d932c [UPD] Update base_m2m_custom_field.pot 2024-09-17 17:25:42 +07:00
Akim Juillerat c15f7eeed8 [MIG] base_m2m_custom_field: Migration to 13.0 2024-09-17 17:25:42 +07:00
Akim Juillerat f0f7328926 [IMP] base_m2m_custom_field: black, isort 2024-09-17 17:25:42 +07:00
Akim Juillerat 9e0f05e1f0 Add module base_m2m_custom_field 2024-09-17 17:25:42 +07:00
Ignacio Buioli 4060a1898e Translated using Weblate (Spanish (Argentina))
Currently translated at 100.0% (87 of 87 strings)

Translation: server-tools-17.0/server-tools-17.0-auditlog
Translate-URL: https://translation.odoo-community.org/projects/server-tools-17-0/server-tools-17-0-auditlog/es_AR/
2024-09-17 02:06:28 +00:00
Ignacio Buioli b653a418d5 Translated using Weblate (Spanish (Argentina))
Currently translated at 100.0% (86 of 86 strings)

Translation: server-tools-17.0/server-tools-17.0-upgrade_analysis
Translate-URL: https://translation.odoo-community.org/projects/server-tools-17-0/server-tools-17-0-upgrade_analysis/es_AR/
2024-09-17 02:06:28 +00:00
Ignacio Buioli ca3cc34e6d Translated using Weblate (Spanish (Argentina))
Currently translated at 100.0% (51 of 51 strings)

Translation: server-tools-17.0/server-tools-17.0-base_exception
Translate-URL: https://translation.odoo-community.org/projects/server-tools-17-0/server-tools-17-0-base_exception/es_AR/
2024-09-17 02:06:28 +00:00
OCA-git-bot 4286f1bb17 [BOT] post-merge updates 2024-09-16 18:06:46 +00:00
OCA-git-bot 330172d192 Merge PR #2988 into 17.0
Signed-off-by StefanRijnhart
2024-09-16 18:02:31 +00:00