-
Notifications
You must be signed in to change notification settings - Fork 636
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
feat(influxdb): enhancements and bug fixes #899
Conversation
The following commits need their title changed: Please format your commit title into the form:
This allows us to easily generate changelogs & determine semantic version numbers when cutting releases. You can read more about commit conventions here. |
This change makes the project compatible with Gradle 7
…dation-api (spinnaker#897) since spring cloud Hoxton.SR12 doesn't bring it in. See spinnaker/orca#4254 for more.
Co-authored-by: root <root@470565d33c7a> Co-authored-by: David Byron <82477955+dbyron-sf@users.noreply.github.com>
fb0f1fb
to
e342c16
Compare
blocked.add("SHOW SHARD"); | ||
blocked.add("SHOW STATS"); | ||
blocked.add("SHOW SUBSCRIPTIONS"); | ||
blocked.add(";"); // prevents having multiple queries that could lead to potential sql injection |
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.
NICE :)
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.
I DO wonder if there's a regex/cleaner way to catch these kinda things...
Brings tears to my eyes seeing that UI and Logo! |
Summary of changes:
class java.lang.Double cannot be cast to class java.lang.Integer (java.lang.Double and java.lang.Integer are in module java.base of loader 'bootstrap'
.customInlineTemplate
just like in other kayenta plugins such as Prometheus and New Relic to support more advance IQL statements (e.g. queries with custom tags and group by clauses)