-
Notifications
You must be signed in to change notification settings - Fork 14.6k
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
Show scheduled queries #7521
Show scheduled queries #7521
Conversation
@@ -153,7 +153,7 @@ def json_response(self, obj, status=200): | |||
status=status, | |||
mimetype='application/json') | |||
|
|||
def common_bootsrap_payload(self): |
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.
This made me super confused, since I was grep
ping for bootstrap
and couldn't find this method!
Codecov Report
@@ Coverage Diff @@
## lyft-develop #7521 +/- ##
================================================
+ Coverage 65.29% 73.13% +7.84%
================================================
Files 432 84 -348
Lines 21386 11122 -10264
Branches 2357 0 -2357
================================================
- Hits 13963 8134 -5829
+ Misses 7303 2988 -4315
+ Partials 120 0 -120
Continue to review full report at Codecov.
|
CATEGORY
Choose one
SUMMARY
This PR shows scheduled information on saved queries that have them.
In order to do this, I created a custom template for showing the saved query, extending the native one from FAB. The template injects Javascript code and a
<div>
, and the Javascript code inserts a<Form>
component with the scheduled information.BEFORE/AFTER SCREENSHOTS OR ANIMATED GIF
It looks ugly, but I'll fix the CSS in another PR:
TEST PLAN
Tested locally.
ADDITIONAL INFORMATION
REVIEWERS
@mistercrunch @datability-io @DiggidyDave @khtruong