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

fix(permissions): use permissions in xml upload (DEV-178) #127

Merged
merged 38 commits into from Dec 7, 2021

Commits on Nov 22, 2021

  1. Create test data

    irinaschubert committed Nov 22, 2021
    Copy the full SHA
    e9468f8 View commit details
    Browse the repository at this point in the history

Commits on Nov 29, 2021

  1. make permissions optional in schema

    irinaschubert committed Nov 29, 2021
    Copy the full SHA
    58ebd14 View commit details
    Browse the repository at this point in the history
  2. use optional type for permissions in xml_upload

    irinaschubert committed Nov 29, 2021
    Copy the full SHA
    7f449a2 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    6415e28 View commit details
    Browse the repository at this point in the history
  4. update .gitignore

    irinaschubert committed Nov 29, 2021
    Copy the full SHA
    3d6b148 View commit details
    Browse the repository at this point in the history
  5. precise the use of username for CLI options

    irinaschubert committed Nov 29, 2021
    Copy the full SHA
    42045be View commit details
    Browse the repository at this point in the history
  6. create testdata to test permissions

    irinaschubert committed Nov 29, 2021
    Copy the full SHA
    019c4b5 View commit details
    Browse the repository at this point in the history
  7. update xml_upload to handle optional permissions

    irinaschubert committed Nov 29, 2021
    Copy the full SHA
    5c26015 View commit details
    Browse the repository at this point in the history
  8. Copy the full SHA
    4680642 View commit details
    Browse the repository at this point in the history
  9. Add bitstream resources to tests

    irinaschubert committed Nov 29, 2021
    Copy the full SHA
    e709aff View commit details
    Browse the repository at this point in the history
  10. use resource permissions for bitstream objects

    irinaschubert committed Nov 29, 2021
    Copy the full SHA
    0e74a47 View commit details
    Browse the repository at this point in the history
  11. remove duplicated code

    irinaschubert committed Nov 29, 2021
    Copy the full SHA
    f0d9cac View commit details
    Browse the repository at this point in the history
  12. remove duplicated code

    irinaschubert committed Nov 29, 2021
    Copy the full SHA
    dfc6d56 View commit details
    Browse the repository at this point in the history
  13. update documentation

    irinaschubert committed Nov 29, 2021
    Copy the full SHA
    6a5bff1 View commit details
    Browse the repository at this point in the history

Commits on Nov 30, 2021

  1. Remove unused file knora.py

    irinaschubert committed Nov 30, 2021
    Copy the full SHA
    4903ba3 View commit details
    Browse the repository at this point in the history
  2. use images to test permissions

    irinaschubert committed Nov 30, 2021
    Copy the full SHA
    cb3453a View commit details
    Browse the repository at this point in the history
  3. allow permissions attribute for bitstreams

    irinaschubert committed Nov 30, 2021
    Copy the full SHA
    8ada272 View commit details
    Browse the repository at this point in the history
  4. Refactor xml_upload.py

    irinaschubert committed Nov 30, 2021
    Copy the full SHA
    4c2bc8a View commit details
    Browse the repository at this point in the history
  5. add bitstream to models

    irinaschubert committed Nov 30, 2021
    Copy the full SHA
    11ed561 View commit details
    Browse the repository at this point in the history
  6. update documentation

    irinaschubert committed Nov 30, 2021
    Copy the full SHA
    efcfe95 View commit details
    Browse the repository at this point in the history

Commits on Dec 1, 2021

  1. Rename Knora instances

    irinaschubert committed Dec 1, 2021
    Copy the full SHA
    d916c01 View commit details
    Browse the repository at this point in the history
  2. Update test data

    irinaschubert committed Dec 1, 2021
    Copy the full SHA
    1531eb6 View commit details
    Browse the repository at this point in the history
  3. Rename output labels

    irinaschubert committed Dec 1, 2021
    Copy the full SHA
    cf97802 View commit details
    Browse the repository at this point in the history
  4. refactor bitstream

    irinaschubert committed Dec 1, 2021
    Copy the full SHA
    9a6192e View commit details
    Browse the repository at this point in the history
  5. add bitstream to bazel

    irinaschubert committed Dec 1, 2021
    Copy the full SHA
    3f29527 View commit details
    Browse the repository at this point in the history
  6. refactor resource, value and bitstream

    irinaschubert committed Dec 1, 2021
    Copy the full SHA
    81b332b View commit details
    Browse the repository at this point in the history
  7. cleanup code

    irinaschubert committed Dec 1, 2021
    Copy the full SHA
    89a2f37 View commit details
    Browse the repository at this point in the history
  8. update documentation

    irinaschubert committed Dec 1, 2021
    Copy the full SHA
    a53b404 View commit details
    Browse the repository at this point in the history
  9. Allow separate permission for bitstream

    irinaschubert committed Dec 1, 2021
    Copy the full SHA
    d3aaaf8 View commit details
    Browse the repository at this point in the history
  10. add image related permissions to test data

    irinaschubert committed Dec 1, 2021
    Copy the full SHA
    b46a869 View commit details
    Browse the repository at this point in the history
  11. fix failing test

    irinaschubert committed Dec 1, 2021
    Copy the full SHA
    b7253fb View commit details
    Browse the repository at this point in the history
  12. Copy the full SHA
    6f588d1 View commit details
    Browse the repository at this point in the history
  13. refactor bitstream

    irinaschubert committed Dec 1, 2021
    Copy the full SHA
    adedfc6 View commit details
    Browse the repository at this point in the history

Commits on Dec 6, 2021

  1. Update documentation

    irinaschubert committed Dec 6, 2021
    Copy the full SHA
    44c4eff View commit details
    Browse the repository at this point in the history
  2. update cli documentation

    irinaschubert committed Dec 6, 2021
    Copy the full SHA
    cc565ba View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    4ccdb27 View commit details
    Browse the repository at this point in the history

Commits on Dec 7, 2021

  1. update url to permissions

    irinaschubert committed Dec 7, 2021
    Copy the full SHA
    03fe047 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'wip/dev-178-permissions-in-xml-upload' of https://githu…

    …b.com/dasch-swiss/dsp-tools into wip/dev-178-permissions-in-xml-upload
    irinaschubert committed Dec 7, 2021
    Copy the full SHA
    1db0a4d View commit details
    Browse the repository at this point in the history