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

Support optional override argument when enqueuing job #117

Closed
wants to merge 29 commits into from

Commits on Feb 9, 2024

  1. Configuration menu
    Copy the full SHA
    af450bf View commit details
    Browse the repository at this point in the history

Commits on Feb 11, 2024

  1. Configuration menu
    Copy the full SHA
    8b68a09 View commit details
    Browse the repository at this point in the history

Commits on Feb 16, 2024

  1. Drop duplicate index

    pconstantinou committed Feb 16, 2024
    Configuration menu
    Copy the full SHA
    a971e9c View commit details
    Browse the repository at this point in the history

Commits on Feb 23, 2024

  1. Fix overwrite

    pconstantinou committed Feb 23, 2024
    Configuration menu
    Copy the full SHA
    016b2d2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    675327e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9255606 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e7ef0a4 View commit details
    Browse the repository at this point in the history

Commits on Feb 26, 2024

  1. Refactor unit tests

    pconstantinou committed Feb 26, 2024
    Configuration menu
    Copy the full SHA
    631892b View commit details
    Browse the repository at this point in the history
  2. Refactor unit tests

    pconstantinou committed Feb 26, 2024
    Configuration menu
    Copy the full SHA
    bb62dfa View commit details
    Browse the repository at this point in the history
  3. Switch job overwrite option to try update then insert since ON CONFLI…

    …CT doesn't work with WHERE on NULL's
    pconstantinou committed Feb 26, 2024
    Configuration menu
    Copy the full SHA
    0ed090c View commit details
    Browse the repository at this point in the history
  4. Refactored tests

    pconstantinou committed Feb 26, 2024
    Configuration menu
    Copy the full SHA
    840809b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    2984d56 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    ad4410e View commit details
    Browse the repository at this point in the history
  7. Merge pull request #2 from pconstantinou/feature/bump-version

    Feature/bump version
    pconstantinou committed Feb 26, 2024
    Configuration menu
    Copy the full SHA
    4a13c41 View commit details
    Browse the repository at this point in the history

Commits on Mar 25, 2024

  1. Configuration menu
    Copy the full SHA
    951f8ca View commit details
    Browse the repository at this point in the history
  2. Merge pull request #3 from pconstantinou/bug/set-context

    Set job in context before calling updates
    pconstantinou committed Mar 25, 2024
    Configuration menu
    Copy the full SHA
    f84f7cb View commit details
    Browse the repository at this point in the history

Commits on Jun 26, 2024

  1. Configuration menu
    Copy the full SHA
    3afe2fa View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1fb07c0 View commit details
    Browse the repository at this point in the history
  3. feat: Update migrations postgres URI parsing and add tests

    Fernando Barillas authored and pconstantinou committed Jun 26, 2024
    Configuration menu
    Copy the full SHA
    bc26e01 View commit details
    Browse the repository at this point in the history
  4. fix: An incorrect error was thrown when jobs exceeding their deadline…

    … were scheduled
    
    Co-authored-by: Philip Constantinou <[email protected]>
    acaloiaro and pconstantinou committed Jun 26, 2024
    Configuration menu
    Copy the full SHA
    310bebf View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    076a3f6 View commit details
    Browse the repository at this point in the history
  6. chore(deps): bump github.com/jackc/pgx/v5 from 5.3.1 to 5.5.4

    Bumps [github.com/jackc/pgx/v5](https://github.com/jackc/pgx) from 5.3.1 to 5.5.4.
    - [Changelog](https://github.com/jackc/pgx/blob/master/CHANGELOG.md)
    - [Commits](jackc/pgx@v5.3.1...v5.5.4)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/jackc/pgx/v5
      dependency-type: direct:production
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored and pconstantinou committed Jun 26, 2024
    Configuration menu
    Copy the full SHA
    93ad210 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    584a182 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    e3d6237 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    f5e7ee8 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    90a3f89 View commit details
    Browse the repository at this point in the history
  11. Merge with main branch

    pconstantinou committed Jun 26, 2024
    Configuration menu
    Copy the full SHA
    d05bf4e View commit details
    Browse the repository at this point in the history
  12. Flip logic

    pconstantinou committed Jun 26, 2024
    Configuration menu
    Copy the full SHA
    f7da9f3 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    bcc39d1 View commit details
    Browse the repository at this point in the history