Commit message (Expand) | Author | Age | Lines | |
---|---|---|---|---|
* | Use f-string conversions over functions | 2023-05-24 | -1/+1 | |
* | Don't collect coverage info by default when running tests | 2023-04-16 | -6/+6 | |
* | Improve test speed using some cached_property decorators on mocks | 2023-04-15 | -6/+30 | |
* | Migrate code style to ruff | 2023-04-11 | -440/+446 | |
* | Remove dead or unused code (#2528) | 2023-04-11 | -170/+0 | |
* | Merge branch 'main' into 2302-activity-in-reviews | 2023-04-09 | -1507/+712 | |
|\ | ||||
| * | Adjust to site using dicts in additional_settings instead of JSON strings | 2023-04-06 | -3/+3 | |
| * | Fix test | 2023-04-05 | -1/+1 | |
| * | Merge branch 'main' into new-filters | 2023-04-05 | -1/+2 | |
| |\ | ||||
| | * | Replace mock._importer with pkgutil.resolve_name in test autospec | 2023-03-29 | -1/+2 | |
| * | | Support custom value representation in filtering UI | 2023-03-28 | -7/+9 | |
| * | | Rename additional_field to additional_settings | 2023-03-26 | -3/+3 | |
| * | | Add support for snekbox IO in the new filtering system | 2023-03-23 | -19/+19 | |
| * | | Fix filtering tests | 2023-03-23 | -6/+6 | |
| * | | Merge branch 'main' into new-filters | 2023-03-21 | -83/+254 | |
| |\| | ||||
| * | | Merge branch 'main' into new-filters | 2023-02-28 | -48/+80 | |
| |\ \ | ||||
| * | | | Bring back old system tests | 2023-01-22 | -11/+484 | |
| * | | | Add the rest of the antispam rules | 2022-11-01 | -3/+3 | |
| * | | | Merge branch 'main' into new-filters | 2022-10-23 | -6/+270 | |
| |\ \ \ | ||||
| * | | | | Fix tests | 2022-10-01 | -279/+42 | |
| * | | | | Split actions and validations to their own packcages | 2022-09-30 | -4/+4 | |
| * | | | | Merge branch 'main' into new-filters | 2022-09-24 | -217/+477 | |
| |\ \ \ \ | ||||
| * | | | | | Accept strings in channel scope and change role string interpretation | 2022-07-16 | -5/+5 | |
| * | | | | | New filtering backbone and regex filtering migration | 2022-07-16 | -0/+333 | |
| * | | | | | Tear down the old filtering system | 2022-07-15 | -1503/+0 | |
* | | | | | | Merge branch 'main' into 2302-activity-in-reviews | 2023-03-25 | -91/+291 | |
|\ \ \ \ \ \ | | |_|_|_|/ | |/| | | | | ||||
| * | | | | | Merge branch 'main' into snekbox-files | 2023-03-09 | -13/+75 | |
| |\ \ \ \ \ | ||||
| | * | | | | | Bump markdownify from 0.6.1 to 0.11.6 (#2429) | 2023-03-07 | -0/+23 | |
| | * | | | | | Merge branch 'main' into 2301-fix-voting-conditions | 2023-03-03 | -11/+40 | |
| | |\ \ \ \ \ | | | | |_|_|/ | | | |/| | | | ||||
| | | * | | | | add the `flags` key to the member_data dictionary | 2023-02-28 | -1/+1 | |
| | | * | | | | Merge branch 'main' into migration/tag | 2023-02-27 | -3/+3 | |
| | | |\ \ \ \ | ||||
| | | * | | | | | Implement reviews | 2023-02-26 | -5/+5 | |
| | | * | | | | | Implement all reviews | 2023-02-23 | -26/+35 | |
| | | * | | | | | Update tests for `/tag` as of migration to slash commands | 2023-02-14 | -22/+42 | |
| | * | | | | | | Merge branch 'main' into 2301-fix-voting-conditions | 2022-11-30 | -7/+7 | |
| | |\| | | | | | ||||
| | * | | | | | | Merge branch 'main' into 2301-fix-voting-conditions | 2022-11-05 | -31/+34 | |
| | |\ \ \ \ \ \ | ||||
| | * | | | | | | | Fix tests | 2022-10-22 | -3/+13 | |
| * | | | | | | | | Use PurePosixPath so tests work on windows | 2023-02-22 | -5/+1 | |
| * | | | | | | | | Update unit tests for file error message changes | 2023-02-08 | -9/+5 | |
| * | | | | | | | | 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 | |
| * | | | | | | | | Add disallowed file extensions tests | 2023-02-06 | -0/+29 | |
| * | | | | | | | | Change failed files str to truncate on chars only | 2022-12-20 | -13/+11 | |
| * | | | | | | | | Add normalize file name tests | 2022-12-20 | -0/+34 | |
| * | | | | | | | | Refactor snekbox tests to module | 2022-12-20 | -0/+0 | |
| * | | | | | | | | Rename method get_failed_files_str | 2022-12-20 | -1/+1 | |
| * | | | | | | | | Add unit tests for EvalResult.files_error_str | 2022-12-17 | -0/+21 | |
| * | | | | | | | | Add unit test for files_error_message | 2022-12-17 | -1/+28 | |
| * | | | | | | | | Update unit tests for EvalResult message change | 2022-12-17 | -7/+16 | |
| * | | | | | | | | Refactor to move snekbox to module | 2022-12-14 | -18/+22 |