SQL Queries for admins in Discourse
Go to file
Rishabh a3c9cd7363 FIX: Don't send extra_data when exporting results to JSON
The extra data is needed to render avatars and user metadata when rendering results in the browser,
we can skip this data for JSON exports to reduce bloat
2019-01-24 12:46:02 +05:30
.tx Update translations 2018-09-10 14:02:00 -04:00
assets FIX: Allow the Data Explorer API to set LIMIT to "ALL" 2019-01-23 16:18:06 +05:30
bin Transifex integration 2017-12-07 17:54:31 -05:00
config Update translations 2018-11-29 11:08:29 -05:00
lib DEV: Added default queries for finding the most active lurkers and inactive users 2018-12-28 12:15:41 +05:30
spec/controllers FEATURE: Ship default queries with the Data Explorer 2018-10-10 16:59:13 +05:30
.gitignore Inherit rubocop config from discourse repo 2018-12-03 00:35:56 +01:00
.jshintrc Initial commit as a clone of discourse-tagging 2015-06-25 09:25:15 -07:00
.rubocop.yml Inherit rubocop config from discourse repo 2018-12-03 00:35:56 +01:00
.travis.yml Add .travis.yml from discourse-plugin-ci 2018-10-31 14:57:53 +05:30
Gemfile Transifex integration 2017-12-07 17:54:31 -05:00
LICENSE Initial commit as a clone of discourse-tagging 2015-06-25 09:25:15 -07:00
README.md Update README.md 2018-08-14 15:59:59 +10:00
plugin.rb FIX: Don't send extra_data when exporting results to JSON 2019-01-24 12:46:02 +05:30

README.md

discourse-data-explorer

This plugin allows admins to run SQL queries against the live Discourse database, including parameterized queries and formatting for several common column types.

Details at: https://meta.discourse.org/t/data-explorer-plugin/32566