SQL Queries for admins in Discourse
Go to file
tshenry 0dcaa990b4
UX: minor share report popup improvements (#49)
2020-06-03 16:39:12 -07:00
.tx Update translations 2018-09-10 14:02:00 -04:00
assets UX: minor share report popup improvements (#49) 2020-06-03 16:39:12 -07:00
bin Add frozen string literal comment to files. 2019-05-13 10:42:48 +08:00
config DEV: Use consistent interpolation key format in translations 2020-06-02 19:22:46 +02:00
lib FIX: Add queries description 2020-05-20 16:42:53 +01:00
spec SPEC: limit maximum number of rows correctly. 2020-02-26 16:00:15 +05:30
.eslintrc DEV: adds prettier/eslint dependencies 2019-09-11 10:30:28 -05:00
.gitignore DEV: Move to rubocop-discourse. 2020-05-06 18:11:07 +02:00
.jshintrc Initial commit as a clone of discourse-tagging 2015-06-25 09:25:15 -07:00
.rubocop.yml DEV: Move to rubocop-discourse. 2020-05-06 18:11:07 +02:00
.travis.yml Add .travis.yml from discourse-plugin-ci 2018-10-31 14:57:53 +05:30
Gemfile DEV: Move to rubocop-discourse. 2020-05-06 18:11:07 +02:00
Gemfile.lock DEV: Move to rubocop-discourse. 2020-05-06 18:11:07 +02: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 FIX: limit maximum number of CSV rows correctly. 2020-02-24 10:53:48 +05:30
yarn.lock Upgade yarn 2020-05-28 14:46:19 -04: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