- 01 Apr, 2016 17 commits
-
-
-
Robert Speicher authored
Added & use Gitlab::Routing for URL helpers Extracted from !3389 See merge request !3486
-
Rémy Coutable authored
[ci skip] Signed-off-by: Rémy Coutable <remy@rymai.me>
-
Robert Speicher authored
Memoize reference_pattern/link_reference_pattern Extracted from !3389 See merge request !3485
-
Robert Speicher authored
spec and fix for fogbugz lonely user problem Fixes https://gitlab.com/gitlab-org/gitlab-ce/issues/14766 I encountered this issue while manually testing all import types for https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/3066 This is really due to a horrible API ``` { 'people' => { 'person' => array_of_people_or_single_person_as_hash } } ``` See merge request !3457
-
Jacob Schatz authored
Revert "Merge branch 'users_should_not_be_able_upvote_downvote' into 'master'" This reverts merge request !3406 See merge request !3491
-
Rémy Coutable authored
Allow temp-oauth-email as notification email Closes #14559 /cc @dblessing @rymai See merge request !3477
-
Jacob Schatz authored
This reverts merge request !3406
-
Jacob Schatz authored
Prevent users from being able to both upvote and downvote closes #14480 ![thumbs](/uploads/d0d64f08dbf271fe969b44c68f424123/thumbs.gif) See merge request !3406
-
Jacob Schatz authored
Fix divider in dropdown when not needed closes #14533 ## Before ![Screen_Shot_2016-03-25_at_12.35.21_AM](/uploads/20f386c9c45c9ee8716835ccfa0066ed/Screen_Shot_2016-03-25_at_12.35.21_AM.png) ## After ![Screen_Shot_2016-03-25_at_12.37.27_AM](/uploads/22db62db920017da5fe1da7670fbbb0e/Screen_Shot_2016-03-25_at_12.37.27_AM.png) See merge request !3394
-
Yorick Peterse authored
Rails' "url_helpers" method creates an anonymous Module (which a bunch of methods) on every call. By caching the output of this method in a dedicated method we can shave off about 10 seconds of loading time for an issue with around 200 comments.
-
Yorick Peterse authored
These methods are called quite often in loops so by memoizing their output we can reduce timings a bit.
-
Rémy Coutable authored
Fixes issue with dropdowns not selecting values Fixes issue with dropdowns not selecting when navigating between tabs Closes #14813 See merge request !3478
-
Douwe Maan authored
Merge branch 'snippets-with-comments-cause-a-500-when-they-show-up-in-search-results-14764' into 'master' Fix Error 500 when searching for a comment in a project snippet Closes #14764. /cc @stanhu, and thank you for the spec! ;) See merge request !3468
-
Douwe Maan authored
Mentions on confidential issues doesn't create todos for non-members Closes #14569 See merge request !3374
-
Douwe Maan authored
Rewrite uploads when moving issue to another project Closes #14531 See merge request !3382
-
Rémy Coutable authored
Remove "Congratulations!" tweet button on newly-created project. I’ve removed everything related to the feature based on this commit: ce08f919 Resolves #10857. See merge request !3451
-
- 31 Mar, 2016 23 commits
-
-
connorshea authored
I’ve removed everything related to the feature based on this commit: ce08f919f34fd8849834365 Resolves #10857.
-
Arinde Eniola authored
-
Robert Speicher authored
Minor clean up on admin/users_controller_spec Extracted from !3439 See merge request !3460
-
Zeger-Jan van de Weg authored
-
Jacob Schatz authored
Fix input borders See merge request !3474
-
Phil Hughes authored
Fixes issue with dropdowns not selecting when navigating between tabs Closes #14813
-
Robert Speicher authored
Exclude projects pending deletion from all results Closes #14138 See merge request !3439
-
Zeger-Jan van de Weg authored
-
Zeger-Jan van de Weg authored
-
Rémy Coutable authored
Destroy related todos when an Issue/MR is deleted Closes #14550 Closes #14598 See merge request !3376
-
Jacob Schatz authored
Fix placeholder color Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> See merge request !3472
-
Dmitriy Zaporozhets authored
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
Dmitriy Zaporozhets authored
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
Dmitriy Zaporozhets authored
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
Douglas Barbosa Alexandre authored
-
Douglas Barbosa Alexandre authored
-
Arinde Eniola authored
-
Jacob Schatz authored
Fix event rendering for certain event types Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> See merge request !3469
-
Jacob Schatz authored
Location aware search Closes #3400 #14217 Introduces suggestion grouping on the search box and adds the ability to the user to remove the location to search on. **Notes** - Suggestions are now grouped by category. - Suggestions are displayed when no location is set. - Would be great to provide suggestions for the specified location which could be a project or group. - A location is set from the server for projects/groups related urls. **Default Apparence** ![](/uploads/9fad1a354fb0e4b13cfd36698c061ab4/default.gif) **When location badge is present** ![](/uploads/ddc6379f407061e188f9f4a7a9a8c9b8/location-badge.gif) **Suggestions** ![suggestions](/uploads/2df288e00ad496b31a1a2efc2a4a9f6d/suggestions.gif) **Suggestions when location badge is present** ![](/uploads/f6ef09d3aed124179ab4e228b848486e/location-present-suggestions.gif) Closes #3400 See merge request !3212
-
Dmitriy Zaporozhets authored
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
Grzegorz Bizon authored
-
Grzegorz Bizon authored
-
Rémy Coutable authored
[ci skip] Signed-off-by: Rémy Coutable <remy@rymai.me>
-