aboutsummaryrefslogtreecommitdiffstats
path: root/pydis_site (follow)
Commit message (Collapse)AuthorAgeLines
* Update ↵Gravatar discretegames2022-11-08-1/+1
| | | | | pydis_site/apps/content/resources/guides/python-guides/windows/common-issues.md Co-authored-by: Amrou Bellalouna <[email protected]>
* Proofread windows guides and added image links everywhereGravatar discretegames2022-11-08-98/+111
|
* Added WSL2 section to windows guide; other tweaksGravatar discretegames2022-11-08-15/+36
|
* finished py launcher section, finishing Windows guide reorgGravatar discretegames2022-11-08-14/+57
|
* re-added venv section to windows guideGravatar discretegames2022-11-07-6/+35
|
* completed more install info section of Windows guideGravatar discretegames2022-11-07-43/+44
|
* Finished recommended Python Windows install instructionsGravatar discretegames2022-11-07-16/+85
|
* added toc to windows guidesGravatar discretegames2022-11-07-0/+2
|
* reorg of windows guides, moved py launcher into installing and using, fixed ↵Gravatar discretegames2022-11-07-71/+38
| | | | links
* tweaks and link fixes to windows guides, still in reorg processGravatar discretegames2022-11-07-41/+48
|
* Proofread, tweaked, added links to common windows issues guide. (Also ↵Gravatar discretegames2022-11-07-146/+119
| | | | normalized to 120 wide with rewrap vsc ext)
* finished detailed, screenshot full, putting python on path guideGravatar discretegames2022-11-06-12/+152
|
* Rewrote safe method for adding Python to path, in own articleGravatar discretegames2022-11-06-102/+103
|
* Redid windows guide titles/slugs/descriptions to be consistent with planned ↵Gravatar discretegames2022-11-05-114/+143
| | | | changes and have nice order
* final tweaks to ms store articleGravatar discretegames2022-11-05-7/+12
|
* added right aligned drake image and a few tweaks to ms store guideGravatar discretegames2022-11-05-2/+6
|
* Rewrote and added more info to python on ms store articleGravatar discretegames2022-11-05-30/+56
|
* Minor improvements to wording and layoutGravatar wookie1842022-11-02-5/+7
|
* Edit creating-python-environment-windows.md to link to the page on ↵Gravatar wookie1842022-11-02-15/+3
| | | | installing Python on Windows
* Move guides to a subdirectoryGravatar wookie1842022-11-02-0/+2
|
* Made some changes after proof-readingGravatar wookie1842022-10-21-84/+94
|
* Wrap lines and make some more changesGravatar wookie1842022-10-21-98/+267
|
* Split up into multiple pages and add more contentGravatar wookie1842022-10-21-146/+190
|
* Add initial guide for errors with Python on WindowsGravatar wookie1842022-10-21-0/+204
|
* Add info about working with snekbox 3.11 on botGravatar Chris Lovering2022-10-07-2/+8
|
* Increase Request Timeout For GitHub APIGravatar Hassan Abouelela2022-09-30-1/+1
| | | | Signed-off-by: Hassan Abouelela <[email protected]>
* Fix B026 Linting ErrorsGravatar Hassan Abouelela2022-09-30-1/+1
| | | | Signed-off-by: Hassan Abouelela <[email protected]>
* Bump To Django 4.1.1 & Update DependenciesGravatar Hassan Abouelela2022-09-30-18/+13
| | | | | | Update outdated and broken dependencies. Signed-off-by: Hassan Abouelela <[email protected]>
* Upgrade To 3.10Gravatar Hassan Abouelela2022-09-30-5/+2
| | | | | | | All dependencies and code are already ready for 3.10, all that's necessary is to update the number. Signed-off-by: Hassan Abouelela <[email protected]>
* Fix Static BuildGravatar Hassan Abouelela2022-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-warningsGravatar Hassan Abouelela2022-09-30-13/+30
|\
| * replace parenthesis with square brackets since tuples are serialized are listsGravatar Amrou Bellalouna2022-09-18-3/+3
| |
| * restrict the RulesView docstrings to just what it doesGravatar Amrou Bellalouna2022-09-18-3/+2
| |
| * replace sweet with "sweets" to refer more to candyGravatar Amrou Bellalouna2022-09-18-1/+1
| |
| * update the RulesView class' docstringsGravatar Amrou Bellalouna2022-09-18-4/+7
| |
| * Merge branch 'main' into map-rules-to-keywordsGravatar Amrou Bellalouna2022-09-18-6/+11
| |\
| * | make docstring more explicit about the returned contentGravatar Amrou Bellalouna2022-09-18-1/+6
| | |
| * | add suggested keywordsGravatar Amrou Bellalouna2022-09-18-9/+9
| | |
| * | add docstrings explaining the values that the Rules view returnsGravatar Amrou Bellalouna2022-09-18-0/+1
| | |
| * | add collection of keywords per ruleGravatar Amrou Bellalouna2022-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 WarningsGravatar Hassan Abouelela2022-09-04-12/+12
| | | | | | | | | | | | Signed-off-by: Hassan Abouelela <[email protected]>
* | | Fix Django Deprecation WarningsGravatar Hassan Abouelela2022-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)Gravatar Rohan Shah2022-08-30-1/+1
| |
* | Merge branch 'main' into fix-infraction-testsGravatar Hassan Abouelela2022-08-18-2/+2
|\|
| * striked passed dateGravatar Ibrahim2022-08-16-2/+2
| |
* | Explicitly Specify Infraction Time In TestsGravatar Hassan Abouelela2022-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 RouteGravatar Hassan Abouelela2022-08-12-1/+1
| | | | Signed-off-by: Hassan Abouelela <[email protected]>
* Rename GitHub App Environment VariablesGravatar Hassan Abouelela2022-08-12-8/+8
| | | | Signed-off-by: Hassan Abouelela <[email protected]>
* Merge branch 'main' into github-artifactsGravatar Hassan Abouelela2022-08-09-0/+33
|\
| * Added `last_applied` to `serializers`Gravatar ionite342022-08-03-0/+1
| |