fix(core): Improve error handling in fetchRecentCommitsForRepo method
This commit is contained in:
parent
790f2371a1
commit
dcde64aa2a
11
changelog.md
Normal file
11
changelog.md
Normal file
@ -0,0 +1,11 @@
|
||||
# Changelog
|
||||
|
||||
## 2024-12-13 - 1.0.2 - fix(core)
|
||||
Improve error handling in fetchRecentCommitsForRepo method
|
||||
|
||||
- Refined the console error message for better clarity.
|
||||
- Updated the fetchRecentCommitsForRepo method to stop fetching when encountering a commit older than 24 hours.
|
||||
|
||||
## 2024-12-13 - 1.0.1 - initial release
|
||||
Initial release of the project
|
||||
|
8
ts/00_commitinfo_data.ts
Normal file
8
ts/00_commitinfo_data.ts
Normal file
@ -0,0 +1,8 @@
|
||||
/**
|
||||
* autocreated commitinfo by @push.rocks/commitinfo
|
||||
*/
|
||||
export const commitinfo = {
|
||||
name: '@foss.global/codefeed',
|
||||
version: '1.0.2',
|
||||
description: 'a module for creating feeds for code development'
|
||||
}
|
Loading…
Reference in New Issue
Block a user