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

refactor(permissions): split up Descriptor into Allow, Deny, and Query #25508

Merged
merged 41 commits into from
Sep 16, 2024

Commits on Sep 6, 2024

  1. Configuration menu
    Copy the full SHA
    95a96a7 View commit details
    Browse the repository at this point in the history
  2. more work

    dsherret committed Sep 6, 2024
    Configuration menu
    Copy the full SHA
    e546ad1 View commit details
    Browse the repository at this point in the history

Commits on Sep 7, 2024

  1. Configuration menu
    Copy the full SHA
    883e04a View commit details
    Browse the repository at this point in the history
  2. update

    dsherret committed Sep 7, 2024
    Configuration menu
    Copy the full SHA
    ac63de1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4987a2b View commit details
    Browse the repository at this point in the history
  4. More progress

    dsherret committed Sep 7, 2024
    Configuration menu
    Copy the full SHA
    6e33f81 View commit details
    Browse the repository at this point in the history

Commits on Sep 8, 2024

  1. more work

    dsherret committed Sep 8, 2024
    Configuration menu
    Copy the full SHA
    05a9176 View commit details
    Browse the repository at this point in the history
  2. compiling

    dsherret committed Sep 8, 2024
    Configuration menu
    Copy the full SHA
    90c5446 View commit details
    Browse the repository at this point in the history
  3. some fixes

    dsherret committed Sep 8, 2024
    Configuration menu
    Copy the full SHA
    9e5647c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6f8a564 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    5a29cba View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    25203ec View commit details
    Browse the repository at this point in the history
  7. fixes and more tests

    dsherret committed Sep 8, 2024
    Configuration menu
    Copy the full SHA
    8ca817a View commit details
    Browse the repository at this point in the history

Commits on Sep 9, 2024

  1. Configuration menu
    Copy the full SHA
    93107cf View commit details
    Browse the repository at this point in the history
  2. start on clippy

    dsherret committed Sep 9, 2024
    Configuration menu
    Copy the full SHA
    dffeb9c View commit details
    Browse the repository at this point in the history
  3. clippy

    dsherret committed Sep 9, 2024
    Configuration menu
    Copy the full SHA
    bb49285 View commit details
    Browse the repository at this point in the history
  4. clippy

    dsherret committed Sep 9, 2024
    Configuration menu
    Copy the full SHA
    2673bfe View commit details
    Browse the repository at this point in the history
  5. finish clippy

    dsherret committed Sep 9, 2024
    Configuration menu
    Copy the full SHA
    3c4b237 View commit details
    Browse the repository at this point in the history
  6. update

    dsherret committed Sep 9, 2024
    Configuration menu
    Copy the full SHA
    49797fe View commit details
    Browse the repository at this point in the history
  7. use allow all enum

    dsherret committed Sep 9, 2024
    Configuration menu
    Copy the full SHA
    6950392 View commit details
    Browse the repository at this point in the history
  8. make worker tests work

    dsherret committed Sep 9, 2024
    Configuration menu
    Copy the full SHA
    5b3e8b0 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    f6d8ff9 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    d0c1504 View commit details
    Browse the repository at this point in the history
  11. fix windows issues

    dsherret committed Sep 9, 2024
    Configuration menu
    Copy the full SHA
    f52fd78 View commit details
    Browse the repository at this point in the history
  12. clippy

    dsherret committed Sep 9, 2024
    Configuration menu
    Copy the full SHA
    b22bc8e View commit details
    Browse the repository at this point in the history
  13. fix failing windows test

    dsherret committed Sep 9, 2024
    Configuration menu
    Copy the full SHA
    b9d1551 View commit details
    Browse the repository at this point in the history

Commits on Sep 10, 2024

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

    dsherret committed Sep 10, 2024
    Configuration menu
    Copy the full SHA
    16d7306 View commit details
    Browse the repository at this point in the history
  3. maybe fix ci

    dsherret committed Sep 10, 2024
    Configuration menu
    Copy the full SHA
    8253cbb View commit details
    Browse the repository at this point in the history

Commits on Sep 11, 2024

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

    dsherret committed Sep 11, 2024
    Configuration menu
    Copy the full SHA
    5aaf4a0 View commit details
    Browse the repository at this point in the history

Commits on Sep 14, 2024

  1. Configuration menu
    Copy the full SHA
    f47ae35 View commit details
    Browse the repository at this point in the history
  2. move structs together

    dsherret committed Sep 14, 2024
    Configuration menu
    Copy the full SHA
    e075e3a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c829704 View commit details
    Browse the repository at this point in the history

Commits on Sep 15, 2024

  1. Configuration menu
    Copy the full SHA
    f6ac563 View commit details
    Browse the repository at this point in the history
  2. update doc string

    dsherret committed Sep 15, 2024
    Configuration menu
    Copy the full SHA
    0fce3bf View commit details
    Browse the repository at this point in the history
  3. Only have query trait

    dsherret committed Sep 15, 2024
    Configuration menu
    Copy the full SHA
    3184127 View commit details
    Browse the repository at this point in the history

Commits on Sep 16, 2024

  1. Configuration menu
    Copy the full SHA
    dc924cd View commit details
    Browse the repository at this point in the history
  2. Lucas review

    dsherret committed Sep 16, 2024
    Configuration menu
    Copy the full SHA
    2521bef View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    42f3084 View commit details
    Browse the repository at this point in the history
  4. fix lint

    dsherret committed Sep 16, 2024
    Configuration menu
    Copy the full SHA
    9722059 View commit details
    Browse the repository at this point in the history