- 26 Apr, 2016 22 commits
-
-
Jacob Schatz authored
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: ![Screen_Shot_2016-04-24_at_22.35.38](/uploads/74388670fde3af94429d83b954833bd3/Screen_Shot_2016-04-24_at_22.35.38.png) # After Safari: ![Screen_Shot_2016-04-24_at_21.59.49](/uploads/177d0d8fda665165dff5006930604fc6/Screen_Shot_2016-04-24_at_21.59.49.png) Chrome: ![Screen_Shot_2016-04-24_at_21.59.40](/uploads/6764cd5864901210f4f8eff4388fd6db/Screen_Shot_2016-04-24_at_21.59.40.png) # 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
-
Rémy Coutable authored
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
-
Robert Speicher authored
Search ui update Closes #2537 See merge request !3751
-
Rémy Coutable authored
This reverts merge request !3839
-
Rémy Coutable authored
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
-
Rémy Coutable authored
Update PROCESS.md Fix grammar by adding missing "we" Add extra newline so example isn't part of list. See merge request !3845
-
Jacob Vosmaer authored
Throttle the update of `project.last_activity_at` to 1 minute This implement [the solution](https://gitlab.com/gitlab-org/gitlab-ce/issues/15094#note_4769387) proposed by @jacobvosmaer. See merge request !3848
-
Phil Hughes authored
Changed some variable names Fixed CHANGELOG entry
-
Phil Hughes authored
-
Phil Hughes authored
Correct search results count
-
Phil Hughes authored
CHANGELOG item
-
Phil Hughes authored
-
Phil Hughes authored
-
Phil Hughes authored
-
Phil Hughes authored
-
Phil Hughes authored
-
Phil Hughes authored
-
Phil Hughes authored
-
Phil Hughes authored
-
Phil Hughes authored
-
Phil Hughes authored
-
Phil Hughes authored
-
- 25 Apr, 2016 18 commits
-
-
Robert Speicher authored
Upgrade gitlab-grit gem to 2.8.1, loosening the mime-types gem's version dependency. Changelog for mime-types: https://github.com/mime-types/ruby-mime-types/blob/master/History.rdoc Resolves #15101. See merge request !3901
-
Robert Speicher authored
Link user avatar in activity page to user profile Closes #14927 See merge request !3910
-
Jacob Schatz authored
Move CHANGELOG entry to 8.8 Fixes CHANGELOG entry for https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/3686 See merge request !3914
-
Jacob Schatz authored
Fixes issue with emoji comments not showing correct emoji image Previously it would look for the unicode character inside the award menu. But this menu might not always be there. Now, the unicode characters are loaded onto the page in an array which the award emoji that looks in to get the correct emoji unicode character Fixes #15512 See merge request !3885
-
Jacob Schatz authored
Update diff blue & yellow to match design <img src="/uploads/60e1351fb04ab1c8969685fbc8b61c88/Screen_Shot_2016-04-22_at_9.12.17_AM.png" width="500px"> <img src="/uploads/6812b22ec53f3041811261daa0584822/Screen_Shot_2016-04-22_at_9.12.05_AM.png" width="500px"> See merge request !3883
-
Achilleas Pipinellis authored
Replace '-n' with '--name' in docker related documentation `-n` for `docker run` is outdated. We should use `--name` instead. This MR fixes the example in documentation. Fixes #15174 See merge request !3908
-
Achilleas Pipinellis authored
Fix php-docker example (for new docker versions) `/.dockerinit` file doesn't exists in new Docker versions. Instead `/.dockerenv` can be used. This MR fixes the PHP example which was working only for older Docker versions. Fixes gitlab-org/gitlab-ci-multi-runner#1241 See merge request !3907
-
Jacob Schatz authored
Triggers blur after clicking award button ![blur](/uploads/6cd53a5ac314e8048c656685935747e2/blur.gif) Fixes #15511 See merge request !3881
-
Alfredo Sumaran authored
-
Jacob Schatz authored
Add new shortcuts Closes #14904 - On a project: `i` To navigate to New Issue page. - On a issuable: `l` To open Label dropdown on a issuable. - Global: Typing `?` multiple times now toggles the modal. See merge request !3686
-
Jacob Schatz authored
Fixed issue with project dropdown links not being clickable See merge request !3870
-
Jacob Schatz authored
Don't break line in middle of word <img src="/uploads/cceb1a4212ff7785ace03cd6468edf85/Screen_Shot_2016-04-21_at_3.32.00_PM.png" width="500px"> See merge request !3864
-
Robert Speicher authored
Fix error on commit builds page This MR fixes error on commit builds page that occurs before CI commit (Pipeline) had been updated. Closes #15509 See merge request !3874
-
Dmitriy Zaporozhets authored
Add a branded 503 static error page [ci skip] Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/15398 See merge request !3894
-
Grzegorz Bizon authored
-
Robert Speicher authored
Upgrade jQuery Rails from 4.0.5 to 4.1.1 Upgrades jQuery to 1.12.1 and jquery-ujs to 1.2.1. Changelogs: - https://github.com/rails/jquery-rails/blob/master/CHANGELOG.md - https://blog.jquery.com/2016/01/08/jquery-2-2-and-1-12-released/ - https://github.com/rails/jquery-ujs/releases See merge request !3642
-
Rémy Coutable authored
Signed-off-by: Rémy Coutable <remy@rymai.me>
-
Grzegorz Bizon authored
Closes #15509
-