Reduce width of parallel diffs
At 50% width the alignment is off on parallel diffs (see https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/3785/diffs and view in Side-by-Side)
Reducing width lines them up:
<img src="/uploads/5775d35b0e86397abd10db6195a8a54d/Screen_Shot_2016-04-22_at_2.19.21_PM.png" width="400px">
Also shifted comment button over to center it properly:
<img src="/uploads/c2468e15bb65523464a941001c3d7298/Screen_Shot_2016-04-22_at_2.24.33_PM.png" width="200px">
See merge request !3891
Allow alternative names for the CHANGELOG file.
"CHANGELOG", "NEWS", "HISTORY", and "CHANGES" are recognized as Changelog files.
Also adds relevant tests for each of these names.
Resolves#14864.
See merge request !3768
Remove devise async
The extra gem isn’t necessary anymore since Devise + Rails 4.2 has ActiveJob integration.
Fixes#15575. Working towards #14286.
cc: @dzaporozhets @rspeicher
See merge request !3902
Fixed width of .search-location-badge as it was causing issues in Safari.
Fixed width of .search-location-badge as it was causing issues in Safari.
Fixes issue #15541 and is a minor CSS only change so [ci skip]
# Before
Safari:

# After
Safari:

Chrome:

# CSS class referenced in the following files:
`./app/assets/javascripts/search_autocomplete.js.coffee`
`./app/assets/stylesheets/pages/search.scss`
…and is visible on the search bar on every page.
See merge request !3900
Emphasize that GitLab must be partially running when restoring backups.
This caused me a lot of pain until I caught on.
I also enhanced the GitLab Omnibus application data backup restore procedure. I verified the procedure by executing it with GitLab 8.6.4.
See merge request !3844
Document that only unicorn and sidekiq should be stopped.
And the rest of GitLab should remain running.
Also clarified the rest of the GitLab Omnibus restore procedure.
See merge request !3839