SQL Queries for admins in Discourse
Go to file
Blake Erickson 45fbba08fc DEV: Remove buffered render code
The render buffer code is being removed from core, so we need to remove
it's usage from this plugin. This change is a refactor only and should
not break any functionality.
2020-01-10 16:20:40 -07:00
.tx Update translations 2018-09-10 14:02:00 -04:00
assets DEV: Remove buffered render code 2020-01-10 16:20:40 -07:00
bin Add frozen string literal comment to files. 2019-05-13 10:42:48 +08:00
config FIX: Use i18n for allow groups label (#44) 2020-01-06 12:08:35 +01:00
lib FEATURE: Adds the full HTML of a vote option to poll export 2019-12-05 17:07:09 -03:00
spec Fix broken spec and linting errors 2019-09-11 11:52:06 -03:00
.eslintrc DEV: adds prettier/eslint dependencies 2019-09-11 10:30:28 -05:00
.gitignore adds prettier 2019-07-16 13:15:09 +02: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 Add frozen string literal comment to files. 2019-05-13 10:42:48 +08: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
package.json DEV: adds prettier/eslint dependencies 2019-09-11 10:30:28 -05:00
plugin.rb FEATURE: Additional enums (#45) 2019-12-09 14:20:34 +11:00
yarn.lock DEV: adds prettier/eslint dependencies 2019-09-11 10:30:28 -05:00

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