Commit message (Collapse) | Author | Age | Lines | ||
---|---|---|---|---|---|
... | |||||
* | | | 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 | ||
| | | | | |||||
| | * | | Use content articles source url in django.conf.settings | 2023-05-06 | -1/+2 | ||
| | | | | |||||
| | * | | feat: Edit on GitHub button for content articles | 2023-05-06 | -0/+22 | ||
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Using `if pages` to check whether the page is an article or category doesn't work for /pages/guides - I still need to modify the styling and position of the button a bit - Should probably just use a static method and put src_url as context instead of having a template tag | ||||
| | * | | Merge branch 'main' into Simplify-the-bot-contributing-guide | 2023-04-22 | -2/+3 | ||
| | |\ \ | |||||
| | | * | | Make unittests independent of GitHub (#948) | 2023-04-22 | -2/+3 | ||
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This fixes a problem where running the unit tests successively a lot would result in 403 ratelimit exceeded errors being thrown due to the GitHub API being called by the app. Fixes #918 Co-authored-by: wookie184 <[email protected]> | ||||
| | * | | | Seperate manual configuration out of the main bot contributing guide | 2023-04-22 | -288/+257 | ||
| | |/ / | | | | | | | | | | | | | Also update the guide to be far simpler, and less words to read for our contributors to get setup. | ||||
| | * | | Crosscheck rules between API and static rules | 2023-04-21 | -1/+1 | ||
| | | | | |||||
| * | | | update forgotten mentions of sir-lancebot-commands channel | 2023-05-07 | -4/+5 | ||
| | | | | | | | | | | | | | | | | | | | | | | | | This also updates: - docker compose commands - use fake redis env var | ||||
| * | | | remove unused cycle_frequency env var | 2023-05-07 | -1/+0 | ||
| | | | | |||||
| * | | | remove defaults column | 2023-05-07 | -17/+17 | ||
| | | | | | | | | | | | | | | | | fix sir lancebot pg env var name | ||||
| * | | | update all env var names | 2023-05-06 | -62/+52 | ||
| |/ / | |||||
| * | | Update rule 5 (#942) | 2023-04-16 | -1/+1 | ||
| | | | | | | | | | "may break laws, breach terms of services, or are malicious or inappropriate." -> "may violate terms of service, or that may be deemed inappropriate, malicious, or illegal." | ||||
| * | | Merge branch 'main' into config-scaffolding-guide | 2023-04-07 | -56/+193 | ||
| |\ \ | |||||
| | * | | Register cleanup job after module load | 2023-03-25 | -5/+1 | ||
| | | | | |||||
| | * | | Drop dependency to pyfakefs | 2023-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. | ||||
| | * | | Update mention of the partners channel | 2023-03-21 | -3/+1 | ||
| | | | | | | | | | | | | Fixes #868. | ||||
| | * | | Subclassing context.md (#703) | 2023-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) | 2023-03-21 | -3/+3 | ||
| | | | | | | | | | | | | Fixes #900. | ||||
| | * | | Add Rule 10 for ChatGPT answers (#910) | 2023-03-21 | -0/+1 | ||
| | | | | |||||
| | * | | Merge branch 'main' into upate-pyversion-for-sir-guide | 2023-02-28 | -11/+10 | ||
| | |\ \ | |||||
| | | * | | remove trashcan emoji from required variables | 2023-02-28 | -1/+0 | ||
| | | | | | |||||
| | | * | | Update description of `TRASHCAN_EMOJI` according to review | 2023-02-26 | -3/+2 | ||
| | | | | | |||||
| | | * | | Contributing Page->Sir Lancebot: update description | 2023-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 version | 2023-02-28 | -1/+1 | ||
| | | | | | |||||
| | * | | | bump python version to 3.10 | 2023-02-28 | -1/+1 | ||
| | |/ / | |||||
| | * | | fix: change other references of vcokltfre.dev to vco.sh | 2023-02-13 | -2/+2 | ||
| | | | | |||||
| | * | | Update ANSI guide with new pictures, formatting & titles | 2023-01-17 | -6/+17 | ||
| | | | | |||||
| * | | | improve wording of a couple sections | 2023-04-07 | -6/+4 | ||
| | | | | |||||
| * | | | remove redundant talk about .env | 2023-04-06 | -25/+17 | ||
| | | | | |||||
| * | | | replace docker-compose with docker compose | 2023-04-01 | -11/+12 | ||
| | | | | |||||
| * | | | apply wookie's suggestion to setting variables | 2023-04-01 | -6/+11 | ||
| | | | | | | | | | | | | | | | | apply wookie's suggestion to setting variables | ||||
| * | | | lose all references to site and replace with the suitable changes | 2023-04-01 | -4/+14 | ||
| | | | | |||||
| * | | | add hyperlink to open an issue | 2023-03-13 | -1/+1 | ||
| | | | |