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

Feature/global sharing #2956

Open
wants to merge 17 commits into
base: master
Choose a base branch
from

Commits on Apr 17, 2024

  1. brought in first working ability to configure global read access by g…

    …ranting write access to a global shared artifact reader role that would be given to all users. Next steps are to 1) make this configurable, 2) allow users to configure the global author role if they want only some users to be able to grant global read access, and 3) set up global read role for all users as a default assigned system role
    rkboyce committed Apr 17, 2024
    Configuration menu
    Copy the full SHA
    5a97b39 View commit details
    Browse the repository at this point in the history

Commits on Apr 22, 2024

  1. Configuration menu
    Copy the full SHA
    61dcae0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8f46884 View commit details
    Browse the repository at this point in the history

Commits on Apr 23, 2024

  1. Configuration menu
    Copy the full SHA
    b99d5d5 View commit details
    Browse the repository at this point in the history

Commits on May 6, 2024

  1. changed the 'shared artifact reader' role checked by Atlas to be the …

    …'public' role since this would remove the need to change WebAPI to add a new system role that pretty much duplicates 'public'
    rkboyce committed May 6, 2024
    Configuration menu
    Copy the full SHA
    8396b4d View commit details
    Browse the repository at this point in the history

Commits on May 9, 2024

  1. added the configurable ability to restrict generation of a given coho…

    …rt to only persons who have been granted permission to change the same cohort.
    rkboyce committed May 9, 2024
    1 Configuration menu
    Copy the full SHA
    0493316 View commit details
    Browse the repository at this point in the history

Commits on May 15, 2024

  1. Configuration menu
    Copy the full SHA
    7e21378 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    649cc7e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0946559 View commit details
    Browse the repository at this point in the history

Commits on May 16, 2024

  1. Merge pull request #2 from uc-cdis/fix/final-global-sharing

    Fix/final global sharing
    rkboyce authored May 16, 2024
    Configuration menu
    Copy the full SHA
    ca11cc3 View commit details
    Browse the repository at this point in the history

Commits on May 17, 2024

  1. fix: adjust permission name to "artifact:global:share:put"

    ...to better reflect its real purpose
    pieterlukasse committed May 17, 2024
    Configuration menu
    Copy the full SHA
    b24266b View commit details
    Browse the repository at this point in the history
  2. Merge pull request #3 from uc-cdis/fix/final-global-sharing_part2

    fix: adjust permission name to "artifact:global:share:put"
    rkboyce authored May 17, 2024
    Configuration menu
    Copy the full SHA
    b162fd5 View commit details
    Browse the repository at this point in the history

Commits on Aug 23, 2024

  1. fix: remove dead code

    based on this discussion OHDSI#2929 (comment)
    pieterlukasse authored Aug 23, 2024
    Configuration menu
    Copy the full SHA
    3bcffd5 View commit details
    Browse the repository at this point in the history

Commits on Sep 2, 2024

  1. Merge pull request #7 from pieterlukasse/patch-1

    Fix: remove dead code
    rkboyce authored Sep 2, 2024
    Configuration menu
    Copy the full SHA
    058ace5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b8017b9 View commit details
    Browse the repository at this point in the history
  3. fix: better name for isPermittedGlobalShareArtifact

    ...previous name isPermittedGlobalShareCohort did not reflect the
    fact that it is about all kind of artifacts
    pieterlukasse committed Sep 2, 2024
    Configuration menu
    Copy the full SHA
    4872345 View commit details
    Browse the repository at this point in the history

Commits on Sep 9, 2024

  1. Merge pull request #4 from uc-cdis/fix/owner_check_and_remove_dead_code

    Fix: better name for isPermittedGlobalShareArtifact
    rkboyce authored Sep 9, 2024
    Configuration menu
    Copy the full SHA
    01eca8c View commit details
    Browse the repository at this point in the history