[WiP] feat: backend for thumnail computation + caching + endpoints#7716
[WiP] feat: backend for thumnail computation + caching + endpoints#7716mistercrunch wants to merge 1 commit into
Conversation
0cc3967 to
cd31db6
Compare
This PR is the backend subset of WiP PR apache#6601. It includes * refactor of the Selenium abstractions used for email schedules, generalized to also work with thumbs * new dependency on PIL, the common way of doing image processing in python, we use it to resize selenium screenshots into thumbs * CLI utilities to compute-thumbnails * the addition of an extra caching backend for thumbnail, in most cases we assume it should point to the same backend as the one used for chart JSON caching * 2 new endpoints to retrieve dashboard and chart thumbs
cd31db6 to
cef4673
Compare
|
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. For admin, please label this issue |
|
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. For admin, please label this issue |
|
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. For admin, please label this issue |
This PR is the backend subset of WiP PR #6601. It includes:
generalized to also work with thumbs
python, we use it to resize selenium screenshots into thumbs
we assume it should point to the same backend as the one used for
chart JSON caching
CATEGORY
Choose one### SUMMARY
BEFORE/AFTER SCREENSHOTS OR ANIMATED GIF
TEST PLAN
ADDITIONAL INFORMATION
TODO / extra thoughts