4cc819b5eb
fix(core): Stabilize pagination, tag mapping, changelog parsing, and HTTP retry/backoff; add tests and caching improvements
2025-09-14 21:07:25 +00:00
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
d0a00aedea
1.7.1
Default (tags) / security (push) Successful in 32s
Default (tags) / test (push) Successful in 4m47s
Default (tags) / release (push) Failing after 47s
Default (tags) / metadata (push) Successful in 51s
v1.7.1
2025-04-25 20:56:01 +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
c639735f92
1.7.0
Default (tags) / security (push) Successful in 38s
Default (tags) / test (push) Successful in 1m11s
Default (tags) / release (push) Failing after 38s
Default (tags) / metadata (push) Successful in 45s
v1.7.0
2025-04-25 20:44:32 +00:00
e40e008429
feat(core): Enhance commit fetching with caching, concurrency improvements, and dependency upgrades
2025-04-25 20:44:32 +00:00
6032867a13
1.6.5
Default (tags) / security (push) Successful in 57s
Default (tags) / test (push) Successful in 2m34s
Default (tags) / release (push) Failing after 1m34s
Default (tags) / metadata (push) Successful in 1m57s
v1.6.5
2024-12-16 22:47:00 +01:00
b59bd82685
fix(CodeFeed): Fixed timestamp initialization and commit fetching timeframe
2024-12-16 22:46:59 +01:00
a43114ab61
1.6.4
Default (tags) / security (push) Successful in 55s
Default (tags) / test (push) Successful in 2m16s
Default (tags) / release (push) Failing after 1m33s
Default (tags) / metadata (push) Successful in 1m58s
v1.6.4
2024-12-14 22:53:42 +01:00
1e0ccec03e
fix(core): Refactor fetch logic to use a unified fetchFunction for API calls
2024-12-14 22:53:42 +01:00
e5e0ceee78
1.6.3
Default (tags) / security (push) Successful in 52s
Default (tags) / test (push) Successful in 2m11s
Default (tags) / release (push) Failing after 1m31s
Default (tags) / metadata (push) Successful in 1m58s
v1.6.3
2024-12-14 02:28:25 +01:00
d9ab609039
fix(codefeed): Refactor and fix formatting issues in the CodeFeed module
2024-12-14 02:28:25 +01:00
aa039e8b5e
1.6.2
Default (tags) / security (push) Successful in 57s
Default (tags) / test (push) Successful in 2m13s
Default (tags) / release (push) Failing after 1m31s
Default (tags) / metadata (push) Successful in 1m53s
v1.6.2
2024-12-14 02:04:10 +01:00
f511ab7a63
fix(core): Fix sorting order of tagged commits by timestamp
2024-12-14 02:04:10 +01:00
1df8064247
1.6.1
Default (tags) / security (push) Successful in 54s
Default (tags) / test (push) Successful in 2m8s
Default (tags) / release (push) Failing after 1m28s
Default (tags) / metadata (push) Successful in 1m50s
v1.6.1
2024-12-14 01:32:22 +01:00
ac1f398422
fix(docs): Updated project metadata and expanded documentation for installation and usage.
2024-12-14 01:32:22 +01:00
3a498c00ee
1.6.0
Default (tags) / security (push) Successful in 54s
Default (tags) / test (push) Successful in 2m9s
Default (tags) / release (push) Failing after 1m29s
Default (tags) / metadata (push) Successful in 1m54s
v1.6.0
2024-12-14 00:54:38 +01:00
bb248ed408
feat(core): Add changelog fetching and parsing functionality
2024-12-14 00:54:38 +01:00
e843197211
1.5.3
Default (tags) / security (push) Successful in 47s
Default (tags) / test (push) Successful in 2m17s
Default (tags) / release (push) Failing after 1m31s
Default (tags) / metadata (push) Successful in 1m54s
v1.5.3
2024-12-14 00:47:24 +01:00
3502a661ea
fix(core): Fix filtering logic for returning only tagged commits
2024-12-14 00:47:24 +01:00
d103778a75
1.5.2
Default (tags) / security (push) Successful in 43s
Default (tags) / test (push) Successful in 2m19s
Default (tags) / release (push) Failing after 1m32s
Default (tags) / metadata (push) Successful in 1m58s
v1.5.2
2024-12-14 00:33:58 +01:00
9b1b91eb31
fix(core): Ensure stability of core functionalities.
2024-12-14 00:33:58 +01:00
25b2519324
1.5.1
Default (tags) / security (push) Successful in 39s
Default (tags) / test (push) Successful in 2m22s
Default (tags) / release (push) Failing after 1m42s
Default (tags) / metadata (push) Successful in 2m6s
v1.5.1
2024-12-14 00:32:34 +01:00
166b289eb2
fix(core): Refine logging format in CodeFeed class
2024-12-14 00:32:34 +01:00
6ca6b37b1d
1.5.0
Default (tags) / security (push) Successful in 53s
Default (tags) / test (push) Successful in 2m13s
Default (tags) / release (push) Failing after 1m50s
Default (tags) / metadata (push) Successful in 2m7s
v1.5.0
2024-12-14 00:30:35 +01:00
5d0d125e43
feat(core): Refactor TypeScript interfaces and improve module exports
2024-12-14 00:30:35 +01:00
470f4fe730
1.4.1
Default (tags) / security (push) Successful in 40s
Default (tags) / test (push) Successful in 2m18s
Default (tags) / release (push) Failing after 1m37s
Default (tags) / metadata (push) Successful in 1m59s
v1.4.1
2024-12-13 22:16:48 +01:00
daeb38c91c
fix(core): Corrected log formatting for commit information output in CodeFeed
2024-12-13 22:16:47 +01:00
9b46b0d46e
1.4.0
Default (tags) / security (push) Successful in 54s
Default (tags) / test (push) Successful in 2m18s
Default (tags) / release (push) Failing after 1m40s
Default (tags) / metadata (push) Successful in 2m5s
v1.4.0
2024-12-13 22:15:34 +01:00
46bd0a2486
feat(CodeFeed): Enhance commit results with human-readable time
2024-12-13 22:15:33 +01:00
d23a27eb66
1.3.0
Default (tags) / security (push) Successful in 45s
Default (tags) / test (push) Successful in 2m18s
Default (tags) / release (push) Failing after 1m35s
Default (tags) / metadata (push) Successful in 1m57s
v1.3.0
2024-12-13 20:01:30 +01:00
96ed35e953
feat(core): Export CommitResult interface for external use.
2024-12-13 20:01:29 +01:00
e3b51414a9
1.2.1
Default (tags) / security (push) Successful in 39s
Default (tags) / test (push) Successful in 2m15s
Default (tags) / release (push) Failing after 1m43s
Default (tags) / metadata (push) Successful in 2m9s
v1.2.1
2024-12-13 19:52:43 +01:00
7b1e9ed072
fix(core): No changes detected
2024-12-13 19:52:43 +01:00
27dc4dd6aa
1.2.0
Default (tags) / security (push) Successful in 54s
Default (tags) / test (push) Successful in 2m18s
Default (tags) / release (push) Failing after 1m43s
Default (tags) / metadata (push) Successful in 2m14s
v1.2.0
2024-12-13 19:51:42 +01:00
76c662356e
feat(core): Add organization-level activity fetching and RSS parsing
2024-12-13 19:51:42 +01:00
c1e15ab47c
1.1.0
Default (tags) / security (push) Successful in 55s
Default (tags) / test (push) Successful in 2m43s
Default (tags) / release (push) Failing after 1m33s
Default (tags) / metadata (push) Successful in 1m56s
v1.1.0
2024-12-13 19:24:10 +01:00
19ecb3f9a5
feat(core): Add tracking of commits published on npm
2024-12-13 19:24:09 +01:00
3392174169
1.0.2
Default (tags) / security (push) Successful in 58s
Default (tags) / test (push) Successful in 2m46s
Default (tags) / release (push) Failing after 1m31s
Default (tags) / metadata (push) Successful in 1m59s
v1.0.2
2024-12-13 18:31:24 +01:00
dcde64aa2a
fix(core): Improve error handling in fetchRecentCommitsForRepo method
2024-12-13 18:31:23 +01:00
790f2371a1
initial
2024-12-13 18:31:09 +01:00