Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | Fix Static Build | 2022-09-30 | -27/+33 | |
| | | | | | | | Remove all unnecessary middleware and return a proper response for redirects to fix static builds. Signed-off-by: Hassan Abouelela <[email protected]> | |||
* | Merge branch 'main' into fix-warnings | 2022-09-30 | -13/+30 | |
|\ | ||||
| * | replace parenthesis with square brackets since tuples are serialized are lists | 2022-09-18 | -3/+3 | |
| | | ||||
| * | restrict the RulesView docstrings to just what it does | 2022-09-18 | -3/+2 | |
| | | ||||
| * | replace sweet with "sweets" to refer more to candy | 2022-09-18 | -1/+1 | |
| | | ||||
| * | update the RulesView class' docstrings | 2022-09-18 | -4/+7 | |
| | | ||||
| * | Merge branch 'main' into map-rules-to-keywords | 2022-09-18 | -6/+11 | |
| |\ | ||||
| * | | make docstring more explicit about the returned content | 2022-09-18 | -1/+6 | |
| | | | ||||
| * | | add suggested keywords | 2022-09-18 | -9/+9 | |
| | | | ||||
| * | | add docstrings explaining the values that the Rules view returns | 2022-09-18 | -0/+1 | |
| | | | ||||
| * | | add collection of keywords per rule | 2022-08-18 | -9/+18 | |
| | | | | | | | | | | | | | | | | | | In reference to issue #2108, this commit aims to add an initial set of keywords per rule. These keywords will be later in the "rule" bot command in order to make rule identification easier | |||
* | | | Fix Unittest Deprecation Warnings | 2022-09-04 | -12/+12 | |
| | | | | | | | | | | | | Signed-off-by: Hassan Abouelela <[email protected]> | |||
* | | | Fix Django Deprecation Warnings | 2022-09-04 | -2/+0 | |
| |/ |/| | | | | | | | | | | | | | | | | | | | | | | | Removes a few features which were deprecated in django 4.0. Running with warnings enabled shows no other errors. USE_L10N was deprecated, and is now enabled by default. In future versions of django, it'll be impossible to turn localization off. Explicitly defining the custom_app_config for the API app is no longer necessary as django can pick it up on its own. Signed-off-by: Hassan Abouelela <[email protected]> | |||
* | | Fix grammar in contributing guide (#771) | 2022-08-30 | -1/+1 | |
| | | ||||
* | | Merge branch 'main' into fix-infraction-tests | 2022-08-18 | -2/+2 | |
|\| | ||||
| * | striked passed date | 2022-08-16 | -2/+2 | |
| | | ||||
* | | Explicitly Specify Infraction Time In Tests | 2022-08-14 | -5/+10 | |
|/ | | | | | | | | | | | | | The infraction tests checked that the route returned infractions in the correct order, which is based on insertion time. This can be fragile however, since the insertion time can be very close (or identical) during the tests. That became especially more likely with PR #741 (commit 149e67b4) which improved database access speed. This is fixed by explicitly specifying the insertion time, and spacing them out properly. Signed-off-by: Hassan Abouelela <[email protected]> | |||
* | Bump Deadline For GitHub Artifacts Route | 2022-08-12 | -1/+1 | |
| | | | | Signed-off-by: Hassan Abouelela <[email protected]> | |||
* | Rename GitHub App Environment Variables | 2022-08-12 | -8/+8 | |
| | | | | Signed-off-by: Hassan Abouelela <[email protected]> | |||
* | Merge branch 'main' into github-artifacts | 2022-08-09 | -0/+33 | |
|\ | ||||
| * | Added `last_applied` to `serializers` | 2022-08-03 | -0/+1 | |
| | | ||||
| * | Backdate last_applied dates to use value of inserted_at | 2022-07-27 | -1/+8 | |
| | | ||||
| * | Add a field to track the time an infraction was last applied | 2022-07-27 | -0/+25 | |
| | | | | | | | | A default is set for backwards compatibility with bot version that don't explicitly give a value. | |||
* | | Use UTC Time For GitHub API | 2022-07-24 | -3/+3 | |
| | | | | | | | | | | | | | | When reading the created_at time from the GitHub API, it'll be a naive date string with UTC time, so we use that instead of the system's time. Signed-off-by: Hassan Abouelela <[email protected]> | |||
* | | Use Dataclass For Workflow Run | 2022-07-24 | -29/+62 | |
| | | | | | | | | Signed-off-by: Hassan Abouelela <[email protected]> | |||
* | | Merge branch 'main' into github-artifacts | 2022-07-24 | -38/+54 | |
|\| | ||||
| * | Be explicit about example in rule being an allowed use-case | 2022-07-23 | -1/+1 | |
| | | ||||
| * | Rework sentence urging reaching out to the events team | 2022-07-23 | -1/+1 | |
| | | | | | | Co-authored-by: wookie184 <[email protected]> | |||
| * | Fix past-tense "exempt" typo | 2022-07-23 | -1/+1 | |
| | | | | | | Co-authored-by: wookie184 <[email protected]> | |||
| * | Relax rule about usage of non-WebSocket communication | 2022-07-23 | -8/+6 | |
| | | ||||
| * | Update codejams sidebar about cj9 theme announcement | 2022-07-21 | -1/+1 | |
| | | ||||
| * | Strike out beginning of code jam date | 2022-07-21 | -1/+1 | |
| | | ||||
| * | Remove unnecessary "also" in new exception to codejam rule | 2022-07-21 | -1/+1 | |
| | | ||||
| * | Clarify WebSocket restriction rule's impact on static serving | 2022-07-21 | -1/+3 | |
| | | | | | | | | | | Before this change, the rule technically disallows implementing JavaScript clients because webbrowsers use HTTP to fetch the static files. This commit also fixes a mistake in a previous commit where Markdown-style characters were used instead of code-tags. | |||
| * | Add CJ9 page link to side bar | 2022-07-19 | -0/+1 | |
| | | | | | | | | Technically it's an ongoing jam, not a previous jam. But I think adding this link will help with discoverability if you're already on the CJ Info page. Can be updated once a theme is announced | |||
| * | Add back green box link to CJ 9 page | 2022-07-19 | -0/+3 | |
| | | | | | | | | This was the easiest way of navigating to the CJ9 page previously other than the home page. Let's keep it for the duration of the jam | |||
| * | Copy over qualifier description from codejam 8 | 2022-07-17 | -4/+14 | |
| | | ||||
| * | Remove trailing space in codejam rules | 2022-07-15 | -1/+1 | |
| | | ||||
| * | Add note about approval for non-WebSocket communication | 2022-07-15 | -0/+2 | |
| | | ||||
| * | Reword new codejam rule exception clause | 2022-07-15 | -2/+2 | |
| | | | | | | Co-authored-by: wookie184 <[email protected]> | |||
| * | Remove accidental stray parenthesis in new codejam rule | 2022-07-14 | -1/+1 | |
| | | | | | | Co-authored-by: Kieran Siek <[email protected]> | |||
| * | Update site banner for codejam | 2022-07-14 | -2/+2 | |
| | | ||||
| * | Remove notification about open codejam qualifier | 2022-07-14 | -9/+0 | |
| | | ||||
| * | Strike over passed dates in codejam information | 2022-07-14 | -2/+2 | |
| | | ||||
| * | De-capitalize aiohttp in codejam frameworks | 2022-07-14 | -2/+2 | |
| | | | | | | Co-authored-by: Numerlor <[email protected]> | |||
| * | Add rule about forced usage of WebSockets | 2022-07-14 | -0/+9 | |
| | | ||||
| * | Add `aiohttp` to approved frameworks | 2022-07-14 | -0/+14 | |
| | | ||||
| * | Move Starlite and Sanic above wsproto | 2022-07-14 | -12/+12 | |
| | | ||||
| * | Remove `flask-socketio` from approved frameworks | 2022-07-14 | -14/+0 | |
| | | ||||
* | | Clean Up Artifact Tests | 2022-07-14 | -9/+7 | |
| | | | | | | | | Signed-off-by: Hassan Abouelela <[email protected]> |