aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeLines
* Replace removed path-to-lcov option with new ile option in coveralls CI actionGravatar Chris Lovering2023-03-21-1/+1
|
* Bump coverallsapp/github-action from 1.2.4 to 2.0.0Gravatar dependabot[bot]2023-03-21-1/+1
| | | | | | | | | | | | | | Bumps [coverallsapp/github-action](https://github.com/coverallsapp/github-action) from 1.2.4 to 2.0.0. - [Release notes](https://github.com/coverallsapp/github-action/releases) - [Commits](https://github.com/coverallsapp/github-action/compare/v1.2.4...v2.0.0) --- updated-dependencies: - dependency-name: coverallsapp/github-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
* Merge pull request #908 from python-discord/fix-ciGravatar Amrou Bellalouna2023-03-21-4/+4
|\ | | | | Use the correct id for the sha-tag input
| * Use the correct id for the sha-tag inputGravatar Chris Lovering2023-03-21-4/+4
|/
* Merge pull request #899 from shtlrs/group-all-workflowsGravatar Johannes Christ2023-03-21-134/+149
|\ | | | | Bundle workflows into a main.yaml file
| * Merge branch 'main' into group-all-workflowsGravatar ChrisJL2023-03-21-22/+48
| |\ | |/ |/|
* | Merge pull request #897 from python-discord/mbaruh/timeoutGravatar Boris Muratov2023-03-20-13/+38
|\ \ | | | | | | Migrate infraction type `mute` to `timeout`
| * \ Merge branch 'main' into mbaruh/timeoutGravatar Boris Muratov2023-03-20-19/+50
| |\ \ | |/ / |/| |
* | | Merge pull request #902 from ↵Gravatar Johannes Christ2023-03-16-5/+5
|\ \ \ | | | | | | | | | | | | | | | | python-discord/dependabot/pip/flake8-bugbear-23.3.12 Bump flake8-bugbear from 23.2.13 to 23.3.12
| * | | Bump flake8-bugbear from 23.2.13 to 23.3.12Gravatar dependabot[bot]2023-03-14-5/+5
|/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [flake8-bugbear](https://github.com/PyCQA/flake8-bugbear) from 23.2.13 to 23.3.12. - [Release notes](https://github.com/PyCQA/flake8-bugbear/releases) - [Commits](https://github.com/PyCQA/flake8-bugbear/compare/23.2.13...23.3.12) --- 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 #898 from ↵Gravatar Johannes Christ2023-03-14-5/+6
|\ \ \ | | | | | | | | | | | | | | | | python-discord/dependabot/pip/pymdown-extensions-9.10 Bump pymdown-extensions from 9.9.2 to 9.10
| * | | Bump pymdown-extensions from 9.9.2 to 9.10Gravatar dependabot[bot]2023-03-14-5/+6
|/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [pymdown-extensions](https://github.com/facelessuser/pymdown-extensions) from 9.9.2 to 9.10. - [Release notes](https://github.com/facelessuser/pymdown-extensions/releases) - [Commits](https://github.com/facelessuser/pymdown-extensions/compare/9.9.2...9.10) --- updated-dependencies: - dependency-name: pymdown-extensions dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
| * | Migrate infraction type `mute` to `timeout`Gravatar mbaruh2023-03-04-13/+38
| | |
| | * use provided sha-tag from inputGravatar shtlrs2023-03-21-2/+2
| | |
| | * fix indentation for k8s-deploy job's inputsGravatar shtlrs2023-03-20-2/+2
| | |
| | * use hyphen instead of underscore across all workflow namesGravatar shtlrs2023-03-20-0/+0
| | |
| | * use workflow_call as trigger for sentry-releaseGravatar shtlrs2023-03-20-4/+2
| | | | | | | | | | | | This also updates the worklow's name
| | * use workflow_call as trigger for lint-testGravatar shtlrs2023-03-20-5/+1
| | |
| | * fix indentation for secretsGravatar shtlrs2023-03-19-6/+1
| | |
| | * Merge remote-tracking branch 'origin/group-all-workflows' into ↵Gravatar shtlrs2023-03-19-4/+34
| | |\ | | | | | | | | | | | | group-all-workflows
| | | * Merge branch 'main' into group-all-workflowsGravatar Amrou Bellalouna2023-03-13-4/+34
| | | |\ | |_|_|/ |/| | |
* | | | Merge pull request #824 from python-discord/vivek/add-jump-url-fieldGravatar Amrou Bellalouna2023-03-12-4/+34
|\ \ \ \ | | | | | | | | | | Add jump_url field to infraction model
| * | | | 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-570/+614
| |\ \ \ \ | |/ / / / |/| | | |
| * | | | Remove typoGravatar vivekashok12212023-02-17-1/+1
| | | | |
| * | | | Add jump_url field to infraction modelGravatar vivekashok12212023-02-17-4/+33
| | | | |
| | | * | 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
|/ / /