aboutsummaryrefslogtreecommitdiffstats
path: root/manage.py (unfollow)
Commit message (Collapse)AuthorLines
2022-12-09Bump flake8-bugbear from 22.10.27 to 22.12.6Gravatar dependabot[bot]-5/+5
Bumps [flake8-bugbear](https://github.com/PyCQA/flake8-bugbear) from 22.10.27 to 22.12.6. - [Release notes](https://github.com/PyCQA/flake8-bugbear/releases) - [Commits](https://github.com/PyCQA/flake8-bugbear/compare/22.10.27...22.12.6) --- updated-dependencies: - dependency-name: flake8-bugbear dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
2022-12-09Bump flake8 from 5.0.4 to 6.0.0Gravatar dependabot[bot]-14/+14
Bumps [flake8](https://github.com/pycqa/flake8) from 5.0.4 to 6.0.0. - [Release notes](https://github.com/pycqa/flake8/releases) - [Commits](https://github.com/pycqa/flake8/compare/5.0.4...6.0.0) --- updated-dependencies: - dependency-name: flake8 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
2022-12-09Bump pymdown-extensions from 9.8 to 9.9Gravatar dependabot[bot]-5/+5
Bumps [pymdown-extensions](https://github.com/facelessuser/pymdown-extensions) from 9.8 to 9.9. - [Release notes](https://github.com/facelessuser/pymdown-extensions/releases) - [Commits](https://github.com/facelessuser/pymdown-extensions/compare/9.8...9.9) --- updated-dependencies: - dependency-name: pymdown-extensions dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
2022-12-09Bump flake8-import-order from 0.18.1 to 0.18.2Gravatar dependabot[bot]-5/+5
Bumps [flake8-import-order](https://github.com/PyCQA/flake8-import-order) from 0.18.1 to 0.18.2. - [Release notes](https://github.com/PyCQA/flake8-import-order/releases) - [Changelog](https://github.com/PyCQA/flake8-import-order/blob/master/CHANGELOG.rst) - [Commits](https://github.com/PyCQA/flake8-import-order/compare/0.18.1...0.18.2) --- updated-dependencies: - dependency-name: flake8-import-order dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
2022-12-09Bump django from 4.1.3 to 4.1.4Gravatar dependabot[bot]-5/+5
Bumps [django](https://github.com/django/django) from 4.1.3 to 4.1.4. - [Release notes](https://github.com/django/django/releases) - [Commits](https://github.com/django/django/compare/4.1.3...4.1.4) --- updated-dependencies: - dependency-name: django dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
2022-12-09Bump certifi from 2022.9.24 to 2022.12.7Gravatar dependabot[bot]-3/+3
Bumps [certifi](https://github.com/certifi/python-certifi) from 2022.9.24 to 2022.12.7. - [Release notes](https://github.com/certifi/python-certifi/releases) - [Commits](https://github.com/certifi/python-certifi/compare/2022.09.24...2022.12.07) --- updated-dependencies: - dependency-name: certifi dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]>
2022-12-06Fix 404 for commit message documentGravatar Johannes Christ-3/+1
Closes #809.
2022-12-04Updates for docker hosting guideGravatar Exenifix-10/+10
2022-12-04Update ↵Gravatar Exenifix-1/+1
pydis_site/apps/content/resources/guides/python-guides/docker-hosting-guide.md Co-authored-by: Vivek Ashokkumar <[email protected]>
2022-12-04Update ↵Gravatar Exenifix-1/+1
pydis_site/apps/content/resources/guides/python-guides/docker-hosting-guide.md Co-authored-by: Vivek Ashokkumar <[email protected]>
2022-12-04Update ↵Gravatar Exenifix-1/+1
pydis_site/apps/content/resources/guides/python-guides/docker-hosting-guide.md Co-authored-by: Vivek Ashokkumar <[email protected]>
2022-12-02Rename vps_services.md to vps-services.md (#808)Gravatar Robin-0/+0
Rename `vps_services.md` to `vps-services.md` (notice the dash) to not have to update old messages linking here
2022-11-29minor grammarGravatar Scott Noyes-1/+1
plural noun "things" requires plural verb "are"
2022-11-23Bump sentry-sdk from 1.11.0 to 1.11.1Gravatar dependabot[bot]-5/+5
Bumps [sentry-sdk](https://github.com/getsentry/sentry-python) from 1.11.0 to 1.11.1. - [Release notes](https://github.com/getsentry/sentry-python/releases) - [Changelog](https://github.com/getsentry/sentry-python/blob/master/CHANGELOG.md) - [Commits](https://github.com/getsentry/sentry-python/compare/1.11.0...1.11.1) --- updated-dependencies: - dependency-name: sentry-sdk dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
2022-11-21Bump httpx from 0.23.0 to 0.23.1Gravatar dependabot[bot]-6/+6
Bumps [httpx](https://github.com/encode/httpx) from 0.23.0 to 0.23.1. - [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.0...0.23.1) --- updated-dependencies: - dependency-name: httpx dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
2022-11-20Delete vps-services.md (#799)Gravatar Robin-31/+0
2022-11-20Appeased the requests from reviews.Gravatar Xithrius-20/+19
2022-11-19Fix error when invoking manage.py with no commandsGravatar wookie184-1/+1
2022-11-17Include users with no messages in response, and simplify response formatGravatar wookie184-13/+10
2022-11-15Bump sentry-sdk from 1.10.1 to 1.11.0Gravatar dependabot[bot]-5/+6
Bumps [sentry-sdk](https://github.com/getsentry/sentry-python) from 1.10.1 to 1.11.0. - [Release notes](https://github.com/getsentry/sentry-python/releases) - [Changelog](https://github.com/getsentry/sentry-python/blob/master/CHANGELOG.md) - [Commits](https://github.com/getsentry/sentry-python/compare/1.10.1...1.11.0) --- updated-dependencies: - dependency-name: sentry-sdk dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
2022-11-12Made stuff and things even betterGravatar Xithrius-2/+2
2022-11-12Made static PEM image betterGravatar Xithrius-0/+0
2022-11-12Migrated from #discord-bot pinGravatar Xithrius-0/+23
2022-11-12Appeased the formatterGravatar Xithrius-6/+6
2022-11-12Bump pymdown-extensions from 9.7 to 9.8Gravatar dependabot[bot]-5/+7
Bumps [pymdown-extensions](https://github.com/facelessuser/pymdown-extensions) from 9.7 to 9.8. - [Release notes](https://github.com/facelessuser/pymdown-extensions/releases) - [Commits](https://github.com/facelessuser/pymdown-extensions/compare/9.7...9.8) --- updated-dependencies: - dependency-name: pymdown-extensions dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
2022-11-12Bump cryptography from 38.0.1 to 38.0.3Gravatar dependabot[bot]-27/+29
Bumps [cryptography](https://github.com/pyca/cryptography) from 38.0.1 to 38.0.3. - [Release notes](https://github.com/pyca/cryptography/releases) - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pyca/cryptography/compare/38.0.1...38.0.3) --- updated-dependencies: - dependency-name: cryptography dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]>
2022-11-05Bump django from 4.1.2 to 4.1.3Gravatar dependabot[bot]-11/+11
Bumps [django](https://github.com/django/django) from 4.1.2 to 4.1.3. - [Release notes](https://github.com/django/django/releases) - [Commits](https://github.com/django/django/compare/4.1.2...4.1.3) --- updated-dependencies: - dependency-name: django dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
2022-11-02Change the endpoint to be a POST not a GETGravatar wookie184-29/+13
2022-10-28Clarify Code IntentionsGravatar Hassan Abouelela-6/+8
Signed-off-by: Hassan Abouelela <[email protected]>
2022-10-28Implicitly Close Client Using `with`Gravatar Hassan Abouelela-22/+19
Signed-off-by: Hassan Abouelela <[email protected]>
2022-10-28Use `casefold` Instead Of `lower`Gravatar Hassan Abouelela-1/+1
Signed-off-by: Hassan Abouelela <[email protected]>
2022-10-28Clean Up TypingGravatar Hassan Abouelela-6/+3
Signed-off-by: Hassan Abouelela <[email protected]>
2022-10-28Update pydis_site/apps/content/utils.pyGravatar Hassan Abouelela-1/+1
Co-authored-by: Johannes Christ <[email protected]>
2022-10-28Bump psql version in docker-composeGravatar Boris Muratov-1/+1
2022-10-27Add tests for metricity activity endpointGravatar wookie184-0/+100
2022-10-27Add API endpoint for activity dataGravatar wookie184-1/+59
I really had to work against DRF to get this working. Using the validator manually here isn't ideal but I couldn't see an obvious better way without adding a bunch of boilerplate code. It seems to work.
2022-10-27Add metricity query for messages in past n daysGravatar wookie184-0/+28
Takes multiple users for efficiency as we may want to calculate this for many users at once.
2022-10-27Bump flake8-bugbear from 22.10.25 to 22.10.27Gravatar dependabot[bot]-5/+5
Bumps [flake8-bugbear](https://github.com/PyCQA/flake8-bugbear) from 22.10.25 to 22.10.27. - [Release notes](https://github.com/PyCQA/flake8-bugbear/releases) - [Commits](https://github.com/PyCQA/flake8-bugbear/compare/22.10.25...22.10.27) --- updated-dependencies: - dependency-name: flake8-bugbear dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
2022-10-26Bump sentry-sdk from 1.9.10 to 1.10.1Gravatar dependabot[bot]-5/+6
Bumps [sentry-sdk](https://github.com/getsentry/sentry-python) from 1.9.10 to 1.10.1. - [Release notes](https://github.com/getsentry/sentry-python/releases) - [Changelog](https://github.com/getsentry/sentry-python/blob/master/CHANGELOG.md) - [Commits](https://github.com/getsentry/sentry-python/compare/1.9.10...1.10.1) --- updated-dependencies: - dependency-name: sentry-sdk dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
2022-10-26Bump pyjwt from 2.5.0 to 2.6.0Gravatar dependabot[bot]-23/+10
Bumps [pyjwt](https://github.com/jpadilla/pyjwt) from 2.5.0 to 2.6.0. - [Release notes](https://github.com/jpadilla/pyjwt/releases) - [Changelog](https://github.com/jpadilla/pyjwt/blob/master/CHANGELOG.rst) - [Commits](https://github.com/jpadilla/pyjwt/commits) --- updated-dependencies: - dependency-name: pyjwt dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
2022-10-26Bump psycopg2-binary from 2.9.4 to 2.9.5Gravatar dependabot[bot]-62/+71
Bumps [psycopg2-binary](https://github.com/psycopg/psycopg2) from 2.9.4 to 2.9.5. - [Release notes](https://github.com/psycopg/psycopg2/releases) - [Changelog](https://github.com/psycopg/psycopg2/blob/master/NEWS) - [Commits](https://github.com/psycopg/psycopg2/commits) --- updated-dependencies: - dependency-name: psycopg2-binary dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
2022-10-25Bump flake8-bugbear from 22.9.23 to 22.10.25Gravatar dependabot[bot]-7/+7
Bumps [flake8-bugbear](https://github.com/PyCQA/flake8-bugbear) from 22.9.23 to 22.10.25. - [Release notes](https://github.com/PyCQA/flake8-bugbear/releases) - [Commits](https://github.com/PyCQA/flake8-bugbear/compare/22.9.23...22.10.25) --- updated-dependencies: - dependency-name: flake8-bugbear dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
2022-10-25Update off-topic etiquette to reflect server size (#785)Gravatar Gustav Odinger-1/+1
With more than 350k members, saying that we have “tens of thousands of members” seems like an understatement.
2022-10-19Use 4 spaces as tabGravatar Robin-22/+22
Uses 4 spaces for a tab rather than two, as is convention
2022-10-12`REPO_TOKEN` env var obliteratedGravatar Xithrius-1/+0
2022-10-12Bump django from 4.1.1 to 4.1.2Gravatar dependabot[bot]-7/+7
Bumps [django](https://github.com/django/django) from 4.1.1 to 4.1.2. - [Release notes](https://github.com/django/django/releases) - [Commits](https://github.com/django/django/compare/4.1.1...4.1.2) --- updated-dependencies: - dependency-name: django dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
2022-10-12Bump psycopg2-binary from 2.9.3 to 2.9.4Gravatar dependabot[bot]-66/+66
Bumps [psycopg2-binary](https://github.com/psycopg/psycopg2) from 2.9.3 to 2.9.4. - [Release notes](https://github.com/psycopg/psycopg2/releases) - [Changelog](https://github.com/psycopg/psycopg2/blob/master/NEWS) - [Commits](https://github.com/psycopg/psycopg2/commits) --- updated-dependencies: - dependency-name: psycopg2-binary dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
2022-10-10Bump pyfakefs from 4.7.0 to 5.0.0Gravatar dependabot[bot]-5/+5
Bumps [pyfakefs](https://github.com/pytest-dev/pyfakefs) from 4.7.0 to 5.0.0. - [Release notes](https://github.com/pytest-dev/pyfakefs/releases) - [Changelog](https://github.com/pytest-dev/pyfakefs/blob/main/CHANGES.md) - [Commits](https://github.com/pytest-dev/pyfakefs/compare/v4.7.0...v5.0.0) --- updated-dependencies: - dependency-name: pyfakefs dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
2022-10-07Add info about working with snekbox 3.11 on botGravatar Chris Lovering-2/+8
2022-10-04Bump sentry-sdk from 1.9.8 to 1.9.10Gravatar dependabot[bot]-5/+5
Bumps [sentry-sdk](https://github.com/getsentry/sentry-python) from 1.9.8 to 1.9.10. - [Release notes](https://github.com/getsentry/sentry-python/releases) - [Changelog](https://github.com/getsentry/sentry-python/blob/master/CHANGELOG.md) - [Commits](https://github.com/getsentry/sentry-python/compare/1.9.8...1.9.10) --- updated-dependencies: - dependency-name: sentry-sdk dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>