Merge branch 'master' into layout-nav-es-module
* master: (21 commits)
Prevent some specs from mangling the gitlab-shell checkout
Line up search dropdown with other nav dropdowns
Fix onion-skin re-entering state
Remove related links in MR widget when empty state
Show inline edit button for issues
Fix tags in the Activity tab not being clickable
Fix shortcut links on help page
Don't link LFS-objects multiple times.
[CE->EE] Fix spec/lib/gitlab/git/gitlab_projects_spec.rb
Tidy up the documentation of Gitlab HA/Gitlab Application
Make sure two except won't overwrite each other
Update axios.md
Remove transitionend event from GL dropdown
Preserve gem path so that we use the same gems
Load commit in batches for pipelines#index
BlobViewer::PackageJson - if private link to homepage
Do not generate links for private NPM modules in blob view
Remove block styling from search dropdown
Fix sidebar height when performance bar enabled
Remove all dropdown animations and set display: none if they're not open
...
Showing
... | ... | @@ -263,7 +263,7 @@ gem 'gettext_i18n_rails', '~> 1.8.0' |
gem 'gettext_i18n_rails_js', '~> 1.2.0' | ||
gem 'gettext', '~> 3.2.2', require: false, group: :development | ||
gem 'batch-loader' | ||
gem 'batch-loader', '~> 1.2.1' | ||
# Perf bar | ||
gem 'peek', '~> 1.0.1' | ||
... | ... |
app/assets/javascripts/docs/docs_bundle.js
0 → 100644
Please
register
or
sign in
to comment