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

feat: Adding the ability to prioritize tasks #519

Open
wants to merge 27 commits into
base: master
Choose a base branch
from

Commits on Jul 27, 2024

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

Commits on Aug 17, 2024

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

Commits on Sep 27, 2024

  1. Configuration menu
    Copy the full SHA
    2e879ab View commit details
    Browse the repository at this point in the history
  2. Make getQueryOrderPart not part of JdbcCustomization interface as it …

    …is currently the same for all databases
    kagkarlsson committed Sep 27, 2024
    Configuration menu
    Copy the full SHA
    3ad327d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    fa0d808 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7f53146 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    8aed4fe View commit details
    Browse the repository at this point in the history
  6. Allow Task-types to specify a default priority (typically HIGH for re…

    …curring, and MEDIUM for the rest)
    kagkarlsson committed Sep 27, 2024
    Configuration menu
    Copy the full SHA
    fce9c49 View commit details
    Browse the repository at this point in the history
  7. Refactor TaskDescription a bit. SchedulableInstance.Builder since we …

    …now have a TaskInstance.Builder.
    kagkarlsson committed Sep 27, 2024
    Configuration menu
    Copy the full SHA
    26e0492 View commit details
    Browse the repository at this point in the history
  8. spotless

    kagkarlsson committed Sep 27, 2024
    Configuration menu
    Copy the full SHA
    bee9217 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    e77ac64 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    e31e90a View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    241fbba View commit details
    Browse the repository at this point in the history

Commits on Oct 11, 2024

  1. Completing refactor introducing instance-builder on TaskDescriptor. D…

    …eprecating TaskWithDataDescriptor and TaskWithoutDataDescriptor. Updated examples.
    kagkarlsson committed Oct 11, 2024
    Configuration menu
    Copy the full SHA
    9d9c30f View commit details
    Browse the repository at this point in the history
  2. spotless

    kagkarlsson committed Oct 11, 2024
    Configuration menu
    Copy the full SHA
    b1b4a79 View commit details
    Browse the repository at this point in the history

Commits on Oct 25, 2024

  1. README and index-hints

    kagkarlsson committed Oct 25, 2024
    Configuration menu
    Copy the full SHA
    397d70a View commit details
    Browse the repository at this point in the history
  2. Try removing dependency on priority-column in table (to allow users t…

    …o upgrade without modifying the schema)
    kagkarlsson committed Oct 25, 2024
    Configuration menu
    Copy the full SHA
    cc6f76f View commit details
    Browse the repository at this point in the history
  3. Try fix Oracle error

    kagkarlsson committed Oct 25, 2024
    Configuration menu
    Copy the full SHA
    e08284b View commit details
    Browse the repository at this point in the history
  4. Try fix Oracle error

    kagkarlsson committed Oct 25, 2024
    Configuration menu
    Copy the full SHA
    1025734 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    62e95b8 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    ae0c125 View commit details
    Browse the repository at this point in the history
  7. spotless

    kagkarlsson committed Oct 25, 2024
    Configuration menu
    Copy the full SHA
    20c8ebf View commit details
    Browse the repository at this point in the history
  8. Fix oracle-schema errors

    kagkarlsson committed Oct 25, 2024
    Configuration menu
    Copy the full SHA
    005ccf0 View commit details
    Browse the repository at this point in the history

Commits on Oct 29, 2024

  1. Configuration menu
    Copy the full SHA
    e0c0973 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    038ec6c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e2704a3 View commit details
    Browse the repository at this point in the history
  4. spotless

    kagkarlsson committed Oct 29, 2024
    Configuration menu
    Copy the full SHA
    fe125cd View commit details
    Browse the repository at this point in the history