| Commit message (Collapse) | Author | Lines | ||
|---|---|---|---|---|
| 2020-08-11 | Replace InfractionSearchQuery with a generic Snowflake converter | -13/+40 | ||
| It's unnecessarily precise to do an fetch user API call in order to distinguish between a user and a reason. Furthermore, a User object isn't actually required for infraction searches - only an ID is. | ||||
| 2020-08-10 | Zero-fill discriminators in infraction searches | -1/+1 | ||
| 2020-08-10 | Use format_user in token remover test | -1/+2 | ||
| The point of format_user is to have a consistent format across the code base. That should apply to tests too. | ||||
| 2020-08-10 | Concatenate string in one line | -2/+1 | ||