0
0
Fork 0
mirror of https://github.com/discourse/discourse.git synced 2026-08-06 00:15:24 +08:00
discourse/plugins/discourse-data-explorer/lib/discourse_data_explorer
Krzysztof Kotlarek 749cb8b3c5
FEATURE: Improve crawler detection of unengaged traffic (#42198)
Previously, low-volume crawler traffic without measured interaction
could avoid classification, and crawler and data-center ASN signals had
the same weight.

Added metrics:
- Separate verified crawler and data-centre ASN scores;
- Detect unengaged single direct requests, including localised URLs;
- Add a small signal for stale Chrome fingerprints.
2026-08-03 10:46:19 +08:00
..
tools FEATURE: Add query examples for Data Explorer AI (#41288) 2026-07-01 15:07:28 +08:00
workflows/sql_action SECURITY: Strip SQL comments and use non-recursive parameter interpolation in Data Explorer 2026-07-31 22:01:37 +01:00
admin_dashboard_report_provider.rb UX: Interleave dashboard report providers alphabetically (#40483) 2026-06-03 02:51:55 +03:00
ai_query_enqueuer.rb FEATURE: AI-generated DE queries on /new before creation (#39412) 2026-04-22 13:50:26 +08:00
ai_query_generator.rb DEV: Make AI context compaction global (#41317) 2026-07-14 18:41:37 -03:00
ai_query_params.rb DEV: Switch DE agent to use tools for structure and accuracy (#40315) 2026-06-03 22:08:44 +08:00
data_explorer.rb SECURITY: Strip SQL comments and use non-recursive parameter interpolation in Data Explorer 2026-07-31 22:01:37 +01:00
engine.rb
parameter.rb DEV: Enable Style/RedundantParentheses rubocop rule (#40095) 2026-05-19 15:48:09 +02:00
queries.rb FEATURE: Improve crawler detection of unengaged traffic (#42198) 2026-08-03 10:46:19 +08:00
query_creator.rb FEATURE: AI-generated DE queries on /new before creation (#39412) 2026-04-22 13:50:26 +08:00
query_group_bookmarkable.rb FIX: Prevent hidden Data Explorer queries leaking via bookmarks (#40327) 2026-05-27 17:25:30 +10:00
query_result_cache.rb FIX: Keep Data Explorer cache index aligned with result TTLs (#41183) 2026-06-25 21:02:20 +08:00
query_result_downloader.rb FEATURE: Cache data explorer responses by query and param for quick results (#39118) 2026-04-07 11:57:33 +08:00
query_runner.rb UX: Data explorer improvements (#40605) 2026-06-05 19:31:37 +08:00
report_generator.rb DEV: Add usage metrics for workflows, automations, and data explorer (#41437) 2026-07-13 11:41:58 +02:00
result_format_converter.rb DEV: Enable Style/RedundantSelf rubocop rule (#40098) 2026-05-19 19:27:45 +02:00
result_to_markdown.rb
statistics.rb DEV: Add usage metrics for workflows, automations, and data explorer (#41437) 2026-07-13 11:41:58 +02:00
validation_error.rb