Skip to content

Maintenance/break out django packages#29

Merged
webstackdev merged 13 commits into
mainfrom
maintenance/break-out-django-packages
Apr 30, 2026
Merged

Maintenance/break out django packages#29
webstackdev merged 13 commits into
mainfrom
maintenance/break-out-django-packages

Conversation

@webstackdev
Copy link
Copy Markdown
Owner

No description provided.

Copy link
Copy Markdown

@github-advanced-security github-advanced-security AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

CodeQL found more than 20 potential problems in the proposed changes. Check the Files changed tab for more details.

Comment thread core/admin.py
+ ", ".join(sorted(unresolved_names)),
messages.WARNING,
)
from trends.admin import TopicCentroidSnapshotAdmin # noqa: E402,F401
Comment thread core/admin.py
},
]
return super().changelist_view(request, extra_context=extra_context)
from pipeline.admin import ReviewQueueAdmin, SkillResultAdmin # noqa: E402,F401
Comment thread core/models.py
from trends.models import TopicCentroidSnapshot as _TopicCentroidSnapshot

Project = _Project
ReviewQueue = _ReviewQueue
Comment thread core/models.py

Project = _Project
ReviewQueue = _ReviewQueue
ReviewReason = _ReviewReason
Comment thread core/models.py
Project = _Project
ReviewQueue = _ReviewQueue
ReviewReason = _ReviewReason
ReviewResolution = _ReviewResolution
Comment thread core/plugins/bluesky.py
credentials.last_verified_at = timezone.now()
update_fields.append("last_verified_at")
credentials.save(update_fields=update_fields)
from ingestion.plugins.bluesky import * # noqa: F403
Comment thread core/plugins/reddit.py
client_secret=settings.REDDIT_CLIENT_SECRET,
user_agent=settings.REDDIT_USER_AGENT,
)
from ingestion.plugins.reddit import * # noqa: F403
Comment thread core/plugins/registry.py
raise ValueError(f"Unsupported source plugin: {plugin_name}") from exc
except ValueError as exc:
raise ValueError(f"Unsupported source plugin: {plugin_name}") from exc
from ingestion.plugins.registry import * # noqa: F403
Comment thread core/plugins/rss.py
parsed_value.tm_sec,
tzinfo=UTC,
)
from ingestion.plugins.rss import * # noqa: F403
Comment thread newsletters/intake.py
) -> dict[str, Any]:
"""Persist and route one inbound newsletter message."""

from core import newsletters as core_newsletters
@webstackdev webstackdev merged commit 2f6af69 into main Apr 30, 2026
12 checks passed
@webstackdev webstackdev deleted the maintenance/break-out-django-packages branch April 30, 2026 16:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants