-
Notifications
You must be signed in to change notification settings - Fork 17.4k
[thumbnails] thumbnails for dashboards and charts #8947
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
Merged
Merged
Changes from all commits
Commits
Show all changes
37 commits
Select commit
Hold shift + click to select a range
48bed12
[thumbnails] New, thumbnail computation for charts and dashboards
dpgaspar 420470e
[thumbnails] Initial working API with cache
dpgaspar 4f153fe
[thumbnails] type annotation and API
dpgaspar b1c8863
[thumbnails] Add Pillow dependency
dpgaspar 5952e2c
[thumbnails] More type annotations and lint
dpgaspar b19f17b
[thumbnails] More type annotations and lint
dpgaspar 7fd2412
Merge master and fix
dpgaspar c311cd1
[thumbnails] Lint and tweaks
dpgaspar 520cff9
[thumbnails] more Lint
dpgaspar 71d7a94
[thumbnails] isort
dpgaspar 46f99a7
[thumbnails] isort
dpgaspar 0bf9061
[thumbnails] selenium with configurable auth function
dpgaspar b470e80
[thumbnails] refactor
dpgaspar 406d978
[thumbnails] Refactor and started tests
dpgaspar c1700dc
Merge and conflicts
dpgaspar 409dd51
Merge remote-tracking branch 'upstream/master' into feature/thumbnail…
dpgaspar 70d28d3
Thumbnails behind a feature flag
dpgaspar b2adbcf
Make REST compute async when no cache key found
dpgaspar 9f27fda
lint
dpgaspar 8c80aee
Tests still not working
dpgaspar bef6a4f
Merge remote-tracking branch 'upstream/master' into feature/thumbnail…
dpgaspar eb70a8c
[thumbnails] Make pillow optional, lint and tests
dpgaspar 0eae428
[thumbnails] improved isolations of the feature flag
dpgaspar 01cfb5b
[thumbnails] tests and fixes
dpgaspar e246e8c
[thumbnails] Update docs
dpgaspar 429bff2
[thumbnails] address comments
dpgaspar b9d0cd7
Merge remote-tracking branch 'upstream/master' into feature/thumbnail…
dpgaspar acf675d
Merge remote-tracking branch 'upstream/master' into refactor/api-char…
dpgaspar 4f8cd83
[thumbnails] Docs use S3 cache
dpgaspar dfd7045
[thumbnails] Added thumbs URL to GET HTTP endpoint (show)
dpgaspar 3bd3626
[thumbnails] Fix, tests
dpgaspar 6b8e511
Merge remote-tracking branch 'upstream/master' into feature/thumbnail…
dpgaspar 52e1f6a
Merge remote-tracking branch 'upstream/master' into feature/thumbnail…
dpgaspar 86ba9db
change 304 to 302 and address comments
dpgaspar 823fe55
Fix lint
dpgaspar e44571c
ignore new test config
dpgaspar ebeb150
Merge remote-tracking branch 'upstream/master' into feature/thumbnail…
dpgaspar File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -33,3 +33,4 @@ redis==3.2.1 | |
| requests==2.22.0 | ||
| statsd==3.3.0 | ||
| tox==3.11.1 | ||
| pillow==7.0.0 | ||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.