-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
💄 Use SVG logos on integration dashboards instead of PNGs #8450
Merged
Conversation
This file contains 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
ghost
added
changelog/no-changelog
integration/active_directory
integration/aerospike
integration/airflow
integration/amazon_msk
integration/ambari
integration/apache
integration/azure_iot_edge
integration/ceph
integration/cilium
integration/clickhouse
integration/cockroachdb
integration/confluent_platform
integration/coredns
integration/crio
integration/druid
integration/ecs_fargate
integration/elastic
integration/envoy
integration/etcd
integration/exchange_server
integration/flink
integration/gitlab
integration/glusterfs
integration/haproxy
integration/harbor
integration/hazelcast
integration/hive
integration/hivemq
integration/ibm_mq
labels
Jan 25, 2021
ghost
added
integration/nginx_ingress_controller
integration/openstack
integration/oracle
integration/postgres
integration/presto
integration/proxysql
integration/redisdb
integration/rethinkdb
integration/sap_hana
integration/scylla
integration/sidekiq
integration/snowflake
integration/systemd
integration/tls
integration/tomcat
integration/twistlock
integration/vault
integration/vertica
integration/vsphere
labels
Jan 25, 2021
derekhowles
changed the title
💄 Use SVG logos on integration dashboards
💄 Use SVG logos on integration dashboards instead of PNGs
Jan 25, 2021
derekhowles
force-pushed
the
derek/svg-dash-logos
branch
from
January 26, 2021 22:10
4d6c82f
to
108e28d
Compare
ofek
approved these changes
Jan 27, 2021
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.
🔥
ofek
approved these changes
Jan 27, 2021
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
changelog/no-changelog
integration/active_directory
integration/aerospike
integration/airflow
integration/amazon_msk
integration/ambari
integration/apache
integration/azure_iot_edge
integration/ceph
integration/cilium
integration/clickhouse
integration/cockroachdb
integration/confluent_platform
integration/coredns
integration/crio
integration/druid
integration/ecs_fargate
integration/elastic
integration/envoy
integration/etcd
integration/exchange_server
integration/flink
integration/gitlab
integration/glusterfs
integration/haproxy
integration/harbor
integration/hazelcast
integration/hive
integration/hivemq
integration/ibm_db2
integration/ibm_mq
integration/ibm_was
integration/ignite
integration/iis
integration/istio
integration/jboss_wildfly
integration/kong
integration/linkerd
integration/mapr
integration/marklogic
integration/mcache
integration/mongo
integration/mysql
integration/nginx_ingress_controller
integration/nginx
integration/openstack
integration/oracle
integration/postgres
integration/presto
integration/proxysql
integration/redisdb
integration/rethinkdb
integration/sap_hana
integration/scylla
integration/sidekiq
integration/snowflake
integration/systemd
integration/tls
integration/tomcat
integration/twistlock
integration/vault
integration/vertica
integration/vsphere
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.
What does this PR do?
Converts PNG integration logos on preset dashboards to their corresponding SVG versions.
In cases where the PNG and SVG file names don't match (most of them), they're updated in accordance with the DRUIDS logo alias map, which is already being used in production throughout the web app-ui, including on the Dash List page.
No layout or any other visual changes — apart from crisp logos.
Motivation
Integration logos are now available as SVGs at a publicly accessible, unversioned path — which means we're able to point to them in an evergreen way. They're always crisp and arbitrarily resizable. For example:
Additional Notes
Review checklist (to be filled by reviewers)
changelog/
andintegration/
labels attached