fix: close BUG-022..027, BUG-029, BUG-031, BUG-033 from QA sweep - #41
Open
amar-python wants to merge 7 commits into
Open
fix: close BUG-022..027, BUG-029, BUG-031, BUG-033 from QA sweep#41amar-python wants to merge 7 commits into
amar-python wants to merge 7 commits into
Conversation
amar-python
pushed a commit
that referenced
this pull request
Aug 2, 2026
amar-python
pushed a commit
that referenced
this pull request
Aug 3, 2026
…RT.md claims BUG_REPORT.md on main claimed 34/34 RESOLVED, but the code fixes for the above eight bugs only lived on the abandoned PR #41 branch. This commit brings main's code in line with the report: - dynamic_loader.py: \x1f row-hash separator (BUG-022) + MAX_ROWS guard + MAX_ROW_ERRORS_REPORTED cap (BUG-027) - __root.tsx: replace Lovable branding with CSV Migrator meta/OG tags (BUG-024) - csv_routes.py: try/except around /preview parse path (BUG-025) - lovable-error-reporting.ts: ANALYTICS_ENABLED gate, default off (BUG-029) - main.py: /api/health runs LIMIT 0 probe on uploads schema (BUG-031) - db.py: init_pool exponential-backoff retry, layered onto ThreadedConnectionPool (BUG-026) - quality-gate.yml: add frontend-build (Node 20 + npm ci + lint + build) (BUG-023) - test_api.py: row-hash split-boundary + still-dedupes regressions (BUG-022) - test_ci_quality_gate.py: split PYTHON_JOBS / NODE_JOBS so frontend-build passes structure checks
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.
No description provided.