gitlab-org--gitlab-foss/spec
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
..
config Don't load all of GitLab in mail_room 2016-02-26 18:48:13 -08:00
controllers Fix sorting issues/mrs by votes on the groups page 2016-03-21 17:01:38 -03:00
factories Update schema info comment on todo related files 2016-03-18 11:00:53 -03:00
features Merge branch 'master' into feature/issue-move 2016-03-19 18:50:15 +01:00
finders Bring shared project feature tests from EE 2016-03-12 14:45:14 +01:00
fixtures Add support for keyword arguments in label reference method 2016-03-03 10:41:11 +01:00
helpers Make HTTP(s) label consistent on clone bar 2016-03-19 22:47:27 -07:00
initializers Ensure Gravatar host looks like an actual host 2016-01-18 14:58:16 +01:00
javascripts Change js-quick-submit behavior to expect the class on the form 2016-03-02 15:11:15 -05:00
lib Merge branch 'master' into feature/issue-move 2016-03-20 11:01:08 +01:00
mailers Add new notifications for issue move action 2016-03-17 07:39:16 +01:00
models Merge branch 'master' into 2489-soft-delete-issues 2016-03-21 19:32:37 +01:00
requests Fix typos and denting 2016-03-21 19:30:45 +01:00
routing Remove Profile::KeysController#new action 2016-03-03 16:13:59 -05:00
services Preserve created at time of notes when moving issue 2016-03-20 17:05:21 +01:00
support Restrict access to references for confidential issues 2016-03-17 20:55:59 -03:00
tasks/gitlab
views Move "I should see Crowd login form" feature to a view spec 2016-02-24 17:38:13 -05:00
workers Cache output of Repository#exists? 2016-03-19 21:54:08 +01:00
factories_spec.rb
rails_helper.rb
spec_helper.rb Original implementation to allow users to subscribe to labels 2016-03-15 17:25:37 +01:00
teaspoon_env.rb