SQL Queries for admins in Discourse
Go to file
Discourse Translator Bot 775e4ec499 Update translations 2020-08-11 13:02:43 +00:00
assets DEV: Use CSS custom properties for colors in SCSS 2020-08-03 21:21:23 -04:00
config Update translations 2020-08-11 13:02:43 +00:00
lib FEATURE: Add ability to soft delete (hide) queries and revert deletion with rake tasks (#54) 2020-07-29 16:50:24 +10:00
spec FIX: Do not show hidden queries in group reports (#57) 2020-08-10 15:12:06 -05:00
.eslintrc DEV: adds prettier/eslint dependencies 2019-09-11 10:30:28 -05:00
.gitignore FEATURE: Add ability to soft delete (hide) queries and revert deletion with rake tasks (#54) 2020-07-29 16:50:24 +10: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: Switch from Transifex to Crowdin 2020-07-16 14:00:47 +02:00
Gemfile.lock DEV: Switch from Transifex to Crowdin 2020-07-16 14:00:47 +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: Do not show hidden queries in group reports (#57) 2020-08-10 15:12:06 -05:00
translator.yml DEV: Switch from Transifex to Crowdin 2020-07-16 14:00:47 +02:00
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