| Commit message (Expand) | Author | Age | Lines | ||
|---|---|---|---|---|---|
| ... | |||||
| | | | | | * | | | | | | | | | | | | | | Added `DurationOrExpiry` type union | 2022-08-16 | -0/+1 | ||
| | |_|_|_|/ / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | |||||
| * | | | | | | | | | | | | | | | | | | Merge pull request #2252 from python-discord/Resolve-silence-test-failures | 2022-08-15 | -42/+37 | ||
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | |||||
| | * | | | | | | | | | | | | | | | | | Correctly initialise redis tests | 2022-08-15 | -42/+37 | ||
| |/ / / / / / / / / / / / / / / / / | |||||
| * | | | | | | | | | | | | | | | | | Merge pull request #2249 from python-discord/redis-fix | 2022-08-14 | -0/+1 | ||
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | |||||
| | * | | | | | | | | | | | | | | | | Globally decode binary responses from redis to strings | 2022-08-14 | -0/+1 | ||
| |/ / / / / / / / / / / / / / / / | |||||
| * | | | | | | | | | | | | | | | | Merge pull request #2229 from python-discord/py3.10-rediscache | 2022-08-14 | -1474/+332 | ||
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|/ / / / / / / / / / / / |/| | | | | | | | | | | | | | | | |||||
| | * | | | | | | | | | | | | | | | revert bump to markdownify version | 2022-08-14 | -10/+14 | ||
| | * | | | | | | | | | | | | | | | Use RedisTestCase helper class for both Incidents and Silence test cases. | 2022-08-14 | -36/+6 | ||
| | * | | | | | | | | | | | | | | | Add a new test helper for managing redis sessions | 2022-08-14 | -0/+24 | ||
| | * | | | | | | | | | | | | | | | Bump bot-core to full 8.0.0 release | 2022-08-14 | -8/+7 | ||
| | * | | | | | | | | | | | | | | | Remove unneeded N802 noqas | 2022-08-14 | -5/+5 | ||
| | * | | | | | | | | | | | | | | | Directly return the RedisSession on connection | 2022-08-14 | -2/+1 | ||
| | * | | | | | | | | | | | | | | | noqa false-positive B023 instances | 2022-08-14 | -4/+4 | ||
| | * | | | | | | | | | | | | | | | Stop creating futures in tests with no event loop running | 2022-08-14 | -6/+0 | ||
| | * | | | | | | | | | | | | | | | Add back a lock to DocRedisCache.set based on the DocItem | 2022-08-14 | -0/+8 | ||
| | * | | | | | | | | | | | | | | | Update any calls to Redis 'iscan' to the new name 'scan_iter' | 2022-08-14 | -2/+2 | ||
| | * | | | | | | | | | | | | | | | Convert key expiries to integers before passing to Redis | 2022-08-14 | -1/+1 | ||
| | * | | | | | | | | | | | | | | | Remove usages of the removed namespace_lock decorator | 2022-08-14 | -6/+1 | ||
| | * | | | | | | | | | | | | | | | No longer use the removed RedisSession connection object | 2022-08-14 | -51/+46 | ||
| | * | | | | | | | | | | | | | | | redis-py breaking changes | 2022-08-14 | -5/+6 | ||
| | * | | | | | | | | | | | | | | | Bump all deps to latest | 2022-08-14 | -85/+62 | ||
| | * | | | | | | | | | | | | | | | Bump bot-core version | 2022-08-14 | -1216/+118 | ||
| | * | | | | | | | | | | | | | | | Remove warnings in error handler tests | 2022-08-14 | -56/+47 | ||
| | * | | | | | | | | | | | | | | | Remove call to get_event_loop in tests | 2022-08-14 | -3/+2 | ||
| | * | | | | | | | | | | | | | | | Bump to Python 3.10 | 2022-08-14 | -3/+3 | ||
| | * | | | | | | | | | | | | | | | Update the docker-compose snekbox dep for bot | 2022-08-14 | -1/+1 | ||
| |/ / / / / / / / / / / / / / / | |||||
| | | * | | | | | | | | | | | | | Removed unused datetime import | 2022-08-13 | -1/+0 | ||
| | | * | | | | | | | | | | | | | Updated infractions display for updates | 2022-08-13 | -23/+59 | ||
| | | * | | | | | | | | | | | | | Corrected test use of utcnow | 2022-08-13 | -1/+1 | ||
| | | * | | | | | | | | | | | | | Updated previous tests to use subset method | 2022-08-06 | -7/+5 | ||
| | | * | | | | | | | | | | | | | Refactored test to not use datetime patch | 2022-08-06 | -8/+11 | ||
| | | * | | | | | | | | | | | | | Removed `inserted_at` fallback | 2022-08-06 | -13/+5 | ||
| | | * | | | | | | | | | | | | | Changed datetime.now to arrow.utcnow | 2022-08-06 | -2/+2 | ||
| | | * | | | | | | | | | | | | | Infraction duration fallback if no `last_applied` field | 2022-08-01 | -2/+13 | ||
| | | * | | | | | | | | | | | | | Added microsecond rounding for `humanize_delta` | 2022-08-01 | -1/+16 | ||
| | | * | | | | | | | | | | | | | Added new expiry usage to apply | 2022-07-31 | -1/+1 | ||
| | | * | | | | | | | | | | | | | Use `last_applied` to display duration | 2022-07-28 | -1/+2 | ||
| | | * | | | | | | | | | | | | | Correct last_applied formatting | 2022-07-28 | -1/+1 | ||
| | | * | | | | | | | | | | | | | Fixed tests | 2022-07-28 | -6/+7 | ||
| | | * | | | | | | | | | | | | | Updated ban command docstring | 2022-07-28 | -2/+4 | ||
| | | * | | | | | | | | | | | | | Updated parameter names | 2022-07-28 | -5/+5 | ||
| | | * | | | | | | | | | | | | | Added isoformat for test payload | 2022-07-28 | -1/+1 | ||
| | | * | | | | | | | | | | | | | Fixed test patches | 2022-07-28 | -15/+17 | ||
| | | * | | | | | | | | | | | | | Updated tests | 2022-07-28 | -17/+23 | ||
| | | * | | | | | | | | | | | | | Ran isort on imports | 2022-07-28 | -2/+2 | ||
| | | * | | | | | | | | | | | | | Refactoring for DurationOrExpiry | 2022-07-28 | -25/+33 | ||
| | | * | | | | | | | | | | | | | Added `DurationOrExpiry` type union | 2022-07-28 | -0/+1 | ||
| | | |/ / / / / / / / / / / / | |||||
| | | | * | | | | | | | | | | | Add note to docstring, fix type-hints, and update log messages | 2022-08-06 | -6/+14 | ||
| | | | * | | | | | | | | | | | Fix tests | 2022-08-04 | -12/+18 | ||
| | | | * | | | | | | | | | | | Refactor infractions to avoid passing around coroutines | 2022-08-04 | -16/+23 | ||
| | |_|/ / / / / / / / / / / |/| | | | | | | | | | | | | |||||