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

IFC-31 Initial user permissions framework #3888

Closed
wants to merge 39 commits into from
Closed

Commits on Aug 26, 2024

  1. Configuration menu
    Copy the full SHA
    d87c243 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3da120f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5134278 View commit details
    Browse the repository at this point in the history
  4. Fix typing

    gmazoyer committed Aug 26, 2024
    Configuration menu
    Copy the full SHA
    e3682bc View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    51e73e4 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    b33f4e6 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    d63a8b6 View commit details
    Browse the repository at this point in the history
  8. Add more global permissions

    Also rename user permissions to objects permissions
    gmazoyer committed Aug 26, 2024
    Configuration menu
    Copy the full SHA
    1c2c24f View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    4de19c8 View commit details
    Browse the repository at this point in the history
  10. Make mypy happy

    gmazoyer committed Aug 26, 2024
    Configuration menu
    Copy the full SHA
    d167c63 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    c0cb942 View commit details
    Browse the repository at this point in the history
  12. Fix protocols

    gmazoyer committed Aug 26, 2024
    Configuration menu
    Copy the full SHA
    02acd02 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    fb948a6 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    97b5117 View commit details
    Browse the repository at this point in the history
  15. Fix branch creation

    gmazoyer committed Aug 26, 2024
    Configuration menu
    Copy the full SHA
    3fb32cd View commit details
    Browse the repository at this point in the history
  16. Fix unit test

    gmazoyer committed Aug 26, 2024
    Configuration menu
    Copy the full SHA
    5439209 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    33fb274 View commit details
    Browse the repository at this point in the history
  18. Simplify permission check

    gmazoyer committed Aug 26, 2024
    Configuration menu
    Copy the full SHA
    2a6d183 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    f0b1a8f View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    d59222c View commit details
    Browse the repository at this point in the history
  21. Fix mypy warning

    gmazoyer committed Aug 26, 2024
    Configuration menu
    Copy the full SHA
    5b87e81 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    38a5daf View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    782523b View commit details
    Browse the repository at this point in the history
  24. Update protocols

    gmazoyer committed Aug 26, 2024
    Configuration menu
    Copy the full SHA
    ca74290 View commit details
    Browse the repository at this point in the history
  25. Allow GraphQL checker to be chained

    A GraphQL checker check method should not return a value indicating if
    the next checker should run or if the checkers execution should stop.
    
    Pass GraphQL parameters to the checkers to allow inspecting them while
    running checkers logic.
    gmazoyer committed Aug 26, 2024
    Configuration menu
    Copy the full SHA
    d04383e View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    0983000 View commit details
    Browse the repository at this point in the history
  27. Missing file

    gmazoyer committed Aug 26, 2024
    Configuration menu
    Copy the full SHA
    8f2e973 View commit details
    Browse the repository at this point in the history
  28. Configuration menu
    Copy the full SHA
    1dab617 View commit details
    Browse the repository at this point in the history
  29. Configuration menu
    Copy the full SHA
    21da514 View commit details
    Browse the repository at this point in the history
  30. Configuration menu
    Copy the full SHA
    9a94e4b View commit details
    Browse the repository at this point in the history
  31. Configuration menu
    Copy the full SHA
    df85f30 View commit details
    Browse the repository at this point in the history
  32. Configuration menu
    Copy the full SHA
    22456f0 View commit details
    Browse the repository at this point in the history
  33. Clean imports

    gmazoyer committed Aug 26, 2024
    Configuration menu
    Copy the full SHA
    b838218 View commit details
    Browse the repository at this point in the history
  34. Configuration menu
    Copy the full SHA
    66db7dd View commit details
    Browse the repository at this point in the history
  35. Configuration menu
    Copy the full SHA
    7dcc20f View commit details
    Browse the repository at this point in the history
  36. Resolve merge conflict

    gmazoyer committed Aug 26, 2024
    Configuration menu
    Copy the full SHA
    4b0301d View commit details
    Browse the repository at this point in the history
  37. Configuration menu
    Copy the full SHA
    fc14125 View commit details
    Browse the repository at this point in the history
  38. Configuration menu
    Copy the full SHA
    be71d87 View commit details
    Browse the repository at this point in the history
  39. Comment to make test run

    gmazoyer committed Aug 26, 2024
    Configuration menu
    Copy the full SHA
    c246f69 View commit details
    Browse the repository at this point in the history