After upgrade 9.4 MR cant show details
Summary
After upgrade to 9.4 version, MR details can't show Commits and Changes (but I can see Discussions detail)
When I typed 'git diff master', I can see differences.
MR Details:
Steps to reproduce
Create a branch from master.
Change something.
Push this new branch.
Create a MR to master. (You can see the differences when you open a MR but after all you cant see anything)
Go to MR, see nothing (Commits and Changes tabs)
Results of GitLab environment info
System information System: Ubuntu 16.04 Proxy: no Current User: git Using RVM: no Ruby Version: 2.3.3p222 Gem Version: 2.5.2 Bundler Version:1.15.1 Rake Version: 10.5.0 Redis Version: 3.0.6 Git Version: 2.11.1 Sidekiq Version:5.0.0 Go Version: go1.8.3 linux/amd64
GitLab information Version: 9.4.0-ee Revision: 1cfb4f1b Directory: /home/git/gitlab DB Adapter: postgresql DB Version: 9.5.7 URL: http://git.x.com HTTP Clone URL: http://git.x.com/some-group/some-project.git SSH Clone URL: git@git.x.com:some-group/some-project.git Elasticsearch: yes Geo: no Using LDAP: no Using Omniauth: no
GitLab Shell Version: 5.3.1 Repository storage paths:
- default: /home/git/repositories Hooks: /home/git/gitlab-shell/hooks Git: /usr/local/bin/git
Results of GitLab application Check
Everything ok.
Running /home/git/gitlab-shell/bin/check Check GitLab API access: OK Access to /home/git/.ssh/authorized_keys: OK Send ping to redis server: OK 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 correctly? ... yes Database config exists? ... yes All migrations up? ... yes Database contains orphaned GroupMembers? ... no GitLab config exists? ... yes GitLab config up to date? ... yes Log directory writable? ... yes Tmp directory writable? ... yes Uploads directory exists? ... yes Uploads directory has correct permissions? ... yes Uploads directory tmp has correct permissions? ... yes Init script exists? ... yes Init script up-to-date? ... yes Projects have namespace: ...
Redis version >= 2.8.0? ... yes Ruby version >= 2.3.3 ? ... yes (2.3.3) Git version >= 2.7.3 ? ... yes (2.11.1) Active users: ... 23 Elasticsearch version 5.1 - 5.3? ... yes (5.3.0)
Checking GitLab ... Finished


