Skip to content

Missing Last commit and Last update information

Summary

On Repository -> Files frontend missing information about Last commit and Last update like follow pictureScreenshot_from_2020-04-03_14-25-32 only that happens from level deep 3 and more

Steps to reproduce

Create new project and then add, directory one, then go to directory one and create in that directory directory two , go to directory two and create file , en issue will show.

What is the current bug behavior?

Not showing information about Last commit and Last update

What is the expected correct behavior?

Showing Last commit and Last update

Relevant logs

To busy server instance, i will need exact info in which log to check.

Details of package version

Provide the package version installation details
gitlab-ce-12.9.2-ce.0.el7.x86_64

Environment details

  • Operating System: CentOS 7
  • Installation Target, remove incorrect values:
    • VM: Other own virtualisation
  • Installation Type, remove incorrect values:
    • Upgrade from version 12.9.1
  • Is there any other software running on the machine: Apache server, Schibboleth
  • Is this a single or multiple node installation? Single
  • Resources
    • CPU: 2
    • Memory total: 8GB

Configuration details

Provide the relevant sections of `/etc/gitlab/gitlab.rb`
external_url 'http://gitlab.pero.hr'
gitlab_rails['internal_api_url'] = 'http://gitlab.pero.hr'
gitlab_rails['gitlab_email_from'] = 'git@pero.hr'
gitlab_rails['gitlab_default_projects_features_issues'] = true
gitlab_rails['gitlab_default_projects_features_merge_requests'] = true
gitlab_rails['gitlab_default_projects_features_wiki'] = true
gitlab_rails['gitlab_default_projects_features_snippets'] = true
gitlab_rails['gitlab_default_projects_features_builds'] = true
gitlab_rails['omniauth_allow_single_sign_on'] = true
gitlab_rails['omniauth_block_auto_created_users'] = false
gitlab_rails['omniauth_enabled'] = true
gitlab_rails['omniauth_providers'] = [
  {
    "name" => 'shibboleth',
        "args" => {
        "shib_session_id_field" => "HTTP_SHIB_SESSION_ID",
        "shib_application_id_field" => "HTTP_SHIB_APPLICATION_ID",
        "uid_field" => 'HTTP_HREDUPERSONUNIQUEID',
        "name_field" => 'HTTP_CN',
        "info_fields" => { "email" => 'HTTP_MAIL'}
        }
  }
]
gitlab_rails['backup_path'] = "/data/gitlab-backup"
git_data_dirs({ "default" => { "path" => "/data/gitlab/git-data" } })
gitlab_rails['shared_path'] = '/data/gitlab/gitlab-rails/shared'
gitlab_rails['uploads_directory'] = "/data/gitlab/gitlab-rails/uploads"
gitlab_workhorse['listen_network'] = "tcp"
gitlab_workhorse['listen_addr'] = "127.0.0.1:8181"
postgresql['data_dir'] = "/data/gitlab/postgresql/data"
postgresql['dir'] = "/data/gitlab/postgresql"
postgresql['username'] = "gitlab-psql"
postgresql['home'] = "/data/gitlab/postgresql"
web_server['username'] = 'apache'
web_server['group'] = 'apache'
nginx['enable'] = false