-
-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
[16.0][MIG] letsencrypt #2917
Merged
Merged
[16.0][MIG] letsencrypt #2917
Conversation
This file contains 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] letsencrypt (OCA#347) * [ADD] letsencrypt * [ADD] write bogus restart script for tests * [IMP] exclude library call from coveralls * [IMP] try moving the library import into nocover branch * [ADD] explain how to redirect the well known uri to the odoo instance * [ADD] example for apache * [FIX] cronjob should be noupdate * [FIX] community review * [FIX] flake8 * [DEL] unused imports * [UPD] chain cert * Multi-database support and other fixes (#2) [ADD] multi-database support and other fixes * [ADD] eggs necessary for letsencrypt * [IMP] readme * [ADD] ipv6 localhosts * [ADD] restrict reload command * Revert "[ADD] eggs necessary for letsencrypt" This reverts commit 642df6b. * [ADD] eggs necessary for letsencrypt Conflicts: requirements.txt * Migrate letsencrypt to v9 * Add AGPL target link to ReadMe in letsencrypt
…CA#757) * [FIX] Make letsencrypt resilient for alternate name removal. * [FIX] Do not crash when returning error in letsencrypt cmdline. * [FIX] Restore ordering by name for alternate domains in letsencrypt. Conflicts: letsencrypt/README.rst
Currently translated at 100,0% (7 of 7 strings) Translation: server-tools-11.0/server-tools-11.0-letsencrypt Translate-URL: https://translation.odoo-community.org/projects/server-tools-11-0/server-tools-11-0-letsencrypt/pt_BR/
Get rid of unneeded decorators; Remove copyright lines from init files; Replace copyright symbol with text; Use https: where possible.
Including reorganization and reordering of letsencrypt methods, because of warning of to complicated _cron(..) method.
res.config.settings does not allow Text fields for config_parameter fields. The solution to overcome this is generating warnings in runbot. As varchar fields without size are to all intents and purposes the same as text fields in postgress, and can be painlessly and automatically converted, the field type is changed.
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate. Translation: server-tools-14.0/server-tools-14.0-letsencrypt Translate-URL: https://translation.odoo-community.org/projects/server-tools-14-0/server-tools-14-0-letsencrypt/
- No silent passing of exceptions; - Open files with encoding specified; - Use with whit subprocess.Popen().
Currently translated at 100.0% (40 of 40 strings) Translation: server-tools-15.0/server-tools-15.0-letsencrypt Translate-URL: https://translation.odoo-community.org/projects/server-tools-15-0/server-tools-15-0-letsencrypt/es_AR/
This should be improved by OCA#2502
Currently translated at 12.5% (5 of 40 strings) Translation: server-tools-15.0/server-tools-15.0-letsencrypt Translate-URL: https://translation.odoo-community.org/projects/server-tools-15-0/server-tools-15-0-letsencrypt/it/
Currently translated at 7.5% (3 of 40 strings) Translation: server-tools-15.0/server-tools-15.0-letsencrypt Translate-URL: https://translation.odoo-community.org/projects/server-tools-15-0/server-tools-15-0-letsencrypt/sl/
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate. Translation: server-tools-15.0/server-tools-15.0-letsencrypt Translate-URL: https://translation.odoo-community.org/projects/server-tools-15-0/server-tools-15-0-letsencrypt/
Currently translated at 100.0% (38 of 38 strings) Translation: server-tools-15.0/server-tools-15.0-letsencrypt Translate-URL: https://translation.odoo-community.org/projects/server-tools-15-0/server-tools-15-0-letsencrypt/es_AR/
Such dependency is already included in Odoo requirements using a pinned version [1]. Adding here could cause to upgrade the library to an incompatible version. [1] https://github.com/odoo/odoo/blob/710a2b2a7af68e8f2f249ef9fc3146f44d3266a5/requirements.txt#L3
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate. Translation: server-tools-15.0/server-tools-15.0-letsencrypt Translate-URL: https://translation.odoo-community.org/projects/server-tools-15-0/server-tools-15-0-letsencrypt/
Currently translated at 100.0% (38 of 38 strings) Translation: server-tools-15.0/server-tools-15.0-letsencrypt Translate-URL: https://translation.odoo-community.org/projects/server-tools-15-0/server-tools-15-0-letsencrypt/es/
/ocabot migration letsencrypt |
dreispt
approved these changes
Apr 23, 2024
StefanRijnhart
approved these changes
Sep 16, 2024
/ocabot merge nobump |
This PR looks fantastic, let's merge it! |
Congratulations, your PR was merged at 2a9140d. Thanks a lot for contributing to OCA. ❤️ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
No description provided.