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

feat: Authorizing guest access to embedded dashboards #17757

Merged
merged 33 commits into from
Jan 21, 2022

Commits on Dec 15, 2021

  1. Configuration menu
    Copy the full SHA
    a21a417 View commit details
    Browse the repository at this point in the history
  2. guest token dashboard authz

    suddjian committed Dec 15, 2021
    Configuration menu
    Copy the full SHA
    ad3572e View commit details
    Browse the repository at this point in the history
  3. adjust csrf exempt list

    suddjian committed Dec 15, 2021
    Configuration menu
    Copy the full SHA
    4fd8715 View commit details
    Browse the repository at this point in the history
  4. eums don't work that way

    suddjian committed Dec 15, 2021
    Configuration menu
    Copy the full SHA
    7353826 View commit details
    Browse the repository at this point in the history

Commits on Dec 20, 2021

  1. Remove unnecessary import

    suddjian committed Dec 20, 2021
    Configuration menu
    Copy the full SHA
    5c0a7f5 View commit details
    Browse the repository at this point in the history

Commits on Dec 22, 2021

  1. Configuration menu
    Copy the full SHA
    2141f2d View commit details
    Browse the repository at this point in the history
  2. a bit of refactoring

    suddjian committed Dec 22, 2021
    Configuration menu
    Copy the full SHA
    bfdbad5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    36a1224 View commit details
    Browse the repository at this point in the history

Commits on Jan 6, 2022

  1. refactor tests

    suddjian committed Jan 6, 2022
    Configuration menu
    Copy the full SHA
    7181333 View commit details
    Browse the repository at this point in the history
  2. clean imports

    suddjian committed Jan 6, 2022
    Configuration menu
    Copy the full SHA
    27a2ec3 View commit details
    Browse the repository at this point in the history

Commits on Jan 13, 2022

  1. Configuration menu
    Copy the full SHA
    09aed96 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c7bfa96 View commit details
    Browse the repository at this point in the history
  3. don't redefine builtins

    suddjian committed Jan 13, 2022
    Configuration menu
    Copy the full SHA
    aa672b9 View commit details
    Browse the repository at this point in the history
  4. remove unused imports

    suddjian committed Jan 13, 2022
    Configuration menu
    Copy the full SHA
    091786d View commit details
    Browse the repository at this point in the history
  5. fix test import

    suddjian committed Jan 13, 2022
    Configuration menu
    Copy the full SHA
    5e23ce9 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    a62b2f5 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    e9d50c2 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    67affe4 View commit details
    Browse the repository at this point in the history
  9. missing import

    suddjian committed Jan 13, 2022
    Configuration menu
    Copy the full SHA
    4d5a691 View commit details
    Browse the repository at this point in the history
  10. mock it

    suddjian committed Jan 13, 2022
    Configuration menu
    Copy the full SHA
    13a2038 View commit details
    Browse the repository at this point in the history

Commits on Jan 14, 2022

  1. test get_user_roles

    suddjian committed Jan 14, 2022
    Configuration menu
    Copy the full SHA
    0be28da View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c5bded9 View commit details
    Browse the repository at this point in the history
  3. remove redundant check

    suddjian committed Jan 14, 2022
    Configuration menu
    Copy the full SHA
    ebf9400 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    deceb33 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    128f3a0 View commit details
    Browse the repository at this point in the history

Commits on Jan 18, 2022

  1. tweaking access checks

    suddjian committed Jan 18, 2022
    Configuration menu
    Copy the full SHA
    ede1367 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    38a89ae View commit details
    Browse the repository at this point in the history
  3. missing imports

    suddjian committed Jan 18, 2022
    Configuration menu
    Copy the full SHA
    1927a1c View commit details
    Browse the repository at this point in the history
  4. more tests

    suddjian committed Jan 18, 2022
    Configuration menu
    Copy the full SHA
    128b90c View commit details
    Browse the repository at this point in the history

Commits on Jan 20, 2022

  1. Configuration menu
    Copy the full SHA
    b73a81f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    eccec4d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e833ef5 View commit details
    Browse the repository at this point in the history

Commits on Jan 21, 2022

  1. add more test

    lilykuang committed Jan 21, 2022
    Configuration menu
    Copy the full SHA
    5c3a5fb View commit details
    Browse the repository at this point in the history