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

Prevent some race conditions #3167

Merged
merged 36 commits into from
Nov 11, 2024

Commits on Nov 4, 2024

  1. Configuration menu
    Copy the full SHA
    250e713 View commit details
    Browse the repository at this point in the history
  2. Add model unique constraint

    schustmi committed Nov 4, 2024
    Configuration menu
    Copy the full SHA
    a8cec79 View commit details
    Browse the repository at this point in the history
  3. Cleanup unused methods

    schustmi committed Nov 4, 2024
    Configuration menu
    Copy the full SHA
    3965539 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f120877 View commit details
    Browse the repository at this point in the history
  5. Fix log message

    schustmi committed Nov 4, 2024
    Configuration menu
    Copy the full SHA
    f5ec6b9 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    40661e8 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    c3b8363 View commit details
    Browse the repository at this point in the history
  8. Separate exceptions

    schustmi committed Nov 4, 2024
    Configuration menu
    Copy the full SHA
    a4c6875 View commit details
    Browse the repository at this point in the history

Commits on Nov 5, 2024

  1. Add more migrations

    schustmi committed Nov 5, 2024
    Configuration menu
    Copy the full SHA
    6e35f2d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e9ef50e View commit details
    Browse the repository at this point in the history
  3. Format

    schustmi committed Nov 5, 2024
    Configuration menu
    Copy the full SHA
    31bbd11 View commit details
    Browse the repository at this point in the history

Commits on Nov 6, 2024

  1. Fix mypy

    schustmi committed Nov 6, 2024
    Configuration menu
    Copy the full SHA
    524034f View commit details
    Browse the repository at this point in the history
  2. Docstrings

    schustmi committed Nov 6, 2024
    Configuration menu
    Copy the full SHA
    ccdc499 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    56f6bfd View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d7b4821 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    3446f04 View commit details
    Browse the repository at this point in the history
  6. Add missing break

    schustmi committed Nov 6, 2024
    Configuration menu
    Copy the full SHA
    d6e42ab View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    f1732a9 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    aeadcf1 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    666c836 View commit details
    Browse the repository at this point in the history
  10. Docstring

    schustmi committed Nov 6, 2024
    Configuration menu
    Copy the full SHA
    6c214e0 View commit details
    Browse the repository at this point in the history
  11. Cast to str

    schustmi committed Nov 6, 2024
    Configuration menu
    Copy the full SHA
    b4670a5 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    24cf449 View commit details
    Browse the repository at this point in the history

Commits on Nov 7, 2024

  1. Configuration menu
    Copy the full SHA
    2700828 View commit details
    Browse the repository at this point in the history
  2. Fix alembic order

    schustmi committed Nov 7, 2024
    Configuration menu
    Copy the full SHA
    8b0de42 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b50779d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7be917e View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f729aab View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    a87d05c View commit details
    Browse the repository at this point in the history
  7. Add logs during migration

    schustmi committed Nov 7, 2024
    Configuration menu
    Copy the full SHA
    38f624a View commit details
    Browse the repository at this point in the history
  8. Merge branch 'bugfix/PRD-704-concurrent-runs-race-conditions' of gith…

    …ub.com:zenml-io/zenml into bugfix/PRD-704-concurrent-runs-race-conditions
    schustmi committed Nov 7, 2024
    Configuration menu
    Copy the full SHA
    0a70a83 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    f5dd244 View commit details
    Browse the repository at this point in the history
  10. Formatting

    schustmi committed Nov 7, 2024
    Configuration menu
    Copy the full SHA
    92522d3 View commit details
    Browse the repository at this point in the history
  11. More mypy

    schustmi committed Nov 7, 2024
    Configuration menu
    Copy the full SHA
    1df5ecc View commit details
    Browse the repository at this point in the history

Commits on Nov 11, 2024

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

    schustmi committed Nov 11, 2024
    Configuration menu
    Copy the full SHA
    a744ce5 View commit details
    Browse the repository at this point in the history