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

Workflows backend prototype #542

Closed
wants to merge 44 commits into from

Commits on Sep 5, 2024

  1. initialize dask cluster

    andrii-i committed Sep 5, 2024
    Configuration menu
    Copy the full SHA
    abedadf View commit details
    Browse the repository at this point in the history

Commits on Sep 9, 2024

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

Commits on Sep 11, 2024

  1. make execute_workflow a flow

    andrii-i committed Sep 11, 2024
    Configuration menu
    Copy the full SHA
    71aa7fe View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c8e0bf6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b79b917 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4ef2373 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    d77310e View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    c5da5b0 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    c64a53b View commit details
    Browse the repository at this point in the history

Commits on Sep 12, 2024

  1. add GET workflow/{id}

    andrii-i committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    b33191c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b07a765 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    044e3bb View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5c351ac View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    4aa3046 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    c276385 View commit details
    Browse the repository at this point in the history

Commits on Sep 13, 2024

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

Commits on Sep 16, 2024

  1. Configuration menu
    Copy the full SHA
    3ae8997 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b9c466b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    69b34ca View commit details
    Browse the repository at this point in the history
  4. Remove Dask

    andrii-i committed Sep 16, 2024
    Configuration menu
    Copy the full SHA
    f18071e View commit details
    Browse the repository at this point in the history

Commits on Sep 23, 2024

  1. Configuration menu
    Copy the full SHA
    440dfd1 View commit details
    Browse the repository at this point in the history
  2. make workflow_id optional

    andrii-i committed Sep 23, 2024
    Configuration menu
    Copy the full SHA
    6f9ec65 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5a29d03 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    cdafb4f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    650a566 View commit details
    Browse the repository at this point in the history
  6. add workflow definitions

    andrii-i committed Sep 23, 2024
    Configuration menu
    Copy the full SHA
    6466c48 View commit details
    Browse the repository at this point in the history

Commits on Oct 7, 2024

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

Commits on Oct 9, 2024

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

Commits on Oct 14, 2024

  1. Configuration menu
    Copy the full SHA
    5a2621b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    87306a8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e35607f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    78e0818 View commit details
    Browse the repository at this point in the history

Commits on Oct 18, 2024

  1. replace prefect with dask

    andrii-i committed Oct 18, 2024
    Configuration menu
    Copy the full SHA
    e9d22e1 View commit details
    Browse the repository at this point in the history
  2. add workflow runner

    andrii-i committed Oct 18, 2024
    Configuration menu
    Copy the full SHA
    14f5740 View commit details
    Browse the repository at this point in the history
  3. use dask instead of prefect

    andrii-i committed Oct 18, 2024
    Configuration menu
    Copy the full SHA
    9321d41 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2b25c01 View commit details
    Browse the repository at this point in the history

Commits on Oct 22, 2024

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

Commits on Oct 24, 2024

  1. add DEPLOYED status

    andrii-i committed Oct 24, 2024
    Configuration menu
    Copy the full SHA
    6e162cb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8866d24 View commit details
    Browse the repository at this point in the history

Commits on Oct 28, 2024

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

Commits on Oct 29, 2024

  1. Configuration menu
    Copy the full SHA
    75e0e37 View commit details
    Browse the repository at this point in the history
  2. add more print statements

    andrii-i committed Oct 29, 2024
    Configuration menu
    Copy the full SHA
    97ac530 View commit details
    Browse the repository at this point in the history