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

Add Async method to SchemaBuilder to prevent possible thread starvation #508

Merged
merged 28 commits into from
Nov 15, 2023

Commits on Nov 13, 2023

  1. Configuration menu
    Copy the full SHA
    b911a67 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fce8de4 View commit details
    Browse the repository at this point in the history
  3. Fix Startup

    MikeAlhayek committed Nov 13, 2023
    Configuration menu
    Copy the full SHA
    3fe6ed8 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2c710a6 View commit details
    Browse the repository at this point in the history
  5. Adding SaveAsync

    MikeAlhayek committed Nov 13, 2023
    Configuration menu
    Copy the full SHA
    f8c19f8 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    d815f2d View commit details
    Browse the repository at this point in the history
  7. close connection

    MikeAlhayek committed Nov 13, 2023
    Configuration menu
    Copy the full SHA
    1b5f0ec View commit details
    Browse the repository at this point in the history
  8. cleanup

    MikeAlhayek committed Nov 13, 2023
    Configuration menu
    Copy the full SHA
    01e0e8b View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    5b7ba93 View commit details
    Browse the repository at this point in the history
  10. FlushAsync hates await :)

    MikeAlhayek committed Nov 13, 2023
    Configuration menu
    Copy the full SHA
    93bbb4d View commit details
    Browse the repository at this point in the history
  11. fix build error

    MikeAlhayek committed Nov 13, 2023
    Configuration menu
    Copy the full SHA
    ac451ba View commit details
    Browse the repository at this point in the history

Commits on Nov 14, 2023

  1. Addressing feedback

    MikeAlhayek committed Nov 14, 2023
    Configuration menu
    Copy the full SHA
    352e7ad View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e6abad3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    88464c4 View commit details
    Browse the repository at this point in the history
  4. do not rollback

    MikeAlhayek committed Nov 14, 2023
    Configuration menu
    Copy the full SHA
    41a75f5 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    47d6c1a View commit details
    Browse the repository at this point in the history
  6. remove try catch

    MikeAlhayek committed Nov 14, 2023
    Configuration menu
    Copy the full SHA
    e9d839d View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    63b6639 View commit details
    Browse the repository at this point in the history
  8. Removing Startup.cs file

    MikeAlhayek committed Nov 14, 2023
    Configuration menu
    Copy the full SHA
    154ae8e View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    3a207d1 View commit details
    Browse the repository at this point in the history
  10. use BeginTransactionAsync

    MikeAlhayek committed Nov 14, 2023
    Configuration menu
    Copy the full SHA
    c3c962f View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    fd9f614 View commit details
    Browse the repository at this point in the history
  12. log an exception

    MikeAlhayek committed Nov 14, 2023
    Configuration menu
    Copy the full SHA
    da8b90d View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    2e6b3ec View commit details
    Browse the repository at this point in the history
  14. force exception

    MikeAlhayek committed Nov 14, 2023
    Configuration menu
    Copy the full SHA
    34c0d49 View commit details
    Browse the repository at this point in the history
  15. don't throw

    MikeAlhayek committed Nov 14, 2023
    Configuration menu
    Copy the full SHA
    a5bec24 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    7074feb View commit details
    Browse the repository at this point in the history
  17. Await using

    sebastienros committed Nov 14, 2023
    Configuration menu
    Copy the full SHA
    1500842 View commit details
    Browse the repository at this point in the history