[19.0][MIG] queue_job_cron_jobrunner: Migration to 19.0 - #2
Open
alan196 wants to merge 2 commits into
Open
Conversation
- Add pylint invalid-name disables for upstream 'at' argument and assertTriggerAt helper (kept to minimize diff with OCA). - Remove trailing whitespace in README.rst (doc8). Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Available types: 'task#', 't#' (case insensitive) Examples:
|
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
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.
Migration of
queue_job_cron_jobrunnerto 19.0 for the Starka 17->19 project.Source
774b5722, author tishmen), applied cleanly on top of Jarsa 19.0. The 18.0.1.0.1 codebase was already present on the branch (branch-creation bot copy withinstallable: False).Changes
__manifest__.py: version19.0.1.0.0,installable: True..pre-commit-config.yaml: remove module from the NOT INSTALLABLE exclude list.invalid-namedisables for upstreamatargument /assertTriggerAthelper and README trailing-whitespace cleanup sopre-commit-vauxooMandatory+Optional pass (kept code identical to OCA otherwise).No 19.0 API breakage found:
tools.ustr,odoo.service.model.PG_CONCURRENCY_ERRORS_TO_RETRY,queue_job.controllers.main.PG_RETRY,ir.cronfields (priority,interval_*) all verified against the 19.0 codebase. Notree/attrs/states/category_id/_()occurrences.Tests
pre-commit-vauxoo -p queue_job_cron_jobrunner: Mandatory Passed, Optional Passed.-i queue_job_cron_jobrunner --test-enable:0 failed, 0 error(s)(7 tests, queue_job 19.0.2.0.3 from this repo).Upstream to watch: once OCA#876 merges, this can be synced/rebased against OCA 19.0.
🤖 Generated with Claude Code