0
0
Fork 0
mirror of https://github.com/discourse/discourse.git synced 2026-08-06 13:08:40 +08:00
discourse/plugins/discourse-data-explorer
2026-08-03 16:36:22 +02:00
..
admin/assets/javascripts/admin DEV: Rename AdminFilterControls to DFilterControls (#41719) 2026-07-16 07:53:06 +10:00
app WIP: internal endpoints 2026-08-03 16:36:22 +02:00
assets FIX: Disable the ai query generation toggle on the frontend when AI disabled (#41901) 2026-07-22 16:21:37 +08:00
config WIP: internal endpoints 2026-08-03 16:36:22 +02:00
db PERF: Improve user participation default query (#41676) 2026-07-13 16:15:05 -04:00
docs WIP: internal endpoints 2026-08-03 16:36:22 +02:00
lib WIP: internal endpoints 2026-08-03 16:36:22 +02:00
spec WIP: internal endpoints 2026-08-03 16:36:22 +02:00
test/javascripts FIX: Disable the ai query generation toggle on the frontend when AI disabled (#41901) 2026-07-22 16:21:37 +08:00
json_api_kit_contract.json WIP: plugins docs improvements 2026-08-03 16:36:20 +02:00
openapi-docs.html WIP: white picker 2026-08-03 16:36:20 +02:00
openapi-examples.json WIP: plugins docs improvements 2026-08-03 16:36:20 +02:00
openapi-jsonapi-2026-05-01.json WIP: scopes in generated docs 2026-08-03 16:36:20 +02:00
openapi-jsonapi-2026-06-15.json WIP: scopes in generated docs 2026-08-03 16:36:20 +02:00
openapi-jsonapi-2026-07-01.json WIP: scopes in generated docs 2026-08-03 16:36:20 +02:00
openapi-jsonapi-2026-07-08.json WIP: scopes in generated docs 2026-08-03 16:36:20 +02:00
openapi-jsonapi-plugin-run-stats-2026-05-01.json WIP: plugins docs improvements 2026-08-03 16:36:20 +02:00
openapi-jsonapi-plugin-run-stats-2026-06-20.json WIP: plugins docs improvements 2026-08-03 16:36:20 +02:00
openapi-jsonapi-plugin-run-stats.json WIP: plugins docs improvements 2026-08-03 16:36:20 +02:00
openapi-jsonapi.json WIP: scopes in generated docs 2026-08-03 16:36:20 +02:00
openapi-versions.json WIP: plugins docs improvements 2026-08-03 16:36:20 +02:00
package.json DEV: Add a script for generating external types in discourse-types (#37095) 2026-03-09 20:37:43 +01:00
plugin.rb WIP: internal endpoints 2026-08-03 16:36:22 +02:00
README.md
tsconfig.json DEV: Add a script for generating external types in discourse-types (#37095) 2026-03-09 20:37:43 +01: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