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

ocis storage driver #559

Closed
wants to merge 18 commits into from
Closed

ocis storage driver #559

wants to merge 18 commits into from

Commits on Sep 8, 2020

  1. initial version

    Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>
    butonic committed Sep 8, 2020
    Configuration menu
    Copy the full SHA
    c822662 View commit details
    Browse the repository at this point in the history
  2. introduce NodeInfo

    Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>
    butonic committed Sep 8, 2020
    Configuration menu
    Copy the full SHA
    4ebe568 View commit details
    Browse the repository at this point in the history
  3. fix metadata normalization

    Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>
    butonic committed Sep 8, 2020
    Configuration menu
    Copy the full SHA
    60335b0 View commit details
    Browse the repository at this point in the history
  4. stick to github.com/google/uuid

    Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>
    butonic committed Sep 8, 2020
    Configuration menu
    Copy the full SHA
    4942d3a View commit details
    Browse the repository at this point in the history
  5. simpler layout, parentid and name as ext attr

    Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>
    butonic committed Sep 8, 2020
    Configuration menu
    Copy the full SHA
    4ff3ecf View commit details
    Browse the repository at this point in the history
  6. manually adding mimetypes is no longer needed

    Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>
    butonic committed Sep 8, 2020
    Configuration menu
    Copy the full SHA
    ef23de5 View commit details
    Browse the repository at this point in the history
  7. rename Wrap to NodeFrom*

    Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>
    butonic committed Sep 8, 2020
    Configuration menu
    Copy the full SHA
    c188f79 View commit details
    Browse the repository at this point in the history
  8. refactor node implementation

    Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>
    butonic committed Sep 8, 2020
    Configuration menu
    Copy the full SHA
    c395440 View commit details
    Browse the repository at this point in the history
  9. fix delete and overwrite

    Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>
    butonic committed Sep 8, 2020
    Configuration menu
    Copy the full SHA
    b5e9dcf View commit details
    Browse the repository at this point in the history
  10. initial sharing, store owner as ext attr, fix NewNode

    Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>
    butonic committed Sep 8, 2020
    Configuration menu
    Copy the full SHA
    745d4bc View commit details
    Browse the repository at this point in the history
  11. separate files for metadada, revisions and recycle

    Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>
    butonic committed Sep 8, 2020
    Configuration menu
    Copy the full SHA
    5710738 View commit details
    Browse the repository at this point in the history
  12. list revisions

    Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>
    butonic committed Sep 8, 2020
    Configuration menu
    Copy the full SHA
    4923121 View commit details
    Browse the repository at this point in the history
  13. refactor and use ACE package

    Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>
    butonic committed Sep 8, 2020
    Configuration menu
    Copy the full SHA
    aff7ef5 View commit details
    Browse the repository at this point in the history
  14. refactor node api

    Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>
    butonic committed Sep 8, 2020
    Configuration menu
    Copy the full SHA
    705e7fd View commit details
    Browse the repository at this point in the history
  15. add license headers

    Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>
    butonic committed Sep 8, 2020
    Configuration menu
    Copy the full SHA
    0412aa7 View commit details
    Browse the repository at this point in the history
  16. add changelog

    Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>
    butonic committed Sep 8, 2020
    Configuration menu
    Copy the full SHA
    50b66e1 View commit details
    Browse the repository at this point in the history
  17. remove duplicate docs (moved to ace.go)

    Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>
    butonic committed Sep 8, 2020
    Configuration menu
    Copy the full SHA
    e0587cc View commit details
    Browse the repository at this point in the history
  18. make linter happy

    Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>
    butonic committed Sep 8, 2020
    Configuration menu
    Copy the full SHA
    c3dd7a3 View commit details
    Browse the repository at this point in the history