aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeLines
...
* | | | | | | | | | Merge pull request #2447 from ↵Gravatar wookie1842023-03-07-1/+1
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | python-discord/dependabot/github_actions/actions/upload-artifact-3 Bump actions/upload-artifact from 2 to 3
| * | | | | | | | | | Bump actions/upload-artifact from 2 to 3Gravatar dependabot[bot]2023-03-06-1/+1
|/ / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 2 to 3. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](https://github.com/actions/upload-artifact/compare/v2...v3) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
* | | | | | | | | | Make sure channel parent isn't None (#2441)Gravatar Boris Muratov2023-03-05-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This shouldn't happen, but the type hint says it can so but just in case.
* | | | | | | | | | Group thread stats under parent channel (#2440)Gravatar Boris Muratov2023-03-05-6/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Also makes make the stat name slightly more robust to small name changes.
| * | | | | | | | | Merge branch 'main' into snekbox-filesGravatar Ionite2023-03-09-50/+213
| |\ \ \ \ \ \ \ \ \
| * | | | | | | | | | Add docstring info on file system support for evalGravatar Ionite2023-02-24-8/+7
| | | | | | | | | | |
| * | | | | | | | | | Restore implicit no line nums when 0 lines behaviorGravatar Ionite2023-02-24-1/+1
| | | | | | | | | | |
| * | | | | | | | | | Fix and simplify logic for optional line numberingGravatar Ionite2023-02-24-6/+6
| | | | | | | | | | |
| * | | | | | | | | | Use PurePosixPath so tests work on windowsGravatar Ionite2023-02-22-10/+5
| | | | | | | | | | |
| * | | | | | | | | | Update budget lines and chars for text to be shared with stdoutGravatar Ionite2023-02-22-2/+3
| | | | | | | | | | |
| * | | | | | | | | | Fix budget lines comparisonGravatar Ionite2023-02-22-1/+1
| | | | | | | | | | |
| * | | | | | | | | | Fix file text count comparisonGravatar Ionite2023-02-22-2/+2
| | | | | | | | | | |
| * | | | | | | | | | Refactor format_output to have `output_default` as strGravatar Ionite2023-02-22-5/+4
| | | | | | | | | | |
| * | | | | | | | | | Fix empty files format when only new linesGravatar Ionite2023-02-18-0/+1
| | | | | | | | | | |
| * | | | | | | | | | Text file upload to paste service / in-line displayGravatar Ionite2023-02-18-11/+48
| | | | | | | | | | |
| * | | | | | | | | | Add name property for FileAttachmentGravatar Ionite2023-02-18-0/+5
| | | | | | | | | | |
| * | | | | | | | | | Introduce variable for max output lines and charsGravatar Ionite2023-02-18-6/+10
| | | | | | | | | | |
| * | | | | | | | | | Fix typingGravatar Ionite2023-02-18-0/+1
| | | | | | | | | | |
| * | | | | | | | | | Add `has_output` and `has_files` for EvalResultGravatar Ionite2023-02-13-3/+13
| | | | | | | | | | |
| * | | | | | | | | | Move allowed_mentions and view definitionsGravatar Ionite2023-02-12-4/+2
| | | | | | | | | | |
| * | | | | | | | | | Move files error message callGravatar Ionite2023-02-12-2/+1
| | | | | | | | | | |
| * | | | | | | | | | Fix identationGravatar Ionite2023-02-12-5/+5
| | | | | | | | | | |
| * | | | | | | | | | Fix indentationGravatar Ionite2023-02-12-4/+4
| | | | | | | | | | |
| * | | | | | | | | | Merge branch 'snekbox-files' of https://github.com/python-discord/bot into ↵Gravatar Ionite2023-02-12-7/+2
| |\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | snekbox-files
| | * | | | | | | | | | Simplify file name truncationGravatar Ionite2023-02-12-7/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Co-authored-by: Boris Muratov <[email protected]>
| * | | | | | | | | | | Made EvalJob and FileAttachment dataclasses frozenGravatar Ionite2023-02-12-2/+2
| |/ / / / / / / / / /
| * | | | | | | | | | Add `failed_file` emoji to configGravatar Ionite2023-02-09-0/+1
| | | | | | | | | | |
| * | | | | | | | | | Add and update eval to use new `failed_file` emojiGravatar Ionite2023-02-09-2/+3
| | | | | | | | | | |
| * | | | | | | | | | Hide no output on any file uploadGravatar Ionite2023-02-09-1/+1
| | | | | | | | | | |
| * | | | | | | | | | Update unit tests for file error message changesGravatar Ionite2023-02-08-9/+5
| | | | | | | | | | |
| * | | | | | | | | | Update file error messagesGravatar Ionite2023-02-08-10/+28
| | | | | | | | | | |
| * | | | | | | | | | Add skip condition for windows not able to test path escapesGravatar Ionite2023-02-07-2/+6
| | | | | | | | | | |
| * | | | | | | | | | Fix unit tests for new failmail emojiGravatar Ionite2023-02-07-5/+5
| | | | | | | | | | |
| * | | | | | | | | | Change wording for failed attachments, use `:failmail:` emojiGravatar Ionite2023-02-07-5/+4
| | | | | | | | | | |
| * | | | | | | | | | Add disallowed file extensions testsGravatar Ionite2023-02-06-0/+29
| | | | | | | | | | |
| * | | | | | | | | | Add file extension filteringGravatar Ionite2023-02-06-14/+67
| | | | | | | | | | |
| * | | | | | | | | | Change failed files str to truncate on chars onlyGravatar ionite342022-12-20-17/+30
| | | | | | | | | | |
| * | | | | | | | | | Add normalize file name testsGravatar ionite342022-12-20-0/+34
| | | | | | | | | | |
| * | | | | | | | | | Refactor snekbox tests to moduleGravatar ionite342022-12-20-0/+0
| | | | | | | | | | |
| * | | | | | | | | | Improve RE_ANSI match casesGravatar ionite342022-12-20-1/+1
| | | | | | | | | | |
| * | | | | | | | | | Add discord file name normalizationGravatar ionite342022-12-20-0/+22
| | | | | | | | | | |
| * | | | | | | | | | Add markdown mention escape for file error strGravatar ionite342022-12-20-0/+5
| | | | | | | | | | |
| * | | | | | | | | | Rename method get_failed_files_strGravatar ionite342022-12-20-3/+3
| | | | | | | | | | |
| * | | | | | | | | | Add unit tests for EvalResult.files_error_strGravatar ionite342022-12-17-1/+22
| | | | | | | | | | |
| * | | | | | | | | | Add unit test for files_error_messageGravatar ionite342022-12-17-1/+28
| | | | | | | | | | |
| * | | | | | | | | | Revert newline format for msgGravatar ionite342022-12-17-3/+3
| | | | | | | | | | |
| * | | | | | | | | | Update unit tests for EvalResult message changeGravatar ionite342022-12-17-7/+16
| | | | | | | | | | |
| * | | | | | | | | | Split get_message errors to other propertiesGravatar ionite342022-12-17-27/+58
| | | | | | | | | | |
| * | | | | | | | | | sizeof_fmt uses 0 d.p. for integralsGravatar ionite342022-12-17-3/+6
| | | | | | | | | | |
| * | | | | | | | | | Add FILE_COUNT_LIMIT and error messagesGravatar ionite342022-12-14-9/+24
| | | | | | | | | | |