You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+8Lines changed: 8 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,14 @@
2
2
3
3
All changes that impact users of this module are documented in this file, in the [Common Changelog](https://common-changelog.org) format with some additional specifications defined in the CONTRIBUTING file. This codebase adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
4
4
5
+
## Unreleased [patch]
6
+
7
+
> Development of this release was supported by the [French Ministry for Foreign Affairs](https://www.diplomatie.gouv.fr/fr/politique-etrangere-de-la-france/diplomatie-numerique/) through its ministerial [State Startups incubator](https://beta.gouv.fr/startups/open-terms-archive.html) under the aegis of the Ambassador for Digital Affairs.
8
+
9
+
### Fixed
10
+
11
+
- Reduce GitHub API calls in issues reporter
12
+
5
13
## 2.3.2 - 2024-10-23
6
14
7
15
_Full changeset and discussions: [#1112](https://github.com/OpenTermsArchive/engine/pull/1112)._
if(!cachedIssue||newDate(issue.created_at)<newDate(cachedIssue.created_at)){// Only work on the oldest issue if there are duplicates, in order to consolidate the longest history possible
88
+
this.issuesCache.set(issue.title,issue);
89
+
}
90
+
});
91
+
92
+
logger.info(`Cached ${onlyIssues.length} issues from the GitHub repository`);
93
+
94
+
returnthis.issuesCache;
95
+
}catch(error){
96
+
logger.error(`Failed to load issues: ${error.message}`);
0 commit comments