0
0
Fork 0
mirror of https://github.com/discourse/discourse.git synced 2026-08-09 21:45:25 +08:00
discourse/plugins/discourse-data-explorer
2026-02-26 12:22:54 +00:00
..
admin/assets/javascripts/admin UX: Introduce d-table__overview-link (#38070) 2026-02-26 17:07:03 +10:00
app UX: Apply new admin plugin show route and UI to Data Explorer (#37910) 2026-02-23 11:38:16 +10:00
assets UX: Introduce d-table__overview-link (#38070) 2026-02-26 17:07:03 +10:00
config FIX: Redirect data explorer API calls to the new endpoint (#38069) 2026-02-26 17:06:49 +10:00
db/migrate
lib SECURITY: Ensure guardian check when creating QueryGroupBookmark 2026-02-26 12:22:54 +00:00
spec SECURITY: Check for no group assignments in data-explorer queries 2026-02-26 12:22:54 +00:00
test/javascripts UX: Apply new admin plugin show route and UI to Data Explorer (#37910) 2026-02-23 11:38:16 +10:00
package.json DEV: Overhaul typechecking configuration (#35794) 2025-11-12 12:54:34 +00:00
plugin.rb SECURITY: Check for no group assignments in data-explorer queries 2026-02-26 12:22:54 +00:00
README.md
tsconfig.json DEV: Overhaul typechecking configuration (#35794) 2025-11-12 12:54:34 +00:00

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