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

refactor(core/raw): Migrate oio::Read to async in trait #4336

Merged
merged 38 commits into from
Mar 12, 2024
Merged

Commits on Mar 7, 2024

  1. Another failure

    Signed-off-by: Xuanwo <[email protected]>
    Xuanwo committed Mar 7, 2024
    Configuration menu
    Copy the full SHA
    7dd9358 View commit details
    Browse the repository at this point in the history
  2. Save work

    Signed-off-by: Xuanwo <[email protected]>
    Xuanwo committed Mar 7, 2024
    Configuration menu
    Copy the full SHA
    c53adda View commit details
    Browse the repository at this point in the history
  3. Save file read

    Signed-off-by: Xuanwo <[email protected]>
    Xuanwo committed Mar 7, 2024
    Configuration menu
    Copy the full SHA
    e55e6d9 View commit details
    Browse the repository at this point in the history
  4. Save polish

    Signed-off-by: Xuanwo <[email protected]>
    Xuanwo committed Mar 7, 2024
    Configuration menu
    Copy the full SHA
    77e1448 View commit details
    Browse the repository at this point in the history
  5. Save

    Signed-off-by: Xuanwo <[email protected]>
    Xuanwo committed Mar 7, 2024
    Configuration menu
    Copy the full SHA
    509411e View commit details
    Browse the repository at this point in the history
  6. save

    Signed-off-by: Xuanwo <[email protected]>
    Xuanwo committed Mar 7, 2024
    Configuration menu
    Copy the full SHA
    dab21d3 View commit details
    Browse the repository at this point in the history
  7. Remove next

    Signed-off-by: Xuanwo <[email protected]>
    Xuanwo committed Mar 7, 2024
    Configuration menu
    Copy the full SHA
    3347510 View commit details
    Browse the repository at this point in the history

Commits on Mar 8, 2024

  1. able to build

    Signed-off-by: Xuanwo <[email protected]>
    Xuanwo committed Mar 8, 2024
    Configuration menu
    Copy the full SHA
    98f5dfd View commit details
    Browse the repository at this point in the history
  2. Fix retry

    Signed-off-by: Xuanwo <[email protected]>
    Xuanwo committed Mar 8, 2024
    Configuration menu
    Copy the full SHA
    2ee2c28 View commit details
    Browse the repository at this point in the history

Commits on Mar 11, 2024

  1. save work

    Signed-off-by: Xuanwo <[email protected]>
    Xuanwo committed Mar 11, 2024
    Configuration menu
    Copy the full SHA
    add6f39 View commit details
    Browse the repository at this point in the history
  2. Impl read to end

    Signed-off-by: Xuanwo <[email protected]>
    Xuanwo committed Mar 11, 2024
    Configuration menu
    Copy the full SHA
    7258e7f View commit details
    Browse the repository at this point in the history
  3. Implement futures & tokio reader

    Signed-off-by: Xuanwo <[email protected]>
    Xuanwo committed Mar 11, 2024
    Configuration menu
    Copy the full SHA
    bc87faf View commit details
    Browse the repository at this point in the history
  4. Fix file read

    Signed-off-by: Xuanwo <[email protected]>
    Xuanwo committed Mar 11, 2024
    Configuration menu
    Copy the full SHA
    42aacc3 View commit details
    Browse the repository at this point in the history
  5. add warning

    Signed-off-by: Xuanwo <[email protected]>
    Xuanwo committed Mar 11, 2024
    Configuration menu
    Copy the full SHA
    a705ce4 View commit details
    Browse the repository at this point in the history
  6. fix ftp

    Signed-off-by: Xuanwo <[email protected]>
    Xuanwo committed Mar 11, 2024
    Configuration menu
    Copy the full SHA
    921d4cd View commit details
    Browse the repository at this point in the history
  7. Fix dtrace

    Signed-off-by: Xuanwo <[email protected]>
    Xuanwo committed Mar 11, 2024
    Configuration menu
    Copy the full SHA
    5bd8f35 View commit details
    Browse the repository at this point in the history
  8. Fix retry

    Signed-off-by: Xuanwo <[email protected]>
    Xuanwo committed Mar 11, 2024
    Configuration menu
    Copy the full SHA
    6c0621e View commit details
    Browse the repository at this point in the history
  9. all check passed

    Signed-off-by: Xuanwo <[email protected]>
    Xuanwo committed Mar 11, 2024
    Configuration menu
    Copy the full SHA
    a513d27 View commit details
    Browse the repository at this point in the history
  10. Make clippy happy

    Signed-off-by: Xuanwo <[email protected]>
    Xuanwo committed Mar 11, 2024
    Configuration menu
    Copy the full SHA
    8484245 View commit details
    Browse the repository at this point in the history
  11. clippy passed

    Signed-off-by: Xuanwo <[email protected]>
    Xuanwo committed Mar 11, 2024
    Configuration menu
    Copy the full SHA
    108fcbe View commit details
    Browse the repository at this point in the history
  12. Don't impl io traits on dyn reader

    Signed-off-by: Xuanwo <[email protected]>
    Xuanwo committed Mar 11, 2024
    Configuration menu
    Copy the full SHA
    718edef View commit details
    Browse the repository at this point in the history
  13. Polish naming

    Signed-off-by: Xuanwo <[email protected]>
    Xuanwo committed Mar 11, 2024
    Configuration menu
    Copy the full SHA
    8b6cc0c View commit details
    Browse the repository at this point in the history
  14. Rename

    Signed-off-by: Xuanwo <[email protected]>
    Xuanwo committed Mar 11, 2024
    Configuration menu
    Copy the full SHA
    9231409 View commit details
    Browse the repository at this point in the history
  15. Fix naming

    Signed-off-by: Xuanwo <[email protected]>
    Xuanwo committed Mar 11, 2024
    Configuration menu
    Copy the full SHA
    5b8c8d8 View commit details
    Browse the repository at this point in the history
  16. Remove typo

    Signed-off-by: Xuanwo <[email protected]>
    Xuanwo committed Mar 11, 2024
    Configuration menu
    Copy the full SHA
    0ced6a0 View commit details
    Browse the repository at this point in the history
  17. Bump msrv

    Signed-off-by: Xuanwo <[email protected]>
    Xuanwo committed Mar 11, 2024
    Configuration menu
    Copy the full SHA
    0cedba6 View commit details
    Browse the repository at this point in the history
  18. Fix object store

    Signed-off-by: Xuanwo <[email protected]>
    Xuanwo committed Mar 11, 2024
    Configuration menu
    Copy the full SHA
    c8457cb View commit details
    Browse the repository at this point in the history
  19. Fix recursive

    Signed-off-by: Xuanwo <[email protected]>
    Xuanwo committed Mar 11, 2024
    Configuration menu
    Copy the full SHA
    9c6b8d5 View commit details
    Browse the repository at this point in the history
  20. Fix unit tests

    Signed-off-by: Xuanwo <[email protected]>
    Xuanwo committed Mar 11, 2024
    Configuration menu
    Copy the full SHA
    109d102 View commit details
    Browse the repository at this point in the history
  21. Fix fs test

    Signed-off-by: Xuanwo <[email protected]>
    Xuanwo committed Mar 11, 2024
    Configuration menu
    Copy the full SHA
    f2a27aa View commit details
    Browse the repository at this point in the history
  22. Fix consume not updated

    Signed-off-by: Xuanwo <[email protected]>
    Xuanwo committed Mar 11, 2024
    Configuration menu
    Copy the full SHA
    ebeb269 View commit details
    Browse the repository at this point in the history
  23. Don't expose oio trait out

    Signed-off-by: Xuanwo <[email protected]>
    Xuanwo committed Mar 11, 2024
    Configuration menu
    Copy the full SHA
    8bf798c View commit details
    Browse the repository at this point in the history
  24. Address nodejs support

    Signed-off-by: Xuanwo <[email protected]>
    Xuanwo committed Mar 11, 2024
    Configuration menu
    Copy the full SHA
    11d20d2 View commit details
    Browse the repository at this point in the history
  25. Fix fs

    Signed-off-by: Xuanwo <[email protected]>
    Xuanwo committed Mar 11, 2024
    Configuration menu
    Copy the full SHA
    30a617b View commit details
    Browse the repository at this point in the history
  26. Fix test

    Signed-off-by: Xuanwo <[email protected]>
    Xuanwo committed Mar 11, 2024
    Configuration menu
    Copy the full SHA
    4fb29a0 View commit details
    Browse the repository at this point in the history
  27. Fix diff

    Signed-off-by: Xuanwo <[email protected]>
    Xuanwo committed Mar 11, 2024
    Configuration menu
    Copy the full SHA
    e26952b View commit details
    Browse the repository at this point in the history
  28. Fix wasm support

    Signed-off-by: Xuanwo <[email protected]>
    Xuanwo committed Mar 11, 2024
    Configuration menu
    Copy the full SHA
    1570a57 View commit details
    Browse the repository at this point in the history

Commits on Mar 12, 2024

  1. Fix tests

    Signed-off-by: Xuanwo <[email protected]>
    Xuanwo committed Mar 12, 2024
    Configuration menu
    Copy the full SHA
    3f8ca68 View commit details
    Browse the repository at this point in the history