-
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
[19.0] [MIG] session_db: Migration to 19.0 #3411
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
Closed
Closed
Changes from 1 commit
Commits
Show all changes
38 commits
Select commit
Hold shift + click to select a range
df40a05
session_db : store sessions in a database rather than in filestore
nseinlet a1d181d
[MIG] session_db to 16.0
sbidoul da5e10c
session_db: use SESSION_LIFETIME constant
sbidoul b6576c7
session_db: do not update write_date on get
sbidoul 48cc284
session_db: declare maintainer
sbidoul e6f3b31
session_db: explain why such as module is useful
sbidoul 767a66e
[UPD] Update session_db.pot
fa8b66a
[UPD] README.rst
OCA-git-bot 220af70
[ADD] icon.png
OCA-git-bot c2300cd
session_db 16.0.1.0.1
OCA-git-bot f1826b4
session_db: improve resiliency to database errors
sbidoul e968de1
session_db 16.0.1.0.2
OCA-git-bot 113109d
session_db: gevent and thread support
sbidoul cd49ea7
session_db: cosmetics
sbidoul 133c6a6
session_db: improve cursor release
sbidoul 55ac1c0
session_db 16.0.1.0.3
OCA-git-bot b5d9557
session_db: reconnect if needed
sbidoul e7f1845
session_db: add a few tests
sbidoul fe76584
session_db: refactor retry handling
sbidoul 9a0ee64
session_db: fix tests for v16 compatibility
sbidoul 68ef3e0
session_db 16.0.1.0.4
OCA-git-bot 040c520
Fixes the issue "PGSessionStore.vacuum() got an unexpected keyword ar…
564af55
session_db 16.0.1.0.5
OCA-git-bot dc5d5ce
[UPD] README.rst
OCA-git-bot c143bf9
[IMP] session_db: pre-commit auto fixes
sbidoul 2381797
[MIG] session_db: from 16.0 to 17.0
sbidoul ca9cae6
[IMP] session_db: remove roadmap
sbidoul 4c48f0e
[UPD] Update session_db.pot
304b90f
[BOT] post-merge updates
OCA-git-bot c27b5b2
Added translation using Weblate (Italian)
mymage 7386e46
[IMP] session_db: pre-commit auto fixes
sbidoul e064766
[MIG] session_db: migration to 18.0 from 17.0
sbidoul c1b0957
[UPD] Update session_db.pot
5500446
[BOT] post-merge updates
OCA-git-bot e6f38eb
Update translation files
weblate 18c78ea
[PATCH] [FIX] session_db: Fix creation of postgres_uri in tests
lal-solute 28562b1
[BOT] post-merge updates
OCA-git-bot cfd8b04
[MIG] session_db: Migration to 19.0
FrancoMaxime File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@FrancoMaxime The better is to reset to
19.0.1.0.0