Commits
Click on a commit to change the comparison rangechore: Add pytest-codspeed for benchmarking (#3585)
* chore: Add pytest-codspeed for benchmarking (#3585)
* chore: Add benchmarking with pytest-codspeed for info and reports endpoints
* chore: Add CSRF_TRUSTED_ORIGINS=localhost to pyproject.toml
* chore: Update environment variables in codspeed.yml and pyproject.toml
* fix: correct pytest command
* chore: update the name
* chore: clean-up7 months ago
by derkweijers chore(deps): bump the package-updates group with 5 updates (#3587)
Bumps the package-updates group with 5 updates:
| Package | From | To |
| --- | --- | --- |
| [sentry-sdk](https://github.com/getsentry/sentry-python) | `2.7.1` | `2.9.0` |
| [django-storages](https://github.com/jschneier/django-storages) | `1.14.3` | `1.14.4` |
| [boto3](https://github.com/boto/boto3) | `1.34.140` | `1.34.144` |
| [coverage](https://github.com/nedbat/coveragepy) | `7.5.4` | `7.6.0` |
| [ruff](https://github.com/astral-sh/ruff) | `0.5.1` | `0.5.2` |
Updates `sentry-sdk` from 2.7.1 to 2.9.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/2.7.1...2.9.0)
Updates `django-storages` from 1.14.3 to 1.14.4
- [Changelog](https://github.com/jschneier/django-storages/blob/master/CHANGELOG.rst)
- [Commits](https://github.com/jschneier/django-storages/compare/1.14.3...1.14.4)
Updates `boto3` from 1.34.140 to 1.34.144
- [Release notes](https://github.com/boto/boto3/releases)
- [Commits](https://github.com/boto/boto3/compare/1.34.140...1.34.144)
Updates `coverage` from 7.5.4 to 7.6.0
- [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.5.4...7.6.0)
Updates `ruff` from 0.5.1 to 0.5.2
- [Release notes](https://github.com/astral-sh/ruff/releases)
- [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md)
- [Commits](https://github.com/astral-sh/ruff/compare/0.5.1...0.5.2)
---
updated-dependencies:
- dependency-name: sentry-sdk
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: package-updates
- dependency-name: django-storages
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: package-updates
- dependency-name: boto3
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: package-updates
- dependency-name: coverage
dependency-type: direct:development
update-type: version-update:semver-minor
dependency-group: package-updates
- dependency-name: ruff
dependency-type: direct:development
update-type: version-update:semver-patch
dependency-group: package-updates
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>7 months ago
by dependabot[bot] feat(#3589): optimize admin querysets (#3590)
* feat(#3589): optimize admin querysets
* chore: add docstrings and cleanup
---------
Co-authored-by: Derk Weijers <derk@weijers.xyz> chore(deps): bump the package-updates group with 5 updates (#3588)
Bumps the package-updates group with 5 updates:
| Package | From | To |
| --- | --- | --- |
| [sentry-sdk](https://github.com/getsentry/sentry-python) | `2.9.0` | `2.10.0` |
| [boto3](https://github.com/boto/boto3) | `1.34.144` | `1.34.145` |
| [logfire](https://github.com/pydantic/logfire) | `0.46.1` | `0.47.0` |
| [pytest](https://github.com/pytest-dev/pytest) | `8.2.2` | `8.3.1` |
| [ruff](https://github.com/astral-sh/ruff) | `0.5.2` | `0.5.4` |
Updates `sentry-sdk` from 2.9.0 to 2.10.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/2.9.0...2.10.0)
Updates `boto3` from 1.34.144 to 1.34.145
- [Release notes](https://github.com/boto/boto3/releases)
- [Commits](https://github.com/boto/boto3/compare/1.34.144...1.34.145)
Updates `logfire` from 0.46.1 to 0.47.0
- [Release notes](https://github.com/pydantic/logfire/releases)
- [Changelog](https://github.com/pydantic/logfire/blob/main/CHANGELOG.md)
- [Commits](https://github.com/pydantic/logfire/compare/v0.46.1...v0.47.0)
Updates `pytest` from 8.2.2 to 8.3.1
- [Release notes](https://github.com/pytest-dev/pytest/releases)
- [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst)
- [Commits](https://github.com/pytest-dev/pytest/compare/8.2.2...8.3.1)
Updates `ruff` from 0.5.2 to 0.5.4
- [Release notes](https://github.com/astral-sh/ruff/releases)
- [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md)
- [Commits](https://github.com/astral-sh/ruff/compare/0.5.2...0.5.4)
---
updated-dependencies:
- dependency-name: sentry-sdk
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: package-updates
- dependency-name: boto3
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: package-updates
- dependency-name: logfire
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: package-updates
- dependency-name: pytest
dependency-type: direct:development
update-type: version-update:semver-minor
dependency-group: package-updates
- dependency-name: ruff
dependency-type: direct:development
update-type: version-update:semver-patch
dependency-group: package-updates
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Derk Weijers <derkweijers@users.noreply.github.com>7 months ago
by dependabot[bot] chore(deps): bump CodSpeedHQ/action from 2 to 3 (#3592)6 months ago
by dependabot[bot] chore(deps): bump the package-updates group with 6 updates (#3594)
Bumps the package-updates group with 6 updates:
| Package | From | To |
| --- | --- | --- |
| [django-filter](https://github.com/carltongibson/django-filter) | `24.2` | `24.3` |
| [sentry-sdk](https://github.com/getsentry/sentry-python) | `2.11.0` | `2.12.0` |
| [boto3](https://github.com/boto/boto3) | `1.34.149` | `1.34.153` |
| [logfire](https://github.com/pydantic/logfire) | `0.48.0` | `0.48.1` |
| [coverage](https://github.com/nedbat/coveragepy) | `7.6.0` | `7.6.1` |
| [ruff](https://github.com/astral-sh/ruff) | `0.5.5` | `0.5.6` |
Updates `django-filter` from 24.2 to 24.3
- [Release notes](https://github.com/carltongibson/django-filter/releases)
- [Changelog](https://github.com/carltongibson/django-filter/blob/main/CHANGES.rst)
- [Commits](https://github.com/carltongibson/django-filter/compare/24.2...24.3)
Updates `sentry-sdk` from 2.11.0 to 2.12.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/2.11.0...2.12.0)
Updates `boto3` from 1.34.149 to 1.34.153
- [Release notes](https://github.com/boto/boto3/releases)
- [Commits](https://github.com/boto/boto3/compare/1.34.149...1.34.153)
Updates `logfire` from 0.48.0 to 0.48.1
- [Release notes](https://github.com/pydantic/logfire/releases)
- [Changelog](https://github.com/pydantic/logfire/blob/main/CHANGELOG.md)
- [Commits](https://github.com/pydantic/logfire/compare/v0.48.0...v0.48.1)
Updates `coverage` from 7.6.0 to 7.6.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.6.0...7.6.1)
Updates `ruff` from 0.5.5 to 0.5.6
- [Release notes](https://github.com/astral-sh/ruff/releases)
- [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md)
- [Commits](https://github.com/astral-sh/ruff/compare/0.5.5...0.5.6)
---
updated-dependencies:
- dependency-name: django-filter
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: package-updates
- dependency-name: sentry-sdk
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: package-updates
- dependency-name: boto3
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: package-updates
- dependency-name: logfire
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: package-updates
- dependency-name: coverage
dependency-type: direct:development
update-type: version-update:semver-patch
dependency-group: package-updates
- dependency-name: ruff
dependency-type: direct:development
update-type: version-update:semver-patch
dependency-group: package-updates
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>6 months ago
by dependabot[bot] feat: favicon for admin (#3593)6 months ago
by derkweijers chore(deps): bump django from 4.2.14 to 4.2.15 (#3595)
Bumps [django](https://github.com/django/django) from 4.2.14 to 4.2.15.
- [Commits](https://github.com/django/django/compare/4.2.14...4.2.15)
---
updated-dependencies:
- dependency-name: django
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>6 months ago
by dependabot[bot] chore(deps): bump the package-updates group with 6 updates (#3596)
Bumps the package-updates group with 6 updates:
| Package | From | To |
| --- | --- | --- |
| [django](https://github.com/django/django) | `4.2.14` | `4.2.15` |
| [pyyaml](https://github.com/yaml/pyyaml) | `6.0.1` | `6.0.2` |
| [gunicorn](https://github.com/benoitc/gunicorn) | `22.0.0` | `23.0.0` |
| [boto3](https://github.com/boto/boto3) | `1.34.153` | `1.34.158` |
| [logfire](https://github.com/pydantic/logfire) | `0.48.1` | `0.50.1` |
| [ruff](https://github.com/astral-sh/ruff) | `0.5.6` | `0.5.7` |
Updates `django` from 4.2.14 to 4.2.15
- [Commits](https://github.com/django/django/compare/4.2.14...4.2.15)
Updates `pyyaml` from 6.0.1 to 6.0.2
- [Release notes](https://github.com/yaml/pyyaml/releases)
- [Changelog](https://github.com/yaml/pyyaml/blob/main/CHANGES)
- [Commits](https://github.com/yaml/pyyaml/compare/6.0.1...6.0.2)
Updates `gunicorn` from 22.0.0 to 23.0.0
- [Release notes](https://github.com/benoitc/gunicorn/releases)
- [Commits](https://github.com/benoitc/gunicorn/compare/22.0.0...23.0.0)
Updates `boto3` from 1.34.153 to 1.34.158
- [Release notes](https://github.com/boto/boto3/releases)
- [Commits](https://github.com/boto/boto3/compare/1.34.153...1.34.158)
Updates `logfire` from 0.48.1 to 0.50.1
- [Release notes](https://github.com/pydantic/logfire/releases)
- [Changelog](https://github.com/pydantic/logfire/blob/main/CHANGELOG.md)
- [Commits](https://github.com/pydantic/logfire/compare/v0.48.1...v0.50.1)
Updates `ruff` from 0.5.6 to 0.5.7
- [Release notes](https://github.com/astral-sh/ruff/releases)
- [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md)
- [Commits](https://github.com/astral-sh/ruff/compare/0.5.6...0.5.7)
---
updated-dependencies:
- dependency-name: django
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: package-updates
- dependency-name: pyyaml
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: package-updates
- dependency-name: gunicorn
dependency-type: direct:production
update-type: version-update:semver-major
dependency-group: package-updates
- dependency-name: boto3
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: package-updates
- dependency-name: logfire
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: package-updates
- dependency-name: ruff
dependency-type: direct:development
update-type: version-update:semver-patch
dependency-group: package-updates
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Derk Weijers <derkweijers@users.noreply.github.com>6 months ago
by dependabot[bot] chore: revert log settings to defaults (#3597)6 months ago
by derkweijers Update settings.py6 months ago
by derkweijers chore(deps): bump the package-updates group with 4 updates (#3600)
Bumps the package-updates group with 4 updates: [markdown](https://github.com/Python-Markdown/markdown), [sentry-sdk](https://github.com/getsentry/sentry-python), [boto3](https://github.com/boto/boto3) and [ruff](https://github.com/astral-sh/ruff).
Updates `markdown` from 3.6 to 3.7
- [Release notes](https://github.com/Python-Markdown/markdown/releases)
- [Changelog](https://github.com/Python-Markdown/markdown/blob/master/docs/changelog.md)
- [Commits](https://github.com/Python-Markdown/markdown/compare/3.6...3.7)
Updates `sentry-sdk` from 2.12.0 to 2.13.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/2.12.0...2.13.0)
Updates `boto3` from 1.34.158 to 1.35.0
- [Release notes](https://github.com/boto/boto3/releases)
- [Commits](https://github.com/boto/boto3/compare/1.34.158...1.35.0)
Updates `ruff` from 0.5.7 to 0.6.1
- [Release notes](https://github.com/astral-sh/ruff/releases)
- [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md)
- [Commits](https://github.com/astral-sh/ruff/compare/0.5.7...0.6.1)
---
updated-dependencies:
- dependency-name: markdown
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: package-updates
- dependency-name: sentry-sdk
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: package-updates
- dependency-name: boto3
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: package-updates
- dependency-name: ruff
dependency-type: direct:development
update-type: version-update:semver-minor
dependency-group: package-updates
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Derk Weijers <derkweijers@users.noreply.github.com>6 months ago
by dependabot[bot] chore(deps): bump the package-updates group with 4 updates (#3601)
Bumps the package-updates group with 4 updates: [django-celery-beat](https://github.com/celery/django-celery-beat), [boto3](https://github.com/boto/boto3), [logfire](https://github.com/pydantic/logfire) and [ruff](https://github.com/astral-sh/ruff).
Updates `django-celery-beat` from 2.6.0 to 2.7.0
- [Release notes](https://github.com/celery/django-celery-beat/releases)
- [Changelog](https://github.com/celery/django-celery-beat/blob/main/Changelog)
- [Commits](https://github.com/celery/django-celery-beat/compare/v2.6.0...v2.7.0)
Updates `boto3` from 1.35.0 to 1.35.5
- [Release notes](https://github.com/boto/boto3/releases)
- [Commits](https://github.com/boto/boto3/compare/1.35.0...1.35.5)
Updates `logfire` from 0.50.1 to 0.51.0
- [Release notes](https://github.com/pydantic/logfire/releases)
- [Changelog](https://github.com/pydantic/logfire/blob/main/CHANGELOG.md)
- [Commits](https://github.com/pydantic/logfire/compare/v0.50.1...v0.51.0)
Updates `ruff` from 0.6.1 to 0.6.2
- [Release notes](https://github.com/astral-sh/ruff/releases)
- [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md)
- [Commits](https://github.com/astral-sh/ruff/compare/0.6.1...0.6.2)
---
updated-dependencies:
- dependency-name: django-celery-beat
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: package-updates
- dependency-name: boto3
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: package-updates
- dependency-name: logfire
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: package-updates
- dependency-name: ruff
dependency-type: direct:development
update-type: version-update:semver-patch
dependency-group: package-updates
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>5 months ago
by dependabot[bot] chore(deps): bump the package-updates group with 4 updates (#3602)5 months ago
by dependabot[bot] chore(deps): bump the package-updates group with 6 updates (#3603)5 months ago
by dependabot[bot] feat: add health checks (#3586)
* feat: add health checks
* chore: Remove unused psycopg2_binary packages
* chore(deps): bump the package-updates group with 4 updates (#3602)
* chore(deps): bump the package-updates group with 6 updates (#3603)
* refactor: Optimize code for better performance
* chore(deps): bump the package-updates group with 6 updates (#3603)
---------
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>5 months ago
by derkweijers feat: add environment variable for Sentry environment (#3604)5 months ago
by derkweijers chore(deps): bump the package-updates group with 3 updates (#3605)
Bumps the package-updates group with 3 updates: [boto3](https://github.com/boto/boto3), [logfire](https://github.com/pydantic/logfire) and [ruff](https://github.com/astral-sh/ruff).
Updates `boto3` from 1.35.18 to 1.35.19
- [Release notes](https://github.com/boto/boto3/releases)
- [Commits](https://github.com/boto/boto3/compare/1.35.18...1.35.19)
Updates `logfire` from 0.51.0 to 0.52.0
- [Release notes](https://github.com/pydantic/logfire/releases)
- [Changelog](https://github.com/pydantic/logfire/blob/main/CHANGELOG.md)
- [Commits](https://github.com/pydantic/logfire/compare/v0.51.0...v0.52.0)
Updates `ruff` from 0.6.4 to 0.6.5
- [Release notes](https://github.com/astral-sh/ruff/releases)
- [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md)
- [Commits](https://github.com/astral-sh/ruff/compare/0.6.4...0.6.5)
---
updated-dependencies:
- dependency-name: boto3
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: package-updates
- dependency-name: logfire
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: package-updates
- dependency-name: ruff
dependency-type: direct:development
update-type: version-update:semver-patch
dependency-group: package-updates
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>5 months ago
by dependabot[bot] feat: start using uv (#3606)
* feat: start using uv
* chore: update workflows to use uv
* chore: update project name to "spaceflightnewsapi"
* chore: update project name to "snapy"
* chore: Update Dockerfile to use uv for project dependencies
* chore: Update Dockerfile to use uv for project dependencies
* chore: Update workflows to use uv for dependency management
* chore: Update Python version in production and staging workflows
* chore: Update version in pyproject.toml using inputs.version4 months ago
by derkweijers