Open
Conversation
- Migrate from Poetry to uv with hatchling build backend - Upgrade Python from 3.10 to 3.12 - Switch database driver from MySQL (pymysql) to PostgreSQL (psycopg2) - Add mapache-py and rincon library dependencies - Replace inline RinconService with rincon library client - Add Dockerfile.dev with uvicorn hot reload for docker-compose - Use FastAPI lifespan for startup initialization - Fix SQL injection in query_signals with parameterized queries - Replace per-signal DataFrame filtering with single pivot_table call - Deduplicate merge_to_smallest/merge_to_largest into merge_signals - Fix df.equals() identity bug that could silently drop signals - Handle UTC timestamps consistently at the query layer
✅ Deploy Preview for gr-mapache canceled.
|
Replace uuid4 with gr-ulid prefixed IDs (qlog_, qtk_) to match the convention used across other Mapache services.
When SKIP_AUTH_CHECK=true, skip Sentinel JWKS initialization and bypass auth checks in all routes with a mock user, matching the pattern used in the auth service.
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.
mapache-pyandrinconlibrary dependencies, replace inline RinconServiceDockerfile.devwith uvicorn--reloadhot reload for docker-composequery_signalswith parameterized queriespivot_tablecallmerge_to_smallest/merge_to_largestinto unifiedmerge_signalsdf.equals()identity bug that could silently drop duplicate signals