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

Issue 1199 add sharing permisions to sample types #1953

Commits on Jul 24, 2024

  1. Configuration menu
    Copy the full SHA
    5793a5b View commit details
    Browse the repository at this point in the history
  2. Typo

    kdp-cloud committed Jul 24, 2024
    Configuration menu
    Copy the full SHA
    53adc21 View commit details
    Browse the repository at this point in the history
  3. Apply migration to schema

    kdp-cloud committed Jul 24, 2024
    Configuration menu
    Copy the full SHA
    08424e2 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    45c905b View commit details
    Browse the repository at this point in the history
  5. Write upgrade task

    kdp-cloud committed Jul 24, 2024
    Configuration menu
    Copy the full SHA
    089d33b View commit details
    Browse the repository at this point in the history
  6. Add missing routes

    kdp-cloud committed Jul 24, 2024
    Configuration menu
    Copy the full SHA
    c91dd6c View commit details
    Browse the repository at this point in the history
  7. Keep Rubocop happy

    kdp-cloud committed Jul 24, 2024
    Configuration menu
    Copy the full SHA
    edfb8f6 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    869abfa View commit details
    Browse the repository at this point in the history
  9. Add manage page

    kdp-cloud committed Jul 24, 2024
    Configuration menu
    Copy the full SHA
    f025c5b View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    8641699 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    2bb4864 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    080a4c8 View commit details
    Browse the repository at this point in the history
  13. Change is_isa_json_compliant

    Add extra constraints to being ISA-JSON compliant like must have a
    template id and must only be linked to ISA-JSON compliant
    investigations.
    kdp-cloud committed Jul 24, 2024
    Configuration menu
    Copy the full SHA
    dcd8e57 View commit details
    Browse the repository at this point in the history
  14. Remove comment out test

    kdp-cloud committed Jul 24, 2024
    Configuration menu
    Copy the full SHA
    ff53254 View commit details
    Browse the repository at this point in the history
  15. Convert into before_action

    kdp-cloud committed Jul 24, 2024
    Configuration menu
    Copy the full SHA
    cadf689 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    4a26951 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    2a824fc View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    0777ba8 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    a364e38 View commit details
    Browse the repository at this point in the history
  20. Remove custom auth methods

    kdp-cloud committed Jul 24, 2024
    Configuration menu
    Copy the full SHA
    bc3d9e7 View commit details
    Browse the repository at this point in the history
  21. Fix controller tests

    kdp-cloud committed Jul 24, 2024
    Configuration menu
    Copy the full SHA
    7a80dbc View commit details
    Browse the repository at this point in the history
  22. custom related investigations instead of association through studies

    Since investigations can be associated through studies and assay. Better
    write a custom related_investigations method.
    kdp-cloud committed Jul 24, 2024
    Configuration menu
    Copy the full SHA
    0aca7dd View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    2763620 View commit details
    Browse the repository at this point in the history
  24. Fix sample type tests

    kdp-cloud committed Jul 24, 2024
    Configuration menu
    Copy the full SHA
    ef7fe5f View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    14103b5 View commit details
    Browse the repository at this point in the history
  26. Fix some more tests

    kdp-cloud committed Jul 24, 2024
    Configuration menu
    Copy the full SHA
    b21a9a2 View commit details
    Browse the repository at this point in the history
  27. Add permissions partial

    kdp-cloud committed Jul 24, 2024
    Configuration menu
    Copy the full SHA
    be30864 View commit details
    Browse the repository at this point in the history
  28. Configuration menu
    Copy the full SHA
    5838a2b View commit details
    Browse the repository at this point in the history
  29. Configuration menu
    Copy the full SHA
    4dd1be2 View commit details
    Browse the repository at this point in the history
  30. Configuration menu
    Copy the full SHA
    8e93be0 View commit details
    Browse the repository at this point in the history
  31. Reuse attributes

    kdp-cloud committed Jul 24, 2024
    Configuration menu
    Copy the full SHA
    7c56386 View commit details
    Browse the repository at this point in the history
  32. Configuration menu
    Copy the full SHA
    01385ea View commit details
    Browse the repository at this point in the history
  33. Configuration menu
    Copy the full SHA
    f4a912c View commit details
    Browse the repository at this point in the history
  34. Configuration menu
    Copy the full SHA
    60605a4 View commit details
    Browse the repository at this point in the history
  35. Typo

    kdp-cloud committed Jul 24, 2024
    Configuration menu
    Copy the full SHA
    2a90c9b View commit details
    Browse the repository at this point in the history
  36. Configuration menu
    Copy the full SHA
    c116e8c View commit details
    Browse the repository at this point in the history

Commits on Sep 30, 2024

  1. Remove redundant method

    Since  sharing permissions are set explicitly, linked samples should not
    be revealed anymore
    kdp-cloud committed Sep 30, 2024
    Configuration menu
    Copy the full SHA
    7b0a873 View commit details
    Browse the repository at this point in the history
  2. Remove can_view and can_edit

    Permissions are not overwritten anymore and are solely set through the
    manual permissions
    kdp-cloud committed Sep 30, 2024
    Configuration menu
    Copy the full SHA
    fd57830 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4c8d933 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8f6a756 View commit details
    Browse the repository at this point in the history

Commits on Oct 1, 2024

  1. Configuration menu
    Copy the full SHA
    2b1f044 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b53d649 View commit details
    Browse the repository at this point in the history
  3. Add missing end

    kdp-cloud committed Oct 1, 2024
    Configuration menu
    Copy the full SHA
    4c43636 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a7f8449 View commit details
    Browse the repository at this point in the history

Commits on Oct 2, 2024

  1. Make the deleting of the blob consistent

    Deleting blobs linked to sample types is done in the same manner as the
    blobs linked to other assets.
    kdp-cloud committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    e824fcf View commit details
    Browse the repository at this point in the history
  2. Revert "Add Timecop gem to make test more reproduceable"

    This reverts commit a7f8449.
    kdp-cloud committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    bbacf03 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c88d4d2 View commit details
    Browse the repository at this point in the history

Commits on Oct 8, 2024

  1. Fix sample_controller_test

    Add a contributor to the sample types in the test fixes the failing
    tests regarding sample type links with referring samples linked to it.
    kdp-cloud committed Oct 8, 2024
    Configuration menu
    Copy the full SHA
    7f1b1d3 View commit details
    Browse the repository at this point in the history
  2. Revert "Use ActiveSupport's Testing TimeHelpers"

    This reverts commit c88d4d2.
    kdp-cloud committed Oct 8, 2024
    Configuration menu
    Copy the full SHA
    b6ba110 View commit details
    Browse the repository at this point in the history

Commits on Oct 9, 2024

  1. Rearrange before_actions

    kdp-cloud committed Oct 9, 2024
    Configuration menu
    Copy the full SHA
    355d381 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c956119 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4402f51 View commit details
    Browse the repository at this point in the history

Commits on Oct 10, 2024

  1. Configuration menu
    Copy the full SHA
    c69f74b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    37bbd60 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8ba55a2 View commit details
    Browse the repository at this point in the history
  4. clean up

    kdp-cloud committed Oct 10, 2024
    Configuration menu
    Copy the full SHA
    50c3df4 View commit details
    Browse the repository at this point in the history