Services & Components Completed - #2
Closed
Phineas-bot wants to merge 26 commits into
Closed
Conversation
…ql comments for clarity
…nvironment configuration, and initial routes
…itx and API key verificato
Preserve embedding-model release-asset wiring (no history rewrite)
…and translation support
…eck, notification creation, and listing feat(notification-service): add user authentication with JWT and password hashing feat(notification-service): configure database and Redis settings feat(notification-service): set up RabbitMQ consumer for event-driven notifications feat(notification-service): create models for notifications and delivery logs feat(notification-service): implement Celery tasks for asynchronous notification delivery feat(notification-service): add Prometheus monitoring for HTTP request metrics feat(notification-service): write tests for health check endpoint feat(scraper-service): implement scraping job API with health check, job creation, and retrieval feat(scraper-service): add user authentication with JWT and password hashing feat(scraper-service): configure database and Redis settings feat(scraper-service): create models for scraping jobs and user management feat(scraper-service): implement Celery tasks for asynchronous scraping feat(scraper-service): add MinIO integration for storing scraped content feat(scraper-service): write tests for health check endpoint
…ed placeholders and explicit consumer acking
…ackage import issues
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Feedback Service: durable event publishing to lexcam.events; Alembic run at container start; removed runtime create_all(); worker logic replaced with a placeholder; config fixes for RabbitMQ vhost encoding.
Notification Service: consumer with explicit ack/nack and dead-letter exchange (lexcam.dlx); Alembic run at container start; worker send-notification replaced with a placeholder; durable queue semantics.
Scraper Service: durable event publishing to lexcam.events; Alembic run at container start; scrape worker replaced with a placeholder.
Embedding Service: ONNX model loading and production endpoints (/embed, /health) implemented and validated.
Knowledge-Base Service: Redis caching + Qdrant checks present; kept alignment with docs where already implemented.
RAG Service: SSE query endpoint present; tests moved to use the local [app] package and updated; top-level shim removed.
Repo-wide / Infrastructure changes: standardized exchange name lexcam.events, DLX lexcam.dlx, persistent message delivery (durable), Alembic idempotent initial revisions, Dockerfiles updated to run migrations on startup, and RABBITMQ_URL root vhost fixed to /%2F.
Testing & Cleanup: rag-service tests updated and verified (2 passed); removed confusing top-level rag_service shim; placeholders and _patches/unrequested_changes.md added to document out-of-scope changes.