Contributions data is not beeing updated, graphs are outdated

Hi, I’m using gilab-ce 9.3.6 b9a169c.

I’ve imported a git-project via gitlab-rake gitlab:import:repos as described at “/help/raketasks/import.md”.

The imported repository is updated every 30 minutes by:
( cd /var/opt/gitlab/git-data/repositories/group/project.git && /usr/bin/git remote update )

Since then I’ve done several commit on the remote repository and all changes are show at gitlab.
On the Contributors Graph I also can see that the commit-counter increases, but the graph does not change :frowning:

The HTTP-query /group/project/graphs/develop?format=json ist still stuck on the day I’ve imported my project.

Question:
Is there a way to rebuild/renew/recreate the contributers-log based on the actual git-log of the local-repository?
Or is there another way to trigger the log-scan-action as it is done during the import?
Something like a Admin-Button like it is done ate GitHub would be fine (https://help.github.com/enterprise/2.10/admin/articles/rebuilding-contributions-data/)

Thanks in advance,
Kako

Anyone an idea where I could start to search?

Since today the contribution graph seems to be updated, but I don’t know why…
Maybe the graph was recreated only because of the update yesterday (from 9.3.x to 9.5.x):

  • Jul 18 11:08:19 Updated: gitlab-ce-9.3.6-ce.0.el7.x86_64
  • Aug 30 13:45:33 Updated: gitlab-ce-9.5.2-ce.0.el7.x86_64

Does this mean the graphs are recreated only on updates or was there a bugfix?

I’ll keep watching it.

Thanks,
Claudio