Skip to content
This repository has been archived by the owner on Oct 14, 2023. It is now read-only.

Start of a basic implementation #1

Merged
merged 27 commits into from
Dec 9, 2022
Merged

Start of a basic implementation #1

merged 27 commits into from
Dec 9, 2022

Commits on Sep 27, 2022

  1. feat(project): create basic job manager

    Jan Gaebel committed Sep 27, 2022
    Configuration menu
    Copy the full SHA
    9dfc686 View commit details
    Browse the repository at this point in the history
  2. refactor(project): change rules to set

    Jan Gaebel committed Sep 27, 2022
    Configuration menu
    Copy the full SHA
    c54ae73 View commit details
    Browse the repository at this point in the history

Commits on Nov 24, 2022

  1. feat(manager): bring into working state

    Jan Gaebel committed Nov 24, 2022
    Configuration menu
    Copy the full SHA
    a7240bb View commit details
    Browse the repository at this point in the history
  2. fix(project): wrong type

    Jan Gaebel committed Nov 24, 2022
    Configuration menu
    Copy the full SHA
    a51fb27 View commit details
    Browse the repository at this point in the history

Commits on Nov 25, 2022

  1. refactor(project): clean up

    Jan Gaebel committed Nov 25, 2022
    Configuration menu
    Copy the full SHA
    707723c View commit details
    Browse the repository at this point in the history
  2. feat(manager): allow subscribing to events

    Jan Gaebel committed Nov 25, 2022
    Configuration menu
    Copy the full SHA
    707c39b View commit details
    Browse the repository at this point in the history
  3. fix(test): ensure count incremented at end

    Jan Gaebel committed Nov 25, 2022
    Configuration menu
    Copy the full SHA
    b48094a View commit details
    Browse the repository at this point in the history
  4. refactor(task): callback

    Jan Gaebel committed Nov 25, 2022
    Configuration menu
    Copy the full SHA
    d3f07c7 View commit details
    Browse the repository at this point in the history

Commits on Nov 28, 2022

  1. fix(project): fix retry

    Jan Gaebel committed Nov 28, 2022
    Configuration menu
    Copy the full SHA
    95cf7d4 View commit details
    Browse the repository at this point in the history
  2. feat(project): some more rules

    Jan Gaebel committed Nov 28, 2022
    Configuration menu
    Copy the full SHA
    c9a72a3 View commit details
    Browse the repository at this point in the history
  3. fix(project): rule mutation

    Jan Gaebel committed Nov 28, 2022
    Configuration menu
    Copy the full SHA
    e1e0490 View commit details
    Browse the repository at this point in the history

Commits on Nov 29, 2022

  1. refactor(project): proper access control

    Jan Gaebel committed Nov 29, 2022
    Configuration menu
    Copy the full SHA
    5404dd8 View commit details
    Browse the repository at this point in the history
  2. refactor(project): style

    Jan Gaebel committed Nov 29, 2022
    Configuration menu
    Copy the full SHA
    e9fe429 View commit details
    Browse the repository at this point in the history
  3. refactor(manager): proper coroutine queue

    Jan Gaebel committed Nov 29, 2022
    Configuration menu
    Copy the full SHA
    4c44f01 View commit details
    Browse the repository at this point in the history
  4. refactor(project): clean up

    Jan Gaebel committed Nov 29, 2022
    Configuration menu
    Copy the full SHA
    2c8d6da View commit details
    Browse the repository at this point in the history

Commits on Nov 30, 2022

  1. refactor(project): rename classes

    Jan Gaebel committed Nov 30, 2022
    Configuration menu
    Copy the full SHA
    dd4c98e View commit details
    Browse the repository at this point in the history
  2. refactor(project): expose queue

    Jan Gaebel committed Nov 30, 2022
    Configuration menu
    Copy the full SHA
    eef7c5c View commit details
    Browse the repository at this point in the history
  3. feat(job): support timeout

    Jan Gaebel committed Nov 30, 2022
    Configuration menu
    Copy the full SHA
    3b588d0 View commit details
    Browse the repository at this point in the history
  4. refactor(tests): properly test cancellation

    Jan Gaebel committed Nov 30, 2022
    Configuration menu
    Copy the full SHA
    2a14da4 View commit details
    Browse the repository at this point in the history
  5. feat(project): add README

    Jan Gaebel committed Nov 30, 2022
    Configuration menu
    Copy the full SHA
    cd11804 View commit details
    Browse the repository at this point in the history
  6. fix(project): README

    Jan Gaebel committed Nov 30, 2022
    Configuration menu
    Copy the full SHA
    9d372bb View commit details
    Browse the repository at this point in the history
  7. feat(project): cancel by id

    Jan Gaebel committed Nov 30, 2022
    Configuration menu
    Copy the full SHA
    6cf6811 View commit details
    Browse the repository at this point in the history

Commits on Dec 1, 2022

  1. refactor(queue): cleanup start and cancel

    Jan Gaebel committed Dec 1, 2022
    Configuration menu
    Copy the full SHA
    32a12fb View commit details
    Browse the repository at this point in the history
  2. feat(persistence): start adding preferences

    Jan Gaebel committed Dec 1, 2022
    Configuration menu
    Copy the full SHA
    c777ae4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    67b97fc View commit details
    Browse the repository at this point in the history
  4. refactor(job): limit repeat

    Jan Gaebel committed Dec 1, 2022
    Configuration menu
    Copy the full SHA
    22bf1fc View commit details
    Browse the repository at this point in the history
  5. fix(task): missing default value

    Jan Gaebel committed Dec 1, 2022
    Configuration menu
    Copy the full SHA
    8a05e1f View commit details
    Browse the repository at this point in the history