gitlab-org--gitlab-foss/app/models/concerns
Douglas Barbosa Alexandre 100e3e7601 Fix sorting issues/mrs by votes on the groups page
The `non_archived` scope applied here
https://gitlab.com/gitlab-org/gitlab-ce/blob/master/app/controllers/conc
erns/issues_action.rb#L5 overrides the previous `ORDER BY` applied
inside the IssuesFinder, with the default scope of the Project model,
resulting in SQL errors.
2016-03-21 17:01:38 -03:00
..
case_sensitivity.rb Revamp finding projects by namespaces 2015-10-08 14:35:32 +02:00
internal_id.rb Dry destroy action on issuables 2016-03-19 21:24:05 +01:00
issuable.rb Fix sorting issues/mrs by votes on the groups page 2016-03-21 17:01:38 -03:00
mentionable.rb Fix mentionable reference extraction caching. 2016-01-06 13:33:11 +01:00
milestoneish.rb Restrict access for confidential issues on milestone view 2016-03-17 20:55:59 -03:00
notifiable.rb Huge replace of old users_project and users_group references 2014-09-14 19:32:51 +03:00
participable.rb Fix issue related cross-project MRs 2015-12-21 15:36:08 +01:00
referable.rb Render commit reference using short sha, but include full sha in comment. 2015-12-01 12:58:45 +01:00
sortable.rb Sort by ID when sorting using "Recently created" 2016-01-07 14:53:02 +01:00
strip_attribute.rb Strip attributes for Milestone and Issuable. #3428 2015-11-26 10:16:50 -05:00
subscribable.rb Improving the original label-subscribing implementation 2016-03-15 18:22:02 +01:00
taskable.rb Fix bug that happened when replacing the Task list. #2296 2015-11-20 13:58:45 -05:00
token_authenticatable.rb Use method that creates runners registration token 2015-12-23 11:45:17 +01:00