| Commit message (Collapse) | Author | Lines | ||
|---|---|---|---|---|
| 2023-02-24 | Restore implicit no line nums when 0 lines behavior | -1/+1 | ||
| 2023-02-24 | Fix and simplify logic for optional line numbering | -6/+6 | ||
| 2023-02-22 | Use PurePosixPath so tests work on windows | -10/+5 | ||
| 2023-02-22 | Update budget lines and chars for text to be shared with stdout | -2/+3 | ||
| 2023-02-22 | Fix budget lines comparison | -1/+1 | ||
| 2023-02-22 | Fix file text count comparison | -2/+2 | ||
| 2023-02-22 | Refactor format_output to have `output_default` as str | -5/+4 | ||
| 2023-02-18 | Fix empty files format when only new lines | -0/+1 | ||
| 2023-02-18 | Text file upload to paste service / in-line display | -11/+48 | ||
| 2023-02-18 | Add name property for FileAttachment | -0/+5 | ||
| 2023-02-18 | Introduce variable for max output lines and chars | -6/+10 | ||
| 2023-02-18 | Fix typing | -0/+1 | ||
| 2023-02-17 | bump isort to 5.12.0 in precommit config | -1/+1 | ||
| 2023-02-14 | Revert "Merge PR #2400: Reusable status embed workflow" | -59/+63 | ||
| This reverts commit 2f8efdc646492707f6a9647fcbc4d71678181b90. | ||||
| 2023-02-14 | Merge PR #2400: Reusable status embed workflow | -63/+59 | ||
| * make status embed reusable * invoke status embed from lint-test * trigger status embed from within deploy workflow * trigger status embed from build wf * update extension of referenced reusable workflow * add github.sha to construct the concurrency group * always call the status_embed from build & deploy | ||||
| 2023-02-13 | Add `has_output` and `has_files` for EvalResult | -3/+13 | ||
| 2023-02-13 | Add legacy help access to self-assignable roles | -0/+3 | ||
| 2023-02-12 | Move allowed_mentions and view definitions | -4/+2 | ||
| 2023-02-12 | Move files error message call | -2/+1 | ||
| 2023-02-12 | Fix identation | -5/+5 | ||
| 2023-02-12 | Fix indentation | -4/+4 | ||
| 2023-02-12 | Simplify file name truncation | -7/+2 | ||
| Co-authored-by: Boris Muratov <[email protected]> | ||||
| 2023-02-12 | Made EvalJob and FileAttachment dataclasses frozen | -2/+2 | ||
| 2023-02-11 | Update bot/exts/moderation/infraction/_utils.py | -1/+1 | ||
| Put the bot mention in parentheses. This is intended to make the message clearer, in the unlikely circumstance that someone does not have the ModMail bot account in their user cache. Co-authored-by: Vivek Ashokkumar <[email protected]> | ||||
| 2023-02-09 | bump pydis core to 9.4.1 | -10/+10 | ||
| 2023-02-09 | Add `failed_file` emoji to config | -0/+1 | ||
| 2023-02-09 | Add and update eval to use new `failed_file` emoji | -2/+3 | ||
| 2023-02-09 | Hide no output on any file upload | -1/+1 | ||
| 2023-02-08 | Update unit tests for file error message changes | -9/+5 | ||
| 2023-02-08 | Update file error messages | -10/+28 | ||
| 2023-02-07 | Add skip condition for windows not able to test path escapes | -2/+6 | ||
| 2023-02-07 | Fix unit tests for new failmail emoji | -5/+5 | ||
| 2023-02-07 | Change wording for failed attachments, use `:failmail:` emoji | -5/+4 | ||
| 2023-02-06 | Add disallowed file extensions tests | -0/+29 | ||
| 2023-02-06 | Add file extension filtering | -14/+67 | ||
| 2023-01-25 | fix typo in help channel opening embed | -1/+1 | ||
| 2023-01-23 | Update closed help post embed text | -9/+6 | ||
| 2023-01-23 | Add action text to help channel embeds | -2/+3 | ||
| 2023-01-23 | Add icons to help channel bot embeds | -4/+8 | ||
| 2023-01-14 | fix typos in the SELF_ASSIGNABLE_ROLES_MESSAGE | -1/+1 | ||