【发布时间】:2023-04-03 01:58:01
【问题描述】:
我的 github-scm-collector 没有获取过去 7 天的提交,而是仅显示最近的提交。如何解决这个问题?
【问题讨论】:
我的 github-scm-collector 没有获取过去 7 天的提交,而是仅显示最近的提交。如何解决这个问题?
【问题讨论】:
转到类 com.capitalone.dashboard.collector.GitHubCollectorTask 第 193 行,
boolean firstRun = true; // ((repo.getLastUpdated() == 0) || ((start - repo.getLastUpdated()) > FOURTEEN_DAYS_MILLISECONDS));
进行此更改并再次运行。
【讨论】: