0
0
Fork 0
mirror of https://github.com/discourse/discourse.git synced 2026-08-12 05:37:26 +08:00
discourse/plugins/discourse-data-explorer
Natalie Tay 14a786b47a
FIX: Keep Data Explorer cache index aligned with result TTLs (#41183)
Data Explorer result cache keys expired with a TTL, but their per-query
index entries could continue counting toward the cache limit.

This PR prunes expired index entries before checking the limit, so new
parameter combinations can be cached as older results age out.
2026-06-25 21:02:20 +08:00
..
admin/assets/javascripts/admin UX: Core foundation changes (#40847) 2026-06-12 16:38:46 -05:00
app SECURITY: Group report details expose raw Data Explorer SQL to non-admin group members (#40919) 2026-06-16 13:46:19 -05:00
assets UI: Improve heuristics for graphing on Data Explorer (#41044) 2026-06-19 14:53:03 +08:00
config I18N: Update translations (#41081) 2026-06-22 16:11:47 +02:00
db/migrate DEV: Check & resolve sequence issues during db:check_structure_dump (#40118) 2026-05-18 15:23:41 +01:00
lib FIX: Keep Data Explorer cache index aligned with result TTLs (#41183) 2026-06-25 21:02:20 +08:00
spec FIX: Keep Data Explorer cache index aligned with result TTLs (#41183) 2026-06-25 21:02:20 +08:00
test/javascripts UI: Improve heuristics for graphing on Data Explorer (#41044) 2026-06-19 14:53:03 +08: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 DEV: Switch DE agent to use tools for structure and accuracy (#40315) 2026-06-03 22:08:44 +08: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