Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Syncing from upstream OCA/server-tools (17.0) #1615

Merged
merged 33 commits into from
Sep 18, 2024
Merged

Conversation

bt-admin
Copy link

bt_gitbot

ibuioli and others added 30 commits September 17, 2024 02:06
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/
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/
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/
The upstream FilesystemSessionStore does not do that.
Retry on OperationalError exception, which we receive on database restart.
Return cursor to pool when reconnecting.
There were concurrency issues in evented mode.
So while I was at it, I added support for threaded mode too.
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.
…gument 'max_lifetime'" when autovacuum gets executed.

Signed-off-by: Christoph Fiehe <[email protected]>
It has been implemented.
@bt-admin bt-admin added the 17.0 label Sep 18, 2024
@bt-admin bt-admin merged commit da5ab0f into brain-tec:17.0 Sep 18, 2024
6 checks passed
Copy link

codecov bot commented Sep 18, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 79.36%. Comparing base (4286f1b) to head (5d11b9b).
Report is 68 commits behind head on 17.0.

Additional details and impacted files
@@           Coverage Diff           @@
##             17.0    #1615   +/-   ##
=======================================
  Coverage   79.36%   79.36%           
=======================================
  Files          25       25           
  Lines         693      693           
  Branches      127      127           
=======================================
  Hits          550      550           
  Misses        110      110           
  Partials       33       33           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants