aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeLines
* make generate-sha-tag a dependency for publish-static-reviewGravatar shtlrs2023-03-19-0/+2
|
* align sentry-release file extGravatar shtlrs2023-03-19-1/+1
|
* appease linterGravatar shtlrs2023-03-07-1/+1
|
* correct typo in workflowsGravatar shtlrs2023-03-06-1/+1
|
* always generate sha tagGravatar shtlrs2023-03-06-1/+0
|
* add the main.yaml CI workflowGravatar shtlrs2023-03-06-0/+54
|
* call status_embed from main CIGravatar shtlrs2023-03-06-13/+8
| | | | This also passes the sha-tag as input
* call status_embed on CI completedGravatar shtlrs2023-03-06-3/+1
|
* merge buid & deploy CIsGravatar shtlrs2023-03-06-66/+44
|
* Merge pull request #896 from python-discord/dependabot/pip/django-environ-0.10.0Gravatar Xithrius2023-03-03-6/+6
|\
| * Bump django-environ from 0.9.0 to 0.10.0Gravatar dependabot[bot]2023-03-03-6/+6
|/ | | | | | | | | | | | | | | Bumps [django-environ](https://github.com/joke2k/django-environ) from 0.9.0 to 0.10.0. - [Release notes](https://github.com/joke2k/django-environ/releases) - [Changelog](https://github.com/joke2k/django-environ/blob/main/CHANGELOG.rst) - [Commits](https://github.com/joke2k/django-environ/compare/v0.9.0...v0.10.0) --- updated-dependencies: - dependency-name: django-environ dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
* Merge pull request #894 from python-discord/dependabot/pip/pre-commit-3.1.1Gravatar Xithrius2023-03-02-5/+5
|\
| * Merge branch 'main' into dependabot/pip/pre-commit-3.1.1Gravatar Xithrius2023-03-02-1/+1
| |\ | |/ |/|
* | Merge pull request #895 from ↵Gravatar wookie1842023-03-02-1/+1
|\ \ | | | | | | | | | | | | python-discord/dependabot/github_actions/coverallsapp/github-action-1.2.4 Bump coverallsapp/github-action from 1.2.2 to 1.2.4
| * | Bump coverallsapp/github-action from 1.2.2 to 1.2.4Gravatar dependabot[bot]2023-03-02-1/+1
|/ / | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [coverallsapp/github-action](https://github.com/coverallsapp/github-action) from 1.2.2 to 1.2.4. - [Release notes](https://github.com/coverallsapp/github-action/releases) - [Commits](https://github.com/coverallsapp/github-action/compare/v1.2.2...v1.2.4) --- updated-dependencies: - dependency-name: coverallsapp/github-action dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
| * Bump pre-commit from 3.1.0 to 3.1.1Gravatar dependabot[bot]2023-03-02-5/+5
|/ | | | | | | | | | | | | | | Bumps [pre-commit](https://github.com/pre-commit/pre-commit) from 3.1.0 to 3.1.1. - [Release notes](https://github.com/pre-commit/pre-commit/releases) - [Changelog](https://github.com/pre-commit/pre-commit/blob/main/CHANGELOG.md) - [Commits](https://github.com/pre-commit/pre-commit/compare/v3.1.0...v3.1.1) --- updated-dependencies: - dependency-name: pre-commit dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
* Merge pull request #892 from shtlrs/upate-pyversion-for-sir-guideGravatar Amrou Bellalouna2023-02-28-1/+1
|\ | | | | Bump python version to 3.10 in sir lancebot's conribution guide
| * Merge branch 'main' into upate-pyversion-for-sir-guideGravatar wookie1842023-02-28-251/+296
| |\ | |/ |/|
* | Merge pull request #890 from ↵Gravatar wookie1842023-02-28-1/+1
|\ \ | | | | | | | | | | | | python-discord/dependabot/github_actions/coverallsapp/github-action-1.2.2 Bump coverallsapp/github-action from 1.2.0 to 1.2.2
| * | Bump coverallsapp/github-action from 1.2.0 to 1.2.2Gravatar dependabot[bot]2023-02-28-1/+1
|/ / | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [coverallsapp/github-action](https://github.com/coverallsapp/github-action) from 1.2.0 to 1.2.2. - [Release notes](https://github.com/coverallsapp/github-action/releases) - [Commits](https://github.com/coverallsapp/github-action/compare/v1.2.0...v1.2.2) --- updated-dependencies: - dependency-name: coverallsapp/github-action dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
* | Merge pull request #847 from python-discord/poetry-groupsGravatar Xithrius2023-02-27-176/+222
|\ \
| * | Ensure all deps are installed in CIGravatar Chris Lovering2023-02-27-2/+0
| | |
| * | Don't use the deprecated --without dev in DockerfileGravatar Chris Lovering2023-02-27-1/+1
| | |
| * | Update pyproject.toml to use dependancy groupsGravatar Chris Lovering2023-02-27-173/+221
|/ /
* | Merge pull request #882 from Ibrahim2750mi/contributing/sir-lancebot-descriptionGravatar wookie1842023-02-27-11/+10
|\ \ | | | | | | Contributing Page->Sir Lancebot: update description
| * \ Merge branch 'main' into contributing/sir-lancebot-descriptionGravatar Xithrius2023-02-27-67/+67
| |\ \ | |/ / |/| |
* | | Merge pull request #888 from python-discord/dependabot/pip/python-dotenv-1.0.0Gravatar Xithrius2023-02-27-6/+6
|\ \ \
| * | | Bump python-dotenv from 0.21.1 to 1.0.0Gravatar dependabot[bot]2023-02-27-6/+6
|/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [python-dotenv](https://github.com/theskumar/python-dotenv) from 0.21.1 to 1.0.0. - [Release notes](https://github.com/theskumar/python-dotenv/releases) - [Changelog](https://github.com/theskumar/python-dotenv/blob/main/CHANGELOG.md) - [Commits](https://github.com/theskumar/python-dotenv/compare/v0.21.1...v1.0.0) --- updated-dependencies: - dependency-name: python-dotenv dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
* | | Merge pull request #884 from python-discord/dependabot/pip/pre-commit-3.1.0Gravatar Xithrius2023-02-27-5/+5
|\ \ \
| * | | Bump pre-commit from 3.0.4 to 3.1.0Gravatar dependabot[bot]2023-02-27-5/+5
|/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [pre-commit](https://github.com/pre-commit/pre-commit) from 3.0.4 to 3.1.0. - [Release notes](https://github.com/pre-commit/pre-commit/releases) - [Changelog](https://github.com/pre-commit/pre-commit/blob/main/CHANGELOG.md) - [Commits](https://github.com/pre-commit/pre-commit/compare/v3.0.4...v3.1.0) --- updated-dependencies: - dependency-name: pre-commit dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
* | | Merge pull request #886 from python-discord/dependabot/pip/coverage-7.2.1Gravatar Xithrius2023-02-27-54/+54
|\ \ \
| * | | Bump coverage from 7.1.0 to 7.2.1Gravatar dependabot[bot]2023-02-27-54/+54
|/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [coverage](https://github.com/nedbat/coveragepy) from 7.1.0 to 7.2.1. - [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.1.0...7.2.1) --- updated-dependencies: - dependency-name: coverage dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
* | | Merge pull request #887 from python-discord/dependabot/pip/whitenoise-6.4.0Gravatar Xithrius2023-02-27-5/+5
|\ \ \
| * \ \ Merge branch 'main' into dependabot/pip/whitenoise-6.4.0Gravatar Xithrius2023-02-27-1/+1
| |\ \ \ | |/ / / |/| | |
| * | | Bump whitenoise from 6.3.0 to 6.4.0Gravatar dependabot[bot]2023-02-27-5/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [whitenoise](https://github.com/evansd/whitenoise) from 6.3.0 to 6.4.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.3.0...6.4.0) --- updated-dependencies: - dependency-name: whitenoise dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
| | * | Merge branch 'main' into contributing/sir-lancebot-descriptionGravatar wookie1842023-02-27-1/+1
| | |\ \ | |_|/ / |/| | |
* | | | Merge pull request #889 from ↵Gravatar wookie1842023-02-27-1/+1
|\ \ \ \ | |/ / / |/| | | | | | | | | | | python-discord/dependabot/github_actions/coverallsapp/github-action-1.2.0 Bump coverallsapp/github-action from 1.1.3 to 1.2.0
| * | | Bump coverallsapp/github-action from 1.1.3 to 1.2.0Gravatar dependabot[bot]2023-02-27-1/+1
|/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [coverallsapp/github-action](https://github.com/coverallsapp/github-action) from 1.1.3 to 1.2.0. - [Release notes](https://github.com/coverallsapp/github-action/releases) - [Commits](https://github.com/coverallsapp/github-action/compare/1.1.3...v1.2.0) --- updated-dependencies: - dependency-name: coverallsapp/github-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
| * | 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
|/
* Merge pull request #879 from python-discord/flip-timelineGravatar ChrisJL2023-02-20-302/+301
|\ | | | | Reverse timeline entries so newest entries come first
| * 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.
* Merge pull request #878 from python-discord/dependabot/pip/django-4.1.7Gravatar Xithrius2023-02-19-5/+5
|\
| * Bump django from 4.1.6 to 4.1.7Gravatar dependabot[bot]2023-02-19-5/+5
|/ | | | | | | | | | | | | | Bumps [django](https://github.com/django/django) from 4.1.6 to 4.1.7. - [Release notes](https://github.com/django/django/releases) - [Commits](https://github.com/django/django/compare/4.1.6...4.1.7) --- 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 #877 from ↵Gravatar Xithrius2023-02-19-5/+5
|\ | | | | | | | | | | python-discord/dependabot/pip/flake8-bugbear-23.2.13
| * Bump flake8-bugbear from 23.1.20 to 23.2.13Gravatar dependabot[bot]2023-02-14-5/+5
|/ | | | | | | | | | | | | | Bumps [flake8-bugbear](https://github.com/PyCQA/flake8-bugbear) from 23.1.20 to 23.2.13. - [Release notes](https://github.com/PyCQA/flake8-bugbear/releases) - [Commits](https://github.com/PyCQA/flake8-bugbear/compare/23.1.20...23.2.13) --- updated-dependencies: - dependency-name: flake8-bugbear dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
* Merge pull request #876 from vcokltfre/patch-1Gravatar Boris Muratov2023-02-14-3/+3
|\ | | | | fix: use new domain for bot tutorial resource