- Conditionally include debug toolbar middleware and URLs in development mode
(
3fc5178
)
- Conditionally add debug toolbar to installed apps in development mode
(
2338cc7
)
- Add debug toolbar to installed apps in development mode
(
217d83b
)
-
Add cache health check to startup probe (
18abba4
) -
Add django-debug-toolbar for improved debugging support (
eeeda3c
) -
Add GraphQL support information to API description (
d63137d
) -
Add launch configuration for debugging Django app in VSCode (
1379a8d
) -
Add throttling configuration for API requests (
9d71be1
) -
Update API throttling settings to limit anonymous requests to 5 per second (
58a4761
)
- Add order_by to queryset
(
e96ca9b
)
- Add caching to the api
(
b13e17f
)
feat: add caching to the api
- Add Redis support and middleware configuration
(
a139e06
)
-
feat: add graphql (#3632)
-
feat: add GraphQL support with schema and queries for articles, blogs, and reports
-
feat: extend GraphQL schema to include Launch and Event types with new queries for articles and blogs by news site, launch, and event
-
refactor: remove logging configuration from settings.py
-
feat: add NewsSite type to GraphQL schema and fix typo in LaunchType fields
-
feat: implement GraphQL types and queries for Article, Blog, Report, Launch, Event, and NewsSite
-
feat: update GraphQL types to use custom filter classes for Article, Blog, and Report
-
feat: enhance article and blog queries with ordering by published date
-
fix: remove ordering from all_articles query in GraphQL schema
-
chore: sync pyproject
-
chore: ignore type beceause it's not available
-
build: 4.17.0-rc.1
Automatically generated by python-semantic-release
-
chore: update harvester to 0.10.0
-
fix: update commit message format for semantic release
-
build: 4.17.0-rc.2
-
chore: remove unused pika-stubs
-
feat: generate the label dynamically
-
feat(#3630): add django admin dark theme (#3633)
-
feat(#3630): django admin dark theme
-
fix: update STATIC_ROOT and add STATICFILES_DIRS for improved static file handling
Co-authored-by: Derk Weijers derk@weijers.xyz
- chore: package updates
Co-authored-by: semantic-release
Co-authored-by: Arnaud Muller 32609359+Nosudrum@users.noreply.github.com
Bumps astral-sh/setup-uv from 3 to 4. - Release notes - Commits
--- updated-dependencies: - dependency-name: astral-sh/setup-uv dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] support@github.com
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps WyriHaximus/github-action-helm3 from 4.0.1 to 4.0.2. - Release notes - Commits
--- updated-dependencies: - dependency-name: WyriHaximus/github-action-helm3 dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] support@github.com
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
-
feat: added commitizen
-
feat: added config for commitizen
-
feat: added psr config
-
feat: add GitHub Actions workflow for semantic release
- Update harvester dependency version to 0.9.0 in pyproject.toml and uv.lock
(
83150a0
)
- Package updates
(
b62599a
)
- Simplify existence checks for articles, blogs, and reports by removing title filter
(
05748a6
)
-
Remove AMQP configuration from .env.example and update Dockerfile to use apt-get upgrade (
82bb1b3
) -
Revert "feat: update Dockerfile to install Google Chrome and wget (#3623)" (#3624,
d455fef
)
This reverts commit dcd179dee3aaaded83a25777b44c9c0e5c103d8d.
- Update harvester dependency version to 0.7.0 in pyproject.toml and uv.lock
(
49c2f98
)
-
feat: update Dockerfile to install Google Chrome and wget
-
chore: update harvester dependency to version 0.5.0 in pyproject.toml and uv.lock
-
refactor: change log level from info to debug for existing blog and report checks
-
chore: package updates
-
feat: add repository credentials as inputs for build-image action
-
feat: optimize Dockerfile by adding multi-stage build for improved image size
-
Add UV_INDEX_TSD credentials to GitHub workflows for enhanced security (
a013715
) -
deps: Bump mikepenz/action-junit-report from 4 to 5 (#3618,
28a0543
)
-
chore: remove deprecated importer
-
feat: add the new importer app
-
feat: add uv variables for private packages
-
feat: new importer app with the harvester lib
-
feat: add logging configuration to settings
-
chore: update pre-commit hooks to latest versions
-
feat: implement news processing commands with logging
-
feat: add harvester dependency and configure uv sources
-
feat: enhance news processing with blog and report handling, improve logging
-
refactor: optimize news site retrieval by caching news_sites query
-
refactor: remove Celery integration and add ll commands
-
refactor: remove timeout from client options and set it directly in httpx.Client
-
refactor: remove timeout from client options to comply with security guidelines
-
chore: add UV_INDEX_TSD credentials to GitHub workflows for enhanced security
-
refactor: remove Makefile as it is no longer needed
-
chore: add UV_INDEX_TSD credentials to setup-python action for enhanced security
-
chore: add registry credentials inputs to setup-python action for improved security
-
chore: Revert "chore: add registry credentials inputs to setup-python action for improved security"
This reverts commit 18c5a670450606fbe0c65cbc770f9f0a1f9010bf.
- chore: Revert "chore: add UV_INDEX_TSD credentials to setup-python action for enhanced security"
This reverts commit 47769de0472e5927c4b0ad1a99bd4d640745c098.
-
chore: update setup-python action for improved security and credential management
-
chore: update UV version and action reference in setup-python action
-
chore: remove unused AMQP settings from configuration
This reverts commit efe115308501d033e8738495f3af82ea9b9504ea.
- chore: Update project configuration and dependencies
- Remove unused build-system configuration - Add version.py file to store project version - Update usage of importlib.metadata to use version from version.py - Update uv.lock to use virtual source for snapy package
-
chore: Update version in src/version.py
-
chore: Update test workflow and mypy configuration
-
chore: Update pytest configuration and add pythonpath to pyproject.toml
- feat: add profiles to docker-compose services
Add the "profiles" configuration to the docker-compose services for consuming, beat, and worker. This allows for better management and customization of the services.
Refactor the docker-compose.yml file to include the "profiles" option with the value "all" for each service.
Closes #<issue_number>
-
feat: going to a src layout
-
chore: making life a bit easier
-
refactor: update exclude path for ruff linting
-
refactor: update Dockerfile to include src directory
-
refactor: remove unnecessary VSCode configuration files
-
refactor: remove CodSpeed benchmark workflow
-
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 workflows to use uv for dependency management
-
chore: Update Python version in production and staging workflows
-
chore: Update version in pyproject.toml using inputs.version
Bumps the package-updates group with 3 updates: boto3, logfire and ruff.
Updates boto3
from 1.35.18 to 1.35.19 - Release notes -
Commits
Updates logfire
from 0.51.0 to 0.52.0 - Release
notes -
Changelog -
Commits
Updates ruff
from 0.6.4 to 0.6.5 - Release notes -
Changelog -
Commits
--- 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-name: ruff dependency-type: direct:development
...
Signed-off-by: dependabot[bot] support@github.com
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps the package-updates group with 4 updates: django-celery-beat, boto3, logfire and ruff.
Updates django-celery-beat
from 2.6.0 to 2.7.0 - Release
notes -
Changelog -
Commits
Updates boto3
from 1.35.0 to 1.35.5 - Release notes -
Commits
Updates logfire
from 0.50.1 to 0.51.0 - Release
notes -
Changelog -
Commits
Updates ruff
from 0.6.1 to 0.6.2 - Release notes -
Changelog -
Commits
--- 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-name: logfire dependency-type: direct:production
-
dependency-name: ruff dependency-type: direct:development
...
Signed-off-by: dependabot[bot] support@github.com
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
-
deps: Bump the package-updates group with 4 updates (#3602,
b08ab11
) -
deps: Bump the package-updates group with 6 updates (#3603,
d3530d6
) -
deps: Update logfire to version 0.51.0 (
24023bc
)
-
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
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps the package-updates group with 4 updates: markdown, sentry-sdk, boto3 and ruff.
Updates markdown
from 3.6 to 3.7 - Release
notes -
Changelog -
Commits
Updates sentry-sdk
from 2.12.0 to 2.13.0 - Release
notes -
Changelog -
Commits
Updates boto3
from 1.34.158 to 1.35.0 - Release notes -
Commits
Updates ruff
from 0.5.7 to 0.6.1 - Release notes -
Changelog -
Commits
--- 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
-
dependency-name: boto3 dependency-type: direct:production
-
dependency-name: ruff dependency-type: direct:development
...
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
Bumps django from 4.2.14 to 4.2.15. - Commits
--- 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>
Bumps the package-updates group with 6 updates:
| Package | From | To | | --- | --- | --- | | django | 4.2.14
| 4.2.15
| | pyyaml | 6.0.1
| 6.0.2
| |
gunicorn | 22.0.0
| 23.0.0
| |
boto3 | 1.34.153
| 1.34.158
| |
logfire | 0.48.1
| 0.50.1
| |
ruff | 0.5.6
| 0.5.7
|
Updates django
from 4.2.14 to 4.2.15 -
Commits
Updates pyyaml
from 6.0.1 to 6.0.2 - Release notes -
Changelog -
Commits
Updates gunicorn
from 22.0.0 to 23.0.0 - Release
notes -
Commits
Updates boto3
from 1.34.153 to 1.34.158 - Release notes
Updates logfire
from 0.48.1 to 0.50.1 - Release
notes -
Changelog -
Commits
Updates ruff
from 0.5.6 to 0.5.7 - Release notes -
Changelog -
Commits
--- 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
-
dependency-name: gunicorn dependency-type: direct:production
update-type: version-update:semver-major
-
dependency-name: boto3 dependency-type: direct:production
-
dependency-name: logfire dependency-type: direct:production
update-type: version-update:semver-minor
- dependency-name: ruff dependency-type: direct:development
...
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
-
deps: Bump the package-updates group with 6 updates (#3591,
14ad9c5
) -
deps: Bump the package-updates group with 6 updates (#3594,
fefc21a
)
Bumps the package-updates group with 6 updates:
| Package | From | To | | --- | --- | --- | |
django-filter | 24.2
| 24.3
| |
sentry-sdk | 2.11.0
| 2.12.0
| |
boto3 | 1.34.149
| 1.34.153
| |
logfire | 0.48.0
| 0.48.1
| |
coverage | 7.6.0
| 7.6.1
| |
ruff | 0.5.5
| 0.5.6
|
Updates django-filter
from 24.2 to 24.3 - Release
notes -
Changelog -
Commits
Updates sentry-sdk
from 2.11.0 to 2.12.0 - Release
notes -
Changelog -
Commits
Updates boto3
from 1.34.149 to 1.34.153 - Release notes
Updates logfire
from 0.48.0 to 0.48.1 - Release
notes -
Changelog -
Commits
Updates coverage
from 7.6.0 to 7.6.1 - Release
notes -
Changelog -
Commits
Updates ruff
from 0.5.5 to 0.5.6 - Release notes -
Changelog -
Commits
--- 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
-
dependency-name: boto3 dependency-type: direct:production
update-type: version-update:semver-patch
-
dependency-name: logfire dependency-type: direct:production
-
dependency-name: coverage dependency-type: direct:development
-
dependency-name: ruff dependency-type: direct:development
...
Signed-off-by: dependabot[bot] support@github.com
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
-
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-up
Bumps the package-updates group with 5 updates:
| Package | From | To | | --- | --- | --- | |
sentry-sdk | 2.7.1
| 2.9.0
| |
django-storages | 1.14.3
| 1.14.4
| |
boto3 | 1.34.140
| 1.34.144
| |
coverage | 7.5.4
| 7.6.0
| |
ruff | 0.5.1
| 0.5.2
|
Updates sentry-sdk
from 2.7.1 to 2.9.0 - Release
notes -
Changelog -
Commits
Updates django-storages
from 1.14.3 to 1.14.4 -
Changelog -
Commits
Updates boto3
from 1.34.140 to 1.34.144 - Release notes
Updates coverage
from 7.5.4 to 7.6.0 - Release
notes -
Changelog -
Commits
Updates ruff
from 0.5.1 to 0.5.2 - Release notes -
Changelog -
Commits
--- 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-name: boto3 dependency-type: direct:production
-
dependency-name: coverage dependency-type: direct:development
-
dependency-name: ruff dependency-type: direct:development
...
Signed-off-by: dependabot[bot] support@github.com
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps the package-updates group with 5 updates:
| Package | From | To | | --- | --- | --- | |
sentry-sdk | 2.9.0
| 2.10.0
| |
boto3 | 1.34.144
| 1.34.145
| |
logfire | 0.46.1
| 0.47.0
| |
pytest | 8.2.2
| 8.3.1
| |
ruff | 0.5.2
| 0.5.4
|
Updates sentry-sdk
from 2.9.0 to 2.10.0 - Release
notes -
Changelog -
Commits
Updates boto3
from 1.34.144 to 1.34.145 - Release notes
Updates logfire
from 0.46.1 to 0.47.0 - Release
notes -
Changelog -
Commits
Updates pytest
from 8.2.2 to 8.3.1 - Release
notes -
Changelog -
Commits
Updates ruff
from 0.5.2 to 0.5.4 - Release notes -
Changelog -
Commits
--- 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-name: logfire dependency-type: direct:production
-
dependency-name: pytest dependency-type: direct:development
-
dependency-name: ruff dependency-type: direct:development
...
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
-
feat(#3589): optimize admin querysets
-
chore: add docstrings and cleanup
Co-authored-by: Derk Weijers derk@weijers.xyz
- Update deployment workflows to use GITHUB_TOKEN instead of CR_PAT
(
ebc38e7
)
-
chore: Add write permissions to delete_runs job in cleanup workflow
-
chore: Remove token from cleanup workflow
Remove the token from the cleanup workflow to ensure that it is not exposed in the repository. The token was previously used for authentication but is no longer necessary. This change improves the security of the repository.
- chore: Schedule cleanup tasks to run daily at midnight
To automate the cleanup tasks, the cleanup workflow has been updated to include a schedule that runs the workflow daily at midnight. This change ensures that the cleanup tasks are executed regularly, improving the maintenance of the repository.
-
Update deployment workflows to use GITHUB_TOKEN instead of CR_PAT (#3584,
0dbfba1
) -
Update Python and Poetry setup in tests workflow (#3578,
7ed7fcf
)
-
chore: Update Python and Poetry setup in tests workflow
-
chore: Update linters and set SECRET_KEY in tests workflow
-
chore: Update tests workflow with environment variables
-
chore: Update tests workflow with secrets and environment variables
-
chore: Update tests workflow with CSRF_TRUSTED_ORIGIN environment variable
-
fix: fix version that's being tested
-
chore: Update tests workflow to install project in editable mode
-
chore: Update tests workflow to include CELERY_BROKER_URL environment variable
-
chore: Update LL_URL with default value in settings.py
-
chore: Update tests workflow to include project installation in editable mode
-
chore: Update tests workflow to include SENTRY_DSN environment variable
Bumps certifi from 2024.6.2 to 2024.7.4. - Commits
--- updated-dependencies: - dependency-name: certifi dependency-type: indirect
...
Signed-off-by: dependabot[bot] support@github.com
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps the package-updates group with 2 updates: boto3 and ruff.
Updates boto3
from 1.34.136 to 1.34.140 - Release notes
Updates ruff
from 0.5.0 to 0.5.1 - Release notes -
Changelog -
Commits
--- updated-dependencies: - dependency-name: boto3 dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: package-updates
- dependency-name: ruff dependency-type: direct:development
...
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
-
Refactor Dockerfile for improved file copying and project installation (#3577,
38a5392
) -
Update workflow name to reflect deployment to staging environment (
a2ed519
)
-
Also commit so it gets picked up by the build context (
00d2ba5
) -
Bump version to ${{ inputs.version }} (
e93ac33
) -
Commit through an action (
3f21753
) -
Copy files to temporary directory for build context (
b3faf29
) -
Load all (
d96d21f
) -
Refactor Dockerfile for improved file copying and project installation (
b070e27
)
-
Remove unused files and configurations from repository (
66d8d0f
) -
Update Dockerfile to include manage.py in file copying (
cf10c86
) -
Update Dockerfile to include README.md in file copying (
9f83d32
) -
Update Dockerfile to use COPY instead of ADD for file copying (
9f30a2d
)
-
Automatically set the date when not present (
b53ffea
) -
Back to minio for now (
fa48041
) -
Back to minio for now (
4153864
) -
Call to
super()
as required by the linter (2a799a6
) -
Cleanup (
59e171b
) -
Content not saving (
7f6f585
) -
Default debug is false (
b6a100a
) -
Exposed Django port (
e5f0790
) -
Fix n-related issue (
7bd8a78
) -
Get news_site by primary key (
2d0f0af
) -
Make mypy happy again (
f3ff85b
) -
Missing deps (
2fb6b7b
) -
Move to python 3.11 (
3fdb362
) -
Readme updates (
7b50237
) -
Remove black and use ruff (
3a7b057
) -
Remove space from updated_at field (
6bd3188
) -
Search on id as well (
770652b
) -
Test match the new code (
9154e64
) -
Updated readme through a pr (
b3f4242
) -
Updated readme through a pr (
200e293
) -
Use the correct user and db (
38faffd
) -
admin: Add
image_url
field to news items admin (81a621b
) -
snapy/settings.py: Set the correct timezone (
278b7b1
)
-
Added github workflow logic (
b00a238
) -
deps: Bump django-cors-headers from 4.2.0 to 4.3.0 (#3346,
7525e8f
)
Bumps django-cors-headers from 4.2.0 to 4.3.0.
--- updated-dependencies: - dependency-name: django-cors-headers dependency-type: direct:production
update-type: version-update:semver-minor
...
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
- build(deps): bump markdown from 3.4.4 to 3.5
Bumps markdown from 3.4.4 to 3.5. - Changelog - Commits
--- updated-dependencies: - dependency-name: markdown dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] support@github.com
- chore: updated lock
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Derk Weijers derkweijers@users.noreply.github.com
Co-authored-by: Derk Weijers derk@weijers.xyz
Bumps sentry-sdk from 1.23.1 to 1.25.0. - Release notes - Changelog - Commits
--- updated-dependencies: - dependency-name: sentry-sdk dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] support@github.com
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps sentry-sdk from 1.31.0 to 1.32.0. - Release notes - Changelog - Commits
--- updated-dependencies: - dependency-name: sentry-sdk dependency-type: direct:production
update-type: version-update:semver-minor
...
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
Bumps urllib3 from 2.0.5 to 2.0.6. - Release notes - Changelog - Commits
--- updated-dependencies: - dependency-name: urllib3 dependency-type: indirect
...
Signed-off-by: dependabot[bot] support@github.com
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps urllib3 from 2.0.6 to 2.0.7. - Release notes - Changelog - Commits
--- updated-dependencies: - dependency-name: urllib3 dependency-type: indirect
...
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
Bumps black from 23.9.1 to 23.10.0. - Release notes - Changelog - Commits
--- updated-dependencies: - dependency-name: black dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] support@github.com
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps django-stubs from 4.2.4 to 4.2.5. - Release notes - Commits
--- updated-dependencies: - dependency-name: django-stubs dependency-type: direct:development
update-type: version-update:semver-patch
...
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
Bumps djangorestframework-stubs from 3.14.3 to 3.14.4. - Release notes - Commits
--- updated-dependencies: - dependency-name: djangorestframework-stubs dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] support@github.com
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps pytest-django from 4.5.2 to 4.6.0. - Release notes - Changelog - Commits
--- updated-dependencies: - dependency-name: pytest-django dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] support@github.com
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps pytest-env from 1.1.0 to 1.1.1. - Release notes - Commits
--- updated-dependencies: - dependency-name: pytest-env dependency-type: direct:development
update-type: version-update:semver-patch
...
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
Bumps ruff from 0.1.2 to 0.1.3. - Release notes - Changelog - Commits
--- updated-dependencies: - dependency-name: ruff dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] support@github.com
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
-
Added id for newssites on admin (
1a51ccd
) -
Added run config template for django (
8581ec6
) -
Alter update_et fields (
8887a76
) -
Clean-up tests (
9b9630c
) -
Cleanup (
f8862a4
) -
Cleanup (
846e749
) -
Cleanup (
df76de8
) -
Cleanup (
4b3b4fc
) -
Cleanup (
fef8bde
) -
Cleanup (
900648b
) -
Cleanup and vscode settings (
4675d2f
) -
Consistent urls (
544e0fb
) -
Dev compose only starts secondary services (
d39cddf
) -
Don't update readme for now (
b33b79f
) -
Don't update readme for now (
7b08e52
) -
Env example with s3 stuff (
5e81a90
) -
Improved logging, stolen from ll2 muahaha (
42c62cf
) -
Linting (
0bce20a
) -
Linting (
7896d43
) -
Linting (
9bc52d4
) -
Linting (
63eef22
) -
Make the queue durable (
2d1ef91
) -
Maunally ran pre-commit with new black (
c73b127
) -
More aws setings (
5c8fad1
) -
Moved the serializers to the correct app (
4542868
) -
Moving the mq stuff to its own app (
883f84c
) -
No sonarqube (
9674e90
) -
Package updates (
1b0d66b
) -
Package updates (
e369f5a
)
-
fix: set the max limit to 500. fixes #857
-
chore: package updates
-
chore: reformat test
-
fix: add env variables
-
chore: more envs
-
chore: add services to the right job
-
chore: cleanup
-
Remove unused services from docker-compose files (
8872873
) -
Remove unused variables (
fba77e5
) -
Restart db when needed (
70243eb
) -
Some cleanup (
11d6db7
) -
Speedup health check (
d421280
) -
Switch from using attributes to a decorator for custom admin stuff (
9c8a016
) -
Switch to ruff format (
2fc5869
) -
Type checking is done with mypy (
ad6d79b
) -
Update all deps (
e07556f
) -
Update all references to python 3.12 (
4c82e43
) -
Update Django and Sentry configurations (
78ac827
) -
Update Dockerfile to include image source label (
d8b8278
) -
Update Dockerfile to include project installation in final image (
eb83bbc
) -
Update permissions in staging workflow for k8s deployment (
521fd57
) -
Update Python and Poetry setup in staging workflow (
c47f92f
) -
Update staging workflow for k8s deployment (
4b6b550
) -
Update staging workflow for k8s deployment (
bd3a36f
) -
Update staging workflow for k8s deployment (
631311e
) -
Update staging workflow for k8s deployment (
c1a7825
) -
Update staging workflow for k8s deployment (
d14681b
) -
Update staging workflow for k8s deployment (
b64085e
) -
Update staging workflow for k8s deployment (
4ba87a1
) -
Update staging workflow for k8s deployment (
22fcd46
) -
Update staging workflow for k8s deployment (
df21117
) -
Update staging workflow for k8s deployment (
0d5fa54
) -
Update staging workflow for k8s deployment (
da518c8
) -
Update staging workflow for k8s deployment (
8247fde
) -
Update staging workflow for k8s deployment (
76b8a6d
) -
Update staging workflow for k8s deployment (
6764bd8
) -
Update staging workflow for k8s deployment (
9d5f2ac
) -
Update staging workflow for k8s deployment (
df1ac65
) -
Update staging workflow for k8s deployment (
221bc42
) -
Updated docker config (
45600e6
) -
Updated variables (
defa92f
) -
Updates (
81bba08
)
-
chore: updates
-
chore: renaming some things
-
chore: group dependabot update
-
chore: update django-stubs to version 4.2
-
chore: update pre-commit hooks and dependencies
Bumps boto3 from 1.34.99 to 1.34.108. - Release notes - Changelog - Commits
--- updated-dependencies: - dependency-name: boto3 dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] support@github.com
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps the package-updates group with 1 update: boto3.
Updates boto3
from 1.34.135 to 1.34.136 - Release notes
--- updated-dependencies: - dependency-name: boto3 dependency-type: direct:production
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
-
deps: Bump django-filter from 23.5 to 24.2 (
59dc7fc
)
Bumps django-filter from 23.5 to 24.2. - Release notes - Changelog - Commits
--- updated-dependencies: - dependency-name: django-filter dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] support@github.com
Bumps docker/build-push-action from 5 to 6. - Release notes - Commits
--- updated-dependencies: - dependency-name: docker/build-push-action dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] support@github.com
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps sentry-sdk from 1.45.0 to 2.1.1. - Release notes - Changelog - Commits
--- updated-dependencies: - dependency-name: sentry-sdk dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] support@github.com
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Renovate Bot bot@renovateapp.com
-
deps: Update actions/setup-python action to v5 (#3424,
2bf7e1b
) -
deps: Update codacy/codacy-analysis-cli-action digest to 240c610 (#3372,
14588cb
)
Co-authored-by: Renovate Bot bot@renovateapp.com
-
deps: Update dependency bandit to v1.7.7 (
c5f76d0
) -
deps: Update dependency bandit to v1.7.8 (
970c1fc
)
Co-authored-by: Renovate Bot bot@renovateapp.com
-
deps: Update dependency black to v24 (
7673d60
) -
deps: Update dependency boto3 to v1.34.61 (
822f7f7
) -
deps: Update dependency boto3 to v1.34.63 (
e03baa8
) -
deps: Update dependency boto3 to v1.34.64 (
d46698e
) -
deps: Update dependency boto3 to v1.34.65 (
be9935e
) -
deps: Update dependency boto3 to v1.34.67 (
b6d056a
) -
deps: Update dependency boto3 to v1.34.68 (
a294fb7
) -
deps: Update dependency boto3 to v1.34.69 (
164dbee
) -
deps: Update dependency boto3 to v1.34.70 (
6cfdb4d
) -
deps: Update dependency boto3 to v1.34.71 (
3b695e5
) -
deps: Update dependency boto3 to v1.34.76 (
3aa4415
) -
deps: Update dependency boto3 to v1.34.77 (
7500f54
) -
deps: Update dependency boto3 to v1.34.78 (
b5be966
) -
deps: Update dependency boto3 to v1.34.79 (
66ea6bb
) -
deps: Update dependency boto3 to v1.34.80 (
c95ea4e
) -
deps: Update dependency boto3 to v1.34.81 (
ae2e1e4
) -
deps: Update dependency boto3 to v1.34.82 (
fc487f9
) -
deps: Update dependency boto3 to v1.34.83 (
ea93795
) -
deps: Update dependency boto3 to v1.34.84 (
065a707
) -
deps: Update dependency boto3 to v1.34.86 (
f748a57
) -
deps: Update dependency boto3 to v1.34.87 (
ff5e0a7
) -
deps: Update dependency boto3 to v1.34.88 (
cc22bd4
)
Co-authored-by: Renovate Bot bot@renovateapp.com
-
deps: Update dependency celery to v5.4.0 (
90d2023
)
Co-authored-by: Renovate Bot bot@renovateapp.com
-
deps: Update dependency coverage to v7.4.1 (
75c32fd
) -
deps: Update dependency coverage to v7.4.3 (
526a1c8
) -
deps: Update dependency coverage to v7.4.4 (
170a9be
) -
deps: Update dependency django to v4.2.10 (
05f0c04
) -
deps: Update dependency django to v4.2.11 (
e1e04db
)
Co-authored-by: Renovate Bot bot@renovateapp.com
Co-authored-by: Renovate Bot bot@renovateapp.com
-
deps: Update dependency django-celery-beat to v2.6.0 (
9693676
) -
deps: Update dependency django-cors-headers to v4.3.1 (#3401,
319b280
)
Co-authored-by: Renovate Bot bot@renovateapp.com
-
deps: Update dependency django-filter to v23.4 (#3403,
a2c452b
) -
deps: Update dependency django-filter to v23.5 (#3414,
59777dc
)
Co-authored-by: Renovate Bot bot@renovateapp.com
-
deps: Update dependency django-filter to v24 (
4cb6c9f
) -
deps: Update dependency django-filter to v24 (
504b11d
) -
deps: Update dependency django-stubs to v4.2.7 (#3415,
473ee90
)
Co-authored-by: Renovate Bot bot@renovateapp.com
Co-authored-by: Renovate Bot bot@renovateapp.com
-
deps: Update dependency djangorestframework to v3.15.0 (
447bef0
) -
deps: Update dependency djangorestframework to v3.15.1 (
d9c4876
) -
deps: Update dependency djangorestframework-stubs to v3.14.5 (#3420,
0282148
)
Co-authored-by: Renovate Bot bot@renovateapp.com
-
deps: Update dependency drf-spectacular to ^0.27.0 (#3422,
28ab126
) -
deps: Update dependency drf-spectacular to v0.27.1 (
d67a124
) -
deps: Update dependency drf-spectacular to v0.27.1 (
7f8d25a
) -
deps: Update dependency drf-spectacular to v0.27.2 (
f4fbf2f
) -
deps: Update dependency environs to v10.2.0 (#3441,
c308453
) -
deps: Update dependency environs to v10.3.0 (
5e23da8
) -
deps: Update dependency environs to v10.3.0 (#3444,
be73d7b
)
Co-authored-by: Renovate Bot bot@renovateapp.com
Co-authored-by: Renovate Bot bot@renovateapp.com
-
deps: Update dependency httpx to ^0.27.0 (
529c5d2
)
Co-authored-by: Renovate Bot bot@renovateapp.com
Co-authored-by: Renovate Bot bot@renovateapp.com
Co-authored-by: Renovate Bot bot@renovateapp.com
-
deps: Update dependency markdown to v3.6 (
e614e61
)
Co-authored-by: Renovate Bot bot@renovateapp.com
-
deps: Update dependency mypy to v1.8.0 (
58221a5
) -
deps: Update dependency pytest to v8 (
f47a323
) -
deps: Update dependency pytest to v8.0.2 (
d947253
) -
deps: Update dependency pytest to v8.1.1 (
15d62ec
) -
deps: Update dependency pytest-cov to v5 (
6d90415
) -
deps: Update dependency pytest-django to v4.7.0 (#3392,
82ccd3a
) -
deps: Update dependency pytest-django to v4.8.0 (
1d84e86
) -
deps: Update dependency pytest-env to v1.1.3 (#3408,
ef05628
)
Co-authored-by: Renovate Bot bot@renovateapp.com
-
deps: Update dependency pyupgrade to v3.15.1 (
0e8a4e6
) -
deps: Update dependency pyupgrade to v3.15.2 (
22dc193
) -
deps: Update dependency ruff to ^0.2.0 (
e63a99f
) -
deps: Update dependency ruff to ^0.3.0 (
13b1e26
) -
deps: Update dependency ruff to ^0.4.0 (
0d62e29
)
Co-authored-by: Renovate Bot bot@renovateapp.com
-
deps: Update dependency ruff to v0.1.13 (
54744cf
)
Co-authored-by: Renovate Bot bot@renovateapp.com
Co-authored-by: Renovate Bot bot@renovateapp.com
Co-authored-by: Renovate Bot bot@renovateapp.com
Co-authored-by: Renovate Bot bot@renovateapp.com
Co-authored-by: Renovate Bot bot@renovateapp.com
-
deps: Update dependency ruff to v0.2.1 (
1779225
) -
deps: Update dependency ruff to v0.2.2 (
6f5a6bf
) -
deps: Update dependency ruff to v0.3.2 (
ffa60b0
) -
deps: Update dependency ruff to v0.3.3 (
d7ee70f
) -
deps: Update dependency ruff to v0.3.4 (
aae52b1
) -
deps: Update dependency ruff to v0.3.5 (
b49df92
) -
deps: Update dependency ruff to v0.3.7 (
949b9ed
) -
deps: Update dependency sentry-sdk to v1.33.0 (#3379,
5dbc1fc
)
Co-authored-by: Renovate Bot bot@renovateapp.com
Co-authored-by: Renovate Bot bot@renovateapp.com
Co-authored-by: Renovate Bot bot@renovateapp.com
Co-authored-by: Renovate Bot bot@renovateapp.com
Co-authored-by: Renovate Bot bot@renovateapp.com
-
deps: Update dependency sentry-sdk to v1.39.2 (#3442,
bb28e8b
) -
deps: Update dependency sentry-sdk to v1.40.3 (
447584e
) -
deps: Update dependency sentry-sdk to v1.40.5 (
5a6aae3
) -
deps: Update dependency sentry-sdk to v1.41.0 (
c7042ee
) -
deps: Update dependency sentry-sdk to v1.42.0 (
e0de6fb
) -
deps: Update dependency sentry-sdk to v1.43.0 (
2dd4261
) -
deps: Update dependency sentry-sdk to v1.44.0 (
a0764af
) -
deps: Update dependency sentry-sdk to v1.44.1 (
4fb6741
) -
deps: Update dependency sentry-sdk to v1.45.0 (
0e45d86
) -
deps: Update dmvict/clean-workflow-runs action to v1.2.1 (#3373,
0cff04c
)
Co-authored-by: Renovate Bot bot@renovateapp.com
-
deps: Update dmvict/clean-workflow-runs action to v1.2.2 (
618cdee
) -
deps: Update docker/build-push-action action to v5 (#3377,
3c60043
)
Co-authored-by: Renovate Bot bot@renovateapp.com
Co-authored-by: Renovate Bot bot@renovateapp.com
Co-authored-by: Renovate Bot bot@renovateapp.com
Co-authored-by: Renovate Bot bot@renovateapp.com
Bumps the package-updates group with 1 update in the / directory: ruff.
Updates ruff
from 0.4.10 to 0.5.0 - Release notes -
Changelog -
Commits
--- updated-dependencies: - 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>
-
README.md: Removed the shield as Poetry is not supported (
9e7716f
)
Closes #160
-
Add amqp settings (
34a5c3e
) -
Add jet to the stack (
27214a9
) -
Add more tests (
ac2da63
) -
Add staging workflow for k8s (
ba47566
) -
Added a results backend (
791fa5f
) -
Added CORS support (
8c4505e
)
Closes #163
Closes #154
-
feat: added ruff and pre-commit config
-
feat: ruff
- Added tasks to migrate blogs and reports
(
28da950
)
Closes #162
-
Added tests for the consumer (
88492e1
) -
Clean and lean (
e3719e2
) -
Extend autocomplete fields (
11d415d
) -
Hooking up django to the importer queues (
dbcd70c
) -
Made it configurable (
a66e78c
) -
Main logic implemented (
a0462c3
) -
Making sure the queues exist (
a05121c
) -
Move to do s3 for statics (
ff3a981
) -
Moved consumer stuff to its own app (
6e95245
) -
Moved to match/case (
361cf1f
) -
Scraper logic (
69f742f
) -
Switched to drf_spectacular for openapi generation (
837a977
) -
Tests for amqp stuff (
d70bf4e
) -
admin,#3492: Big overhaul of the SNAPI admin panel (
ef3b1b4
) -
api/admin.py: Added sorting on the published_at column (
b3d7434
)
Closes #157