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

[DRAFT] Webhook example with record completed #5477

Commits on Aug 1, 2024

  1. feat: add rq as dependency

    jfcalvo committed Aug 1, 2024
    Configuration menu
    Copy the full SHA
    0bdd174 View commit details
    Browse the repository at this point in the history

Commits on Aug 27, 2024

  1. Configuration menu
    Copy the full SHA
    879e18c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    68dad75 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    65ae689 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    24733c2 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    684c025 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    abac3c6 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    27b349c View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    4c30308 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    f671597 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    f47cb0c View commit details
    Browse the repository at this point in the history
  11. chore: update CHANGELOG.md

    jfcalvo committed Aug 27, 2024
    Configuration menu
    Copy the full SHA
    0755c96 View commit details
    Browse the repository at this point in the history

Commits on Aug 28, 2024

  1. Configuration menu
    Copy the full SHA
    7c939d2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a7ca9ae View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    689bc12 View commit details
    Browse the repository at this point in the history
  4. feat: small refactors

    jfcalvo committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    a8b17bd View commit details
    Browse the repository at this point in the history

Commits on Aug 29, 2024

  1. Configuration menu
    Copy the full SHA
    275d6df View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9cd7ee1 View commit details
    Browse the repository at this point in the history
  3. feat: add environment variable to define the number of background wor…

    …kers to use on HF docker image
    jfcalvo committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    a6ed2cb View commit details
    Browse the repository at this point in the history

Commits on Aug 30, 2024

  1. feat: increase default value of BACKGROUND_JOB_WORKERS environment va…

    …riable from 1 to 2 workers
    jfcalvo committed Aug 30, 2024
    Configuration menu
    Copy the full SHA
    67c34c6 View commit details
    Browse the repository at this point in the history
  2. feat: improve how number of workers is specified on docker compose an…

    …d rename environment variable
    jfcalvo committed Aug 30, 2024
    Configuration menu
    Copy the full SHA
    9be4f6d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    fc228fc View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    cfa5219 View commit details
    Browse the repository at this point in the history

Commits on Sep 2, 2024

  1. Configuration menu
    Copy the full SHA
    2ed5c34 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7df6309 View commit details
    Browse the repository at this point in the history

Commits on Sep 3, 2024

  1. Configuration menu
    Copy the full SHA
    6268389 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c484c99 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9ccfb58 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    fe228f3 View commit details
    Browse the repository at this point in the history
  5. feat: small refactor

    jfcalvo committed Sep 3, 2024
    Configuration menu
    Copy the full SHA
    fcbd310 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    aa678d1 View commit details
    Browse the repository at this point in the history

Commits on Sep 4, 2024

  1. Configuration menu
    Copy the full SHA
    c0adb56 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e9f664b View commit details
    Browse the repository at this point in the history
  3. chore: add missing file

    jfcalvo committed Sep 4, 2024
    Configuration menu
    Copy the full SHA
    2a5089c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e9d54cf View commit details
    Browse the repository at this point in the history

Commits on Sep 6, 2024

  1. Configuration menu
    Copy the full SHA
    977f1a3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a6a930d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    12471a1 View commit details
    Browse the repository at this point in the history

Commits on Sep 9, 2024

  1. Configuration menu
    Copy the full SHA
    1acb668 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2be0e13 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1645f6a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c44422d View commit details
    Browse the repository at this point in the history
  5. chore: update CHANGELOG.md

    jfcalvo committed Sep 9, 2024
    Configuration menu
    Copy the full SHA
    9d17339 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    37c8a5a View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    cbe5823 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    bfb0294 View commit details
    Browse the repository at this point in the history
  9. Merge branch 'feat/add-webhooks-feature-branch' into feat/add-webhook…

    …s-with-background-jobs
    jfcalvo committed Sep 9, 2024
    Configuration menu
    Copy the full SHA
    e2f671a View commit details
    Browse the repository at this point in the history
  10. chore: update CHANGELOG.md

    jfcalvo committed Sep 9, 2024
    Configuration menu
    Copy the full SHA
    f9b2350 View commit details
    Browse the repository at this point in the history
  11. feat: add low queue to RQ

    jfcalvo committed Sep 9, 2024
    Configuration menu
    Copy the full SHA
    906dc0d View commit details
    Browse the repository at this point in the history

Commits on Sep 10, 2024

  1. Configuration menu
    Copy the full SHA
    4a7c185 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0e424bb View commit details
    Browse the repository at this point in the history
  3. feat: retry webhooks event notifications jobs when the response statu…

    …s code is different from 2XX
    jfcalvo committed Sep 10, 2024
    Configuration menu
    Copy the full SHA
    9b790e9 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ddc5a9b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    c8cfd75 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    71f0ffb View commit details
    Browse the repository at this point in the history

Commits on Sep 11, 2024

  1. chore: update CHANGELOG.md

    jfcalvo committed Sep 11, 2024
    Configuration menu
    Copy the full SHA
    d876682 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3ff2c07 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d23894d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3a3e278 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    00a4164 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    7944148 View commit details
    Browse the repository at this point in the history
  7. add record.completed event

    frascuchon committed Sep 11, 2024
    Configuration menu
    Copy the full SHA
    5aaf551 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    027ba82 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    598bfe6 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    fbaa728 View commit details
    Browse the repository at this point in the history
  11. Update README.md

    frascuchon authored Sep 11, 2024
    Configuration menu
    Copy the full SHA
    962f340 View commit details
    Browse the repository at this point in the history
  12. Merge branch 'feat/add-webhooks-feature-branch' into feat/webhook-exa…

    …mple-with-record-completed
    frascuchon authored Sep 11, 2024
    Configuration menu
    Copy the full SHA
    9a981fc View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    9c735e2 View commit details
    Browse the repository at this point in the history
  14. Remove dockerfile

    frascuchon committed Sep 11, 2024
    Configuration menu
    Copy the full SHA
    9a50db5 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    f1b584b View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    2c56e7a View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    fbf8511 View commit details
    Browse the repository at this point in the history

Commits on Sep 12, 2024

  1. Configuration menu
    Copy the full SHA
    e22879e View commit details
    Browse the repository at this point in the history
  2. chore: add comment

    jfcalvo committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    767127c View commit details
    Browse the repository at this point in the history
  3. chore: add comment

    jfcalvo committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    2ee36a6 View commit details
    Browse the repository at this point in the history

Commits on Sep 13, 2024

  1. Merge branch 'feat/add-webhook-expanded-events' into feat/webhook-exa…

    …mple-with-record-completed
    frascuchon authored Sep 13, 2024
    Configuration menu
    Copy the full SHA
    10c5983 View commit details
    Browse the repository at this point in the history
  2. feat: use database query with selectinload to load resources needed b…

    …y webhook schema events
    jfcalvo committed Sep 13, 2024
    Configuration menu
    Copy the full SHA
    0d352b5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    443d563 View commit details
    Browse the repository at this point in the history

Commits on Sep 16, 2024

  1. Merge branch 'feat/add-webhook-expanded-events' into feat/webhook-exa…

    …mple-with-record-completed
    frascuchon authored Sep 16, 2024
    Configuration menu
    Copy the full SHA
    35dbdc9 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'feat/add-webhooks-feature-branch' into feat/webhook-exa…

    …mple-with-record-completed
    frascuchon authored Sep 16, 2024
    Configuration menu
    Copy the full SHA
    c7874f3 View commit details
    Browse the repository at this point in the history
  3. Merge branch 'feat/add-webhooks-feature-branch' into feat/webhook-exa…

    …mple-with-record-completed
    frascuchon authored Sep 16, 2024
    Configuration menu
    Copy the full SHA
    b5608fb View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    039efce View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    841555a View commit details
    Browse the repository at this point in the history
  6. feat: Notify record events

    frascuchon committed Sep 16, 2024
    Configuration menu
    Copy the full SHA
    ee3704b View commit details
    Browse the repository at this point in the history
  7. feat: Notify record events

    frascuchon committed Sep 16, 2024
    Configuration menu
    Copy the full SHA
    3475e21 View commit details
    Browse the repository at this point in the history
  8. chore: Update changelog

    frascuchon committed Sep 16, 2024
    Configuration menu
    Copy the full SHA
    aaaa214 View commit details
    Browse the repository at this point in the history
  9. Merge branch 'feat/add-record-related-webhook-events' into feat/webho…

    …ok-example-with-record-completed
    frascuchon authored Sep 16, 2024
    Configuration menu
    Copy the full SHA
    6ec297d View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    d2ffa45 View commit details
    Browse the repository at this point in the history
  11. Merge branch 'feat/add-webhooks-feature-branch' into feat/webhook-exa…

    …mple-with-record-completed
    frascuchon committed Sep 16, 2024
    Configuration menu
    Copy the full SHA
    45cb194 View commit details
    Browse the repository at this point in the history
  12. Merge branch 'feat/add-webhooks-feature-branch' into feat/webhook-exa…

    …mple-with-record-completed
    frascuchon authored Sep 16, 2024
    Configuration menu
    Copy the full SHA
    aca87e8 View commit details
    Browse the repository at this point in the history