| Commit message (Collapse) | Author | Age | Lines | ||
|---|---|---|---|---|---|
| ... | |||||
| * | | fix: update misleading docstring in eval command (#2739) | 2023-09-02 | -2/+2 | ||
| | | | |||||
| * | | Improve the `in-place` tag (#2737) | 2023-09-01 | -16/+20 | ||
| | | | | | | | | | | | * Rewrite the in-place tag * Fix typo: extra newline | ||||
| * | | Improve the `repl` tag (#2736) | 2023-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) | 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) | 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-edit | 2023-08-26 | -9/+65 | ||
| |\ \ | | | | | | | Make admins confirm edits of other users' reminders | ||||
| | * | | Prevent ghost pings when reminder modification is cancelled | 2023-08-26 | -1/+2 | ||
| | | | | |||||
| | * | | Ensure view gets deleted if view times out | 2023-08-26 | -2/+5 | ||
| | | | | |||||
| | * | | Specify which action is being performed in confirmation message | 2023-08-26 | -1/+6 | ||
| | | | | |||||
| | * | | Apply changes from code review | 2023-08-26 | -2/+2 | ||
| | | | | |||||
| | * | | Mention reminder owner in confirmation message | 2023-08-26 | -2/+3 | ||
| | | | | |||||
| | * | | Apply name changes from code review everywhere | 2023-08-26 | -2/+2 | ||
| | | | | |||||
| | * | | Reply to original message when sending confirmation prompt | 2023-08-26 | -1/+1 | ||
| | | | | |||||
| | * | | Apply suggestions from code review | 2023-08-26 | -1/+1 | ||
| | | | | | | | | | | Co-authored-by: Amrou Bellalouna <[email protected]> | ||||
| | * | | Apply suggestions from code review | 2023-08-26 | -5/+5 | ||
| | | | | | | | | | | Co-authored-by: Amrou Bellalouna <[email protected]> | ||||
| | * | | Update docstring to better match function behavior | 2023-08-26 | -1/+1 | ||
| | | | | |||||
| | * | | Ask for confirmation when an admin modifies another user's reminders | 2023-08-26 | -8/+21 | ||
| | | | | |||||
| | * | | Create ModifyConfirmationView | 2023-08-26 | -0/+33 | ||
| |/ / | |||||
| * | | Merge pull request #2730 from DownDev/fix-2728 | 2023-08-26 | -5/+5 | ||
| |\ \ | | | | | | | fix(tags): resolve SyntaxError in `!dotenv` command | ||||
| | * | | feat(tags): update link and syntax in dotenv tag | 2023-08-26 | -3/+3 | ||
| | | | | |||||
| | * | | fix(tags): resolve SyntaxError in dotenv reset command | 2023-08-26 | -2/+2 | ||
| |/ / | |||||
| * | | pass bot to get_or_fetch_channel in thread bumper (#2732) | 2023-08-26 | -2/+2 | ||
| | | | |||||
| * | | Merge pull request #2685 from python-discord/bump-to-pydis-core-10 | 2023-08-26 | -271/+160 | ||
| |\ \ | | | | | | | Bump pydis_core to v10.1.0 | ||||
| | * | | apply white space around operators | 2023-08-26 | -1/+1 | ||
| | | | | |||||
| | * | | bump pydis_core version to 10.1.0 | 2023-08-26 | -106/+113 | ||
| | | | | |||||
| | * | | appease linter | 2023-08-26 | -5/+6 | ||
| | | | | |||||
| | * | | pass missing bot param | 2023-08-26 | -9/+9 | ||
| | | | | |||||
| | * | | remove unused pin_no_system_message util | 2023-08-26 | -15/+0 | ||
| | | | | |||||
| | * | | delete members utils module | 2023-08-26 | -30/+0 | ||
| | | | | |||||
| | * | | use get_or_fetch_member provided by bot-core | 2023-08-26 | -28/+10 | ||
| | | | | |||||
| | * | | use get_or_fetch_channel provided by bot-core | 2023-08-26 | -20/+5 | ||
| | | | | |||||
| | * | | use bot-core caching util | 2023-08-26 | -43/+1 | ||
| | | | | |||||
| | * | | update all instances of send_to_paste_service | 2023-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) | 2023-08-24 | -6/+0 | ||
| | | | |||||
| * | | feat: move link for PEP to title in !pep command (#2723) | 2023-08-19 | -1/+1 | ||
| | | | |||||
| * | | Bump ruff from 0.0.284 to 0.0.285 (#2725) | 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) | 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) | 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-only | 2023-08-16 | -3/+5 | ||
| |\ \ | | | | | | | Run fixup blocker only when the ref isn't main's HEAD | ||||
| | * | | run fixup blocker when git ref isn't main | 2023-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) | 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-workflow | 2023-08-12 | -0/+4 | ||
| |\ \ | | | | | | | Block fixup commits | ||||
| | * \ | Merge branch 'main' into reuse-fixup-blocker-workflow | 2023-08-12 | -61/+86 | ||
| | |\ \ | |/ / |/| | | |||||
| * | | | Merge pull request #2715 from python-discord/use-ruff-isort | 2023-08-12 | -61/+86 | ||
| |\ \ \ | | | | | | | | | Use ruff's isort implementation | ||||
| | * | | | Update import style for ruff isort rule | 2023-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 implementation | 2023-08-11 | -45/+7 | ||
| |/ / / | |||||
| | * / | use the organisation's fixup commit blocker workflow | 2023-08-12 | -0/+4 | ||
| |/ / | |||||
| * | | Bump ruff from 0.0.283 to 0.0.284 (#2714) | 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-v2 | 2023-08-11 | -411/+508 | ||
| |\ \ | | | | | | | Migrate to Pydantic v2 | ||||
| | * | | Don't use a BaseSettings instance for constants that don't need to be ↵ | 2023-08-11 | -27/+16 | ||
| | | | | | | | | | | | | | overwritten | ||||