-
Notifications
You must be signed in to change notification settings - Fork 12.2k
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
Image Rendering: Remove PhantomJS support #23460
Conversation
Removes PhantomJS. Remove direct link rendered image e2e smoke test for now. Ref #13802
Co-Authored-By: Kyle Brandt <kyle@grafana.com> Co-Authored-By: Arve Knudsen <arve.knudsen@gmail.com>
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.
Please edit the Image rendering topic as well.
Co-Authored-By: Diana Payton <52059945+oddlittlebird@users.noreply.github.com>
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!
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!
* master: Linting fixes for provisoning (grafana#23600) Image Rendering: Remove PhantomJS support (grafana#23460) Storybook: Organizing (grafana#23572) @grafana/ui: Remove ColorPallete component (grafana#23592)
* master: (139 commits) SAML Role and Team sync (open source part) (#23391) Transformers: fixes column names generated by seriesToColumn transformer (#23642) Table: add a select option when multiple tables exist (#23545) Tabs: adds counter component (#23548) UX: Minor style tweaks and fixes (#23614) Modals: Fixed alignment in header (#23618) revent optional event arg change (#23622) Build: Stricter linting should break the build (#23606) Docs: update users API (#23570) Explore: Prevents sizing issue when split (#23596) @grafana/ui: Various smaller Icon updates (#23588) Because alpine uses musl instead of libc, the e2e/cypress was not compatible (#23602) Backend Plugins: Discard logged messages from logger named stdio (#23601) Fixed share json (#23607) Linting fixes for provisoning (#23600) Image Rendering: Remove PhantomJS support (#23460) Storybook: Organizing (#23572) @grafana/ui: Remove ColorPallete component (#23592) Docs: Change header levels of last three sections (#23587) CircleCI: Upgrade the build pipeline tool (#23595) ...
What this PR does / why we need it:
Removes PhantomJS
Which issue(s) this PR fixes:
Closes #13802
Special notes for your reviewer:
Improve UX for share panel/direct link rendered image when there are no renderer available/installed will be handled in a follow up PR.