paras-chinchalkar
paras-chinchalkar
Added error handling similar to the fix for issue #3192: Added IntegrityError import - Imported IntegrityError from sqlalchemy.exc to catch constraint violations Wrapped UPDATE in try-except block - Added exception...
Added truncation logic to ensure release_id values fit within the database constraint: Truncate release_id to 256 characters - Before inserting release data, truncate the release_id to exactly 256 characters to...
Title / Commit: docs: update supported Python versions and add onboarding steps (#3441) — committed to the repo. Files changed: [README.md](vscode-file://vscode-app/c:/Users/PARAS/AppData/Local/Programs/Microsoft%20VS%20Code/resources/app/out/vs/code/electron-browser/workbench/workbench.html) (path: [README.md](vscode-file://vscode-app/c:/Users/PARAS/AppData/Local/Programs/Microsoft%20VS%20Code/resources/app/out/vs/code/electron-browser/workbench/workbench.html)) Replaced the hard-coded "Python3.7 through Python3.11" text...
Fix: Prevent database connection leaks in config helpers - Ensured all AugurConfig value lookups (get_redis_conn_values, get_rabbitmq_conn_string) are performed inside active DatabaseSession context managers. - Adjusted DatabaseSession lifecycle to avoid disposing...
Title: docs: Add onboarding guide and README link Body: Short summary: Adds a concise onboarding guide for new Augur contributors and links it from the repository README to help newcomers...