gitlab-org--gitlab-foss/app/models
Yorick Peterse 0d0049c058 Don't pluck IDs when getting issues/MRs per group
This replaces plucking of IDs with a sub-query, saving the overhead of
loading the data in Ruby and then mapping the rows to an Array of IDs.
This also scales much better when dealing with a large amount of IDs
that would be involved.
2016-01-07 14:53:02 +01:00
..
ci Fix project destroy callback 2016-01-05 20:49:31 +01:00
concerns Sort by ID when sorting using "Recently created" 2016-01-07 14:53:02 +01:00
hooks Migrate CI::Services and CI::WebHooks to Services and WebHooks 2015-12-10 16:04:08 +01:00
members Re-annotate models 2015-05-03 13:38:27 -07:00
network Merge pull request #7999 from cirosantilli/append-inplace 2015-01-21 23:07:15 -08:00
project_services Don't log backtrace in Asana service 2016-01-04 11:19:39 -04:00
.gitkeep
ability.rb remove public field from namespace and refactoring 2016-01-04 16:00:29 +02:00
abuse_report.rb Add AbuseReport#notify 2016-01-04 18:59:42 -05:00
application_setting.rb reCAPTCHA is configurable through Admin Settings, no reload needed. 2015-12-28 18:50:29 -02:00
audit_event.rb Re-annotate models 2015-08-03 01:52:54 +09:00
broadcast_message.rb Add custom ColorValidator 2015-12-07 16:57:26 -05:00
commit.rb Merge branch 'master' into tmp-reference-pipeline-and-caching 2015-12-10 14:04:34 +01:00
commit_range.rb Satisfy Rubocop 2015-12-02 10:54:24 +01:00
commit_status.rb Fix errors 2015-12-11 18:02:09 +01:00
deploy_key.rb Re-annotate models 2015-05-03 13:38:27 -07:00
deploy_keys_project.rb Clean up code. 2015-04-03 12:28:47 +02:00
diff_line.rb
email.rb Allow primary email to be set to an email that you've already added. 2015-04-30 16:17:03 +02:00
event.rb Don't show project fork event as imported 2015-12-02 10:56:05 +01:00
external_issue.rb Add reference_pattern to Referable models 2015-05-26 15:48:32 -04:00
forked_project_link.rb
generic_commit_status.rb Annotate models 2015-11-13 19:22:46 +01:00
global_label.rb Refactor global and group milestones logic 2015-11-16 14:07:38 +01:00
global_milestone.rb Fix Error 500 when global milestones have slashes 2015-12-22 13:15:32 -08:00
group.rb remove public field from namespace and refactoring 2016-01-04 16:00:29 +02:00
identity.rb Fix identity and user retrieval when special characters are used 2015-12-22 13:23:35 -05:00
issue.rb Don't pluck IDs when getting issues/MRs per group 2016-01-07 14:53:02 +01:00
jira_issue.rb Backport JIRA service 2015-12-18 14:19:48 -06:00
key.rb Only publish ssh key-type and key 2015-08-04 14:33:18 +02:00
label.rb Add custom ColorValidator 2015-12-07 16:57:26 -05:00
label_link.rb
lfs_object.rb Update annotations 2015-12-08 21:00:01 -08:00
lfs_objects_project.rb Update annotations 2015-12-08 21:00:01 -08:00
member.rb Refactor ability changes 2015-11-17 15:49:37 +01:00
merge_request.rb Don't pluck IDs when getting issues/MRs per group 2016-01-07 14:53:02 +01:00
merge_request_diff.rb Add ignore white space option in merge request diff 2015-11-13 16:53:53 +09:00
milestone.rb Use "Any Label" and "Any Milestone" in selects rather than the ambiguous "Any" option 2015-12-02 14:10:43 +01:00
namespace.rb Fixed Rubocop offenses 2015-12-15 00:53:52 -02:00
note.rb note votes methids implementation 2015-12-29 10:11:20 +02:00
notification.rb Added Global to the drop downs and updated the label of the button to show the current level instead of Notifications 2015-09-16 19:46:24 -05:00
personal_snippet.rb annotate 2014-10-09 18:22:20 +03:00
project.rb Merge branch 'brunsa2/gitlab-ce-diverging-branch-graphs' into 'master' 2016-01-05 15:44:22 +00:00
project_import_data.rb Re-annotate models 2015-05-03 13:38:27 -07:00
project_snippet.rb annotate 2014-10-09 18:22:20 +03:00
project_team.rb Improve ProjectTeam#max_member_access performance 2015-10-15 12:05:01 +02:00
project_wiki.rb Make ProjectWiki touch Project#last_activity_at after wiki actions 2015-11-16 13:08:25 -05:00
protected_branch.rb Use project.commit convenience method. 2015-04-24 12:29:36 +02:00
release.rb Annotate models 2015-11-13 19:22:46 +01:00
repository.rb Merge branch 'master' of github.com:gitlabhq/gitlabhq 2016-01-07 12:56:18 +01:00
security_event.rb Re-annotate models 2015-08-03 01:52:54 +09:00
sent_notification.rb Add custom LineCodeValidator 2015-12-07 16:57:26 -05:00
service.rb Migrate CI::Project to Project 2015-12-11 18:02:09 +01:00
snippet.rb Autolink first so we don't pick up numeric anchors as issue references. 2015-12-01 15:53:32 +01:00
subscription.rb tests 2015-03-16 21:38:41 +02:00
tree.rb Validate README format before displaying 2016-01-05 11:06:18 -02:00
user.rb Prevent duplicate "username has already been taken" validation message 2016-01-02 20:03:28 -05:00
users_star_project.rb Touch project when toggling stars to update cache 2015-12-03 16:08:08 -02:00
wiki_page.rb Fix dots in Wiki slug causing errors 2015-03-21 18:33:51 -07:00