| Commit message (Collapse) | Author | Age | Lines | ||
|---|---|---|---|---|---|
| ... | |||||
| | * | | | | | | Add `has_output` and `has_files` for EvalResult | 2023-02-13 | -3/+13 | ||
| | | | | | | | | |||||
| | * | | | | | | Move allowed_mentions and view definitions | 2023-02-12 | -4/+2 | ||
| | | | | | | | | |||||
| | * | | | | | | Move files error message call | 2023-02-12 | -2/+1 | ||
| | | | | | | | | |||||
| | * | | | | | | Fix identation | 2023-02-12 | -5/+5 | ||
| | | | | | | | | |||||
| | * | | | | | | Fix indentation | 2023-02-12 | -4/+4 | ||
| | | | | | | | | |||||
| | * | | | | | | Merge branch 'snekbox-files' of https://github.com/python-discord/bot into ↵ | 2023-02-12 | -7/+2 | ||
| | |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | snekbox-files | ||||
| | | * | | | | | | Simplify file name truncation | 2023-02-12 | -7/+2 | ||
| | | | | | | | | | | | | | | | | | | | | | | | | | Co-authored-by: Boris Muratov <[email protected]> | ||||
| | * | | | | | | | Made EvalJob and FileAttachment dataclasses frozen | 2023-02-12 | -2/+2 | ||
| | |/ / / / / / | |||||
| | * | | | | | | Add `failed_file` emoji to config | 2023-02-09 | -0/+1 | ||
| | | | | | | | | |||||
| | * | | | | | | Add and update eval to use new `failed_file` emoji | 2023-02-09 | -2/+3 | ||
| | | | | | | | | |||||
| | * | | | | | | Hide no output on any file upload | 2023-02-09 | -1/+1 | ||
| | | | | | | | | |||||
| | * | | | | | | Update unit tests for file error message changes | 2023-02-08 | -9/+5 | ||
| | | | | | | | | |||||
| | * | | | | | | Update file error messages | 2023-02-08 | -10/+28 | ||
| | | | | | | | | |||||
| | * | | | | | | Add skip condition for windows not able to test path escapes | 2023-02-07 | -2/+6 | ||
| | | | | | | | | |||||
| | * | | | | | | Fix unit tests for new failmail emoji | 2023-02-07 | -5/+5 | ||
| | | | | | | | | |||||
| | * | | | | | | Change wording for failed attachments, use `:failmail:` emoji | 2023-02-07 | -5/+4 | ||
| | | | | | | | | |||||
| | * | | | | | | Add disallowed file extensions tests | 2023-02-06 | -0/+29 | ||
| | | | | | | | | |||||
| | * | | | | | | Add file extension filtering | 2023-02-06 | -14/+67 | ||
| | | | | | | | | |||||
| | * | | | | | | Change failed files str to truncate on chars only | 2022-12-20 | -17/+30 | ||
| | | | | | | | | |||||
| | * | | | | | | Add normalize file name tests | 2022-12-20 | -0/+34 | ||
| | | | | | | | | |||||
| | * | | | | | | Refactor snekbox tests to module | 2022-12-20 | -0/+0 | ||
| | | | | | | | | |||||
| | * | | | | | | Improve RE_ANSI match cases | 2022-12-20 | -1/+1 | ||
| | | | | | | | | |||||
| | * | | | | | | Add discord file name normalization | 2022-12-20 | -0/+22 | ||
| | | | | | | | | |||||
| | * | | | | | | Add markdown mention escape for file error str | 2022-12-20 | -0/+5 | ||
| | | | | | | | | |||||
| | * | | | | | | Rename method get_failed_files_str | 2022-12-20 | -3/+3 | ||
| | | | | | | | | |||||
| | * | | | | | | Add unit tests for EvalResult.files_error_str | 2022-12-17 | -1/+22 | ||
| | | | | | | | | |||||
| | * | | | | | | Add unit test for files_error_message | 2022-12-17 | -1/+28 | ||
| | | | | | | | | |||||
| | * | | | | | | Revert newline format for msg | 2022-12-17 | -3/+3 | ||
| | | | | | | | | |||||
| | * | | | | | | Update unit tests for EvalResult message change | 2022-12-17 | -7/+16 | ||
| | | | | | | | | |||||
| | * | | | | | | Split get_message errors to other properties | 2022-12-17 | -27/+58 | ||
| | | | | | | | | |||||
| | * | | | | | | sizeof_fmt uses 0 d.p. for integrals | 2022-12-17 | -3/+6 | ||
| | | | | | | | | |||||
| | * | | | | | | Add FILE_COUNT_LIMIT and error messages | 2022-12-14 | -9/+24 | ||
| | | | | | | | | |||||
| | * | | | | | | Rename attribute `failed_files` | 2022-12-14 | -4/+4 | ||
| | | | | | | | | |||||
| | * | | | | | | Refactor to move snekbox to module | 2022-12-14 | -129/+152 | ||
| | | | | | | | | |||||
| | * | | | | | | Merge branch 'main' into snekbox-files | 2022-12-14 | -25/+11 | ||
| | |\ \ \ \ \ \ | |||||
| | * | | | | | | | Update `prepare_timeit_input` docstring | 2022-12-14 | -1/+1 | ||
| | | | | | | | | | |||||
| | * | | | | | | | Update test_post_job to use 3.10 snekbox | 2022-12-14 | -1/+1 | ||
| | | | | | | | | | |||||
| | * | | | | | | | Update function name `get_message` | 2022-12-14 | -5/+5 | ||
| | | | | | | | | | |||||
| | * | | | | | | | Update file size limit comment | 2022-12-14 | -2/+3 | ||
| | | | | | | | | | |||||
| | * | | | | | | | Merge branch 'snekbox-files' of https://github.com/python-discord/bot into ↵ | 2022-12-14 | -4/+3 | ||
| | |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | snekbox-files | ||||
| | | * | | | | | | | Update bot/exts/utils/snekbox.py | 2022-12-14 | -4/+3 | ||
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Co-authored-by: Mark <[email protected]> | ||||
| | * | | | | | | | | Suppress HTTPException for redo emoji | 2022-12-14 | -1/+2 | ||
| | |/ / / / / / / | |||||
| | * | | | | | | | Revert typo | 2022-12-14 | -1/+1 | ||
| | | | | | | | | | |||||
| | * | | | | | | | Fix test_post_job unit test | 2022-12-14 | -2/+2 | ||
| | | | | | | | | | |||||
| | * | | | | | | | Fix send_job return type | 2022-12-01 | -1/+1 | ||
| | | | | | | | | | |||||
| | * | | | | | | | Reorder imports | 2022-11-30 | -3/+3 | ||
| | | | | | | | | | |||||
| | * | | | | | | | Merge branch 'main' into snekbox-files | 2022-11-30 | -2009/+1101 | ||
| | |\ \ \ \ \ \ \ | |||||
| | * | | | | | | | | Update unit tests for snekbox | 2022-11-30 | -54/+57 | ||
| | | | | | | | | | | |||||
| | * | | | | | | | | Refactors for EvalResult and EvalJob dataclasses | 2022-11-30 | -175/+185 | ||
| | | | | | | | | | | |||||
| | * | | | | | | | | Update unit test | 2022-11-24 | -3/+3 | ||
| | | | | | | | | | | |||||