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
GitBucket-fess-plugin's fess/repo API returns at most 20 repositories per call by default.
Therefore, when there exist more than 20 repositories in GitBucket, this API must be called multiple times with offset parameter in GitBucketDataStoreImpl#getRepositoryList.
keiichiw
changed the title
[GitBucketDataStore] Fess crawls only 20 repositories even if GitBucket has 20 > repos
[GitBucketDataStore] Fess crawls only 20 repositories even if GitBucket has more than 20 repos
May 17, 2017
keiichiw
changed the title
[GitBucketDataStore] Fess crawls only 20 repositories even if GitBucket has more than 20 repos
[GitBucketDataStore] Fess crawls only 20 repositories even if GitBucket has more repos
May 20, 2017
keiichiw
added a commit
to keiichiw/fess
that referenced
this issue
May 20, 2017
GitBucket-fess-plugin's
fess/repo
API returns at most 20 repositories per call by default.Therefore, when there exist more than 20 repositories in GitBucket, this API must be called multiple times with
offset
parameter inGitBucketDataStoreImpl#getRepositoryList
.This bug was reported by Mitsuhiro Koga-san. Thanks!
The text was updated successfully, but these errors were encountered: