Warning: file_get_contents(/data/phpspider/zhask/data//catemap/0/drupal/3.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
GitLab活动部分显示了最近的更改,但有很大的延迟_Gitlab_Gitlab Omnibus - Fatal编程技术网

GitLab活动部分显示了最近的更改,但有很大的延迟

GitLab活动部分显示了最近的更改,但有很大的延迟,gitlab,gitlab-omnibus,Gitlab,Gitlab Omnibus,因为我已经将我们的GitLab CE升级到了8.6 它停止显示最近的更改,例如在“活动”部分 也没有显示MR的最新承诺 目前运行的最新版本(8.6.4)仍然存在相同的问题 正如你在下面看到的,支票看起来不错 root@server:~# sudo gitlab-rake gitlab:check Checking GitLab Shell ... GitLab Shell version >= 2.6.12 ? ... OK (2.6.12) Repo base directory ex

因为我已经将我们的GitLab CE升级到了8.6 它停止显示最近的更改,例如在“活动”部分 也没有显示MR的最新承诺

目前运行的最新版本(8.6.4)仍然存在相同的问题

正如你在下面看到的,支票看起来不错

root@server:~# sudo gitlab-rake gitlab:check
Checking GitLab Shell ...

GitLab Shell version >= 2.6.12 ? ... OK (2.6.12)
Repo base directory exists? ... yes
Repo base directory is a symlink? ... no
Repo base owned by git:git? ... yes
Repo base access is drwxrws---? ... yes
hooks directories in repos are links: ... 
Administrator / projectX ... ok
Running /opt/gitlab/embedded/service/gitlab-shell/bin/check
Check GitLab API access: OK
Check directories and files: 
    /var/opt/gitlab/git-data/repositories: OK
    /var/opt/gitlab/.ssh/authorized_keys: OK
Test redis-cli executable: redis-cli 2.8.24
Send ping to redis server: PONG
gitlab-shell self-check successful

Checking GitLab Shell ... Finished

Checking Sidekiq ...

Running? ... yes
Number of Sidekiq processes ... 1

Checking Sidekiq ... Finished

Checking Reply by email ...

Reply by email is disabled in config/gitlab.yml

Checking Reply by email ... Finished

Checking LDAP ...

LDAP is disabled in config/gitlab.yml

Checking LDAP ... Finished

Checking GitLab ...

Git configured with autocrlf=input? ... yes
Database config exists? ... yes
All migrations up? ... yes
Database contains orphaned GroupMembers? ... no
GitLab config exists? ... yes
GitLab config outdated? ... no
Log directory writable? ... yes
Tmp directory writable? ... yes
Uploads directory setup correctly? ... yes
Init script exists? ... skipped (omnibus-gitlab has no init script)
Init script up-to-date? ... skipped (omnibus-gitlab has no init script)
projects have namespace: ... 
Administrator / projectX ... yes
Redis version >= 2.8.0? ... yes
Ruby version >= 2.1.0 ? ... yes (2.1.8)
Your git bin path is "/opt/gitlab/embedded/bin/git"
Git version >= 2.7.3 ? ... yes (2.7.4)
Active users: 21

Checking GitLab ... Finished
试图:

  • 重新启动GitLab
  • 清除缓存
  • 更新
    升级到最新版本有助于

    升级到下一版本的软件确实有帮助。

    此处的解决方案没有帮助:验证存储库目录中的链接“hooks->/opt/gitlab/embedded/service/gitlab shell/hooks”。进行任何更改后大约需要2分钟(可能正好2分钟)(例如,推送一个新分支)。我运行gitlab rake cache:clear,它仍然等待了2分钟才显示更改。因此,它看起来与缓存相关issues@Thomas谢谢,但我的问题是延迟(2分钟),而不是根本看不到变化