| Commit message (Collapse) | Author | Age | Lines | ||
|---|---|---|---|---|---|
| ... | |||||
| | * | | Merge branch 'main' into shtlrs/get-rid-of-site-config-var | 2023-04-01 | -69/+379 | ||
| | |\ \ | |/ / |/| | | |||||
| * | | | Merge pull request #2502 from python-discord/helper-role | 2023-03-31 | -1/+3 | ||
| |\ \ \ | | | | | | | | | Make new helper role pingable for help request. | ||||
| | * | | | Fix import order. | 2023-03-31 | -2/+1 | ||
| | | | | | |||||
| | * | | | Add blank line for linting. | 2023-03-31 | -0/+1 | ||
| | | | | | |||||
| | * | | | Merge branch 'main' into helper-role | 2023-03-31 | -285/+417 | ||
| | |\ \ \ | |/ / / |/| | | | |||||
| * | | | | Merge pull request #2501 from python-discord/helper-role | 2023-03-31 | -1/+222 | ||
| |\ \ \ \ | | | | | | | | | | | Staff self-assignment procedure | ||||
| | * \ \ \ | Merge branch 'main' into helper-role | 2023-04-01 | -285/+417 | ||
| | |\ \ \ \ | |/ / / / |/| | | | | |||||
| * | | | | | Merge pull request #2467 from shtlrs/native-forum-channel-support | 2023-04-01 | -68/+155 | ||
| |\ \ \ \ \ | | | | | | | | | | | | | Create python-help forum channel in `botstrap` | ||||
| | * \ \ \ \ | Merge branch 'main' into native-forum-channel-support | 2023-04-01 | -5/+5 | ||
| | |\ \ \ \ \ | |/ / / / / |/| | | | | | |||||
| | * | | | | | return value from SilencedDict | 2023-03-31 | -1/+1 | ||
| | | | | | | | |||||
| | * | | | | | bring back the check of python help channel | 2023-03-31 | -7/+11 | ||
| | | | | | | | | | | | | | | | | | | | | | | | | | this also updates the logs in SilencedDict | ||||
| | * | | | | | introduce SilencedDict | 2023-03-30 | -10/+27 | ||
| | | | | | | | |||||
| | * | | | | | add type annotation for guild_id | 2023-03-30 | -1/+1 | ||
| | | | | | | | |||||
| | * | | | | | move all methods under the DiscordClient | 2023-03-30 | -120/+107 | ||
| | | | | | | | |||||
| | * | | | | | append forum channel to category | 2023-03-30 | -1/+4 | ||
| | | | | | | | |||||
| | * | | | | | dedent signature | 2023-03-30 | -8/+9 | ||
| | | | | | | | |||||
| | * | | | | | update channels dict after forum creation | 2023-03-30 | -0/+1 | ||
| | | | | | | | |||||
| | * | | | | | Merge branch 'main' into native-forum-channel-support | 2023-03-30 | -413/+427 | ||
| | |\ \ \ \ \ | |||||
| | * | | | | | | remove "circular" referencing of channel names | 2023-03-19 | -3/+3 | ||
| | | | | | | | | |||||
| | * | | | | | | remove olf version o fupgrade to community func | 2023-03-13 | -11/+1 | ||
| | | | | | | | | |||||
| | * | | | | | | appease linter | 2023-03-12 | -14/+16 | ||
| | | | | | | | | |||||
| | * | | | | | | bring back the response event hook | 2023-03-12 | -0/+1 | ||
| | | | | | | | | |||||
| | * | | | | | | replace upgrade_server_to_community with ↵ | 2023-03-12 | -18/+35 | ||
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | upgrade_server_to_community_if_necessary | ||||
| | * | | | | | | add necessary workflow to check guild features & act accordingly | 2023-03-12 | -0/+15 | ||
| | | | | | | | | |||||
| | * | | | | | | add is_forum_channel predicate | 2023-03-12 | -0/+7 | ||
| | | | | | | | | |||||
| | * | | | | | | add new utilities to check/upgrade guild/channel states | 2023-03-12 | -0/+38 | ||
| | | | | | | | | |||||
| | * | | | | | | add constants needed | 2023-03-12 | -0/+4 | ||
| | | | | | | | | |||||
| | | | | * | | | Make new helper role pingable for help request. | 2023-03-31 | -1/+3 | ||
| | | | |/ / / | | | | | | | | | | | | | | | | | | | Previously, the message from the bot requesting that new helpers answer off-topic questions did not cause a ping. Solved by this commit. | ||||
| | | | * | | | Avoid race conditions and stricter cooldown | 2023-04-01 | -6/+11 | ||
| | | | | | | | |||||
| | | | * | | | Use broader heuristic for detecting questions. | 2023-03-31 | -13/+4 | ||
| | | | | | | | | | | | | | | | | | | | | | | | | | Namely just seeing if there's a question mark in it that isn't part of a URL. | ||||
| | | | * | | | Change "Help!" to "answer this!" | 2023-03-31 | -1/+1 | ||
| | | | | | | | | | | | | | | | | | | | | | | | | | It may occasionally be confusing why the bot thinks people need to "help" if there's a false positive (ie if the message is not a question). | ||||
| | | | * | | | New Helper functionality. | 2023-03-31 | -0/+78 | ||
| | | | | | | | | | | | | | | | | | | | | | | | | | This cog will tell helpers when someone asks a question in off-topic channels, in an effort to improve question engagement. | ||||
| | | | * | | | Add helpering quiz | 2023-03-31 | -1/+148 | ||
| | | | | | | | |||||
| | | | | * | | revert refactoring of site_api_client | 2023-03-31 | -7/+7 | ||
| | | | | | | | |||||
| | | | | * | | converge site_api_scheme & site_api into site_api | 2023-03-30 | -5/+5 | ||
| | | | | | | | |||||
| | | | | * | | Merge branch 'main' into shtlrs/get-rid-of-site-config-var | 2023-03-30 | -175/+220 | ||
| | | | | |\ \ | |_|_|_|/ / |/| | | | | | |||||
| * | | | | | | Bump sentry-sdk from 1.17.0 to 1.18.0 (#2497) | 2023-03-30 | -5/+5 | ||
| | |/ / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [sentry-sdk](https://github.com/getsentry/sentry-python) from 1.17.0 to 1.18.0. - [Release notes](https://github.com/getsentry/sentry-python/releases) - [Changelog](https://github.com/getsentry/sentry-python/blob/master/CHANGELOG.md) - [Commits](https://github.com/getsentry/sentry-python/compare/1.17.0...1.18.0) --- updated-dependencies: - dependency-name: sentry-sdk dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | ||||
| * | | | | | Merge pull request #2388 from brodycritchlow/inplace-tag | 2023-03-30 | -0/+22 | ||
| |\ \ \ \ \ | | | | | | | | | | | | | Add new inplace tag | ||||
| | * \ \ \ \ | 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 | ||
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [regex](https://github.com/mrabarnett/mrab-regex) from 2022.10.31 to 2023.3.23. - [Release notes](https://github.com/mrabarnett/mrab-regex/releases) - [Commits](https://github.com/mrabarnett/mrab-regex/compare/2022.10.31...2023.3.23) --- updated-dependencies: - dependency-name: regex dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | ||||
| * | | | | | | Merge pull request #2496 from python-discord/update-base-iamge | 2023-03-29 | -1/+1 | ||
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | Update base image to new repo org | ||||
| | * | | | | | | 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 | ||
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | Bump python version to 3 11 | ||||
| | * | | | | | | Replace mock._importer with pkgutil.resolve_name in test autospec | 2023-03-29 | -1/+2 | ||
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | mock._importer was removed in 3.11 | ||||
| | * | | | | | | 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 | ||
| |/ / / / / / | | | | | | | | | | | | | | | | | | | This also bumps some dev deps to latest | ||||
| * | | | | | | Merge pull request #2487 from python-discord/wookie184-botstrap-error | 2023-03-29 | -4/+4 | ||
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | Improve wording in botstrap error | ||||
| | * | | | | | | 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 | ||
| | |\ \ \ \ \ | |/ / / / / |/| | | | | | |||||