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

General task architecture refactor #3133

Merged
merged 57 commits into from
May 29, 2024
Merged

General task architecture refactor #3133

merged 57 commits into from
May 29, 2024

Commits on May 8, 2024

  1. refactor task trait

    ss-es committed May 8, 2024
    Configuration menu
    Copy the full SHA
    69fd4e2 View commit details
    Browse the repository at this point in the history

Commits on May 13, 2024

  1. update interface

    ss-es committed May 13, 2024
    Configuration menu
    Copy the full SHA
    67a48bb View commit details
    Browse the repository at this point in the history

Commits on May 14, 2024

  1. update task-impls

    ss-es committed May 14, 2024
    Configuration menu
    Copy the full SHA
    9bbec8c View commit details
    Browse the repository at this point in the history

Commits on May 16, 2024

  1. update

    ss-es committed May 16, 2024
    Configuration menu
    Copy the full SHA
    b7a0ed3 View commit details
    Browse the repository at this point in the history

Commits on May 17, 2024

  1. add arc into trait

    ss-es committed May 17, 2024
    Configuration menu
    Copy the full SHA
    edc12da View commit details
    Browse the repository at this point in the history
  2. hotshot compiles

    ss-es committed May 17, 2024
    Configuration menu
    Copy the full SHA
    21ed1c5 View commit details
    Browse the repository at this point in the history
  3. cleanup

    ss-es committed May 17, 2024
    Configuration menu
    Copy the full SHA
    ee4d07a View commit details
    Browse the repository at this point in the history
  4. delete unused task functions

    ss-es committed May 17, 2024
    Configuration menu
    Copy the full SHA
    a22e33e View commit details
    Browse the repository at this point in the history

Commits on May 20, 2024

  1. wip

    ss-es committed May 20, 2024
    Configuration menu
    Copy the full SHA
    1d974cd View commit details
    Browse the repository at this point in the history
  2. compiles

    ss-es committed May 20, 2024
    Configuration menu
    Copy the full SHA
    436ce1f View commit details
    Browse the repository at this point in the history

Commits on May 21, 2024

  1. cleanup

    ss-es committed May 21, 2024
    Configuration menu
    Copy the full SHA
    15bced6 View commit details
    Browse the repository at this point in the history
  2. fix tests

    ss-es committed May 21, 2024
    Configuration menu
    Copy the full SHA
    b0a7472 View commit details
    Browse the repository at this point in the history
  3. cleanup

    ss-es committed May 21, 2024
    Configuration menu
    Copy the full SHA
    0832001 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    02f6028 View commit details
    Browse the repository at this point in the history
  5. cleanup

    ss-es committed May 21, 2024
    Configuration menu
    Copy the full SHA
    6f55d60 View commit details
    Browse the repository at this point in the history
  6. wip

    ss-es committed May 21, 2024
    Configuration menu
    Copy the full SHA
    82ab241 View commit details
    Browse the repository at this point in the history
  7. fixes

    ss-es committed May 21, 2024
    Configuration menu
    Copy the full SHA
    405d68a View commit details
    Browse the repository at this point in the history
  8. fixes

    ss-es committed May 21, 2024
    Configuration menu
    Copy the full SHA
    1ea8bee View commit details
    Browse the repository at this point in the history
  9. fix

    ss-es committed May 21, 2024
    Configuration menu
    Copy the full SHA
    1e39948 View commit details
    Browse the repository at this point in the history
  10. shutdown networks as cleanup

    ss-es committed May 21, 2024
    Configuration menu
    Copy the full SHA
    2773a88 View commit details
    Browse the repository at this point in the history

Commits on May 22, 2024

  1. fix?

    ss-es committed May 22, 2024
    Configuration menu
    Copy the full SHA
    22bbb25 View commit details
    Browse the repository at this point in the history
  2. fix

    ss-es committed May 22, 2024
    Configuration menu
    Copy the full SHA
    7f2960a View commit details
    Browse the repository at this point in the history
  3. implement drop for request task

    ss-es committed May 22, 2024
    Configuration menu
    Copy the full SHA
    90faa9f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4bd0188 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    d195c3b View commit details
    Browse the repository at this point in the history
  6. fix??

    ss-es committed May 22, 2024
    Configuration menu
    Copy the full SHA
    abf21a6 View commit details
    Browse the repository at this point in the history
  7. cleanup

    ss-es committed May 22, 2024
    Configuration menu
    Copy the full SHA
    2022ea7 View commit details
    Browse the repository at this point in the history
  8. partial revert

    ss-es committed May 22, 2024
    Configuration menu
    Copy the full SHA
    147bc73 View commit details
    Browse the repository at this point in the history
  9. update vid task

    ss-es committed May 22, 2024
    Configuration menu
    Copy the full SHA
    593e5ec View commit details
    Browse the repository at this point in the history
  10. fix vid and view sync tests

    ss-es committed May 22, 2024
    Configuration menu
    Copy the full SHA
    fadc6fe View commit details
    Browse the repository at this point in the history
  11. remove harness

    ss-es committed May 22, 2024
    Configuration menu
    Copy the full SHA
    9b655ed View commit details
    Browse the repository at this point in the history
  12. fix multiple task unit test

    ss-es committed May 22, 2024
    Configuration menu
    Copy the full SHA
    94dbb5a View commit details
    Browse the repository at this point in the history
  13. fixes

    ss-es committed May 22, 2024
    Configuration menu
    Copy the full SHA
    025cf1e View commit details
    Browse the repository at this point in the history
  14. fix

    ss-es committed May 22, 2024
    Configuration menu
    Copy the full SHA
    76684e6 View commit details
    Browse the repository at this point in the history

Commits on May 23, 2024

  1. Configuration menu
    Copy the full SHA
    45fd19e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    103ca5d View commit details
    Browse the repository at this point in the history
  3. undo shutdown on drop

    ss-es committed May 23, 2024
    Configuration menu
    Copy the full SHA
    ecada5b View commit details
    Browse the repository at this point in the history
  4. fix?

    ss-es committed May 23, 2024
    Configuration menu
    Copy the full SHA
    5322cbe View commit details
    Browse the repository at this point in the history
  5. partially add boxsync futures

    ss-es committed May 23, 2024
    Configuration menu
    Copy the full SHA
    98dd48a View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    0e931a9 View commit details
    Browse the repository at this point in the history
  7. remove drop on request task

    ss-es committed May 23, 2024
    Configuration menu
    Copy the full SHA
    17086f5 View commit details
    Browse the repository at this point in the history
  8. disable request subtask cancel

    ss-es committed May 23, 2024
    Configuration menu
    Copy the full SHA
    12f38e3 View commit details
    Browse the repository at this point in the history

Commits on May 24, 2024

  1. Configuration menu
    Copy the full SHA
    24b81ff View commit details
    Browse the repository at this point in the history
  2. shutdown consensus in handle

    ss-es committed May 24, 2024
    Configuration menu
    Copy the full SHA
    1d5c434 View commit details
    Browse the repository at this point in the history
  3. remove request delay

    ss-es committed May 24, 2024
    Configuration menu
    Copy the full SHA
    70b8c21 View commit details
    Browse the repository at this point in the history
  4. fix flakiness with test outputs

    ss-es committed May 24, 2024
    Configuration menu
    Copy the full SHA
    29170e0 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    abc4917 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    1146873 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    d494028 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    9fcf515 View commit details
    Browse the repository at this point in the history
  9. remove indirection in registry

    ss-es committed May 24, 2024
    Configuration menu
    Copy the full SHA
    1318658 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    089156d View commit details
    Browse the repository at this point in the history
  11. cleanup

    ss-es committed May 24, 2024
    Configuration menu
    Copy the full SHA
    c3e4bb6 View commit details
    Browse the repository at this point in the history

Commits on May 27, 2024

  1. Configuration menu
    Copy the full SHA
    38918a6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    85e7bf0 View commit details
    Browse the repository at this point in the history

Commits on May 28, 2024

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