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

[stable28] Ci fixes #48213

Merged
merged 23 commits into from
Oct 9, 2024
Merged

[stable28] Ci fixes #48213

merged 23 commits into from
Oct 9, 2024

Commits on Oct 8, 2024

  1. fix: Drop unnecessary exit

    Signed-off-by: Louis Chemineau <[email protected]>
    artonge committed Oct 8, 2024
    Configuration menu
    Copy the full SHA
    3c7bb63 View commit details
    Browse the repository at this point in the history
  2. fix: get source file before moving the cache item in objectstore move…

    …FromStorage
    
    Signed-off-by: Robin Appelman <[email protected]>
    icewind1991 authored and artonge committed Oct 8, 2024
    Configuration menu
    Copy the full SHA
    fe8ac42 View commit details
    Browse the repository at this point in the history
  3. fix: create intermediate directories for objectstore moveFromStorage

    Signed-off-by: Robin Appelman <[email protected]>
    icewind1991 authored and artonge committed Oct 8, 2024
    Configuration menu
    Copy the full SHA
    e794d04 View commit details
    Browse the repository at this point in the history
  4. fix: cleanup objectstore file_put_content

    Signed-off-by: Robin Appelman <[email protected]>
    icewind1991 authored and artonge committed Oct 8, 2024
    Configuration menu
    Copy the full SHA
    e0f7dec View commit details
    Browse the repository at this point in the history
  5. fix: fix object store id for test object store

    Signed-off-by: Robin Appelman <[email protected]>
    icewind1991 authored and artonge committed Oct 8, 2024
    Configuration menu
    Copy the full SHA
    0dacf09 View commit details
    Browse the repository at this point in the history
  6. fix: verify that parent exists in cache when inserting

    Signed-off-by: Robin Appelman <[email protected]>
    icewind1991 authored and artonge committed Oct 8, 2024
    Configuration menu
    Copy the full SHA
    78637be View commit details
    Browse the repository at this point in the history
  7. test: fix incorrect ltrim usage in test

    Signed-off-by: Robin Appelman <[email protected]>
    icewind1991 authored and artonge committed Oct 8, 2024
    Configuration menu
    Copy the full SHA
    f1df40f View commit details
    Browse the repository at this point in the history
  8. fix: ensure parent folder exists when writing a file to object storage

    Signed-off-by: Robin Appelman <[email protected]>
    icewind1991 authored and artonge committed Oct 8, 2024
    Configuration menu
    Copy the full SHA
    6421581 View commit details
    Browse the repository at this point in the history
  9. test: put parent items into cache in tests

    Signed-off-by: Robin Appelman <[email protected]>
    icewind1991 authored and artonge committed Oct 8, 2024
    Configuration menu
    Copy the full SHA
    b8464ef View commit details
    Browse the repository at this point in the history
  10. test: fix service overwrite in PartFileInRootUploadTest

    Signed-off-by: Robin Appelman <[email protected]>
    icewind1991 authored and artonge committed Oct 8, 2024
    Configuration menu
    Copy the full SHA
    717b303 View commit details
    Browse the repository at this point in the history
  11. test: fix ShareAPIControllerTest.php

    Signed-off-by: Robin Appelman <[email protected]>
    icewind1991 authored and artonge committed Oct 8, 2024
    Configuration menu
    Copy the full SHA
    1df9f6e View commit details
    Browse the repository at this point in the history
  12. test: fix trashbin StorageTest

    Signed-off-by: Robin Appelman <[email protected]>
    icewind1991 authored and artonge committed Oct 8, 2024
    Configuration menu
    Copy the full SHA
    5b7c43f View commit details
    Browse the repository at this point in the history
  13. test: fix ShareControllerTest.php

    Signed-off-by: Robin Appelman <[email protected]>
    icewind1991 authored and artonge committed Oct 8, 2024
    Configuration menu
    Copy the full SHA
    d3f2e39 View commit details
    Browse the repository at this point in the history
  14. fix: Override start method of \Sabre\DAV\Server to remove exception o…

    …utput
    
    Signed-off-by: Louis Chemineau <[email protected]>
    artonge committed Oct 8, 2024
    Configuration menu
    Copy the full SHA
    835e14e View commit details
    Browse the repository at this point in the history
  15. fix(tests): Fix Folder tests

    Signed-off-by: Côme Chilliet <[email protected]>
    come-nc authored and artonge committed Oct 8, 2024
    Configuration menu
    Copy the full SHA
    ec0ff3d View commit details
    Browse the repository at this point in the history
  16. fix: Prevent duplicate creation of print_exception function

    Signed-off-by: Louis Chemineau <[email protected]>
    artonge committed Oct 8, 2024
    Configuration menu
    Copy the full SHA
    0d543d1 View commit details
    Browse the repository at this point in the history
  17. fix: fix shared storage test

    Signed-off-by: Robin Appelman <[email protected]>
    icewind1991 authored and artonge committed Oct 8, 2024
    Configuration menu
    Copy the full SHA
    1eb9351 View commit details
    Browse the repository at this point in the history
  18. fix: fix trashbin move with object store

    Signed-off-by: Robin Appelman <[email protected]>
    icewind1991 authored and artonge committed Oct 8, 2024
    Configuration menu
    Copy the full SHA
    5cbd4c0 View commit details
    Browse the repository at this point in the history
  19. fix: ensure source folder is removed from cache when moving to object…

    …store
    
    otherwise this causes confusion down the line as it's contents will be moved to the new cache
    
    Signed-off-by: Robin Appelman <[email protected]>
    icewind1991 authored and artonge committed Oct 8, 2024
    Configuration menu
    Copy the full SHA
    5d36da3 View commit details
    Browse the repository at this point in the history
  20. fix: preserve fileid when moving from objectstore to non-objectstore

    Signed-off-by: Robin Appelman <[email protected]>
    icewind1991 authored and artonge committed Oct 8, 2024
    Configuration menu
    Copy the full SHA
    99d62bf View commit details
    Browse the repository at this point in the history
  21. fix: rework move into object store to better preserve fileids

    Signed-off-by: Robin Appelman <[email protected]>
    icewind1991 authored and artonge committed Oct 8, 2024
    Configuration menu
    Copy the full SHA
    49a756b View commit details
    Browse the repository at this point in the history
  22. fix(tests): UserManager constructor arguments

    After #48283
    
    Signed-off-by: Louis Chemineau <[email protected]>
    artonge committed Oct 8, 2024
    Configuration menu
    Copy the full SHA
    2a27a41 View commit details
    Browse the repository at this point in the history
  23. fix: improve moving object store items to trashbin

    Signed-off-by: Robin Appelman <[email protected]>
    icewind1991 authored and artonge committed Oct 8, 2024
    Configuration menu
    Copy the full SHA
    821ce4d View commit details
    Browse the repository at this point in the history