aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeLines
...
* | Improve the `in-place` tag (#2737)Gravatar Daniel Gu2023-09-01-16/+20
| | | | | | | | | | * Rewrite the in-place tag * Fix typo: extra newline
* | Improve the `repl` tag (#2736)Gravatar Daniel Gu2023-08-31-10/+15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Rewrite the repl tag * Fix typo: "command prompt" to "command line" * Apply suggestions from code review Co-authored-by: wookie184 <[email protected]> * Remove trailing whitespace * Apply suggestions from code review --------- Co-authored-by: wookie184 <[email protected]>
* | Bump pydis-core from 10.1.0 to 10.2.0 (#2734)Gravatar dependabot[bot]2023-08-31-9/+9
| | | | | | | | Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* | Bump sentry-sdk from 1.29.2 to 1.30.0 (#2735)Gravatar dependabot[bot]2023-08-31-6/+17
| | | | | | | | Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* | Merge pull request #2719 from n0Oo0Oo0b/confirm-reminder-editGravatar ChrisJL2023-08-26-9/+65
|\ \ | | | | | | Make admins confirm edits of other users' reminders
| * | Prevent ghost pings when reminder modification is cancelledGravatar n0Oo0Oo0b2023-08-26-1/+2
| | |
| * | Ensure view gets deleted if view times outGravatar n0Oo0Oo0b2023-08-26-2/+5
| | |
| * | Specify which action is being performed in confirmation messageGravatar n0Oo0Oo0b2023-08-26-1/+6
| | |
| * | Apply changes from code reviewGravatar n0Oo0Oo0b2023-08-26-2/+2
| | |
| * | Mention reminder owner in confirmation messageGravatar Daniel Gu2023-08-26-2/+3
| | |
| * | Apply name changes from code review everywhereGravatar Daniel Gu2023-08-26-2/+2
| | |
| * | Reply to original message when sending confirmation promptGravatar Daniel Gu2023-08-26-1/+1
| | |
| * | Apply suggestions from code reviewGravatar Daniel Gu2023-08-26-1/+1
| | | | | | | | | Co-authored-by: Amrou Bellalouna <[email protected]>
| * | Apply suggestions from code reviewGravatar Daniel Gu2023-08-26-5/+5
| | | | | | | | | Co-authored-by: Amrou Bellalouna <[email protected]>
| * | Update docstring to better match function behaviorGravatar n0Oo0Oo0b2023-08-26-1/+1
| | |
| * | Ask for confirmation when an admin modifies another user's remindersGravatar n0Oo0Oo0b2023-08-26-8/+21
| | |
| * | Create ModifyConfirmationViewGravatar n0Oo0Oo0b2023-08-26-0/+33
|/ /
* | Merge pull request #2730 from DownDev/fix-2728Gravatar Amrou Bellalouna2023-08-26-5/+5
|\ \ | | | | | | fix(tags): resolve SyntaxError in `!dotenv` command
| * | feat(tags): update link and syntax in dotenv tagGravatar miki555551152023-08-26-3/+3
| | |
| * | fix(tags): resolve SyntaxError in dotenv reset commandGravatar miki555551152023-08-26-2/+2
|/ /
* | pass bot to get_or_fetch_channel in thread bumper (#2732)Gravatar Amrou Bellalouna2023-08-26-2/+2
| |
* | Merge pull request #2685 from python-discord/bump-to-pydis-core-10Gravatar Amrou Bellalouna2023-08-26-271/+160
|\ \ | | | | | | Bump pydis_core to v10.1.0
| * | apply white space around operatorsGravatar shtlrs2023-08-26-1/+1
| | |
| * | bump pydis_core version to 10.1.0Gravatar shtlrs2023-08-26-106/+113
| | |
| * | appease linterGravatar shtlrs2023-08-26-5/+6
| | |
| * | pass missing bot paramGravatar shtlrs2023-08-26-9/+9
| | |
| * | remove unused pin_no_system_message utilGravatar shtlrs2023-08-26-15/+0
| | |
| * | delete members utils moduleGravatar shtlrs2023-08-26-30/+0
| | |
| * | use get_or_fetch_member provided by bot-coreGravatar shtlrs2023-08-26-28/+10
| | |
| * | use get_or_fetch_channel provided by bot-coreGravatar shtlrs2023-08-26-20/+5
| | |
| * | use bot-core caching utilGravatar shtlrs2023-08-26-43/+1
| | |
| * | update all instances of send_to_paste_serviceGravatar shtlrs2023-08-26-20/+21
|/ / | | | | | | The change resides mainly in specifying the content & lexer in the `PasteFile` instance
* | Remove call to the fixup reusable workflow (#2731)Gravatar Amrou Bellalouna2023-08-24-6/+0
| |
* | feat: move link for PEP to title in !pep command (#2723)Gravatar Mikołaj Kruczek2023-08-19-1/+1
| |
* | Bump ruff from 0.0.284 to 0.0.285 (#2725)Gravatar dependabot[bot]2023-08-19-20/+20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [ruff](https://github.com/astral-sh/ruff) from 0.0.284 to 0.0.285. - [Release notes](https://github.com/astral-sh/ruff/releases) - [Changelog](https://github.com/astral-sh/ruff/blob/main/BREAKING_CHANGES.md) - [Commits](https://github.com/astral-sh/ruff/compare/v0.0.284...v0.0.285) --- updated-dependencies: - dependency-name: ruff dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* | Bump pydantic-settings from 2.0.2 to 2.0.3 (#2721)Gravatar dependabot[bot]2023-08-18-5/+5
| | | | | | | | Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* | Bump emoji from 2.7.0 to 2.8.0 (#2724)Gravatar dependabot[bot]2023-08-17-4/+5
| | | | | | | | Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* | Merge pull request #2718 from python-discord/run-fixup-blocker-on-pr-onlyGravatar jchristgit2023-08-16-3/+5
|\ \ | | | | | | Run fixup blocker only when the ref isn't main's HEAD
| * | run fixup blocker when git ref isn't mainGravatar shtlrs2023-08-12-3/+5
| | | | | | | | | | | | This also makes the lint-test workflow a dependency since as we'd want to run linting on all fixup commits still
* | | Bump coverage from 7.2.7 to 7.3.0 (#2720)Gravatar dependabot[bot]2023-08-14-64/+67
|/ / | | | | | | Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* | Merge pull request #2717 from python-discord/reuse-fixup-blocker-workflowGravatar Amrou Bellalouna2023-08-12-0/+4
|\ \ | | | | | | Block fixup commits
| * \ Merge branch 'main' into reuse-fixup-blocker-workflowGravatar Amrou Bellalouna2023-08-12-61/+86
| |\ \ | |/ / |/| |
* | | Merge pull request #2715 from python-discord/use-ruff-isortGravatar wookie1842023-08-12-61/+86
|\ \ \ | | | | | | | | Use ruff's isort implementation
| * | | Update import style for ruff isort ruleGravatar Chris Lovering2023-08-11-16/+79
| | | | | | | | | | | | | | | | ruff's isort rule doesn't allow multiple imports on the same line if wrapping. This is arguably easier to read too.
| * | | Use ruff's isort implementationGravatar Chris Lovering2023-08-11-45/+7
|/ / /
| * / use the organisation's fixup commit blocker workflowGravatar shtlrs2023-08-12-0/+4
|/ /
* | Bump ruff from 0.0.283 to 0.0.284 (#2714)Gravatar dependabot[bot]2023-08-11-20/+31
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [ruff](https://github.com/astral-sh/ruff) from 0.0.283 to 0.0.284. - [Release notes](https://github.com/astral-sh/ruff/releases) - [Changelog](https://github.com/astral-sh/ruff/blob/main/BREAKING_CHANGES.md) - [Commits](https://github.com/astral-sh/ruff/compare/v0.0.283...v0.0.284) --- updated-dependencies: - dependency-name: ruff dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* | Merge pull request #2695 from python-discord/pydantic-v2Gravatar ChrisJL2023-08-11-411/+508
|\ \ | | | | | | Migrate to Pydantic v2
| * | Don't use a BaseSettings instance for constants that don't need to be ↵Gravatar Chris Lovering2023-08-11-27/+16
| | | | | | | | | | | | overwritten
| * | Use a custom type coercion function as pydantic removed their'sGravatar Chris Lovering2023-08-11-12/+43
| | | | | | | | | | | | | | | https://docs.pydantic.dev/latest/migration/#changes-to-handling-of-standard-types > While union types will still attempt validation of each choice from left to right, they now preserve the type of the input whenever possible, even if the correct type is not the first choice for which the input would pass validation