-
Notifications
You must be signed in to change notification settings - Fork 13.9k
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: embedded dashboard #18561
feat: embedded dashboard #18561
Conversation
Codecov Report
@@ Coverage Diff @@
## master #18561 +/- ##
==========================================
- Coverage 66.30% 66.12% -0.19%
==========================================
Files 1595 1595
Lines 62629 62629
Branches 6308 6308
==========================================
- Hits 41527 41412 -115
- Misses 19453 19568 +115
Partials 1649 1649
Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review full report at Codecov.
|
77533f2
to
84ba926
Compare
sa.Column("created_on", sa.DateTime(), nullable=True), | ||
sa.Column("changed_on", sa.DateTime(), nullable=True), | ||
sa.Column("allow_domain_list", sa.Text(), nullable=True), | ||
sa.Column("id", sa.Integer(), nullable=False), |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Let's make the id column a uuid
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
* add embedded dashboard * json * lint * change json to text * uuid
SUMMARY
Part of #17187
Every dashboard is considered embedded right now. We'll need to change some of the functions in security manager and the dashboard filter. This table is to keep track which dashboard is embedded.
BEFORE/AFTER SCREENSHOTS OR ANIMATED GIF
TESTING INSTRUCTIONS
ADDITIONAL INFORMATION