Skip to content

Migrate remaining Vue breadcrumbs to new injection method

Summary

At current release (17.11.1) on some issue path length, the horizontal ellipsis starts blinking.

Steps to reproduce

Create issue with some path length (unknown for me).

What is the current bug behavior?

Horizontal ellipsis blinking (appearing and disappearing)

What is the expected correct behavior?

Horizontal ellipsis either exists or not exists according to path length

Affected files

file mr
app/assets/javascripts/environments/mount_show.js !191036 (merged)
app/assets/javascripts/packages_and_registries/container_registry/explorer/index.js !191000 (merged)
app/assets/javascripts/packages_and_registries/harbor_registry/index.js !191549 (merged)
app/assets/javascripts/packages_and_registries/package_registry/index.js !191000 (merged)
app/assets/javascripts/work_items/index.js !186906 (merged)
ee/app/assets/javascripts/analytics/analytics_dashboards/index.js !191065 (merged)
ee/app/assets/javascripts/ci/secrets/index.js !191390 (merged)
ee/app/assets/javascripts/compliance_dashboard/compliance_dashboard_bundle.js !191180 (merged)
ee/app/assets/javascripts/iterations/index.js !191067 (merged)
ee/app/assets/javascripts/packages_and_registries/google_artifact_registry/index.js !191550 (merged)
ee/app/assets/javascripts/service_accounts/service_accounts_init.js !191167 (merged)
ee/app/assets/javascripts/workspaces/user/init_user_workspaces_app.js !191228 (merged)

Relevant logs and/or screenshots

image

image

Horizontal_ellipsis_blinking

Results of GitLab environment info

Expand for output related to GitLab environment info
[root@gitlab ~]# gitlab-rake gitlab:env:info

System information
System:
Current User:   git
Using RVM:      no
Ruby Version:   3.2.5
Gem Version:    3.6.6
Bundler Version:2.6.5
Rake Version:   13.0.6
Redis Version:  7.2.7
Sidekiq Version:7.3.9
Go Version:     unknown

GitLab information
Version:        17.11.1
Revision:       78fb986046b
Directory:      /opt/gitlab/embedded/service/gitlab-rails
DB Adapter:     PostgreSQL
DB Version:     16.8
URL:            https://gitlab...
HTTP Clone URL: https://gitlab.../some-group/some-project.git
SSH Clone URL:  git@gitlab...:some-group/some-project.git
Using LDAP:     yes
Using Omniauth: yes
Omniauth Providers:

GitLab Shell
Version:        14.41.0
Repository storages:
- default:      unix:/var/opt/gitlab/gitaly/gitaly.socket
GitLab Shell path:              /opt/gitlab/embedded/service/gitlab-shell

Gitaly
- default Address:      unix:/var/opt/gitlab/gitaly/gitaly.socket
- default Version:      17.11.1
- default Git Version:  2.49.0.gl1

Results of GitLab application Check

Expand for output related to the GitLab application check
[root@gitlab ~]# gitlab-rake gitlab:check SANITIZE=true
Checking GitLab subtasks ...

Checking GitLab Shell ...

GitLab Shell: ... GitLab Shell version >= 14.41.0 ? ... OK (14.41.0) Running /opt/gitlab/embedded/service/gitlab-shell/bin/gitlab-shell-check Internal API available: OK Redis available via internal API: OK gitlab-shell self-check successful

Checking GitLab Shell ... Finished

Checking Gitaly ...

Gitaly: ... default ... OK

Checking Gitaly ... Finished

Checking Sidekiq ...

Sidekiq: ... Running? ... yes Number of Sidekiq processes (cluster/worker) ... 1/1

Checking Sidekiq ... Finished

Checking Incoming Email ...

Incoming Email: ... Reply by email is disabled in config/gitlab.yml

Checking Incoming Email ... Finished

Checking LDAP ...

LDAP: ... Server: ldapmain LDAP authentication... Success LDAP users with access to your GitLab server (only showing the first 100 results) User output sanitized. Found 100 users of 100 limit.

Checking LDAP ... Finished

Checking GitLab App ...

Database config exists? ... yes Tables are truncated? ... skipped All migrations up? ... yes Database contains orphaned GroupMembers? ... no GitLab config exists? ... yes GitLab config up to date? ... yes Cable config exists? ... yes Resque config exists? ... 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 Systemd unit files or init script exist? ... skipped (omnibus-gitlab has neither init script nor systemd units) Systemd unit files or init script up-to-date? ... skipped (omnibus-gitlab has neither init script nor systemd units) Projects have namespace: ... 4/3 ... yes 35/10 ... yes 35/11 ... yes ... 720/519 ... yes 722/520 ... yes 722/521 ... yes Redis version >= 6.2.14? ... yes Ruby version >= 3.0.6 ? ... yes (3.2.5) Git user has default SSH configuration? ... yes Active users: ... 156 Is authorized keys file accessible? ... yes GitLab configured to store new projects in hashed storage? ... yes All projects are in hashed storage? ... yes

Checking GitLab App ... Finished

Checking GitLab subtasks ... Finished

Edited by Chad Lavimoniere