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

Consolidate all metadata Get's and Set's to central functions. #2512

Merged
merged 17 commits into from
Feb 10, 2022

Commits on Feb 9, 2022

  1. Consolidate all metadata Get's and Set's to central functions.

    In the decomposed FS, access to xattr was spread all over. This
    patch consolidates that to use either the Node.SetMetadata() or
    xattrs.Set(). This allows us to hook in indexing for example.
    dragotin committed Feb 9, 2022
    Configuration menu
    Copy the full SHA
    d10f4de View commit details
    Browse the repository at this point in the history
  2. hound and typos

    butonic authored and dragotin committed Feb 9, 2022
    Configuration menu
    Copy the full SHA
    494f698 View commit details
    Browse the repository at this point in the history
  3. Add changelog.

    dragotin committed Feb 9, 2022
    Configuration menu
    Copy the full SHA
    5b25152 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5017a9b View commit details
    Browse the repository at this point in the history
  5. Fix function name in tests.

    dragotin committed Feb 9, 2022
    Configuration menu
    Copy the full SHA
    3713ed3 View commit details
    Browse the repository at this point in the history
  6. Fix some linting hints.

    dragotin committed Feb 9, 2022
    Configuration menu
    Copy the full SHA
    761c7b3 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    316edd7 View commit details
    Browse the repository at this point in the history
  8. Even more linting issues

    dragotin committed Feb 9, 2022
    Configuration menu
    Copy the full SHA
    14b54f5 View commit details
    Browse the repository at this point in the history
  9. And another iteration

    dragotin committed Feb 9, 2022
    Configuration menu
    Copy the full SHA
    5b33278 View commit details
    Browse the repository at this point in the history
  10. Linter I hate you

    dragotin committed Feb 9, 2022
    Configuration menu
    Copy the full SHA
    e5c0548 View commit details
    Browse the repository at this point in the history

Commits on Feb 10, 2022

  1. Use proper Int formatting

    Co-authored-by: David Christofas <dchristofas@owncloud.com>
    dragotin and David Christofas authored Feb 10, 2022
    Configuration menu
    Copy the full SHA
    745b22d View commit details
    Browse the repository at this point in the history
  2. Update pkg/storage/utils/decomposedfs/node/node.go

    Co-authored-by: David Christofas <dchristofas@owncloud.com>
    dragotin and David Christofas authored Feb 10, 2022
    Configuration menu
    Copy the full SHA
    35f36eb View commit details
    Browse the repository at this point in the history
  3. Update pkg/storage/utils/decomposedfs/node/node.go

    Co-authored-by: David Christofas <dchristofas@owncloud.com>
    dragotin and David Christofas authored Feb 10, 2022
    Configuration menu
    Copy the full SHA
    754bf61 View commit details
    Browse the repository at this point in the history
  4. Update pkg/storage/utils/decomposedfs/xattrs/xattrs.go

    Co-authored-by: David Christofas <dchristofas@owncloud.com>
    dragotin and David Christofas authored Feb 10, 2022
    Configuration menu
    Copy the full SHA
    84872a9 View commit details
    Browse the repository at this point in the history
  5. again linting

    dragotin committed Feb 10, 2022
    Configuration menu
    Copy the full SHA
    af69f05 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    3c03399 View commit details
    Browse the repository at this point in the history
  7. use correct variable in decomposedfs

    David Christofas committed Feb 10, 2022
    Configuration menu
    Copy the full SHA
    6283068 View commit details
    Browse the repository at this point in the history