aboutsummaryrefslogtreecommitdiffstats
path: root/pydis_site (follow)
Commit message (Collapse)AuthorAgeLines
...
| | * | | | | | | | Add README for the redirects app (#924)Gravatar Johannes Christ2023-04-06-0/+13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This is kept more minimal than the other apps, as it's mostly for backwards compatibility.
| | * | | | | | | | Add a readme for the home appGravatar Johannes Christ2023-03-29-6/+35
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This commit also moves the nested structures for models and views in the home app into a single module, as they were not split up as part of the subpackage, with the goal of making this a bit more overseeable. Part of #674.
| | * | | | | | | | Merge branch 'main' into events-app-readmeGravatar wookie1842023-03-25-30/+29
| | |\ \ \ \ \ \ \ \
| | | * | | | | | | | Register cleanup job after module loadGravatar Johannes Christ2023-03-25-5/+1
| | | | | | | | | | |
| | | * | | | | | | | Drop dependency to pyfakefsGravatar Johannes Christ2023-03-25-30/+33
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Create a temporary directory to manage our resource tests instead of reyling on pyfakefs to mock it away for us. This also makes the code more portable: all we need now is a way to create a temporary directory. `pathlib` mostly abstracts away the other parts for us. Since we're well-behaved, we clean up the temporary directory at the end of the Python interpreter's life using `atexit` and `shutil.rmtree`. This PR was written and tested with Python 3.9 which required some hacks in `pyproject.toml` to make it work, it may require re-locking if CI throws up. Closes #679.
| | * | | | | | | | | Add a README for the events appGravatar Johannes Christ2023-03-21-0/+19
| | |/ / / / / / / /
| | * | | | | | | | Update mention of the partners channelGravatar Johannes Christ2023-03-21-3/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes #868.
| | * | | | | | | | Subclassing context.md (#703)Gravatar Diabolical57772023-03-21-0/+129
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Co-authored-by: Johannes Christ <[email protected]> Co-authored-by: Amrou Bellalouna <[email protected]> Co-authored-by: Bluenix <[email protected]> Co-authored-by: Xithrius <[email protected]> Co-authored-by: wookie184 <[email protected]>
| | * | | | | | | | Update docs for upstream documentation change (#905)Gravatar Johannes Christ2023-03-21-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes #900.
| | * | | | | | | | Add Rule 10 for ChatGPT answers (#910)Gravatar brad90four2023-03-21-0/+1
| | | | | | | | | |
| | * | | | | | | | add rule 10 to the listGravatar shtlrs2023-03-21-0/+4
| | | |_|_|_|_|/ / | | |/| | | | | |
| | * | | | | | | Merge branch 'main' into mbaruh/timeoutGravatar Boris Muratov2023-03-20-5/+35
| | |\ \ \ \ \ \ \
| | | * | | | | | | Replace CharField with URLField and set default to NoneGravatar vivekashok12212023-03-10-4/+5
| | | | | | | | | |
| | | * | | | | | | Merge branch 'main' into vivek/add-jump-url-fieldGravatar Vivek Ashokkumar2023-03-10-317/+315
| | | |\ \ \ \ \ \ \
| | | * | | | | | | | Remove typoGravatar vivekashok12212023-02-17-1/+1
| | | | | | | | | | |
| | | * | | | | | | | Add jump_url field to infraction modelGravatar vivekashok12212023-02-17-4/+33
| | | | | | | | | | |
| | * | | | | | | | | Migrate infraction type `mute` to `timeout`Gravatar mbaruh2023-03-04-13/+38
| | | |/ / / / / / / | | |/| | | | | | |
| | * | | | | | | | Merge branch 'main' into upate-pyversion-for-sir-guideGravatar wookie1842023-02-28-11/+10
| | |\ \ \ \ \ \ \ \
| | | * | | | | | | | remove trashcan emoji from required variablesGravatar Ibrahim2023-02-28-1/+0
| | | | | | | | | | |
| | | * | | | | | | | Update description of `TRASHCAN_EMOJI` according to reviewGravatar Ibrahim2023-02-26-3/+2
| | | | | | | | | | |
| | | * | | | | | | | Contributing Page->Sir Lancebot: update descriptionGravatar Ibrahim2750mi2023-02-22-9/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | + Removes typo for the `Admins` role being spelt `Admin` + Added the `TRASHCAN_EMOJI` as needed + Added code blocks for channel names
| | * | | | | | | | | add wildcard for patch versionGravatar shtlrs2023-02-28-1/+1
| | | | | | | | | | |
| | * | | | | | | | | bump python version to 3.10Gravatar shtlrs2023-02-28-1/+1
| | |/ / / / / / / /
| | * | | | | | | | Reverse timeline entries so newest entries come firstGravatar Richard Si2023-02-19-302/+301
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | We agreed internally that this would look better, and especially as I add more entries.
| | * | | | | | | | fix: change other references of vcokltfre.dev to vco.shGravatar vcokltfre2023-02-13-2/+2
| | | | | | | | | |
| | * | | | | | | | fix: use new domain for bot tutorial resourceGravatar vcokltfre2023-02-13-1/+1
| | |/ / / / / / /
| | * | | | | | | Update events calendar for the year 2023Gravatar Ibrahim2023-02-11-5/+5
| | | | | | | | |
| | * | | | | | | Remove admonition from /events/ that says CJ9 is underwayGravatar Richard Si2023-02-10-3/+0
| | | |_|_|_|/ / | | |/| | | | |
| | * | | | | | changed over to a clearer logoGravatar Assile2023-01-24-1/+1
| | | | | | | |
| | * | | | | | yaml for python.org tutorialGravatar Assile2023-01-24-0/+14
| | | | | | | |
| | * | | | | | Update ANSI guide with new pictures, formatting & titlesGravatar Krypton2023-01-17-6/+17
| | | | | | | |
| * | | | | | | improve wording of a couple sectionsGravatar shtlrs2023-04-07-6/+4
| | | | | | | |
| * | | | | | | remove redundant talk about .envGravatar shtlrs2023-04-06-25/+17
| | | | | | | |
| * | | | | | | replace docker-compose with docker composeGravatar shtlrs2023-04-01-11/+12
| | | | | | | |
| * | | | | | | apply wookie's suggestion to setting variablesGravatar shtlrs2023-04-01-6/+11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | apply wookie's suggestion to setting variables
| * | | | | | | lose all references to site and replace with the suitable changesGravatar shtlrs2023-04-01-4/+14
| | | | | | | |
| * | | | | | | add hyperlink to open an issueGravatar shtlrs2023-03-13-1/+1
| | | | | | | |
| * | | | | | | mention `BOT_PREFIX` in the appendixGravatar shtlrs2023-03-13-14/+16
| | | | | | | |
| * | | | | | | delete dependency group orphan guideGravatar shtlrs2023-03-11-24/+0
| | | | | | | |
| * | | | | | | update site urls one last timeGravatar shtlrs2023-03-11-3/+3
| | | | | | | |
| * | | | | | | appease linterGravatar shtlrs2023-03-10-1/+1
| | | | | | | |
| * | | | | | | define .env & .env.server then display their usageGravatar shtlrs2023-03-10-13/+24
| | | | | | | |
| * | | | | | | yeet the collapsible card outGravatar shtlrs2023-03-10-429/+0
| | | | | | | |
| * | | | | | | explain that the script works on existing servers as wellGravatar shtlrs2023-03-10-1/+1
| | | | | | | |
| * | | | | | | replace web with localhost where it's dueGravatar shtlrs2023-03-10-1/+1
| | | | | | | |
| * | | | | | | mention usage of urls_site in local run sectionGravatar shtlrs2023-03-10-1/+1
| | | | | | | |
| * | | | | | | bring back the description of the server mirror + zig's additionGravatar shtlrs2023-03-10-1/+2
| | | | | | | |
| * | | | | | | appease linterGravatar shtlrs2023-03-10-1/+1
| | | | | | | |
| * | | | | | | indicate that both site & site api need to be providedGravatar shtlrs2023-03-10-1/+1
| | | | | | | |
| * | | | | | | apply Zig's suggestionsGravatar shtlrs2023-03-10-39/+42
| | | | | | | |