mirror of
https://github.com/discourse/discourse-data-explorer.git
synced 2025-02-07 12:08:14 +00:00
Martin Brennan
389b8e15c9
DEV: Fix broken plugin specs because of bookmarkable changes (#231)
Followup to 360d0dde650704a0f01fd6d8b525e933b1d7fcf2, this causes other plugin tests to fail because `DiscoursePluginRegistry.reset!` is a shotgun. We can use the more surgical version `DiscoursePluginRegistry.reset_register!(:bookmarkables)` instead.
Data Explorer Plugin
This plugin allows admins to run SQL queries against the live Discourse database, including parameterized queries and formatting for several common column types.
For more information, please see: https://meta.discourse.org/t/data-explorer-plugin/32566
Description
Languages
Ruby
57.1%
JavaScript
32.5%
Handlebars
7.7%
SCSS
2.7%