discourse-data-explorer/spec
Martin Brennan 70b973ea9a
FEATURE: Move query limit to hidden site setting (#153)
Previously the `QUERY_RESULT_DEFAULT_LIMIT` const was used
to limit the number of query results. This commit adds the
`data_explorer_query_result_limit` site setting which defaults
to 1000 and has a max of 10000 which matches the const
`QUERY_RESULT_MAX_LIMIT`.
2022-01-19 12:27:21 +10:00
..
controllers FEATURE: Move query limit to hidden site setting (#153) 2022-01-19 12:27:21 +10:00
jobs/scheduled FEATURE: destroy old hidden queries (#82) 2020-11-25 22:09:05 +05:30
lib/tasks FIX: flaky fix_query_id_spec because id conflict (#73) 2020-10-13 12:31:51 +11:00
requests DEV: Improve logic for showing/hiding the reports tab in group screens (#107) 2021-04-08 17:47:44 +01:00
guardian_spec.rb Fix failing test. 2020-08-27 09:36:51 +08:00