discourse-data-explorer/lib/discourse_data_explorer
Martin Brennan 5776aa7fc9
FEATURE: Add JSON result type component (#260)
If a column is payload or contains _payload it will be assumed
it has JSON data in it, then we will show the truncated JSON in the
result column with a button to show the full-screen formatted
JSON using our full-screen code viewer. We also do the same if
the column is the `json` postgres data type.
2023-11-02 09:50:05 +10:00
..
data_explorer.rb FEATURE: Add JSON result type component (#260) 2023-11-02 09:50:05 +10:00
engine.rb DEV: Update plugin to match latest guidelines (#229) 2023-03-22 23:29:08 +02:00
parameter.rb [FIX] The user_list parameter returned user objects instead of their IDs (#239) 2023-04-15 22:02:32 +01:00
queries.rb DEV: Update plugin to match latest guidelines (#229) 2023-03-22 23:29:08 +02:00
query_group_bookmarkable.rb DEV: Update plugin to match latest guidelines (#229) 2023-03-22 23:29:08 +02:00