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

Posixfs trashbin #4779

Merged
merged 43 commits into from
Sep 16, 2024
Merged

Posixfs trashbin #4779

merged 43 commits into from
Sep 16, 2024

Commits on Sep 10, 2024

  1. Configuration menu
    Copy the full SHA
    c5a314a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5bd4651 View commit details
    Browse the repository at this point in the history
  3. posixfs does do trashbin now

    aduffeck committed Sep 10, 2024
    Configuration menu
    Copy the full SHA
    e7326e8 View commit details
    Browse the repository at this point in the history
  4. Fix tests

    aduffeck committed Sep 10, 2024
    Configuration menu
    Copy the full SHA
    c2954f6 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    424c54b View commit details
    Browse the repository at this point in the history
  6. Fix traversing the trash

    aduffeck committed Sep 10, 2024
    Configuration menu
    Copy the full SHA
    c4b0e49 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    4d3c183 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    72e7654 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    269c607 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    9031ea4 View commit details
    Browse the repository at this point in the history
  11. Add a custom json marshaller for Nodes

    That fixes the long-standing issue of recursion errors in log messages.
    aduffeck committed Sep 10, 2024
    Configuration menu
    Copy the full SHA
    43e4204 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    4657781 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    38ae85f View commit details
    Browse the repository at this point in the history
  14. Fix linter issue

    aduffeck committed Sep 10, 2024
    Configuration menu
    Copy the full SHA
    f79c8e8 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    35af9da View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    42d1d14 View commit details
    Browse the repository at this point in the history
  17. Abstract setting the upload mtime

    The different decomposedfs flavors differ in behavior, i.e. posixfs uses
    the mtime on disk while ocisfs/s3ng store the mtime in the node
    metadata.
    aduffeck committed Sep 10, 2024
    Configuration menu
    Copy the full SHA
    5e5000b View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    8989450 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    d29b125 View commit details
    Browse the repository at this point in the history
  20. Fix linter issues

    aduffeck committed Sep 10, 2024
    Configuration menu
    Copy the full SHA
    6d39b23 View commit details
    Browse the repository at this point in the history
  21. Fix tests

    aduffeck committed Sep 10, 2024
    Configuration menu
    Copy the full SHA
    3d55916 View commit details
    Browse the repository at this point in the history
  22. Fix linter issues

    aduffeck committed Sep 10, 2024
    Configuration menu
    Copy the full SHA
    b011ac6 View commit details
    Browse the repository at this point in the history
  23. Adapt expected failures

    aduffeck committed Sep 10, 2024
    Configuration menu
    Copy the full SHA
    fa1f423 View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    61c56ad View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    f35e595 View commit details
    Browse the repository at this point in the history
  26. Adapt expected failures

    aduffeck committed Sep 10, 2024
    Configuration menu
    Copy the full SHA
    3497c5f View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    8c4a69e View commit details
    Browse the repository at this point in the history
  28. Configuration menu
    Copy the full SHA
    895b144 View commit details
    Browse the repository at this point in the history
  29. Fix size propagation

    aduffeck committed Sep 10, 2024
    Configuration menu
    Copy the full SHA
    f5c69ff View commit details
    Browse the repository at this point in the history
  30. Configuration menu
    Copy the full SHA
    8e1c5d1 View commit details
    Browse the repository at this point in the history
  31. Configuration menu
    Copy the full SHA
    087aebf View commit details
    Browse the repository at this point in the history
  32. Configuration menu
    Copy the full SHA
    a1e8fa4 View commit details
    Browse the repository at this point in the history
  33. Remove unused revision code

    aduffeck committed Sep 10, 2024
    Configuration menu
    Copy the full SHA
    212e697 View commit details
    Browse the repository at this point in the history
  34. Fix linter issues

    aduffeck committed Sep 10, 2024
    Configuration menu
    Copy the full SHA
    5914e66 View commit details
    Browse the repository at this point in the history
  35. Add changelog

    aduffeck committed Sep 10, 2024
    Configuration menu
    Copy the full SHA
    b34f424 View commit details
    Browse the repository at this point in the history
  36. Configuration menu
    Copy the full SHA
    17e9fc6 View commit details
    Browse the repository at this point in the history
  37. Configuration menu
    Copy the full SHA
    9545750 View commit details
    Browse the repository at this point in the history
  38. Fix linter issues

    aduffeck committed Sep 10, 2024
    Configuration menu
    Copy the full SHA
    b249f93 View commit details
    Browse the repository at this point in the history
  39. Configuration menu
    Copy the full SHA
    86147b3 View commit details
    Browse the repository at this point in the history
  40. parse DeletionDate in local time

    Signed-off-by: Jörn Friedrich Dreyer <[email protected]>
    butonic authored and aduffeck committed Sep 10, 2024
    Configuration menu
    Copy the full SHA
    14103ee View commit details
    Browse the repository at this point in the history
  41. Fix merge error

    aduffeck committed Sep 10, 2024
    Configuration menu
    Copy the full SHA
    4aa6b5f View commit details
    Browse the repository at this point in the history
  42. Configuration menu
    Copy the full SHA
    9a503b1 View commit details
    Browse the repository at this point in the history
  43. Configuration menu
    Copy the full SHA
    a1d58bf View commit details
    Browse the repository at this point in the history