gitlab-org--gitlab-foss/spec/models
Ahmad Sherif 0b965528c6 GitalyClient::ConflictsService#conflicts? should return true for conflicts with missing side 2018-01-23 22:16:51 +01:00
..
blob_viewer BlobViewer::PackageJson - if private link to homepage 2017-12-18 23:18:23 -06:00
ci Add specs for CI builds and pipeline relationships 2018-01-14 15:25:17 -08:00
clusters Extend Cluster Applications to allow installation of Prometheus 2017-12-22 17:23:43 +00:00
concerns Merge branch 'feature/merge-request-system-hook' into 'master' 2018-01-18 11:37:16 +00:00
conversational_development_index Store & use ConvDev percentages returned by Version app 2017-08-07 20:52:08 +02:00
cycle_analytics Remove superfluous lib: true, type: redis, service: true, models: true, services: true, no_db: true, api: true 2017-07-27 14:31:53 +02:00
diff_viewer Batchload blobs for diff generation 2017-11-21 13:53:26 +01:00
hooks Merge branch 'feature/merge-request-system-hook' into 'master' 2018-01-18 11:37:16 +00:00
issue Change all `:empty_project` to `:project` 2017-08-02 17:47:31 -04:00
members Replace '.team << [user, role]' with 'add_role(user)' in specs 2017-12-22 19:18:28 +11:00
merge_request Cache merged and closed events data in merge_request_metrics table 2018-01-02 17:45:25 -02:00
network Remove superfluous lib: true, type: redis, service: true, models: true, services: true, no_db: true, api: true 2017-07-27 14:31:53 +02:00
project_services Merge branch '41567-projectfix' into 'security-10-3' 2018-01-16 17:04:38 -08:00
protected_branch Remove superfluous type defs in specs 2017-07-27 14:31:52 +02:00
ability_spec.rb Replace '.team << [user, role]' with 'add_role(user)' in specs 2017-12-22 19:18:28 +11:00
abuse_report_spec.rb Optimize a few simple spec files by using `set` 2017-09-13 13:35:18 +02:00
appearance_spec.rb Add custom brand text on new project pages 2017-12-04 17:22:59 +01:00
application_setting_spec.rb Move the circuitbreaker check out in a separate process 2017-12-08 09:11:39 +01:00
award_emoji_spec.rb Merge branch 'master' into issue-discussions-refactor 2017-07-31 10:23:50 +02:00
blob_spec.rb Batchload blobs for diff generation 2017-11-21 13:53:26 +01:00
board_spec.rb
broadcast_message_spec.rb Fix caching of future broadcast messages 2017-08-21 17:58:37 +02:00
chat_name_spec.rb Optimize a few simple spec files by using `set` 2017-09-13 13:35:18 +02:00
chat_team_spec.rb Optimize a few simple spec files by using `set` 2017-09-13 13:35:18 +02:00
commit_collection_spec.rb Optimise getting the pipeline status of commits 2017-11-16 16:01:14 +01:00
commit_range_spec.rb Only search for MR revert commits on notes after MR was merged 2018-01-12 13:19:05 +00:00
commit_spec.rb Migrate Commit#uri_type to Gitaly 2018-01-15 14:16:22 +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 Remove superfluous lib: true, type: redis, service: true, models: true, services: true, no_db: true, api: true 2017-07-27 14:31:53 +02:00
container_repository_spec.rb Prevent new / renamed project from using a repository path that already exists on disk 2017-08-25 20:06:06 +02:00
deploy_key_spec.rb Don't include EmailHelpers manually, pick with rspec 2017-08-03 21:55:48 +08:00
deploy_keys_project_spec.rb Merge branch 'sh-migrate-can-push-to-deploy-keys-projects-10-3' into 'security-10-3' 2018-01-16 17:04:51 -08:00
deployment_spec.rb Replace factory_girl_rails with factory_bot_rails 2017-12-14 15:01:55 +01:00
diff_discussion_spec.rb Fix links to old commits in merge requests 2017-12-29 14:44:39 +01:00
diff_note_spec.rb Improve performance of DiffDiscussion#truncated_diff_lines and DiffNote#diff_line by removing expensive diff position calculation and comparison 2017-12-22 18:07:15 +01:00
discussion_spec.rb Remove superfluous type defs in specs 2017-07-27 14:31:52 +02:00
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 Use a specialized class for querying events 2017-08-10 17:45:49 +02:00
event_spec.rb Eager load event target authors whenever possible 2018-01-04 14:32:38 +01:00
external_issue_spec.rb Remove superfluous lib: true, type: redis, service: true, models: true, services: true, no_db: true, api: true 2017-07-27 14:31:53 +02:00
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 Replace '.team << [user, role]' with 'add_role(user)' in specs 2017-12-22 19:18:28 +11:00
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 Change all `:empty_project` to `:project` 2017-08-02 17:47:31 -04:00
group_milestone_spec.rb Change all `:empty_project` to `:project` 2017-08-02 17:47:31 -04:00
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 Change all `:empty_project` to `:project` 2017-08-02 17:47:31 -04:00
identity_spec.rb LDAP extern_uids are not normalized when updated via API 2017-12-21 14:31:15 +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 Replace '.team << [user, role]' with 'add_role(user)' in specs 2017-12-22 19:18:28 +11:00
issue_spec.rb Remove soft removals related code 2018-01-08 17:04:45 +01:00
key_spec.rb Cache the number of user SSH keys 2017-11-16 14:59:38 +01:00
label_link_spec.rb Remove superfluous lib: true, type: redis, service: true, models: true, services: true, no_db: true, api: true 2017-07-27 14:31:53 +02:00
label_priority_spec.rb Remove superfluous lib: true, type: redis, service: true, models: true, services: true, no_db: true, api: true 2017-07-27 14:31:53 +02:00
label_spec.rb Remove superfluous lib: true, type: redis, service: true, models: true, services: true, no_db: true, api: true 2017-07-27 14:31:53 +02:00
legacy_diff_discussion_spec.rb Remove superfluous lib: true, type: redis, service: true, models: true, services: true, no_db: true, api: true 2017-07-27 14:31:53 +02:00
lfs_objects_project_spec.rb Fix syntax error in LFS objects specs 2017-09-13 13:35:18 +02:00
list_spec.rb Adjust tests to work with latest shoulda gem 2017-07-24 19:26:15 +03:00
member_spec.rb Replace '.team << [user, role]' with 'add_role(user)' in specs 2017-12-22 19:18:28 +11: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 Remove superfluous type defs in specs 2017-07-27 14:31:52 +02:00
merge_request_diff_spec.rb Display related merge requests in commit detail page 2018-01-12 20:38:36 +00:00
merge_request_spec.rb Display related merge requests in commit detail page 2018-01-12 20:38:36 +00:00
milestone_spec.rb Changed validation error message on wrong milestone dates 2017-11-18 19:30:32 +01:00
namespace_spec.rb Remove soft removals related code 2018-01-08 17:04:45 +01:00
note_spec.rb Replace '.team << [user, role]' with 'add_role(user)' in specs 2017-12-22 19:18:28 +11:00
notification_setting_spec.rb Remove events column from notification settings 2017-07-31 11:18:55 +01:00
pages_domain_spec.rb Generate HTTP URLs for custom Pages domains when appropriate 2018-01-08 01:30:05 +00:00
personal_access_token_spec.rb Fix new personal access token showing up in a flash message 2017-12-07 16:22:37 -06:00
project_authorization_spec.rb Change all `:empty_project` to `:project` 2017-08-02 17:47:31 -04:00
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 Replace '.team << [user, role]' with 'add_role(user)' in specs 2017-12-22 19:18:28 +11:00
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 Change all `:empty_project` to `:project` 2017-08-02 17:47:31 -04:00
project_snippet_spec.rb Remove superfluous lib: true, type: redis, service: true, models: true, services: true, no_db: true, api: true 2017-07-27 14:31:53 +02:00
project_spec.rb ensure fork_source returns nil when project is the root fork, add tests 2018-01-22 14:48:24 -06:00
project_statistics_spec.rb Fix a bug calculating artifact size for project statistics 2018-01-18 17:48:09 +00:00
project_team_spec.rb Replace '.team << [user, role]' with 'add_role(user)' in specs 2017-12-22 19:18:28 +11:00
project_wiki_spec.rb Fix dumping hashed storage based repository 2017-11-15 15:20:36 +01:00
protectable_dropdown_spec.rb Whitelist or fix additional `Gitlab/PublicSend` cop violations 2017-08-14 12:14:11 -04:00
protected_branch_spec.rb Change all `:empty_project` to `:project` 2017-08-02 17:47:31 -04:00
protected_tag_spec.rb Remove superfluous lib: true, type: redis, service: true, models: true, services: true, no_db: true, api: true 2017-07-27 14:31:53 +02:00
push_event_payload_spec.rb Migrate events into a new format 2017-08-10 17:45:44 +02:00
push_event_spec.rb Last push widget will show banner for new pushes to previously merged branch 2018-01-15 16:45:56 -06:00
redirect_route_spec.rb Fix conflicting redirect search 2017-08-08 10:30:07 -07:00
release_spec.rb Remove superfluous type defs in specs 2017-07-27 14:31:52 +02:00
repository_spec.rb GitalyClient::ConflictsService#conflicts? should return true for conflicts with missing side 2018-01-23 22:16:51 +01:00
route_spec.rb Delete conflicting orphaned routes 2018-01-18 10:28:55 -08:00
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 Resolve conflicts in VERSION, db/schema.rb, and spec/models/service_spec.rb 2018-01-16 17:08:03 -08:00
snippet_blob_spec.rb Remove superfluous lib: true, type: redis, service: true, models: true, services: true, no_db: true, api: true 2017-07-27 14:31:53 +02:00
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 Remove superfluous lib: true, type: redis, service: true, models: true, services: true, no_db: true, api: true 2017-07-27 14:31:53 +02:00
subscription_spec.rb Remove superfluous lib: true, type: redis, service: true, models: true, services: true, no_db: true, api: true 2017-07-27 14:31:53 +02:00
system_note_metadata_spec.rb Remove superfluous lib: true, type: redis, service: true, models: true, services: true, no_db: true, api: true 2017-07-27 14:31:53 +02:00
timelog_spec.rb Remove superfluous type defs in specs 2017-07-27 14:31:52 +02:00
todo_spec.rb Remove superfluous lib: true, type: redis, service: true, models: true, services: true, no_db: true, api: true 2017-07-27 14:31:53 +02:00
tree_spec.rb Remove superfluous lib: true, type: redis, service: true, models: true, services: true, no_db: true, api: true 2017-07-27 14:31:53 +02:00
trending_project_spec.rb Change all `:empty_project` to `:project` 2017-08-02 17:47:31 -04:00
upload_spec.rb Remove superfluous type defs in specs 2017-07-27 14:31:52 +02:00
user_agent_detail_spec.rb Remove superfluous type defs in specs 2017-07-27 14:31:52 +02:00
user_custom_attribute_spec.rb Support custom attributes on users 2017-09-28 16:49:42 +00:00
user_spec.rb Yield no results for blank searches on User name, username and email 2018-01-21 17:24:50 +00:00
wiki_directory_spec.rb Use described_class when possible 2017-07-27 14:31:53 +02:00
wiki_page_spec.rb Resolve "Performance issues when loading large number of wiki pages" 2017-11-17 11:48:32 +00:00