gitlab-org--gitlab-foss/spec/models
Zeger-Jan van de Weg 61864a5a5b Rename Artifact to JobArtifact, split metadata out
Two things at ones, as there was no clean way to seperate the commit and
give me feedback from the tests.

But the model Artifact is now JobArtifact, and the table does not have a
type anymore, but the metadata is now its own model:
Ci::JobArtifactMetadata.
2017-12-03 12:04:48 +01:00
..
blob_viewer Replaces 'WikiPage::CreateService' calls with 'wiki_page' factory 2017-10-13 14:42:52 +02:00
ci Rename Artifact to JobArtifact, split metadata out 2017-12-03 12:04:48 +01:00
clusters Fix integraetion tests 2017-11-28 20:47:59 +09:00
concerns Merge branch 'dm-search-pattern' into 'master' 2017-11-29 09:10:43 +00:00
conversational_development_index
cycle_analytics
diff_viewer Batchload blobs for diff generation 2017-11-21 13:53:26 +01:00
hooks
issue
members
merge_request
network
project_services Fix unit tests 2017-11-28 20:47:59 +09:00
protected_branch
ability_spec.rb
abuse_report_spec.rb
appearance_spec.rb
application_setting_spec.rb Add timeouts for Gitaly calls 2017-11-29 09:12:12 +00:00
award_emoji_spec.rb
blob_spec.rb Batchload blobs for diff generation 2017-11-21 13:53:26 +01:00
board_spec.rb
broadcast_message_spec.rb
chat_name_spec.rb
chat_team_spec.rb
commit_collection_spec.rb Optimise getting the pipeline status of commits 2017-11-16 16:01:14 +01:00
commit_range_spec.rb
commit_spec.rb Optimise getting the pipeline status of commits 2017-11-16 16:01:14 +01:00
commit_status_spec.rb Use existing pipeline stage if stage already exists 2017-11-06 11:04:09 +01: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 Prevents position update for image diff notes 2017-11-13 16:40:54 -02:00
discussion_spec.rb
email_spec.rb remove extra whitespace 2017-10-27 17:35:40 +02:00
environment_spec.rb Aling shared_exmaples to "same behavior between KubernetesService and Platform::Kubernetes" 2017-11-28 20:47:59 +09:00
event_collection_spec.rb
event_spec.rb
external_issue_spec.rb
fork_network_member_spec.rb Delete the fork network when removing the last membership 2017-11-17 12:58:15 +01:00
fork_network_spec.rb Unlink a project from a fork network when it's source was deleted. 2017-11-03 12:17:59 +01:00
forked_project_link_spec.rb Add a project forks spec helper 2017-10-07 11:46:23 +02:00
generic_commit_status_spec.rb
global_milestone_spec.rb Move total time spend calculation to milestoneish 2017-11-11 16:47:39 +02:00
gpg_key_spec.rb Invalidate GpgSignatures associated to GpgKeySubkeys when revoking the GpgKey 2017-10-05 08:26:02 -05:00
gpg_key_subkey_spec.rb Add some basic specs and refactor model and validations 2017-10-05 08:25:27 -05:00
gpg_signature_spec.rb Fix error with GPG signature updater when commit was deleted 2017-10-07 10:47:53 -05:00
group_custom_attribute_spec.rb Support custom attributes on groups 2017-11-06 10:51:50 +01:00
group_label_spec.rb
group_milestone_spec.rb
group_spec.rb Always return full avatar URL for private/internal groups/projects when asset host is set 2017-11-09 15:40:41 +00:00
guest_spec.rb
identity_spec.rb Changing OAuth lookup to be case insensitive 2017-11-17 14:24:25 +00:00
instance_configuration_spec.rb Added ssh fingerprint, gitlab ci and pages information in an instance configuration page 2017-10-25 23:51:26 +03:00
issue_collection_spec.rb
issue_spec.rb Move update_project_counter_caches? out of issue and merge request 2017-11-11 21:06:28 +02:00
key_spec.rb Cache the number of user SSH keys 2017-11-16 14:59:38 +01:00
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 Replaces `tag: true` into `:tag` in the specs 2017-10-07 13:57:54 +02:00
merge_request_diff_commit_spec.rb Handle large values on `MergeRequestDiffCommit` dates 2017-10-30 21:13:39 -03:00
merge_request_diff_file_spec.rb
merge_request_diff_spec.rb Remove serialised diff and commit columns 2017-11-28 16:13:40 +00:00
merge_request_spec.rb Ensure MRs always use branch refs for comparison 2017-11-28 17:01:38 +00:00
milestone_spec.rb Changed validation error message on wrong milestone dates 2017-11-18 19:30:32 +01:00
namespace_spec.rb Merge branch 'master' into sh-security-fix-backports-master 2017-10-17 16:02:32 -07:00
note_spec.rb add the missing spec 2017-11-20 13:00:35 -05:00
notification_setting_spec.rb
pages_domain_spec.rb
personal_access_token_spec.rb
project_authorization_spec.rb
project_auto_devops_spec.rb Add specs for warning message shown in Auto DevOps settings 2017-09-19 18:42:13 +02:00
project_custom_attribute_spec.rb Support custom attributes on projects 2017-11-06 10:51:46 +01:00
project_feature_spec.rb
project_group_link_spec.rb Replaces `tag: true` into `:tag` in the specs 2017-10-07 13:57:54 +02:00
project_label_spec.rb
project_snippet_spec.rb
project_spec.rb Adds validation for Project#ci_config_path not to contain leading slash 2017-12-01 11:15:15 +00:00
project_statistics_spec.rb Rename Artifact to JobArtifact, split metadata out 2017-12-03 12:04:48 +01:00
project_team_spec.rb
project_wiki_spec.rb Fix dumping hashed storage based repository 2017-11-15 15:20:36 +01:00
protectable_dropdown_spec.rb
protected_branch_spec.rb
protected_tag_spec.rb
push_event_payload_spec.rb
push_event_spec.rb
redirect_route_spec.rb
release_spec.rb
repository_spec.rb Move identical merged branch check to merged_branch_names 2017-11-23 18:26:41 +08:00
route_spec.rb
sent_notification_spec.rb Don't show an "Unsubscribe" link in snippet comment notifications 2017-10-09 15:03:05 +02:00
service_spec.rb
snippet_blob_spec.rb
snippet_spec.rb Use fuzzy search with minimum length of 3 characters where appropriate 2017-11-27 11:29:40 +01:00
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_custom_attribute_spec.rb Support custom attributes on users 2017-09-28 16:49:42 +00:00
user_spec.rb Allow password authentication to be disabled entirely 2017-11-23 13:16:14 +00:00
wiki_directory_spec.rb
wiki_page_spec.rb Resolve "Performance issues when loading large number of wiki pages" 2017-11-17 11:48:32 +00:00