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

Scheduled workflows #411

Merged
merged 59 commits into from
May 9, 2024
Merged

Scheduled workflows #411

merged 59 commits into from
May 9, 2024

Commits on Apr 24, 2024

  1. First try at decorators

    chuck-dbos committed Apr 24, 2024
    Configuration menu
    Copy the full SHA
    0cedd87 View commit details
    Browse the repository at this point in the history
  2. Add a test skeleton

    chuck-dbos committed Apr 24, 2024
    Configuration menu
    Copy the full SHA
    96378d7 View commit details
    Browse the repository at this point in the history

Commits on Apr 25, 2024

  1. Configuration menu
    Copy the full SHA
    92db30a View commit details
    Browse the repository at this point in the history
  2. Registration and list

    chuck-dbos committed Apr 25, 2024
    Configuration menu
    Copy the full SHA
    3d760b0 View commit details
    Browse the repository at this point in the history
  3. Crontab parse

    chuck-dbos committed Apr 25, 2024
    Configuration menu
    Copy the full SHA
    d295468 View commit details
    Browse the repository at this point in the history
  4. Add pattern validator

    chuck-dbos committed Apr 25, 2024
    Configuration menu
    Copy the full SHA
    3dfd59c View commit details
    Browse the repository at this point in the history
  5. More toward this

    chuck-dbos committed Apr 25, 2024
    Configuration menu
    Copy the full SHA
    e90eda3 View commit details
    Browse the repository at this point in the history
  6. More conversion tests

    chuck-dbos committed Apr 25, 2024
    Configuration menu
    Copy the full SHA
    1fa17a7 View commit details
    Browse the repository at this point in the history
  7. Validator

    chuck-dbos committed Apr 25, 2024
    Configuration menu
    Copy the full SHA
    c525826 View commit details
    Browse the repository at this point in the history

Commits on Apr 26, 2024

  1. Configuration menu
    Copy the full SHA
    825f7b5 View commit details
    Browse the repository at this point in the history
  2. Silly

    chuck-dbos committed Apr 26, 2024
    Configuration menu
    Copy the full SHA
    0889b70 View commit details
    Browse the repository at this point in the history
  3. One way

    chuck-dbos committed Apr 26, 2024
    Configuration menu
    Copy the full SHA
    8155475 View commit details
    Browse the repository at this point in the history
  4. Maybe this is better

    chuck-dbos committed Apr 26, 2024
    Configuration menu
    Copy the full SHA
    95d6474 View commit details
    Browse the repository at this point in the history
  5. So

    chuck-dbos committed Apr 26, 2024
    Configuration menu
    Copy the full SHA
    a197675 View commit details
    Browse the repository at this point in the history
  6. Loop w/ calendar

    chuck-dbos committed Apr 26, 2024
    Configuration menu
    Copy the full SHA
    77937be View commit details
    Browse the repository at this point in the history
  7. Schedule loop is looping!

    chuck-dbos committed Apr 26, 2024
    Configuration menu
    Copy the full SHA
    e2163c7 View commit details
    Browse the repository at this point in the history

Commits on Apr 29, 2024

  1. Configuration menu
    Copy the full SHA
    5f3b265 View commit details
    Browse the repository at this point in the history
  2. ;

    chuck-dbos committed Apr 29, 2024
    Configuration menu
    Copy the full SHA
    93d7d19 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    fd52645 View commit details
    Browse the repository at this point in the history
  4. Logging

    chuck-dbos committed Apr 29, 2024
    Configuration menu
    Copy the full SHA
    4430f75 View commit details
    Browse the repository at this point in the history

Commits on Apr 30, 2024

  1. Add schema

    chuck-dbos committed Apr 30, 2024
    Configuration menu
    Copy the full SHA
    22a7366 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8fd5ff2 View commit details
    Browse the repository at this point in the history
  3. Stub the new functions

    chuck-dbos committed Apr 30, 2024
    Configuration menu
    Copy the full SHA
    5d28869 View commit details
    Browse the repository at this point in the history
  4. SQL, maybe

    chuck-dbos committed Apr 30, 2024
    Configuration menu
    Copy the full SHA
    eeb6096 View commit details
    Browse the repository at this point in the history

Commits on May 1, 2024

  1. Make up missing work

    chuck-dbos committed May 1, 2024
    Configuration menu
    Copy the full SHA
    99e504a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b833724 View commit details
    Browse the repository at this point in the history

Commits on May 2, 2024

  1. Dead code

    chuck-dbos committed May 2, 2024
    Configuration menu
    Copy the full SHA
    3e8b3a1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    008c94e View commit details
    Browse the repository at this point in the history
  3. Fixes

    chuck-dbos committed May 2, 2024
    Configuration menu
    Copy the full SHA
    4abe988 View commit details
    Browse the repository at this point in the history

Commits on May 3, 2024

  1. Configuration menu
    Copy the full SHA
    dd09b3d View commit details
    Browse the repository at this point in the history
  2. Update test

    chuck-dbos committed May 3, 2024
    Configuration menu
    Copy the full SHA
    e52d4ba View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b5c3beb View commit details
    Browse the repository at this point in the history
  4. Adjust test

    chuck-dbos committed May 3, 2024
    Configuration menu
    Copy the full SHA
    02cbc97 View commit details
    Browse the repository at this point in the history
  5. Set up sched in testing runtime

    But the teardown hook is timing out
    chuck-dbos committed May 3, 2024
    Configuration menu
    Copy the full SHA
    a2a801a View commit details
    Browse the repository at this point in the history
  6. Accidental imports

    chuck-dbos committed May 3, 2024
    Configuration menu
    Copy the full SHA
    b5c8587 View commit details
    Browse the repository at this point in the history
  7. Simplify teardown logic

    chuck-dbos committed May 3, 2024
    Configuration menu
    Copy the full SHA
    0cfff39 View commit details
    Browse the repository at this point in the history

Commits on May 4, 2024

  1. Update src/scheduler/scheduler.ts

    Co-authored-by: Qian Li <[email protected]>
    Signed-off-by: chuck-dbos <[email protected]>
    chuck-dbos and qianl15 authored May 4, 2024
    Configuration menu
    Copy the full SHA
    df6ebf2 View commit details
    Browse the repository at this point in the history
  2. Update src/scheduler/scheduler.ts

    Co-authored-by: Qian Li <[email protected]>
    Signed-off-by: chuck-dbos <[email protected]>
    chuck-dbos and qianl15 authored May 4, 2024
    Configuration menu
    Copy the full SHA
    2470855 View commit details
    Browse the repository at this point in the history
  3. Adjust comment

    chuck-dbos committed May 4, 2024
    Configuration menu
    Copy the full SHA
    ce85dbf View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    03258c8 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    77b245b View commit details
    Browse the repository at this point in the history
  6. Simplify

    chuck-dbos committed May 4, 2024
    Configuration menu
    Copy the full SHA
    c9a714e View commit details
    Browse the repository at this point in the history
  7. Dead code

    chuck-dbos committed May 4, 2024
    Configuration menu
    Copy the full SHA
    0ef0b50 View commit details
    Browse the repository at this point in the history

Commits on May 6, 2024

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

Commits on May 7, 2024

  1. Configuration menu
    Copy the full SHA
    d1806d0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    28b0afd View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    630284b View commit details
    Browse the repository at this point in the history
  4. Unused imports

    chuck-dbos committed May 7, 2024
    Configuration menu
    Copy the full SHA
    35281c3 View commit details
    Browse the repository at this point in the history
  5. Clarify that it is ms

    chuck-dbos committed May 7, 2024
    Configuration menu
    Copy the full SHA
    e5539ad View commit details
    Browse the repository at this point in the history
  6. Unused

    chuck-dbos committed May 7, 2024
    Configuration menu
    Copy the full SHA
    ff5da5f View commit details
    Browse the repository at this point in the history

Commits on May 8, 2024

  1. Unneeded lintsmog

    chuck-dbos committed May 8, 2024
    Configuration menu
    Copy the full SHA
    4266d27 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e757cbe View commit details
    Browse the repository at this point in the history
  3. Renames

    chuck-dbos committed May 8, 2024
    Configuration menu
    Copy the full SHA
    1a000da View commit details
    Browse the repository at this point in the history

Commits on May 9, 2024

  1. Configuration menu
    Copy the full SHA
    0a7b2da View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3f14989 View commit details
    Browse the repository at this point in the history
  3. Remove method reg

    chuck-dbos committed May 9, 2024
    Configuration menu
    Copy the full SHA
    3ff1e39 View commit details
    Browse the repository at this point in the history
  4. A comment

    chuck-dbos committed May 9, 2024
    Configuration menu
    Copy the full SHA
    f10dbdd View commit details
    Browse the repository at this point in the history
  5. Update src/scheduler/scheduler.ts

    Comment
    
    Co-authored-by: Qian Li <[email protected]>
    Signed-off-by: chuck-dbos <[email protected]>
    chuck-dbos and qianl15 authored May 9, 2024
    Configuration menu
    Copy the full SHA
    1172e11 View commit details
    Browse the repository at this point in the history
  6. Update src/scheduler/scheduler.ts

    Co-authored-by: Qian Li <[email protected]>
    Signed-off-by: chuck-dbos <[email protected]>
    chuck-dbos and qianl15 authored May 9, 2024
    Configuration menu
    Copy the full SHA
    bb9991a View commit details
    Browse the repository at this point in the history