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

[18.0][MIG] queue_job_cron: Migration to 18.0 #693

Merged
merged 50 commits into from
Oct 18, 2024

Commits on Oct 16, 2024

  1. [ADD] add new module to execute ir_cron as queue_job

    Cédric Pigeon authored and thienvh332 committed Oct 16, 2024
    Configuration menu
    Copy the full SHA
    a1f2c73 View commit details
    Browse the repository at this point in the history
  2. Improve tests coverage

    Cédric Pigeon authored and thienvh332 committed Oct 16, 2024
    Configuration menu
    Copy the full SHA
    e8cc40d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1d56c00 View commit details
    Browse the repository at this point in the history
  4. queue_job_cron: bump version

    sbidoul authored and thienvh332 committed Oct 16, 2024
    Configuration menu
    Copy the full SHA
    71a6b6d View commit details
    Browse the repository at this point in the history
  5. [MIG] Queue Job Cron to 12.0

    ThomasBinsfeld authored and thienvh332 committed Oct 16, 2024
    Configuration menu
    Copy the full SHA
    4c3a230 View commit details
    Browse the repository at this point in the history
  6. [UPD] Update queue_job_cron.pot

    oca-travis authored and thienvh332 committed Oct 16, 2024
    Configuration menu
    Copy the full SHA
    787d93b View commit details
    Browse the repository at this point in the history
  7. [ADD] icon.png

    OCA-git-bot authored and thienvh332 committed Oct 16, 2024
    Configuration menu
    Copy the full SHA
    4d73ed2 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    3f59ede View commit details
    Browse the repository at this point in the history
  9. Translated using Weblate (German)

    Currently translated at 100.0% (4 of 4 strings)
    
    Translation: queue-12.0/queue-12.0-queue_job_cron
    Translate-URL: https://translation.odoo-community.org/projects/queue-12-0/queue-12-0-queue_job_cron/de/
    marylla authored and thienvh332 committed Oct 16, 2024
    Configuration menu
    Copy the full SHA
    77f1d39 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    339f8db View commit details
    Browse the repository at this point in the history
  11. Translated using Weblate (Chinese (Simplified))

    Currently translated at 100.0% (4 of 4 strings)
    
    Translation: queue-12.0/queue-12.0-queue_job_cron
    Translate-URL: https://translation.odoo-community.org/projects/queue-12-0/queue-12-0-queue_job_cron/zh_Hans/
    liweijie0812 authored and thienvh332 committed Oct 16, 2024
    Configuration menu
    Copy the full SHA
    c4937b8 View commit details
    Browse the repository at this point in the history
  12. [UPD] README.rst

    OCA-git-bot authored and thienvh332 committed Oct 16, 2024
    Configuration menu
    Copy the full SHA
    497c4f6 View commit details
    Browse the repository at this point in the history
  13. Rename Chinese translation files

    liweijie0812 authored and thienvh332 committed Oct 16, 2024
    Configuration menu
    Copy the full SHA
    d172e1c View commit details
    Browse the repository at this point in the history
  14. Set modules as uninstallable

    guewen authored and thienvh332 committed Oct 16, 2024
    Configuration menu
    Copy the full SHA
    7ef5fdd View commit details
    Browse the repository at this point in the history
  15. Migrate queue_job_cron to 13.0

    guewen authored and thienvh332 committed Oct 16, 2024
    Configuration menu
    Copy the full SHA
    c654c61 View commit details
    Browse the repository at this point in the history
  16. Run pre-commit with black, isort, ...

    guewen authored and thienvh332 committed Oct 16, 2024
    Configuration menu
    Copy the full SHA
    7e7ad0f View commit details
    Browse the repository at this point in the history
  17. [UPD] Update queue_job_cron.pot

    oca-travis authored and thienvh332 committed Oct 16, 2024
    Configuration menu
    Copy the full SHA
    951683e View commit details
    Browse the repository at this point in the history
  18. [UPD] README.rst

    OCA-git-bot authored and thienvh332 committed Oct 16, 2024
    Configuration menu
    Copy the full SHA
    05ccae5 View commit details
    Browse the repository at this point in the history
  19. pre-commit update

    OCA-git-bot authored and thienvh332 committed Oct 16, 2024
    Configuration menu
    Copy the full SHA
    3ddafeb View commit details
    Browse the repository at this point in the history
  20. queue_job_cron: remove @job decorator

    guewen authored and thienvh332 committed Oct 16, 2024
    Configuration menu
    Copy the full SHA
    3e363eb View commit details
    Browse the repository at this point in the history
  21. queue_job_cron 13.0.2.0.0

    OCA-git-bot authored and thienvh332 committed Oct 16, 2024
    Configuration menu
    Copy the full SHA
    ae541d9 View commit details
    Browse the repository at this point in the history
  22. Fix channel name in jobs delayed for crons

    The channel must be 'root.ir_cron', not 'ir_cron'.
    guewen authored and thienvh332 committed Oct 16, 2024
    Configuration menu
    Copy the full SHA
    d374df9 View commit details
    Browse the repository at this point in the history
  23. queue_job_cron 13.0.2.1.0

    OCA-git-bot authored and thienvh332 committed Oct 16, 2024
    Configuration menu
    Copy the full SHA
    db9036c View commit details
    Browse the repository at this point in the history
  24. [MIG] init V14 repo

    - set module uninstallable
    - add new .dot file config for v14
    sebastienbeau authored and thienvh332 committed Oct 16, 2024
    Configuration menu
    Copy the full SHA
    4898be7 View commit details
    Browse the repository at this point in the history
  25. [IMP] : black, isort, prettier

    sebastienbeau authored and thienvh332 committed Oct 16, 2024
    Configuration menu
    Copy the full SHA
    b88aaa6 View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    17d029c View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    b2e7214 View commit details
    Browse the repository at this point in the history
  28. [UPD] Update queue_job_cron.pot

    oca-travis authored and thienvh332 committed Oct 16, 2024
    Configuration menu
    Copy the full SHA
    10f8e89 View commit details
    Browse the repository at this point in the history
  29. [UPD] README.rst

    OCA-git-bot authored and thienvh332 committed Oct 16, 2024
    Configuration menu
    Copy the full SHA
    f4f186a View commit details
    Browse the repository at this point in the history
  30. Set modules as uninstallable

    guewen authored and thienvh332 committed Oct 16, 2024
    Configuration menu
    Copy the full SHA
    12efe9d View commit details
    Browse the repository at this point in the history
  31. Configuration menu
    Copy the full SHA
    4099bbb View commit details
    Browse the repository at this point in the history
  32. [UPD] Update queue_job_cron.pot

    oca-ci authored and thienvh332 committed Oct 16, 2024
    Configuration menu
    Copy the full SHA
    48dfa3d View commit details
    Browse the repository at this point in the history
  33. [UPD] README.rst

    OCA-git-bot authored and thienvh332 committed Oct 16, 2024
    Configuration menu
    Copy the full SHA
    4911fa3 View commit details
    Browse the repository at this point in the history
  34. Initialize 16.0

    sbidoul authored and thienvh332 committed Oct 16, 2024
    Configuration menu
    Copy the full SHA
    2aed254 View commit details
    Browse the repository at this point in the history
  35. Configuration menu
    Copy the full SHA
    92180c5 View commit details
    Browse the repository at this point in the history
  36. Configuration menu
    Copy the full SHA
    7a092e4 View commit details
    Browse the repository at this point in the history
  37. [UPD] README.rst

    OCA-git-bot authored and thienvh332 committed Oct 16, 2024
    Configuration menu
    Copy the full SHA
    e1b9a25 View commit details
    Browse the repository at this point in the history
  38. Configuration menu
    Copy the full SHA
    5f7f42d View commit details
    Browse the repository at this point in the history
  39. [UPD] README.rst

    OCA-git-bot authored and thienvh332 committed Oct 16, 2024
    Configuration menu
    Copy the full SHA
    394d6bc View commit details
    Browse the repository at this point in the history
  40. Translated using Weblate (Spanish)

    Currently translated at 100.0% (4 of 4 strings)
    
    Translation: queue-16.0/queue-16.0-queue_job_cron
    Translate-URL: https://translation.odoo-community.org/projects/queue-16-0/queue-16-0-queue_job_cron/es/
    kikopeiro authored and thienvh332 committed Oct 16, 2024
    Configuration menu
    Copy the full SHA
    615b222 View commit details
    Browse the repository at this point in the history
  41. Update translation files

    Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.
    
    Translation: queue-16.0/queue-16.0-queue_job_cron
    Translate-URL: https://translation.odoo-community.org/projects/queue-16-0/queue-16-0-queue_job_cron/
    weblate authored and thienvh332 committed Oct 16, 2024
    Configuration menu
    Copy the full SHA
    725eb3b View commit details
    Browse the repository at this point in the history
  42. Configuration menu
    Copy the full SHA
    591c404 View commit details
    Browse the repository at this point in the history
  43. Configuration menu
    Copy the full SHA
    d7bcafd View commit details
    Browse the repository at this point in the history
  44. [UPD] Update queue_job_cron.pot

    oca-ci authored and thienvh332 committed Oct 16, 2024
    Configuration menu
    Copy the full SHA
    8afaa89 View commit details
    Browse the repository at this point in the history
  45. [BOT] post-merge updates

    OCA-git-bot authored and thienvh332 committed Oct 16, 2024
    Configuration menu
    Copy the full SHA
    9659373 View commit details
    Browse the repository at this point in the history
  46. Configuration menu
    Copy the full SHA
    f8985af View commit details
    Browse the repository at this point in the history
  47. Translated using Weblate (Italian)

    Currently translated at 100.0% (4 of 4 strings)
    
    Translation: queue-17.0/queue-17.0-queue_job_cron
    Translate-URL: https://translation.odoo-community.org/projects/queue-17-0/queue-17-0-queue_job_cron/it/
    mymage authored and thienvh332 committed Oct 16, 2024
    Configuration menu
    Copy the full SHA
    e7c4f49 View commit details
    Browse the repository at this point in the history
  48. [13.0][FIX] queue_job_cron: channel_id must be storable.

    Otherwise, you cannot use any channel other than default (
    root.ir_cron)
    LoisRForgeFlow authored and thienvh332 committed Oct 16, 2024
    Configuration menu
    Copy the full SHA
    04fa5a7 View commit details
    Browse the repository at this point in the history
  49. [IMP] queue_job_cron: Avoid parallel run

    By default, odoo never runs the same cron job in parallel. This commit uses the identity key mechanism to enforce this mechanism when a cron job is run as a queue job. This behaviour can be controlled by a new setting on the cron definition but is activated by default to keep the original behaviour
    lmignon authored and thienvh332 committed Oct 16, 2024
    Configuration menu
    Copy the full SHA
    97ed569 View commit details
    Browse the repository at this point in the history
  50. Configuration menu
    Copy the full SHA
    34f6a00 View commit details
    Browse the repository at this point in the history