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

implementing more granular authz level #326

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

Commits on May 29, 2020

  1. revert to authlib==0.14.2

    grugna committed May 29, 2020
    Configuration menu
    Copy the full SHA
    87f620b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    90f2778 View commit details
    Browse the repository at this point in the history

Commits on Jun 10, 2020

  1. Configuration menu
    Copy the full SHA
    51516b3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    78fe8ec View commit details
    Browse the repository at this point in the history
  3. fix bug on select entities

    entities from another program-project were selected with the previous code.
    replaced authorize_for_project with other auth function to handle the granularity
    grugna committed Jun 10, 2020
    Configuration menu
    Copy the full SHA
    3886c9b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4920522 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    58891f0 View commit details
    Browse the repository at this point in the history

Commits on Aug 17, 2020

  1. Merge pull request #1 from uc-cdis/master

    merge uc-cdis master
    grugna authored Aug 17, 2020
    Configuration menu
    Copy the full SHA
    212f293 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6668bb7 View commit details
    Browse the repository at this point in the history

Commits on Sep 24, 2020

  1. Configuration menu
    Copy the full SHA
    76dc42b View commit details
    Browse the repository at this point in the history
  2. fix

    grugna committed Sep 24, 2020
    Configuration menu
    Copy the full SHA
    1cc80cc View commit details
    Browse the repository at this point in the history

Commits on Sep 25, 2020

  1. test create resource granular

    grugna committed Sep 25, 2020
    Configuration menu
    Copy the full SHA
    d9faa3c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bdf10e2 View commit details
    Browse the repository at this point in the history
  3. logs

    grugna committed Sep 25, 2020
    Configuration menu
    Copy the full SHA
    be794e4 View commit details
    Browse the repository at this point in the history
  4. add fix remove logs

    grugna committed Sep 25, 2020
    Configuration menu
    Copy the full SHA
    ba94134 View commit details
    Browse the repository at this point in the history
  5. fix

    grugna committed Sep 25, 2020
    Configuration menu
    Copy the full SHA
    b4fc68e View commit details
    Browse the repository at this point in the history

Commits on Oct 19, 2020

  1. Merge pull request #2 from chicagopcdc/pcdc_dev

    pilot version 0.1.0
    grugna authored Oct 19, 2020
    Configuration menu
    Copy the full SHA
    94af737 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #3 from uc-cdis/master

    merge from CTDS
    grugna authored Oct 19, 2020
    Configuration menu
    Copy the full SHA
    dd7bf08 View commit details
    Browse the repository at this point in the history

Commits on Nov 20, 2020

  1. Merge pull request #4 from chicagopcdc/pcdc_dev

    Merge from Pcdc dev for version 0.1.1
    grugna authored Nov 20, 2020
    Configuration menu
    Copy the full SHA
    b2a44fa View commit details
    Browse the repository at this point in the history

Commits on Dec 3, 2020

  1. Merge branch 'integration202012' of https://github.com/uc-cdis/sheepdog

    … into uc-cdis-integration202012
    grugna committed Dec 3, 2020
    Configuration menu
    Copy the full SHA
    0564f57 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    28efd63 View commit details
    Browse the repository at this point in the history

Commits on Dec 18, 2020

  1. Merge pull request #6 from chicagopcdc/pcdc_dev

    version 0.1.2
    grugna authored Dec 18, 2020
    Configuration menu
    Copy the full SHA
    b03b46e View commit details
    Browse the repository at this point in the history

Commits on Feb 22, 2021

  1. Merge pull request uc-cdis#341 from uc-cdis/master

    Disable Rust build
    atharvar28 authored Feb 22, 2021
    Configuration menu
    Copy the full SHA
    852fc45 View commit details
    Browse the repository at this point in the history

Commits on Mar 9, 2021

  1. Merge pull request #7 from uc-cdis/integration202103

    merge from CTDS
    grugna authored Mar 9, 2021
    Configuration menu
    Copy the full SHA
    081bb3e View commit details
    Browse the repository at this point in the history

Commits on Mar 12, 2021

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

Commits on Mar 25, 2021

  1. Merge pull request #8 from chicagopcdc/pcdc_dev

    merge from Pcdc dev
    grugna authored Mar 25, 2021
    Configuration menu
    Copy the full SHA
    0dbfc5f View commit details
    Browse the repository at this point in the history

Commits on Apr 6, 2021

  1. Update __init__.py

    grugna committed Apr 6, 2021
    Configuration menu
    Copy the full SHA
    ac1692a View commit details
    Browse the repository at this point in the history
  2. Merge pull request #9 from uc-cdis/master

    merge from ctds
    grugna authored Apr 6, 2021
    Configuration menu
    Copy the full SHA
    88b4dd9 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #10 from chicagopcdc/pcdc_dev

    Pcdc dev
    grugna authored Apr 6, 2021
    Configuration menu
    Copy the full SHA
    e2df231 View commit details
    Browse the repository at this point in the history

Commits on Apr 7, 2021

  1. Merge pull request #11 from chicagopcdc/test_fix

    Test fix
    grugna authored Apr 7, 2021
    Configuration menu
    Copy the full SHA
    7ccda72 View commit details
    Browse the repository at this point in the history

Commits on Apr 16, 2021

  1. cleanup

    grugna committed Apr 16, 2021
    Configuration menu
    Copy the full SHA
    19f53bd View commit details
    Browse the repository at this point in the history
  2. Merge pull request #12 from uc-cdis/master

    Improve program/project creation error messages (uc-cdis#345)
    grugna authored Apr 16, 2021
    Configuration menu
    Copy the full SHA
    ccf3a93 View commit details
    Browse the repository at this point in the history

Commits on Apr 27, 2021

  1. Merge pull request #13 from chicagopcdc/pcdc_dev

    Pcdc dev
    grugna authored Apr 27, 2021
    Configuration menu
    Copy the full SHA
    c64a077 View commit details
    Browse the repository at this point in the history

Commits on May 6, 2021

  1. Merge pull request #14 from uc-cdis/master

    merge from CTDS
    grugna authored May 6, 2021
    Configuration menu
    Copy the full SHA
    e4177f6 View commit details
    Browse the repository at this point in the history
  2. fix syntax

    grugna committed May 6, 2021
    Configuration menu
    Copy the full SHA
    e9a2e64 View commit details
    Browse the repository at this point in the history
  3. Update api.py

    grugna committed May 6, 2021
    Configuration menu
    Copy the full SHA
    9190474 View commit details
    Browse the repository at this point in the history
  4. Update api.py

    grugna committed May 6, 2021
    Configuration menu
    Copy the full SHA
    d700e99 View commit details
    Browse the repository at this point in the history

Commits on May 7, 2021

  1. add missing import

    grugna committed May 7, 2021
    Configuration menu
    Copy the full SHA
    1f060c8 View commit details
    Browse the repository at this point in the history
  2. Update api.py

    grugna committed May 7, 2021
    Configuration menu
    Copy the full SHA
    7155d81 View commit details
    Browse the repository at this point in the history

Commits on Jun 1, 2021

  1. Merge pull request #15 from chicagopcdc/pcdc_dev

    Pcdc dev
    grugna authored Jun 1, 2021
    Configuration menu
    Copy the full SHA
    fa5686b View commit details
    Browse the repository at this point in the history

Commits on Aug 3, 2021

  1. Merge pull request #16 from uc-cdis/integration202108

    Integration202108
    grugna authored Aug 3, 2021
    Configuration menu
    Copy the full SHA
    beaf2ed View commit details
    Browse the repository at this point in the history

Commits on Aug 25, 2021

  1. Merge pull request #17 from chicagopcdc/pcdc_dev

    Pcdc dev
    grugna authored Aug 25, 2021
    Configuration menu
    Copy the full SHA
    c516ff3 View commit details
    Browse the repository at this point in the history

Commits on Sep 16, 2021

  1. Merge branch 'integration202110' of https://github.com/uc-cdis/sheepdog

    … into uc-cdis-integration202110
    grugna committed Sep 16, 2021
    Configuration menu
    Copy the full SHA
    290bab6 View commit details
    Browse the repository at this point in the history
  2. merge from 202110

    grugna committed Sep 16, 2021
    Configuration menu
    Copy the full SHA
    dff6e39 View commit details
    Browse the repository at this point in the history

Commits on Nov 3, 2021

  1. Merge pull request #19 from chicagopcdc/pcdc_dev

    Pcdc dev
    grugna authored Nov 3, 2021
    Configuration menu
    Copy the full SHA
    4b8ce3a View commit details
    Browse the repository at this point in the history
  2. Merge pull request #20 from uc-cdis/integration202111

    Integration202111
    grugna authored Nov 3, 2021
    Configuration menu
    Copy the full SHA
    2e476af View commit details
    Browse the repository at this point in the history

Commits on Dec 9, 2021

  1. Merge pull request #21 from chicagopcdc/pcdc_dev

    Pcdc dev
    grugna authored Dec 9, 2021
    Configuration menu
    Copy the full SHA
    78b2c24 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #22 from uc-cdis/integration202112

    Integration202112
    grugna authored Dec 9, 2021
    Configuration menu
    Copy the full SHA
    828de2a View commit details
    Browse the repository at this point in the history

Commits on Jan 6, 2022

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

Commits on Jan 25, 2022

  1. Merge pull request #23 from chicagopcdc/pcdc_dev

    Pcdc dev
    grugna authored Jan 25, 2022
    Configuration menu
    Copy the full SHA
    5a13727 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #24 from uc-cdis/integration202201

    fix(docker): update to latest base image to avoid issue with dockerru…
    grugna authored Jan 25, 2022
    Configuration menu
    Copy the full SHA
    049b96f View commit details
    Browse the repository at this point in the history
  3. Merge pull request #25 from chicagopcdc/pcdc_dev

    Pcdc dev
    grugna authored Jan 25, 2022
    Configuration menu
    Copy the full SHA
    94d5eb9 View commit details
    Browse the repository at this point in the history

Commits on Jan 27, 2022

  1. patch to self referenced outerjoin

    This is an hardcoded patch to quickly solve the issue. It will need further work to generalize.
    grugna committed Jan 27, 2022
    Configuration menu
    Copy the full SHA
    720dd54 View commit details
    Browse the repository at this point in the history

Commits on Jan 28, 2022

  1. Update graph_to_doc.py

    grugna committed Jan 28, 2022
    Configuration menu
    Copy the full SHA
    006c00e View commit details
    Browse the repository at this point in the history

Commits on Jan 31, 2022

  1. Merge pull request #26 from chicagopcdc/pcdc_dev

    Pcdc dev
    grugna authored Jan 31, 2022
    Configuration menu
    Copy the full SHA
    2d06de6 View commit details
    Browse the repository at this point in the history

Commits on Feb 28, 2022

  1. Merge pull request #27 from chicagopcdc/master

    sync with master
    grugna authored Feb 28, 2022
    Configuration menu
    Copy the full SHA
    ff4a02a View commit details
    Browse the repository at this point in the history

Commits on Mar 30, 2022

  1. Merge pull request #28 from uc-cdis/integration202204

    Integration202204
    grugna authored Mar 30, 2022
    Configuration menu
    Copy the full SHA
    b3183f7 View commit details
    Browse the repository at this point in the history

Commits on Apr 5, 2022

  1. Merge pull request #29 from chicagopcdc/pcdc_dev

    Pcdc dev
    grugna authored Apr 5, 2022
    Configuration menu
    Copy the full SHA
    e5c5148 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #30 from chicagopcdc/master

    Merge pull request #29 from chicagopcdc/pcdc_dev
    grugna authored Apr 5, 2022
    Configuration menu
    Copy the full SHA
    38ebc6e View commit details
    Browse the repository at this point in the history

Commits on Apr 22, 2022

  1. Update __init__.py

    grugna committed Apr 22, 2022
    Configuration menu
    Copy the full SHA
    4f26660 View commit details
    Browse the repository at this point in the history
  2. Update graph_to_doc.py

    grugna committed Apr 22, 2022
    Configuration menu
    Copy the full SHA
    b29ad04 View commit details
    Browse the repository at this point in the history
  3. Update graph_to_doc.py

    grugna committed Apr 22, 2022
    Configuration menu
    Copy the full SHA
    e792a80 View commit details
    Browse the repository at this point in the history

Commits on Apr 25, 2022

  1. Update graph_to_doc.py

    grugna committed Apr 25, 2022
    Configuration menu
    Copy the full SHA
    0665969 View commit details
    Browse the repository at this point in the history
  2. Update graph_to_doc.py

    grugna committed Apr 25, 2022
    Configuration menu
    Copy the full SHA
    d072286 View commit details
    Browse the repository at this point in the history
  3. Update graph_to_doc.py

    grugna committed Apr 25, 2022
    Configuration menu
    Copy the full SHA
    f79b0e8 View commit details
    Browse the repository at this point in the history
  4. Update graph_to_doc.py

    grugna committed Apr 25, 2022
    Configuration menu
    Copy the full SHA
    ce04af9 View commit details
    Browse the repository at this point in the history
  5. Update graph_to_doc.py

    grugna committed Apr 25, 2022
    Configuration menu
    Copy the full SHA
    c23a670 View commit details
    Browse the repository at this point in the history
  6. Update graph_to_doc.py

    grugna committed Apr 25, 2022
    Configuration menu
    Copy the full SHA
    29bbecd View commit details
    Browse the repository at this point in the history
  7. Update graph_to_doc.py

    grugna committed Apr 25, 2022
    Configuration menu
    Copy the full SHA
    799bd40 View commit details
    Browse the repository at this point in the history
  8. Update graph_to_doc.py

    grugna committed Apr 25, 2022
    Configuration menu
    Copy the full SHA
    4c7ab2d View commit details
    Browse the repository at this point in the history
  9. Update graph_to_doc.py

    grugna committed Apr 25, 2022
    Configuration menu
    Copy the full SHA
    e377fd0 View commit details
    Browse the repository at this point in the history
  10. clean up debugging prints

    grugna committed Apr 25, 2022
    Configuration menu
    Copy the full SHA
    95a4314 View commit details
    Browse the repository at this point in the history
  11. cleanup

    grugna committed Apr 25, 2022
    Configuration menu
    Copy the full SHA
    630e2f4 View commit details
    Browse the repository at this point in the history

Commits on Jun 7, 2022

  1. Merge pull request #32 from uc-cdis/integration202206

    Integration202206
    grugna authored Jun 7, 2022
    Configuration menu
    Copy the full SHA
    e0c6480 View commit details
    Browse the repository at this point in the history

Commits on Jun 30, 2022

  1. Merge pull request #34 from uc-cdis/integration202207

    Catch error instead of 500 (uc-cdis#369)
    grugna authored Jun 30, 2022
    Configuration menu
    Copy the full SHA
    203d133 View commit details
    Browse the repository at this point in the history

Commits on Oct 4, 2022

  1. Merge pull request #36 from uc-cdis/integration202210

    chore(tmp): debug lines (uc-cdis#371)
    grugna authored Oct 4, 2022
    Configuration menu
    Copy the full SHA
    57b94dd View commit details
    Browse the repository at this point in the history

Commits on Nov 3, 2022

  1. Merge pull request #38 from uc-cdis/integration202211

    Integration202211
    grugna authored Nov 3, 2022
    Configuration menu
    Copy the full SHA
    d2b5c20 View commit details
    Browse the repository at this point in the history

Commits on Dec 8, 2022

  1. Merge pull request #40 from uc-cdis/master

    sync with CTDS
    grugna authored Dec 8, 2022
    Configuration menu
    Copy the full SHA
    6cc8d90 View commit details
    Browse the repository at this point in the history

Commits on Jan 30, 2023

  1. Merge pull request #41 from uc-cdis/integration202302

    fix: requirements.txt to reduce vulnerabilities (uc-cdis#376)
    grugna authored Jan 30, 2023
    Configuration menu
    Copy the full SHA
    4cd0662 View commit details
    Browse the repository at this point in the history

Commits on Mar 1, 2023

  1. Merge branch 'integration202303' of https://github.com/uc-cdis/sheepdog

    … into uc-cdis-integration202303
    grugna committed Mar 1, 2023
    Configuration menu
    Copy the full SHA
    02ce1ec View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    094e20f View commit details
    Browse the repository at this point in the history

Commits on Mar 14, 2023

  1. Merge pull request #45 from uc-cdis/master

    sync with CTDS
    grugna authored Mar 14, 2023
    Configuration menu
    Copy the full SHA
    f0f29d7 View commit details
    Browse the repository at this point in the history

Commits on May 17, 2023

  1. Merge pull request #47 from uc-cdis/master

    sync with CTDS
    grugna authored May 17, 2023
    Configuration menu
    Copy the full SHA
    a3e790f View commit details
    Browse the repository at this point in the history

Commits on Aug 29, 2023

  1. Merge pull request #49 from uc-cdis/integration202308

    Integration202308
    grugna authored Aug 29, 2023
    Configuration menu
    Copy the full SHA
    2a40fc0 View commit details
    Browse the repository at this point in the history

Commits on Sep 25, 2023

  1. Merge pull request #53 from uc-cdis/integration202310

    chore(deps): update various deps, remove unused code (uc-cdis#399)
    grugna authored Sep 25, 2023
    Configuration menu
    Copy the full SHA
    cd9b7f5 View commit details
    Browse the repository at this point in the history

Commits on Nov 1, 2023

  1. Merge pull request #56 from uc-cdis/integration202311

    Integration202311
    grugna authored Nov 1, 2023
    Configuration menu
    Copy the full SHA
    6318795 View commit details
    Browse the repository at this point in the history

Commits on Nov 22, 2023

  1. Merge pull request #58 from uc-cdis/integration202312

    Integration202312
    grugna authored Nov 22, 2023
    Configuration menu
    Copy the full SHA
    5a74e9d View commit details
    Browse the repository at this point in the history

Commits on Feb 27, 2024

  1. Merge pull request #60 from uc-cdis/integration202403

    Integration202403
    grugna authored Feb 27, 2024
    Configuration menu
    Copy the full SHA
    d3c46ef View commit details
    Browse the repository at this point in the history

Commits on Mar 26, 2024

  1. Merge pull request #62 from uc-cdis/integration202404

    Integration202404
    grugna authored Mar 26, 2024
    Configuration menu
    Copy the full SHA
    c9e1faf View commit details
    Browse the repository at this point in the history

Commits on Apr 30, 2024

  1. Merge pull request #64 from uc-cdis/master

    sync with CTDS
    grugna authored Apr 30, 2024
    Configuration menu
    Copy the full SHA
    dcabddd View commit details
    Browse the repository at this point in the history

Commits on Jul 30, 2024

  1. Merge pull request #66 from uc-cdis/integration202408

    Integration202408
    grugna authored Jul 30, 2024
    Configuration menu
    Copy the full SHA
    bd3c0b9 View commit details
    Browse the repository at this point in the history

Commits on Aug 16, 2024

  1. Update Dockerfile

    grugna authored Aug 16, 2024
    Configuration menu
    Copy the full SHA
    2ea8b9e View commit details
    Browse the repository at this point in the history

Commits on Oct 30, 2024

  1. Merge pull request #68 from uc-cdis/integration202411

    Integration202411
    grugna authored Oct 30, 2024
    Configuration menu
    Copy the full SHA
    c35bb69 View commit details
    Browse the repository at this point in the history