| Commit message (Expand) | Author | Age | Lines | ||
|---|---|---|---|---|---|
| ... | |||||
| | | | | | * | | | | | | | Add settings display for individual filters and filter lists | 2022-07-16 | -108/+248 | ||
| | | | | | * | | | | | | | Add system description commands | 2022-07-16 | -22/+287 | ||
| | | | | | * | | | | | | | Add filter-type-specific settings | 2022-07-16 | -93/+899 | ||
| | | | | | * | | | | | | | Add domain filtering | 2022-07-16 | -12/+103 | ||
| | | | | | * | | | | | | | Fix argument completion for non-last args | 2022-07-16 | -32/+54 | ||
| | | | | | * | | | | | | | Add guild invite filtering | 2022-07-16 | -19/+154 | ||
| | | | | | * | | | | | | | Add file extension filtering | 2022-07-16 | -49/+163 | ||
| | | | | | * | | | | | | | Accept strings in channel scope and change role string interpretation | 2022-07-16 | -38/+48 | ||
| | | | | | * | | | | | | | Add listing commands | 2022-07-16 | -29/+232 | ||
| | | | | | * | | | | | | | New filtering backbone and regex filtering migration | 2022-07-16 | -0/+1494 | ||
| | | | | | * | | | | | | | Tear down the old filtering system | 2022-07-15 | -3702/+1 | ||
| | | | | | | | | | | * | | Fix: use nomination.user_id instead of id in get_or_fetch_member | 2023-03-25 | -1/+1 | ||
| | | | | | | | | | | * | | Merge branch 'main' into 2302-activity-in-reviews | 2023-03-25 | -3221/+3818 | ||
| | | | | | | | | | | |\ \ | | | | | |_|_|_|_|_|/ / | | | | |/| | | | | | | | |||||
| | | | | | | | | | | * | | Make show_* arguments to list_nominations keyword only | 2023-03-04 | -0/+1 | ||
| | | | | | | | | | | * | | Split default nomination listing into groups | 2023-03-04 | -37/+101 | ||
| | | | | | | | | | | * | | Bump inactivity removal threshold and display in message | 2023-03-04 | -2/+3 | ||
| | | | | | | | | | | * | | Use get_or_fetch_channel instead of get_channel | 2023-03-02 | -2/+2 | ||
| | | | | | | | | | | * | | Send a message when a user is unnominated due to being banned | 2023-02-26 | -1/+6 | ||
| | | | | | | | | | | * | | Update tp list command, making it sort by review order by default | 2023-02-26 | -33/+56 | ||
| | | | | | | | | | | * | | Prune inactive users from the talentpool | 2023-02-26 | -2/+45 | ||
| | | | | | | | | | | * | | Add tests for new behaviour | 2023-02-26 | -3/+20 | ||
| | | | | | | | | | | * | | Only review users with recent activity | 2023-02-26 | -32/+66 | ||
| | | | | | | | | | | * | | Add nominations api method to get activity | 2023-02-26 | -0/+18 | ||
| | | | | | | | | | | * | | Add nomination_discussion channel constant | 2023-02-26 | -0/+2 | ||
| | | | | | | | | | | | * | Include jump URL in mod log embed for infraction edits | 2023-04-06 | -3/+12 | ||
| | |_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | |||||
| * | | | | | | | | | | | Bump sentry-sdk from 1.17.0 to 1.18.0 (#2497) | 2023-03-30 | -5/+5 | ||
| | |/ / / / / / / / / |/| | | | | | | | | | |||||
| * | | | | | | | | | | Merge pull request #2388 from brodycritchlow/inplace-tag | 2023-03-30 | -0/+22 | ||
| |\ \ \ \ \ \ \ \ \ \ | |||||
| | * \ \ \ \ \ \ \ \ \ | Merge branch 'main' into inplace-tag | 2023-03-29 | -171/+194 | ||
| | |\ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / |/| | | | | | | | | | | |||||
| * | | | | | | | | | | | Bump regex from 2022.10.31 to 2023.3.23 (#2485) | 2023-03-29 | -92/+64 | ||
| * | | | | | | | | | | | Merge pull request #2496 from python-discord/update-base-iamge | 2023-03-29 | -1/+1 | ||
| |\ \ \ \ \ \ \ \ \ \ \ | |||||
| | * | | | | | | | | | | | Update base image to new repo org | 2023-03-29 | -1/+1 | ||
| |/ / / / / / / / / / / | |||||
| * | | | | | | | | | | | Merge pull request #2432 from shtlrs/bump-python-version-to-3-11 | 2023-03-29 | -76/+127 | ||
| |\ \ \ \ \ \ \ \ \ \ \ | |||||
| | * | | | | | | | | | | | Replace mock._importer with pkgutil.resolve_name in test autospec | 2023-03-29 | -1/+2 | ||
| | * | | | | | | | | | | | Upgrade to Python 3.11 in CI & Dockerfile | 2023-03-29 | -2/+2 | ||
| | * | | | | | | | | | | | Upgrade to Python 3.11 in pyproject.toml | 2023-03-29 | -73/+123 | ||
| |/ / / / / / / / / / / | |||||
| * | | | | | | | | | | | Merge pull request #2487 from python-discord/wookie184-botstrap-error | 2023-03-29 | -4/+4 | ||
| |\ \ \ \ \ \ \ \ \ \ \ | |_|_|_|/ / / / / / / |/| | | | | | | | | | | |||||
| | * | | | | | | | | | | Improve wording in botstrap error | 2023-03-24 | -4/+4 | ||
| |/ / / / / / / / / / | |||||
| | * | | | | | | | | | Fix InPlace precommit issues | 2023-03-29 | -1/+1 | ||
| | * | | | | | | | | | Merge branch 'main' into inplace-tag | 2023-03-28 | -3229/+3840 | ||
| | |\ \ \ \ \ \ \ \ \ | |/ / / / / / / / / |/| | | | | | | | | | |||||
| * | | | | | | | | | | Bump beautifulsoup4 from 4.11.2 to 4.12.0 (#2480) | 2023-03-24 | -5/+5 | ||
| * | | | | | | | | | | Bump pre-commit from 3.1.1 to 3.2.0 (#2479) | 2023-03-24 | -5/+5 | ||
| * | | | | | | | | | | Bump pydantic from 1.10.6 to 1.10.7 (#2481) | 2023-03-24 | -39/+39 | ||
| | |_|/ / / / / / / |/| | | | | | | | | |||||
| * | | | | | | | | | Bump deepdiff from 6.2.3 to 6.3.0 (#2475) | 2023-03-21 | -60/+6 | ||
| * | | | | | | | | | Bump coverage from 7.2.1 to 7.2.2 (#2473) | 2023-03-21 | -54/+54 | ||
| * | | | | | | | | | Bump flake8-bugbear from 23.2.13 to 23.3.12 (#2468) | 2023-03-21 | -5/+5 | ||
| * | | | | | | | | | Add tag for Discord bot hosting (#2472) | 2023-03-21 | -0/+11 | ||
| * | | | | | | | | | Enable sentry profiling (#2478) | 2023-03-21 | -1/+5 | ||
| * | | | | | | | | | Bump sentry-sdk from 1.16.0 to 1.17.0 (#2474) | 2023-03-21 | -5/+5 | ||
| * | | | | | | | | | Merge pull request #2469 from python-discord/dependabot/pip/pytest-xdist-3.2.1 | 2023-03-21 | -5/+5 | ||
| |\ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|/ / |/| | | | | | | | | |||||
| | * | | | | | | | | Bump pytest-xdist from 3.2.0 to 3.2.1 | 2023-03-21 | -5/+5 | ||
| |/ / / / / / / / | |||||