Om Kute
Om Kute
## Description This PR enhances the Go binary cataloger's architecture detection capabilities by adding proper architecture name mapping for various binary formats. The changes improve the accuracy of architecture detection...
**Description** - This PR adds exception handling for `ResourceGoneException` within the `collect_issues` task in `augur/tasks/github/issues.py`. - Previously, if a repository had issues disabled (returning a 410 Gone status), the `ResourceGoneException`...
## Description This PR refactors the database schema and related code to improve clarity and consistency in handling pull request reviewers and labels: 1. **Renamed `PullRequestReviewer` to [PullRequestRequestedReviewer](cci:2://file:///media/omkute/Drive/augur/augur/application/db/models/augur_data.py:3290:0-3348:30)** to better...
**Description** - Updated the frontend documentation to remove references to the non-existent `init-frontend` command - Added clear instructions for accessing the frontend in modern versions of Augur - Documented the...
**Description** - Added populated_db_template and populated_db fixtures to enhance testing capabilities - Updated read_only_db fixture to use the new populated database template - Improved test database setup with sample data...
**Description** - Added comprehensive parameter documentation for the [extract_data_from_pr](cci:1://file:///media/omkute/Drive/augur/augur/tasks/github/pull_requests/core.py:15:0-77:95) function in [core.py](cci:7://file:///media/omkute/Drive/augur/augur/tasks/github/pull_requests/core.py:0:0-0:0) - Improved docstring formatting and fixed typos in return value documentation **Notes for Reviewers** - This PR focuses...