Commit graph

5 commits

Author SHA1 Message Date
James Hodgkinson b8dcb47f93
Spell checking and stuff (#1314)
* codespell run and spelling fixes
* some clippying
* minor fmt fix
* making yamllint happy
* adding codespell github action
2023-01-10 13:50:53 +10:00
Firstyear a6269de9ab
67 resource limits impl (#307)
Fixes #67 and #237 - this add's resource limits to all server accounts by default. These limits bound the size of search sets, how many entries can be tested with filter tests, disables unindexed queries, and limits the size of filters to prevent stack depth and other issues.
2020-08-15 15:22:04 +10:00
William Brown 7d00f76fa9 Update based on review 2020-08-09 10:44:10 +10:00
Firstyear 15fc1d9f50 Apply suggestions from code review
Co-authored-by: Charelle Collett <Charcol@users.noreply.github.com>
2020-08-09 10:44:10 +10:00
William Brown 351727ad02 doc 2020-08-09 10:44:10 +10:00