6 Commits

Author SHA1 Message Date
98f5c466a6 feat: add organization allowlist and denylist filters, enhance changelog loading, and improve fetch functions
- Introduced orgAllowlist and orgDenylist properties to filter organizations during fetching.
- Enhanced loadChangelogFromRepo to check multiple potential changelog file names.
- Updated fetchTags to return a map of tag names associated with their SHAs.
- Improved pagination logic in fetchAllOrganizations and fetchRepositoriesForOrg to handle larger datasets.
- Added retry logic in fetchFunction to handle rate limiting and server errors more gracefully.
- Modified ITag interface to include an optional name property for better tag handling.
2025-09-12 22:06:02 +00:00
e40e008429 feat(core): Enhance commit fetching with caching, concurrency improvements, and dependency upgrades 2025-04-25 20:44:32 +00:00
46bd0a2486 feat(CodeFeed): Enhance commit results with human-readable time 2024-12-13 22:15:33 +01:00
76c662356e feat(core): Add organization-level activity fetching and RSS parsing 2024-12-13 19:51:42 +01:00
19ecb3f9a5 feat(core): Add tracking of commits published on npm 2024-12-13 19:24:09 +01:00
790f2371a1 initial 2024-12-13 18:31:09 +01:00