Hygieia Github 收集器未获取旧提交
Hygieia Github Collector is not fetching old commits
我的 github-scm-collector 没有获取最近 7 天的提交,而是只显示最近的提交。如何解决这个问题?
前往 class com.capitalone.dashboard.collector.GitHubCollectorTask
第 193 行,
boolean firstRun = true; // ((repo.getLastUpdated() == 0) || ((start - repo.getLastUpdated()) > FOURTEEN_DAYS_MILLISECONDS));
进行此更改并运行再次更改。
我的 github-scm-collector 没有获取最近 7 天的提交,而是只显示最近的提交。如何解决这个问题?
前往 class com.capitalone.dashboard.collector.GitHubCollectorTask 第 193 行,
boolean firstRun = true; // ((repo.getLastUpdated() == 0) || ((start - repo.getLastUpdated()) > FOURTEEN_DAYS_MILLISECONDS));
进行此更改并运行再次更改。