Harishankaran K
34e9cdb837
Feat: Add rate limiting to Github api
2025-10-15 09:18:05 +05:30
Harishankaran
4978af7cee
Merge pull request #107 from deepakstwt/fix/github-api-undefined-variable
...
Fix undefined variable reference in GitHub API error handling
2025-10-13 09:34:27 +05:30
Harishankaran
99c34666df
Merge pull request #120 from saishmungase/fix/fetch-repo-contributors
...
fix : fixed an unreachable code error in fetch_repo_contributors func…
2025-10-13 09:33:30 +05:30
G26Karthik
39193e1dd1
fix: specify UTF-8 encoding when writing cache files to prevent UnicodeEncodeError on Windows
...
- Add encoding='utf-8' parameter to Path.write_text() in github.py and score.py
- Fixes 'charmap' codec errors on Windows when caching data with Unicode characters
- Ensures cross-platform compatibility for cache file writes
Fixes #128
2025-10-09 10:47:01 +05:30
Saish Mungase
eac2097136
fix : fixed an unreachable code error in fetch_repo_contributors function
2025-10-06 23:49:19 +05:30
Deepak Prajapati
fbd5545362
Fix undefined variable reference in GitHub API error handling
...
- Replace undefined 'response.status_code' with 'status_code'
- Replace undefined 'response.text' with 'repos_data'
- Fixes NameError when GitHub API calls fail
- Resolves issue #106
2025-10-06 02:37:59 +05:30
Harishankaran K
b892c5a2c5
Remove URL parameters in github username
2025-10-02 18:52:23 +05:30
Harishankaran K
56ecdaceee
Minor bug fixes
2025-10-02 18:05:29 +05:30
Anas Khan
a95ba04fc2
refactor: formatting using black
2025-10-01 18:08:28 +05:30
Harishankaran K
1cdedbf942
Use the common DEVELOPMENT_MODE flag
2025-09-02 15:44:00 +05:30
Harishankaran K
dc6c9aadff
Include gemini as LLM provider
2025-08-22 22:53:10 +05:30
Harishankaran K
6a75650ce9
Code cleanup
...
Changes post the Vietnam trip
2025-08-21 21:50:39 +05:30
Harishankaran K
dac64e5aea
More fixes
2025-08-01 14:25:24 +07:00
Harishankaran K
7aff46210b
Feat: Cleanup github template structure
2025-07-31 04:17:45 +07:00
Harishankaran K
1f8968394f
Feat: Add entire end to end pipeline
2025-07-31 03:57:42 +07:00