f21aa58c18
feat: enhance CodeFeed with repo allowlist/denylist, optional timestamp filtering, and verbose logging
2025-09-14 20:27:51 +00:00
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
b6af835d3f
fix(CodeFeed): Improve commit fetching concurrency and add tagged-only commit filtering along with updated documentation and tests
2025-04-25 20:56:01 +00:00
e40e008429
feat(core): Enhance commit fetching with caching, concurrency improvements, and dependency upgrades
2025-04-25 20:44:32 +00:00
b59bd82685
fix(CodeFeed): Fixed timestamp initialization and commit fetching timeframe
2024-12-16 22:46:59 +01:00
1e0ccec03e
fix(core): Refactor fetch logic to use a unified fetchFunction for API calls
2024-12-14 22:53:42 +01:00
d9ab609039
fix(codefeed): Refactor and fix formatting issues in the CodeFeed module
2024-12-14 02:28:25 +01:00
f511ab7a63
fix(core): Fix sorting order of tagged commits by timestamp
2024-12-14 02:04:10 +01:00
bb248ed408
feat(core): Add changelog fetching and parsing functionality
2024-12-14 00:54:38 +01:00
3502a661ea
fix(core): Fix filtering logic for returning only tagged commits
2024-12-14 00:47:24 +01:00
166b289eb2
fix(core): Refine logging format in CodeFeed class
2024-12-14 00:32:34 +01:00
5d0d125e43
feat(core): Refactor TypeScript interfaces and improve module exports
2024-12-14 00:30:35 +01:00
daeb38c91c
fix(core): Corrected log formatting for commit information output in CodeFeed
2024-12-13 22:16:47 +01:00
46bd0a2486
feat(CodeFeed): Enhance commit results with human-readable time
2024-12-13 22:15:33 +01:00
96ed35e953
feat(core): Export CommitResult interface for external use.
2024-12-13 20:01:29 +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