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

Object store move fixes and more #48160

Merged
merged 12 commits into from
Sep 18, 2024
Merged

Object store move fixes and more #48160

merged 12 commits into from
Sep 18, 2024

Commits on Sep 18, 2024

  1. fix: get source file before moving the cache item in objectstore move…

    …FromStorage
    
    Signed-off-by: Robin Appelman <robin@icewind.nl>
    icewind1991 committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    879fcc4 View commit details
    Browse the repository at this point in the history
  2. fix: create intermediate directories for objectstore moveFromStorage

    Signed-off-by: Robin Appelman <robin@icewind.nl>
    icewind1991 committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    3e94ee3 View commit details
    Browse the repository at this point in the history
  3. fix: cleanup objectstore file_put_content

    Signed-off-by: Robin Appelman <robin@icewind.nl>
    icewind1991 committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    60f6347 View commit details
    Browse the repository at this point in the history
  4. fix: fix object store id for test object store

    Signed-off-by: Robin Appelman <robin@icewind.nl>
    icewind1991 committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    e0fb25f View commit details
    Browse the repository at this point in the history
  5. fix: verify that parent exists in cache when inserting

    Signed-off-by: Robin Appelman <robin@icewind.nl>
    icewind1991 committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    75cf17e View commit details
    Browse the repository at this point in the history
  6. test: fix incorrect ltrim usage in test

    Signed-off-by: Robin Appelman <robin@icewind.nl>
    icewind1991 committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    74adaeb View commit details
    Browse the repository at this point in the history
  7. fix: ensure parent folder exists when writing a file to object storage

    Signed-off-by: Robin Appelman <robin@icewind.nl>
    icewind1991 committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    3c0c81b View commit details
    Browse the repository at this point in the history
  8. test: put parent items into cache in tests

    Signed-off-by: Robin Appelman <robin@icewind.nl>
    icewind1991 committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    1db3d94 View commit details
    Browse the repository at this point in the history
  9. test: fix service overwrite in PartFileInRootUploadTest

    Signed-off-by: Robin Appelman <robin@icewind.nl>
    icewind1991 committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    627980e View commit details
    Browse the repository at this point in the history
  10. test: fix ShareAPIControllerTest.php

    Signed-off-by: Robin Appelman <robin@icewind.nl>
    icewind1991 committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    7661a7e View commit details
    Browse the repository at this point in the history
  11. test: fix trashbin StorageTest

    Signed-off-by: Robin Appelman <robin@icewind.nl>
    icewind1991 committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    d8ed846 View commit details
    Browse the repository at this point in the history
  12. test: fix ShareControllerTest.php

    Signed-off-by: Robin Appelman <robin@icewind.nl>
    icewind1991 committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    1ad58d6 View commit details
    Browse the repository at this point in the history