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

New engine: add support for sync and async generator tasks #13138

Closed
wants to merge 33 commits into from

Commits on Apr 24, 2024

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

    jlowin committed Apr 24, 2024
    Configuration menu
    Copy the full SHA
    44c7c92 View commit details
    Browse the repository at this point in the history
  3. add run_flow_sync

    jlowin committed Apr 24, 2024
    Configuration menu
    Copy the full SHA
    59c6114 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f47099b View commit details
    Browse the repository at this point in the history
  5. tests

    jlowin committed Apr 24, 2024
    Configuration menu
    Copy the full SHA
    a53a7e9 View commit details
    Browse the repository at this point in the history

Commits on Apr 25, 2024

  1. tests

    jlowin committed Apr 25, 2024
    Configuration menu
    Copy the full SHA
    cc1920f View commit details
    Browse the repository at this point in the history
  2. add timeout tests

    jlowin committed Apr 25, 2024
    Configuration menu
    Copy the full SHA
    e3209fd View commit details
    Browse the repository at this point in the history
  3. Fix timeout tests

    jlowin committed Apr 25, 2024
    Configuration menu
    Copy the full SHA
    985c68c View commit details
    Browse the repository at this point in the history
  4. Add engine flag

    jlowin committed Apr 25, 2024
    Configuration menu
    Copy the full SHA
    f8b8fa4 View commit details
    Browse the repository at this point in the history
  5. Fix subflow handling

    jlowin committed Apr 25, 2024
    Configuration menu
    Copy the full SHA
    16c5d0a View commit details
    Browse the repository at this point in the history
  6. Add contextvar test

    jlowin committed Apr 25, 2024
    Configuration menu
    Copy the full SHA
    e2cd525 View commit details
    Browse the repository at this point in the history
  7. Clean up unused method

    jlowin committed Apr 25, 2024
    Configuration menu
    Copy the full SHA
    ea79c99 View commit details
    Browse the repository at this point in the history

Commits on Apr 26, 2024

  1. Remove unused attribute

    jlowin committed Apr 26, 2024
    Configuration menu
    Copy the full SHA
    dfdc2f6 View commit details
    Browse the repository at this point in the history
  2. Improve parent tracking

    jlowin committed Apr 26, 2024
    Configuration menu
    Copy the full SHA
    ea499b0 View commit details
    Browse the repository at this point in the history
  3. Update test_new_flow_engine.py

    jlowin committed Apr 26, 2024
    Configuration menu
    Copy the full SHA
    362e3ed View commit details
    Browse the repository at this point in the history
  4. Improve run_sync

    jlowin committed Apr 26, 2024
    Configuration menu
    Copy the full SHA
    f555af4 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    048bc6e View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    5303104 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    31095ba View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    4d25253 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    af43932 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    4f86c3c View commit details
    Browse the repository at this point in the history
  11. Fix typing for 3.8

    jlowin committed Apr 26, 2024
    Configuration menu
    Copy the full SHA
    f6e52cf View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    4d4300a View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    8ed5f3b View commit details
    Browse the repository at this point in the history
  14. Yet more 3.8 typing

    jlowin committed Apr 26, 2024
    Configuration menu
    Copy the full SHA
    58a7191 View commit details
    Browse the repository at this point in the history

Commits on Apr 27, 2024

  1. Configuration menu
    Copy the full SHA
    6dcdb76 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a54ef54 View commit details
    Browse the repository at this point in the history
  3. Improve parent tracking

    jlowin committed Apr 27, 2024
    Configuration menu
    Copy the full SHA
    0f78a0c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8a5b016 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    1d0d1d0 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    0a58633 View commit details
    Browse the repository at this point in the history

Commits on Apr 29, 2024

  1. Merge upstream

    jlowin committed Apr 29, 2024
    Configuration menu
    Copy the full SHA
    ba2a11d View commit details
    Browse the repository at this point in the history