aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeLines
...
| | * | | | | | | Use `extend-ignore` instead of `ignore` in flake8 configGravatar wookie1842023-01-16-1/+1
| |/ / / / / / / |/| | | | | | | | | | | | | | | This prevents off-by-default rules from being overridden and turned on
* | | | | | | | Merge pull request #836 from python-discord/dependabot/pip/gitpython-3.1.30Gravatar Xithrius2023-01-14-4/+4
|\ \ \ \ \ \ \ \
| * | | | | | | | Bump gitpython from 3.1.29 to 3.1.30Gravatar dependabot[bot]2023-01-14-4/+4
|/ / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [gitpython](https://github.com/gitpython-developers/GitPython) from 3.1.29 to 3.1.30. - [Release notes](https://github.com/gitpython-developers/GitPython/releases) - [Changelog](https://github.com/gitpython-developers/GitPython/blob/main/CHANGES) - [Commits](https://github.com/gitpython-developers/GitPython/compare/3.1.29...3.1.30) --- updated-dependencies: - dependency-name: gitpython dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]>
* | | | | | | | Merge pull request #835 from ↵Gravatar Xithrius2023-01-14-5/+5
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | | | | | | | | | | python-discord/dependabot/pip/pymdown-extensions-9.9.1
| * | | | | | | Bump pymdown-extensions from 9.9 to 9.9.1Gravatar dependabot[bot]2023-01-14-5/+5
|/ / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [pymdown-extensions](https://github.com/facelessuser/pymdown-extensions) from 9.9 to 9.9.1. - [Release notes](https://github.com/facelessuser/pymdown-extensions/releases) - [Commits](https://github.com/facelessuser/pymdown-extensions/compare/9.9...9.9.1) --- updated-dependencies: - dependency-name: pymdown-extensions dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
* | | | | | | Merge pull request #828 from python-discord/dependabot/pip/whitenoise-6.3.0Gravatar Xithrius2023-01-14-5/+5
|\ \ \ \ \ \ \
| * | | | | | | Bump whitenoise from 6.2.0 to 6.3.0Gravatar dependabot[bot]2023-01-14-5/+5
|/ / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [whitenoise](https://github.com/evansd/whitenoise) from 6.2.0 to 6.3.0. - [Release notes](https://github.com/evansd/whitenoise/releases) - [Changelog](https://github.com/evansd/whitenoise/blob/main/docs/changelog.rst) - [Commits](https://github.com/evansd/whitenoise/compare/6.2.0...6.3.0) --- updated-dependencies: - dependency-name: whitenoise dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
* | | | | | | Merge pull request #827 from python-discord/dependabot/pip/django-4.1.5Gravatar Xithrius2023-01-14-5/+5
|\ \ \ \ \ \ \
| * | | | | | | Bump django from 4.1.4 to 4.1.5Gravatar dependabot[bot]2023-01-14-5/+5
|/ / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [django](https://github.com/django/django) from 4.1.4 to 4.1.5. - [Release notes](https://github.com/django/django/releases) - [Commits](https://github.com/django/django/compare/4.1.4...4.1.5) --- updated-dependencies: - dependency-name: django dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
* | | | | | | Merge pull request #830 from python-discord/dependabot/pip/httpx-0.23.3Gravatar Xithrius2023-01-14-5/+5
|\ \ \ \ \ \ \
| * | | | | | | Bump httpx from 0.23.1 to 0.23.3Gravatar dependabot[bot]2023-01-14-5/+5
|/ / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [httpx](https://github.com/encode/httpx) from 0.23.1 to 0.23.3. - [Release notes](https://github.com/encode/httpx/releases) - [Changelog](https://github.com/encode/httpx/blob/master/CHANGELOG.md) - [Commits](https://github.com/encode/httpx/compare/0.23.1...0.23.3) --- updated-dependencies: - dependency-name: httpx dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
* | | | | | | Merge pull request #834 from python-discord/dependabot/pip/coverage-7.0.5Gravatar Xithrius2023-01-14-592/+592
|\ \ \ \ \ \ \
| * | | | | | | Bump coverage from 7.0.1 to 7.0.5Gravatar dependabot[bot]2023-01-11-592/+592
|/ / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [coverage](https://github.com/nedbat/coveragepy) from 7.0.1 to 7.0.5. - [Release notes](https://github.com/nedbat/coveragepy/releases) - [Changelog](https://github.com/nedbat/coveragepy/blob/master/CHANGES.rst) - [Commits](https://github.com/nedbat/coveragepy/compare/7.0.1...7.0.5) --- updated-dependencies: - dependency-name: coverage dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
| * / / / / / 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
| | | | | |
| | | | | * update url of site_apiGravatar shtlrs2023-03-09-1/+1
| | | | | |
| | | | | * clarify where redis values should be overridenGravatar shtlrs2023-03-08-1/+2
| | | | | |
| | | | | * make GUILD_ID always requiredGravatar shtlrs2023-03-08-1/+1
| | | | | |
| | | | | * update prefix to underscore: _Gravatar shtlrs2023-03-08-308/+308
| | | | | |
| | | | | * appease linterGravatar shtlrs2023-03-02-1/+1
| | | | | |
| | | | | * add a section that details help forum setupGravatar shtlrs2023-03-02-0/+18
| | | | | |
| | | | | * update all instances of bootstrap_config with botstrapGravatar shtlrs2023-03-02-2/+2
| | | | | |
| | | | | * Appease linterGravatar shtlrs2023-02-28-1/+1
| | | | | |
| | | | | * use concrete ids for the channel examplesGravatar shtlrs2023-02-28-6/+6
| | | | | |
| | | | | * Mention that only necessary component IDs needs to be added when configuring ↵Gravatar shtlrs2023-02-28-2/+3
| | | | | | | | | | | | | | | | | | | | | | | | manually
| | | | | * Use "Python program" instead of "Python code" to describe the scriptGravatar shtlrs2023-02-28-1/+2
| | | | | |
| | | | | * Update the note about ignoring .envGravatar shtlrs2023-02-28-2/+2
| | | | | |
| | | | | * prefix sentry_dsn & trace_loggers with `bot.`Gravatar Amrou2023-02-26-13/+13
| | | | | |
| | | | | * update appendix to use the "." separatorGravatar Amrou2023-02-26-19/+19
| | | | | |
| | | | | * remove usage of the Field classGravatar Amrou2023-02-25-4/+2
| | | | | |
| | | | | * add old config commentsGravatar Amrou2023-02-25-1/+17
| | | | | |
| | | | | * enclose config appendix in yaml code blocksGravatar Amrou2023-02-25-1/+3
| | | | | |