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

add resource permission checks #1711

Open
wants to merge 47 commits into
base: main
Choose a base branch
from
Open

Commits on Dec 3, 2024

  1. Configuration menu
    Copy the full SHA
    bed7d27 View commit details
    Browse the repository at this point in the history
  2. force enable all modules

    petrkalos committed Dec 3, 2024
    Configuration menu
    Copy the full SHA
    15b19b8 View commit details
    Browse the repository at this point in the history
  3. test_id

    petrkalos committed Dec 3, 2024
    Configuration menu
    Copy the full SHA
    646c7eb View commit details
    Browse the repository at this point in the history
  4. DRY

    petrkalos committed Dec 3, 2024
    Configuration menu
    Copy the full SHA
    cf5a0be View commit details
    Browse the repository at this point in the history
  5. add more tests

    petrkalos committed Dec 3, 2024
    Configuration menu
    Copy the full SHA
    4c599ff View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    77a8b82 View commit details
    Browse the repository at this point in the history
  7. assert called_once only without expecting to raise as some resolvers …

    …are filtering out resources
    petrkalos committed Dec 3, 2024
    Configuration menu
    Copy the full SHA
    1fa5c08 View commit details
    Browse the repository at this point in the history
  8. filter out networks

    petrkalos committed Dec 3, 2024
    Configuration menu
    Copy the full SHA
    5dad8dc View commit details
    Browse the repository at this point in the history
  9. ignore reason

    petrkalos committed Dec 3, 2024
    Configuration menu
    Copy the full SHA
    f11e3f5 View commit details
    Browse the repository at this point in the history
  10. fix check order

    petrkalos committed Dec 3, 2024
    Configuration menu
    Copy the full SHA
    0f12c31 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    377bef8 View commit details
    Browse the repository at this point in the history
  12. remove get_dataset check

    petrkalos committed Dec 3, 2024
    Configuration menu
    Copy the full SHA
    32a85cc View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    a5ffea9 View commit details
    Browse the repository at this point in the history
  14. fix test client

    petrkalos committed Dec 3, 2024
    Configuration menu
    Copy the full SHA
    46d134b View commit details
    Browse the repository at this point in the history
  15. fix datasetlist

    petrkalos committed Dec 3, 2024
    Configuration menu
    Copy the full SHA
    c2e4949 View commit details
    Browse the repository at this point in the history
  16. fix dataset view

    petrkalos committed Dec 3, 2024
    Configuration menu
    Copy the full SHA
    49fd527 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    c22fea3 View commit details
    Browse the repository at this point in the history
  18. fix tests

    petrkalos committed Dec 3, 2024
    Configuration menu
    Copy the full SHA
    4671a4e View commit details
    Browse the repository at this point in the history
  19. fix folder ui

    petrkalos committed Dec 3, 2024
    Configuration menu
    Copy the full SHA
    5e83ea6 View commit details
    Browse the repository at this point in the history
  20. use explicit tenant perms

    petrkalos committed Dec 3, 2024
    Configuration menu
    Copy the full SHA
    3c54f3c View commit details
    Browse the repository at this point in the history
  21. make use of testdata

    petrkalos committed Dec 3, 2024
    Configuration menu
    Copy the full SHA
    6a15647 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    ec6beb0 View commit details
    Browse the repository at this point in the history
  23. add test

    petrkalos committed Dec 3, 2024
    Configuration menu
    Copy the full SHA
    8681d7e View commit details
    Browse the repository at this point in the history
  24. add postinit

    petrkalos committed Dec 3, 2024
    Configuration menu
    Copy the full SHA
    9646835 View commit details
    Browse the repository at this point in the history
  25. rename to tenat

    petrkalos committed Dec 3, 2024
    Configuration menu
    Copy the full SHA
    64ac83a View commit details
    Browse the repository at this point in the history
  26. appsupport

    petrkalos committed Dec 3, 2024
    Configuration menu
    Copy the full SHA
    b557d81 View commit details
    Browse the repository at this point in the history
  27. improve IgnoreReason

    petrkalos committed Dec 3, 2024
    Configuration menu
    Copy the full SHA
    b9cc73b View commit details
    Browse the repository at this point in the history
  28. dispatch all

    petrkalos committed Dec 3, 2024
    Configuration menu
    Copy the full SHA
    f60b2ba View commit details
    Browse the repository at this point in the history
  29. explicit tests

    petrkalos committed Dec 3, 2024
    Configuration menu
    Copy the full SHA
    921b830 View commit details
    Browse the repository at this point in the history
  30. mock tenant

    petrkalos committed Dec 3, 2024
    Configuration menu
    Copy the full SHA
    6163197 View commit details
    Browse the repository at this point in the history
  31. Configuration menu
    Copy the full SHA
    c3b221d View commit details
    Browse the repository at this point in the history
  32. Configuration menu
    Copy the full SHA
    c7395b7 View commit details
    Browse the repository at this point in the history
  33. add checks

    petrkalos committed Dec 3, 2024
    Configuration menu
    Copy the full SHA
    89e27a9 View commit details
    Browse the repository at this point in the history
  34. add checks

    petrkalos committed Dec 3, 2024
    Configuration menu
    Copy the full SHA
    dcb42f1 View commit details
    Browse the repository at this point in the history
  35. add checks

    petrkalos committed Dec 3, 2024
    Configuration menu
    Copy the full SHA
    eb770bc View commit details
    Browse the repository at this point in the history
  36. merge tests

    petrkalos committed Dec 3, 2024
    Configuration menu
    Copy the full SHA
    724dd95 View commit details
    Browse the repository at this point in the history
  37. mock aws calls for speed

    petrkalos committed Dec 3, 2024
    Configuration menu
    Copy the full SHA
    0bd0a90 View commit details
    Browse the repository at this point in the history
  38. Configuration menu
    Copy the full SHA
    6b316c0 View commit details
    Browse the repository at this point in the history
  39. workaround inf loop

    petrkalos committed Dec 3, 2024
    Configuration menu
    Copy the full SHA
    afec8eb View commit details
    Browse the repository at this point in the history
  40. call get_organization

    petrkalos committed Dec 3, 2024
    Configuration menu
    Copy the full SHA
    754f51a View commit details
    Browse the repository at this point in the history
  41. Configuration menu
    Copy the full SHA
    e9469f9 View commit details
    Browse the repository at this point in the history
  42. split into 2 tests

    petrkalos committed Dec 3, 2024
    Configuration menu
    Copy the full SHA
    fd355b6 View commit details
    Browse the repository at this point in the history
  43. Configuration menu
    Copy the full SHA
    28006c0 View commit details
    Browse the repository at this point in the history
  44. fix semgrep

    petrkalos committed Dec 3, 2024
    Configuration menu
    Copy the full SHA
    e2e26b5 View commit details
    Browse the repository at this point in the history
  45. simplify

    petrkalos committed Dec 3, 2024
    Configuration menu
    Copy the full SHA
    d88540a View commit details
    Browse the repository at this point in the history
  46. add tenant_admin checks

    petrkalos committed Dec 3, 2024
    Configuration menu
    Copy the full SHA
    d9fcfa2 View commit details
    Browse the repository at this point in the history
  47. remove inf loop workaround

    petrkalos committed Dec 3, 2024
    Configuration menu
    Copy the full SHA
    e65674c View commit details
    Browse the repository at this point in the history