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

Async Upload Improvements #3556

Merged
merged 10 commits into from
Dec 19, 2022
Merged

Async Upload Improvements #3556

merged 10 commits into from
Dec 19, 2022

Commits on Dec 14, 2022

  1. move stream clients to dedicated pkg

    Signed-off-by: jkoberg <jkoberg@owncloud.com>
    kobergj committed Dec 14, 2022
    Configuration menu
    Copy the full SHA
    3e60e8d View commit details
    Browse the repository at this point in the history
  2. add unit test for async upload

    Signed-off-by: jkoberg <jkoberg@owncloud.com>
    kobergj committed Dec 14, 2022
    Configuration menu
    Copy the full SHA
    8f577c1 View commit details
    Browse the repository at this point in the history
  3. bring 0 byte touch file back

    Signed-off-by: jkoberg <jkoberg@owncloud.com>
    kobergj committed Dec 14, 2022
    Configuration menu
    Copy the full SHA
    7ce59b7 View commit details
    Browse the repository at this point in the history
  4. block uploads for files in processing

    Signed-off-by: jkoberg <jkoberg@owncloud.com>
    kobergj committed Dec 14, 2022
    Configuration menu
    Copy the full SHA
    1b66f95 View commit details
    Browse the repository at this point in the history
  5. changelog

    Signed-off-by: jkoberg <jkoberg@owncloud.com>
    kobergj committed Dec 14, 2022
    Configuration menu
    Copy the full SHA
    8b377bf View commit details
    Browse the repository at this point in the history
  6. more unit tests

    Signed-off-by: jkoberg <jkoberg@owncloud.com>
    kobergj committed Dec 14, 2022
    Configuration menu
    Copy the full SHA
    c34a242 View commit details
    Browse the repository at this point in the history

Commits on Dec 15, 2022

  1. cleanup unittests

    Signed-off-by: jkoberg <jkoberg@owncloud.com>
    kobergj committed Dec 15, 2022
    Configuration menu
    Copy the full SHA
    a66fad7 View commit details
    Browse the repository at this point in the history
  2. Revert "block uploads for files in processing"

    This reverts commit 1b66f95.
    kobergj committed Dec 15, 2022
    Configuration menu
    Copy the full SHA
    5940f12 View commit details
    Browse the repository at this point in the history
  3. rework parallel upload handling

    Signed-off-by: jkoberg <jkoberg@owncloud.com>
    kobergj committed Dec 15, 2022
    Configuration menu
    Copy the full SHA
    b67c767 View commit details
    Browse the repository at this point in the history

Commits on Dec 16, 2022

  1. reduce io calls when finishing pp

    Signed-off-by: jkoberg <jkoberg@owncloud.com>
    kobergj committed Dec 16, 2022
    Configuration menu
    Copy the full SHA
    ab4b70b View commit details
    Browse the repository at this point in the history