gitlab-org--gitlab-foss/spec/models
Sean McGivern 9a73b634ab Add table for files in merge request diffs
This adds an ID-less table containing one row per file, per merge request
diff. It has a column for each attribute on Gitlab::Git::Diff that is serialised
currently, with the advantage that we can easily query the attributes of this
new table.

It does not migrate existing data, so we have fallback code when the legacy
st_diffs column is present instead. For a merge request diff to be valid, it
should have at most one of:

* Rows in this new table, with the correct merge_request_diff_id.
* A non-NULL st_diffs column.

It may have neither, if the diff is empty.
2017-06-16 18:30:01 +01:00
..
blob_viewer
ci Merge branch 'fix-manual-actions' into 'master' 2017-06-15 09:36:02 +00:00
concerns Improve method names and add more specs 2017-06-16 12:03:15 -03:00
cycle_analytics
diff_viewer
hooks
issue
members
merge_request
network
project_services Correct RSpec/SingleLineHook cop offenses 2017-06-14 13:18:56 -05:00
protected_branch
ability_spec.rb
abuse_report_spec.rb
appearance_spec.rb
application_setting_spec.rb Correct RSpec/SingleLineHook cop offenses 2017-06-14 13:18:56 -05:00
award_emoji_spec.rb
blob_spec.rb
board_spec.rb
broadcast_message_spec.rb #13336 - display multiple messages in both the UI and git output 2017-06-15 13:47:33 +00:00
chat_name_spec.rb
chat_team_spec.rb
commit_range_spec.rb
commit_spec.rb Correct RSpec/SingleLineHook cop offenses 2017-06-14 13:18:56 -05:00
commit_status_spec.rb Correct RSpec/SingleLineHook cop offenses 2017-06-14 13:18:56 -05:00
compare_spec.rb
container_repository_spec.rb
deploy_key_spec.rb
deploy_keys_project_spec.rb
deployment_spec.rb
diff_discussion_spec.rb
diff_note_spec.rb
discussion_spec.rb
email_spec.rb
environment_spec.rb
event_spec.rb
external_issue_spec.rb
forked_project_link_spec.rb
generic_commit_status_spec.rb Correct RSpec/SingleLineHook cop offenses 2017-06-14 13:18:56 -05:00
global_milestone_spec.rb
group_label_spec.rb
group_milestone_spec.rb Improve method names and add more specs 2017-06-16 12:03:15 -03:00
group_spec.rb Correct RSpec/SingleLineHook cop offenses 2017-06-14 13:18:56 -05:00
guest_spec.rb
identity_spec.rb
issue_collection_spec.rb
issue_spec.rb Correct RSpec/SingleLineHook cop offenses 2017-06-14 13:18:56 -05:00
key_spec.rb
label_link_spec.rb
label_priority_spec.rb
label_spec.rb
legacy_diff_discussion_spec.rb
lfs_objects_project_spec.rb
list_spec.rb
member_spec.rb
merge_request_diff_file_spec.rb Add table for files in merge request diffs 2017-06-16 18:30:01 +01:00
merge_request_diff_spec.rb Add table for files in merge request diffs 2017-06-16 18:30:01 +01:00
merge_request_spec.rb Rename "Slash commands" to "Quick actions" 2017-06-15 09:01:56 -05:00
milestone_spec.rb Remove old specs and add new ones 2017-06-16 12:02:20 -03:00
namespace_spec.rb
note_spec.rb Correct RSpec/SingleLineHook cop offenses 2017-06-14 13:18:56 -05:00
notification_setting_spec.rb Deserialise existing custom notification settings 2017-06-15 15:15:13 +01:00
pages_domain_spec.rb
personal_access_token_spec.rb
project_authorization_spec.rb
project_feature_spec.rb
project_group_link_spec.rb
project_label_spec.rb
project_snippet_spec.rb
project_spec.rb Correct RSpec/SingleLineHook cop offenses 2017-06-14 13:18:56 -05:00
project_statistics_spec.rb
project_team_spec.rb Correct RSpec/SingleLineHook cop offenses 2017-06-14 13:18:56 -05:00
project_wiki_spec.rb Correct RSpec/SingleLineHook cop offenses 2017-06-14 13:18:56 -05:00
protectable_dropdown_spec.rb
protected_branch_spec.rb
protected_tag_spec.rb
redirect_route_spec.rb
release_spec.rb
repository_spec.rb
route_spec.rb Correct RSpec/SingleLineHook cop offenses 2017-06-14 13:18:56 -05:00
sent_notification_spec.rb
service_spec.rb
snippet_blob_spec.rb
snippet_spec.rb
spam_log_spec.rb
subscription_spec.rb
system_note_metadata_spec.rb
timelog_spec.rb
todo_spec.rb
tree_spec.rb
trending_project_spec.rb
upload_spec.rb
user_agent_detail_spec.rb
user_spec.rb Correct RSpec/SingleLineHook cop offenses 2017-06-14 13:18:56 -05:00
wiki_directory_spec.rb
wiki_page_spec.rb