Hotfix: fix compression and update libs reported by Aikido#142
Conversation
|
Levitate is-compatible report: 🔍 Resolving @grafana/data@latest... 🔬 Checking compatibility between ./src/module.ts and @grafana/data@13.0.1... 🔬 Checking compatibility between ./src/module.ts and @grafana/ui@13.0.1... 🔬 Checking compatibility between ./src/module.ts and @grafana/runtime@13.0.1... 🔬 Checking compatibility between ./src/module.ts and @grafana/schema@13.0.1... 🔬 Checking compatibility between ./src/module.ts and @grafana/e2e-selectors@13.0.1... 🔬 Checking compatibility between ./src/module.ts and @grafana/experimental@2.1.6... ✔️ ./src/module.ts appears to be compatible with @grafana/data,@grafana/ui,@grafana/runtime,@grafana/schema,@grafana/e2e-selectors,@grafana/experimental |
…user SETTINGS; The rewrite exists only as an anti-override defense — to prevent a user-authored SQL-level hdx_query_admin_comment from silently wiping out the session-level managed Grafana attribution fragment. Previously it ran against any SETTINGS clause and stapled the managed block onto user SQL even when there was nothing to defend against, cluttering audit logs and user-authored queries with plugin-injected metadata. Now the rewrite is skipped when the user's SETTINGS clause does not already contain hdx_query_admin_comment; the session-level injection still carries the managed fragment in that case. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
No description provided.