gitlab-org--gitlab-foss/app/models
Sean McGivern aff5c9f3e5 Add table for merge request commits
This is an ID-less table with just three columns: an association to the merge
request diff the commit belongs to, the relative order of the commit within the
merge request diff, and the commit SHA itself.

Previously we stored much more information about the commits, so that we could
display them even when they were deleted from the repo. Since 8.0, we ensure
that those commits are kept around for as long as the target repo itself is, so
we don't need to duplicate that data in the database.
2017-07-06 17:36:10 +01:00
..
blob_viewer Implement diff viewers 2017-06-14 10:12:21 -05:00
ci Add table for merge request commits 2017-07-06 17:36:10 +01:00
concerns Merge branch 'foreign-keys-for-project-model' into 'master' 2017-07-06 12:24:46 +00:00
conversational_development_index Use sum instead of map + inject 2017-06-02 17:17:24 +02:00
cycle_analytics
diff_viewer Implement diff viewers 2017-06-14 10:12:21 -05:00
hooks Rename ActiverecordSerialize cop 2017-07-06 12:01:36 +02:00
issue
members Allow group reporters to manage group labels 2017-06-05 11:58:53 +01:00
merge_request
network Remove Gitlab::Git::Repository#find_all 2017-06-27 12:30:51 +02:00
project_services Merge branch '33360-generate-kubeconfig' into 'master' 2017-07-06 13:05:50 +00:00
protected_branch Enabled no-one as a merge access level in protected branches 2017-05-10 17:19:40 +01:00
protected_tag
.gitkeep
ability.rb bugfix: use require_dependency to bring in DeclarativePolicy 2017-06-29 11:57:59 -07:00
abuse_report.rb Refactor the DeleteUserWorker 2017-06-05 13:08:06 +01:00
appearance.rb Added Cop to blacklist the use of dependent: 2017-07-06 12:01:36 +02:00
application_setting.rb Rename ActiverecordSerialize cop 2017-07-06 12:01:36 +02:00
audit_event.rb Rename ActiverecordSerialize cop 2017-07-06 12:01:36 +02:00
award_emoji.rb Enable Style/DotPosition Rubocop 👮 2017-06-21 13:48:12 +00:00
blob.rb Detect if file that appears to be text in the first 1024 bytes is actually binary afer loading all data 2017-06-08 12:49:03 -05:00
board.rb Added Cop to blacklist the use of dependent: 2017-07-06 12:01:36 +02:00
broadcast_message.rb #13336 - display multiple messages in both the UI and git output 2017-06-15 13:47:33 +00:00
chat_name.rb
chat_team.rb
commit.rb Add table for merge request commits 2017-07-06 17:36:10 +01:00
commit_range.rb
commit_status.rb Check warnings when building compound status SQL query 2017-06-20 15:32:29 +02:00
compare.rb
container_repository.rb
cycle_analytics.rb
dashboard_milestone.rb Improve method names and add more specs 2017-06-16 12:03:15 -03:00
deploy_key.rb Added Cop to blacklist the use of dependent: 2017-07-06 12:01:36 +02:00
deploy_keys_project.rb
deployment.rb Merge remote-tracking branch 'upstream/master' into 28717-additional-metrics-review-branch 2017-06-22 15:05:52 +02:00
diff_discussion.rb Update diff discussion position per discussion instead of per note 2017-05-31 14:34:56 -05:00
diff_note.rb Rename ActiverecordSerialize cop 2017-07-06 12:01:36 +02:00
directly_addressed_user.rb
discussion.rb Fix replying to a commit discussion displayed in the context of an MR 2017-06-01 09:52:11 -05:00
discussion_note.rb
email.rb
environment.rb Added Cop to blacklist the use of dependent: 2017-07-06 12:01:36 +02:00
event.rb Rename ActiverecordSerialize cop 2017-07-06 12:01:36 +02:00
external_issue.rb Improve support for external issue references 2017-06-30 14:47:53 +02:00
forked_project_link.rb Don't resolve fork relationships for projects pending delete 2017-07-04 12:02:29 +01:00
generic_commit_status.rb Allow to access pipelines even if they are disabled, but only present jobs and commit statuses without giving ability to access them 2017-06-13 09:52:48 +02:00
global_label.rb
global_milestone.rb Backport of multiple_assignees_feature [ci skip] 2017-05-04 17:11:53 +03:00
group.rb Added Cop to blacklist the use of dependent: 2017-07-06 12:01:36 +02:00
group_label.rb
group_milestone.rb Improve method names and add more specs 2017-06-16 12:03:15 -03:00
guest.rb
identity.rb
individual_note_discussion.rb
issue.rb Added Cop to blacklist the use of dependent: 2017-07-06 12:01:36 +02:00
issue_assignee.rb Move update_assignee_cache_counts to the service 2017-05-12 14:12:29 +03:00
issue_collection.rb Enable Style/DotPosition Rubocop 👮 2017-06-21 13:48:12 +00:00
key.rb Don’t schedule workers from inside transactions 2017-06-02 11:43:32 -05:00
label.rb Added Cop to blacklist the use of dependent: 2017-07-06 12:01:36 +02:00
label_link.rb Added Cop to blacklist polymorphic associations 2017-06-07 17:36:55 +02:00
label_priority.rb
legacy_diff_discussion.rb Allow commenting on older versions of the diff and comparisons between diff versions 2017-05-03 14:47:21 -05:00
legacy_diff_note.rb Rename ActiverecordSerialize cop 2017-07-06 12:01:36 +02:00
lfs_object.rb Added Cop to blacklist the use of dependent: 2017-07-06 12:01:36 +02:00
lfs_objects_project.rb Don’t schedule workers from inside transactions 2017-06-02 11:43:32 -05:00
list.rb Merge branch 'expand-backlog-closed-lists-issue-boards' into 'master' 2017-06-07 15:05:37 +00:00
member.rb Enable Style/DotPosition Rubocop 👮 2017-06-21 13:48:12 +00:00
merge_request.rb Add table for merge request commits 2017-07-06 17:36:10 +01:00
merge_request_diff.rb Add table for merge request commits 2017-07-06 17:36:10 +01:00
merge_request_diff_commit.rb Add table for merge request commits 2017-07-06 17:36:10 +01:00
merge_request_diff_file.rb Add table for files in merge request diffs 2017-06-16 18:30:01 +01:00
merge_requests_closing_issues.rb Enable Style/DotPosition Rubocop 👮 2017-06-21 13:48:12 +00:00
milestone.rb Added Cop to blacklist the use of dependent: 2017-07-06 12:01:36 +02:00
namespace.rb Added Cop to blacklist the use of dependent: 2017-07-06 12:01:36 +02:00
note.rb Added Cop to blacklist the use of dependent: 2017-07-06 12:01:36 +02:00
notification_setting.rb Fix current feature related specs 2017-06-28 11:32:34 +01:00
oauth_access_grant.rb
oauth_access_token.rb
out_of_context_discussion.rb
pages_domain.rb Allow numeric pages domain 2017-06-06 12:39:37 +01:00
personal_access_token.rb Rename ActiverecordSerialize cop 2017-07-06 12:01:36 +02:00
personal_snippet.rb
project.rb Merge branch '34716-environment-specific-variables-ce' into 'master' 2017-07-06 13:11:07 +00:00
project_authorization.rb Enable Style/DotPosition Rubocop 👮 2017-06-21 13:48:12 +00:00
project_feature.rb convert all the policies to DeclarativePolicy 2017-06-27 12:44:37 -07:00
project_group_link.rb
project_import_data.rb Rename ActiverecordSerialize cop 2017-07-06 12:01:36 +02:00
project_label.rb
project_snippet.rb
project_statistics.rb
project_team.rb Enable Style/DotPosition Rubocop 👮 2017-06-21 13:48:12 +00:00
project_wiki.rb Create and use project path helpers that only need a project, no namespace 2017-07-05 11:11:59 -05:00
protectable_dropdown.rb
protected_branch.rb Backport EE refactorings for Protected Tag EE-only functionality 2017-05-31 13:06:29 +01:00
protected_ref_matcher.rb
protected_tag.rb Backport EE refactorings for Protected Tag EE-only functionality 2017-05-31 13:06:29 +01:00
readme_blob.rb Load tree readme asynchronously 2017-05-10 08:21:58 -05:00
redirect_route.rb Added Cop to blacklist polymorphic associations 2017-06-07 17:36:55 +02:00
release.rb
repository.rb Add back Pipeline#ci_yaml_file_path due to all the troubles 2017-07-05 20:04:53 +08:00
route.rb Added Cop to blacklist polymorphic associations 2017-06-07 17:36:55 +02:00
security_event.rb
sent_notification.rb Rename ActiverecordSerialize cop 2017-07-06 12:01:36 +02:00
service.rb Merge branch 'backport_slack_application_changes' into 'master' 2017-07-06 14:50:22 +00:00
snippet.rb Added Cop to blacklist the use of dependent: 2017-07-06 12:01:36 +02:00
snippet_blob.rb Refactor Blob support of external storage in preparation of job artifact blobs 2017-05-03 10:20:05 -05:00
spam_log.rb Refactor the DeleteUserWorker 2017-06-05 13:08:06 +01:00
subscription.rb Added Cop to blacklist polymorphic associations 2017-06-07 17:36:55 +02:00
system_note_metadata.rb Add system note with link to diff comparison when MR discussion becomes outdated 2017-05-23 16:27:30 -05:00
timelog.rb
todo.rb Enable Style/DotPosition Rubocop 👮 2017-06-21 13:48:12 +00:00
tree.rb Load tree readme asynchronously 2017-05-10 08:21:58 -05:00
trending_project.rb
u2f_registration.rb
upload.rb Added Cop to blacklist polymorphic associations 2017-06-07 17:36:55 +02:00
user.rb Rename ActiverecordSerialize cop 2017-07-06 12:01:36 +02:00
user_agent_detail.rb Added Cop to blacklist polymorphic associations 2017-06-07 17:36:55 +02:00
users_star_project.rb
wiki_directory.rb
wiki_page.rb Enable Style/DotPosition Rubocop 👮 2017-06-21 13:48:12 +00:00