Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | Add our reference to Netcup links | 2024-04-15 | -1/+1 | |
| | ||||
* | Upsert tags in two queries | 2024-04-01 | -18/+25 | |
| | | | | | | | | | | | Before, we had an N+1 query, where each tag would be separately fetched and updated. Instead, first delete any tags we no longer care about, then perform an upsert of all fields except for `last_commit`, which we want to keep from the existing tag. This comes with one caveat: on the first update of the tags, the `tags` list is no longer modified in-place, because mutation is bad, however, the database state is updated accordingly. | |||
* | Update Python version requirements in contributing guide (#1283) | 2024-04-01 | -2/+2 | |
| | ||||
* | Appeased the linter | 2024-02-01 | -1/+1 | |
| | ||||
* | Merge branch 'main' into docs/dark-theme | 2024-01-28 | -9/+10 | |
|\ | ||||
| * | Dark: For content pages using transparent images... | 2024-01-17 | -4/+4 | |
| | | | | | | | | | | | | | | | | | | | | ...which are unreadable in dark mode, use `has-dark-mode-background` class. {: class="has-dark-mode-background" } Like this. And it will be given a nice light gray background and a subtle padding & border. | |||
| * | Merge branch 'main' into gdwr-dark-theme | 2024-01-13 | -2/+2 | |
| |\ | ||||
| * \ | Fix all conflicts | 2023-12-14 | -970/+3251 | |
| |\ \ | | | | | | | | | | | | | hopefully I dont have to do this again | |||
| * | | | Use colour helpers | 2022-02-08 | -4/+4 | |
| | | | | ||||
* | | | | Add section about dark mode in guide for contributing a page | 2024-01-28 | -0/+24 | |
| |_|/ |/| | | ||||
* | | | Prevent loading related object when updating tags | 2023-12-15 | -2/+2 | |
| |/ |/| | | | | | | | We can simply save by the ID here, we do not need any other data from the related object. | |||
* | | Mention READMEs for app dirs in contributing guide (#1168) | 2023-12-11 | -0/+5 | |
| | | | | | | | | | | | | Allow people to figure out our repository structure easily after settnig up the project. Part of #673. | |||
* | | Fix typo in psql quit command | 2023-12-04 | -1/+1 | |
| | | ||||
* | | Update required Python version | 2023-12-04 | -1/+1 | |
| | | | | | | | | | | Include a note to update the contributor guide in the Dockerfile instruction pinning the Python version as well. | |||
* | | Link guide to contributing a page in site guide (#1105) | 2023-09-18 | -1/+1 | |
| | | ||||
* | | Document Netlify static previews | 2023-08-31 | -0/+8 | |
| | | | | | | | | Closes #677. | |||
* | | Merge branch 'main' into move-commit-model-to-proper-module | 2023-08-09 | -9/+27 | |
|\ \ | ||||
| * \ | Merge branch 'main' into clean-pragma | 2023-08-04 | -6/+26 | |
| |\ \ | ||||
| | * | | Capitalize Python outside of tags (#1046) | 2023-08-02 | -2/+2 | |
| | | | | | | | | | | | | | | | | | | | | Related to #1044. Co-authored-by: Xithrius <[email protected]> | |||
| | * | | Merge branch 'main' into soft-fail-on-403-in-tags | 2023-08-01 | -1/+1 | |
| | |\ \ | ||||
| | | * | | Fix a typo in bot.md (#1058) | 2023-07-31 | -1/+1 | |
| | | | | | | | | | | | | | | | Fix a typo in bot.md file. Correct the typo "psotgres" to "postgres". | |||
| | * | | | Soft fail for upstream error on fetching tag commits | 2023-07-27 | -3/+23 | |
| | |/ / | | | | | | | | | | | | | Closes #1053 | |||
| * / / | Clean up pragma intended for Python 3.10 removal | 2023-07-27 | -3/+1 | |
| |/ / | ||||
* / / | Move commit model into its own file | 2023-07-27 | -37/+41 | |
|/ / | | | | | | | | | Let's stick to the standard scheme - otherwise we might as well just have a single models file. | |||
* | | Drop redirect usage from URL references (#1016) | 2023-07-11 | -9/+9 | |
| | | | | | | | | | | | | | | | | Just one separate, and present beforehand, broken link remains: $ httrack -E --robots=0 --spider http://127.0.0.1:8000 -v | grep 404 20:18:51 Error: "Not Found" (404) at link 127.0.0.1:8000/events/game-jam-2020/technical-requirements/ (from 127.0.0.1:8000/events/game-jams/2020/judging/) Closes #681. | |||
* | | Fix "PostegreSQL" typo | 2023-07-09 | -1/+1 | |
| | | ||||
* | | Remove obsolete question from FAQ | 2023-06-25 | -6/+0 | |
| | | ||||
* | | Fix broken links in the contributing guide. (#1002) | 2023-06-22 | -2/+2 | |
| | | ||||
* | | Merge branch 'main' into subclassing_bot | 2023-06-10 | -3/+1 | |
|\ \ | ||||
| * | | Remove mentions of there being multiple snekbox containers (#988) | 2023-05-30 | -3/+1 | |
| | | | | | | | | | | | | | | | With https://github.com/python-discord/bot/pull/2618 there will only be 1 snekbox container, that runs the latest verison of snekbox. Supporting multiple versions of snekbox will be covered by https://github.com/python-discord/snekbox/issues/158 where a single instance of snekbox will nativly support multiple Python verisons. | |||
* | | | remove .md for hyperlinks | 2023-05-17 | -2/+2 | |
| | | | ||||
* | | | add reference link for overriding context and fix link for subclassing bot | 2023-05-17 | -1/+1 | |
| | | | ||||
* | | | add reference link for overriding context and fix link for subclassing bot | 2023-05-17 | -1/+1 | |
| | | | ||||
* | | | remove redundant info | 2023-05-17 | -1/+1 | |
| | | | ||||
* | | | Merge branch 'subclassing_bot' of github.com:Diabolical5777/site into ↵ | 2023-05-17 | -3/+3 | |
|\ \ \ | | | | | | | | | | | | | subclassing_bot | |||
| * | | | Merge branch 'main' into subclassing_bot | 2023-05-17 | -3/+3 | |
| |\| | | ||||
| | * | | Use the new datetime.UTC alias over datetime.timezone.utc | 2023-05-13 | -3/+3 | |
| | | | | ||||
* | | | | satisfy linter | 2023-05-17 | -1/+1 | |
|/ / / | ||||
* | | | give a simple introduction to cogs and example links | 2023-05-17 | -1/+1 | |
| | | | ||||
* | | | remove typo | 2023-05-17 | -2/+1 | |
| | | | ||||
* | | | highlight 'Bot' in the description with backticks. | 2023-05-17 | -1/+1 | |
| | | | ||||
* | | | correct return type annotation for get_launch_time_str function | 2023-05-17 | -1/+2 | |
| | | | ||||
* | | | use launch_time attribute in the example method and command | 2023-05-17 | -10/+10 | |
| | | | ||||
* | | | condesed the 2 examples in 1 and added additional comments for reference. | 2023-05-16 | -35/+35 | |
| | | | ||||
* | | | Merge branch 'main' into subclassing_bot | 2023-05-14 | -937/+3117 | |
|\| | | ||||
| * | | Do not duplicate "Edit on GitHub" link for tags | 2023-05-10 | -0/+8 | |
| | | | | | | | | | | | | Closes #963. | |||
| * | | Switch to ruff for linting | 2023-05-10 | -23/+23 | |
| | | | ||||
| * | | Merge branch 'main' into update-sir-lancebot-contrib-guide | 2023-05-07 | -291/+286 | |
| |\ \ | ||||
| | * | | Improve docstring for page_src_url template filter | 2023-05-06 | -0/+5 | |
| | | | | ||||
| | * | | Simplify line in page_src_url template filter | 2023-05-06 | -4/+1 | |
| | | | |