aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeLines
* Removed unused datetime importGravatar ionite342022-08-13-1/+0
|
* Updated infractions display for updatesGravatar ionite342022-08-13-23/+59
| | | | | | - Added new infraction delta calculations to updated infractions. - Updates of infraction durations now also update the `last_applied` field. - `inserted_at` is now sent by the bot client to denote the original unmodified infraction application time
* Corrected test use of utcnowGravatar ionite342022-08-13-1/+1
| | | | Corrected test case to use `datetime.utcnow()` to be consistent with target
* Updated previous tests to use subset methodGravatar ionite342022-08-06-7/+5
|
* Refactored test to not use datetime patchGravatar ionite342022-08-06-8/+11
| | | | - Used new method of dict subset comparison instead of datetime patching for better compat. with argument types
* Removed `inserted_at` fallbackGravatar ionite342022-08-06-13/+5
| | | | Given API updates, the fallback is not needed
* Changed datetime.now to arrow.utcnowGravatar ionite342022-08-06-2/+2
| | | | - Used arrow.utcnow to reduce complexity and import
* Infraction duration fallback if no `last_applied` fieldGravatar ionite342022-08-01-2/+13
|
* Added microsecond rounding for `humanize_delta`Gravatar ionite342022-08-01-1/+16
|
* Added new expiry usage to applyGravatar ionite342022-07-31-1/+1
| | | | - Added new usage of `last_applied` time for duration calculation in `apply_infraction`
* Use `last_applied` to display durationGravatar ionite342022-07-28-1/+2
|
* Correct last_applied formattingGravatar ionite342022-07-28-1/+1
|
* Fixed testsGravatar ionite342022-07-28-6/+7
| | | | - Corrected datetime patching
* Updated ban command docstringGravatar ionite342022-07-28-2/+4
| | | | - Updated docstring to be more explicit on parameter fields
* Updated parameter namesGravatar ionite342022-07-28-5/+5
| | | | - Changed `duration` parameter names to `duration_or_expiry` to more accurately reflect options for help
* Added isoformat for test payloadGravatar ionite342022-07-28-1/+1
|
* Fixed test patchesGravatar ionite342022-07-28-15/+17
|
* Updated testsGravatar ionite342022-07-28-17/+23
| | | | - Refactored tests for new time duration arguments
* Ran isort on importsGravatar ionite342022-07-28-2/+2
|
* Refactoring for DurationOrExpiryGravatar ionite342022-07-28-25/+33
|
* Added `DurationOrExpiry` type unionGravatar ionite342022-07-28-0/+1
|
* Merge pull request #2224 from python-discord/sid/feature/tags/print-returnGravatar ChrisJL2022-07-24-0/+9
|\ | | | | feat(tags): add print-return tag
| * Merge branch 'main' into sid/feature/tags/print-returnGravatar mina2022-07-24-8/+9
| |\ | |/ |/|
* | Merge pull request #2220 from python-discord/fix-bot-2168Gravatar wookie1842022-07-23-8/+9
|\ \ | | | | | | Update `!modpings off` confirmation to use a discord timestamp.
| * \ Merge branch 'main' into fix-bot-2168Gravatar wookie1842022-07-23-181/+1397
| |\ \ | |/ / |/| |
| * | Update `!modpings off` confirmation to use a discord timestamp.Gravatar Izan2022-07-23-8/+9
| | |
| | * Merge branch 'main' into sid/feature/tags/print-returnGravatar ChrisJL2022-07-21-28/+28
| | |\ | |_|/ |/| |
* | | Merge pull request #2225 from python-discord/snekbox-snagsGravatar ChrisJL2022-07-21-28/+28
|\ \ \ | | | | | | | | Use the view clear on timeout feature from bot-core in snekbox
| * | | Start 3.11 snekbox container by defaultGravatar Chris Lovering2022-07-21-2/+2
| | | | | | | | | | | | | | | | Since snekbox uses 3.11 by default, it makes sense for this one to be started by default, and the 3.10 container to be opt-in.
| * | | Update snekbox tests to expect new outputGravatar Chris Lovering2022-07-21-11/+13
| | | |
| * | | Include what version of Python was used in snekbox output.Gravatar Chris Lovering2022-07-21-6/+6
| | | |
| * | | Use the view clear on timeout feature from bot-core in snekboxGravatar Chris Lovering2022-07-21-9/+7
|/ / / | | | | | | | | | This will mean the buttons will be cleared from the response on interaction timeout.
| | * fix(tags/print-return): use the raw GitHub URL for the GIFGravatar Siddhesh Mhadnak2022-07-17-1/+1
| | | | | | | | | | | | | | | As mentioned in the previous commit, using the raw GitHub URL would be more reliable than a Discord CDN URL.
| | * chore(tags/print-return): add the GIF to the repoGravatar Siddhesh Mhadnak2022-07-17-0/+0
| | | | | | | | | | | | | | | | | | | | | As discussed in https://discord.com/channels/267624335836053506/635950537262759947/998235482494353508, using the raw GitHub URL for the GIF would be more reliable than the Discord CDN URL.
| | * style(tags/print-return): set the `title` property instead of using bolded textGravatar Siddhesh Mhadnak2022-07-17-2/+1
| | |
| | * feat(tags): add print-return tagGravatar Siddhesh Mhadnak2022-07-17-0/+10
| |/ |/| | | | | | | | | Since we already create the tag embed from the `embed` object in the metadata, we already have the support to add images in embeds, albeit a bit more verbose than if we had added a `media` property in the metadata containing only the URL.
* | Merge pull request #2218 from python-discord/3.11-snekboxGravatar ChrisJL2022-07-16-161/+1364
|\ \
| * | Use interaction.defer for snekbox version switch buttonGravatar Chris Lovering2022-07-16-5/+11
| | | | | | | | | | | | | | | | | | This is so that we do not need to spawn the run_job call in a seperate task. This also wraps interaction.message.delete() in a NotFound suppress to cover the case where a user re-runs code and very quickly clicks the button. The log arg on send_job will stop the actual job from running in this case.
| * | Move snekbox lock error handling to a try/exceptGravatar Chris Lovering2022-07-16-2/+9
| | | | | | | | | | | | The cog_command_error isn't hit when the run_job function is called from the button interaction, this means if the lock error is raiseed, it doees not get handled.
| * | Infer the snekbox invoker from contextGravatar Chris Lovering2022-07-16-4/+3
| | | | | | | | | | | | Rather than passing around superfluous variables.
| * | Use generic views from bot0core for snekboxGravatar Chris Lovering2022-07-16-135/+1192
| | |
| * | Update snekbox tests to reflect current behaviourGravatar Chris Lovering2022-07-16-23/+37
| | |
| * | Allow users to eval code in either 3.11 or 3.10Gravatar Chris Lovering2022-07-16-29/+135
| | | | | | | | | | | | | | | | | | To do this we need to track, for each user, the active eval's code, python version and response message. This is because a button press can now also trigger a job to continue. If we did not track these, then editing your own code and then re-evaluating it would trigger the wait_fors in continue_job for each time you pressed the button to change languages. Co-authored-by: Mark <[email protected]>
| * | Add required config and constants for snekbox 3.11Gravatar Chris Lovering2022-07-16-0/+14
|/ /
* | Merge pull request #2215 from python-discord/revival-of-code-roleGravatar ChrisJL2022-07-12-0/+3
|\ \ | | | | | | Add revival of code role to self-assignable
| * | Add revival of code role to self-assignableGravatar Cam Caswell2022-07-12-0/+3
|/ /
* | Merge pull request #2214 from python-discord/mbaruh/regex-tag-fixGravatar Hassan Abouelela2022-07-12-2/+2
|\ \ | | | | | | Fix wrong var name in regex tag
| * | Fix wrong var name in regex tagGravatar Boris Muratov2022-07-12-2/+2
|/ /
* / Add Aliases for Tags Support (#2213)Gravatar Janine vN2022-07-11-1/+11
|/ | | Also added aliases for the f-string tag and the "minusmpip"
* Limit the ext cog to 1 action at a time (#2205)Gravatar ChrisJL2022-07-10-15/+26
|