Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | Reverse timeline entries so newest entries come first | 2023-02-19 | -302/+301 | |
| | | | | | We agreed internally that this would look better, and especially as I add more entries. | |||
* | Update events calendar for the year 2023 | 2023-02-11 | -5/+5 | |
| | ||||
* | Remove admonition from /events/ that says CJ9 is underway | 2023-02-10 | -3/+0 | |
| | ||||
* | Merge branch 'main' into bot-tags | 2022-08-23 | -2/+2 | |
|\ | ||||
| * | striked passed date | 2022-08-16 | -2/+2 | |
| | | ||||
* | | Improve Tag Commit Naming | 2022-08-23 | -1/+1 | |
| | | | | | | | | Signed-off-by: Hassan Abouelela <[email protected]> | |||
* | | Better Split Up Tag Commit Messages | 2022-08-16 | -1/+3 | |
| | | | | | | | | Signed-off-by: Hassan Abouelela <[email protected]> | |||
* | | Add Tag Metadata | 2022-08-16 | -1/+21 | |
| | | | | | | | | | | | | | | Uses the commit API to obtain tag metadata such as when it was last edited, and by whom. Signed-off-by: Hassan Abouelela <[email protected]> | |||
* | | Add Tag Group Support | 2022-08-14 | -6/+16 | |
| | | | | | | | | | | | | | | Adds support for tag groups in content. This involves some modification to the routing, and templating. Signed-off-by: Hassan Abouelela <[email protected]> | |||
* | | Improve Tag Cropping | 2022-08-13 | -1/+3 | |
| | | | | | | | | | | | | | | Move the tag cropping logic to the frontend, which makes it easier to crop without crossing boundaries such as link or code block boundaries. Signed-off-by: Hassan Abouelela <[email protected]> | |||
* | | Enable Code Highlighting On All Content Pages | 2022-08-13 | -8/+4 | |
| | | | | | | | | Signed-off-by: Hassan Abouelela <[email protected]> | |||
* | | Add Content App To Navbar | 2022-08-13 | -0/+3 | |
| | | | | | | | | Signed-off-by: Hassan Abouelela <[email protected]> | |||
* | | Add Tag Page Template | 2022-08-13 | -1/+22 | |
| | | | | | | | | | | | | Add a template for the tag page itself, and add a route to use it. Signed-off-by: Hassan Abouelela <[email protected]> | |||
* | | Add Tags To Content Listings | 2022-08-13 | -2/+10 | |
|/ | | | | | | | Adds bot tags to the content page, as well as a model to go along with it. Signed-off-by: Hassan Abouelela <[email protected]> | |||
* | 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 | |
| | ||||
* | Add starlite and sanic to cj9 frameworks | 2022-07-10 | -0/+28 | |
| | ||||
* | Merge branch 'main' into cj9-frameworks-reorder | 2022-07-01 | -16/+13 | |
|\ | ||||
| * | Update front page banner. | 2022-06-29 | -2/+2 | |
| | | ||||
| * | Strike out passed dates | 2022-06-30 | -2/+2 | |
| | | ||||
| * | Update events index page about the CJ9 qualifier | 2022-06-30 | -9/+4 | |
| | | ||||
| * | Update CJ9 qualifier information | 2022-06-29 | -3/+5 | |
| | | ||||
* | | Remove extra wording in ASGI explanation | 2022-07-01 | -1/+1 | |
| | | | | | | Co-authored-by: Kieran Siek <[email protected]> | |||
* | | Move ASGI card item to bulma notification at the top | 2022-07-01 | -12/+10 | |
| | | ||||
* | | Fix missing "p" inside of element | 2022-06-30 | -1/+1 | |
| | | ||||
* | | Fix ASGI link class name | 2022-06-30 | -1/+1 | |
| | | ||||
* | | Fix missing space after FastAPI link card | 2022-06-30 | -1/+1 | |
| | | ||||
* | | Fix ASGI specification link logo | 2022-06-30 | -1/+1 | |
| | | ||||
* | | Remove italics from CJ9 framework cards | 2022-06-30 | -8/+7 | |
| | |