aboutsummaryrefslogtreecommitdiffstats
path: root/postgres (unfollow)
Commit message (Collapse)AuthorLines
2022-10-08Add infraction channel settingGravatar mbaruh-1/+22
2022-10-07Properly add dm_embed to serializersGravatar mbaruh-0/+1
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]>
2022-10-01Bring back enabled categoriesGravatar mbaruh-7/+18
There needs to be a way to only enable a filter in a specific category, so this setting now fulfills that role. Disabled channels can be used to disable a filter in a specific channel within the category.
2022-09-30Fix send_alert not being added correctly in serializersGravatar mbaruh-0/+1
2022-09-30Increase Request Timeout For GitHub APIGravatar Hassan Abouelela-1/+1
Signed-off-by: Hassan Abouelela <[email protected]>
2022-09-30Downgrade sentry-sdk To 1.9.8Gravatar Hassan Abouelela-5/+5
Sentry 1.9.9 seems to be highly broken, with issues such as not being able to install on python 3.9, and more relevantly to this project major performance slowdowns on certain requests. Signed-off-by: Hassan Abouelela <[email protected]>
2022-09-30Fix Failing Pre-Commit HookGravatar Hassan Abouelela-1/+0
The flake8 pre-commit hook was failing due to a configuration error with the latest pre-commit and flake8 versions. Signed-off-by: Hassan Abouelela <[email protected]>
2022-09-30Fix B026 Linting ErrorsGravatar Hassan Abouelela-1/+1
Signed-off-by: Hassan Abouelela <[email protected]>
2022-09-30Bump To Django 4.1.1 & Update DependenciesGravatar Hassan Abouelela-463/+441
Update outdated and broken dependencies. Signed-off-by: Hassan Abouelela <[email protected]>
2022-09-30Switch To Coveralls ActionGravatar Hassan Abouelela-6/+8
The coveralls package has consistently caused issues for us, so it made sense to switch to something that's a little more decoupled, especially when it has official support. Switching is simple, since coverage.py can natively generate the format used by the coveralls action, and everything else is plug and play. Signed-off-by: Hassan Abouelela <[email protected]>