gitlab-org--gitlab-foss/spec/models
Herminio Torres f15ed5f0a5
Fix Rename `add_users_into_project` and `projects_ids`
We never add things `into` projects, we just add them `to` projects. So how about we rename this to `add_users_to_project`.

Rename `projects_ids` to `project_ids` by following the convention of rails.
2016-08-04 08:55:50 -03:00
..
ci Merge branch 'cs-warn-on-failure' into 'master' 2016-07-20 18:57:01 +00:00
concerns Method for returning issues readable by a user 2016-07-29 12:51:18 +02:00
hooks
members Fix Rename `add_users_into_project` and `projects_ids` 2016-08-04 08:55:50 -03:00
project_services Little refactor, add specs, and a CHANGELOG entry 2016-07-26 11:56:56 +02:00
ability_spec.rb Method for returning issues readable by a user 2016-07-29 12:51:18 +02:00
abuse_report_spec.rb
appearance_spec.rb
application_setting_spec.rb Default to manual input for `domain_whitelist`, syntax fixes and added new tests. 2016-07-18 17:53:43 -05:00
award_emoji_spec.rb
blob_spec.rb Ensure relative paths for video are rewritten as we do for images 2016-07-26 10:22:17 +02:00
broadcast_message_spec.rb
build_spec.rb Fix tests 2016-07-26 11:19:40 +02:00
commit_range_spec.rb
commit_spec.rb Expand commit message width in repo view 2016-08-02 11:40:44 -05:00
commit_status_spec.rb Fix stage status shown for pipelines 2016-07-15 16:35:48 +02:00
compare_spec.rb switch from diff_file_collection to diffs 2016-08-03 07:00:20 +02:00
deploy_key_spec.rb
deploy_keys_project_spec.rb
deployment_spec.rb Improve manual actions code and add model, service and feature tests 2016-07-18 14:46:20 +02:00
diff_note_spec.rb Speedup DiffNote#active? on discussions, preloading noteables and avoid touching git repository to return diff_refs when possible 2016-08-02 16:04:15 +02:00
email_spec.rb Enable Style/EmptyLines cop, remove redundant ones 2016-07-01 21:56:17 +02:00
environment_spec.rb Use Grape DSL for environment endpoints 2016-07-29 20:35:38 +02:00
event_spec.rb Update test with new factory name 2016-07-07 15:57:38 -04:00
external_issue_spec.rb
forked_project_link_spec.rb Avoid `describe`-ing symbols in specs 2016-07-12 10:27:58 -05:00
generic_commit_status_spec.rb Avoid `describe`-ing symbols in specs 2016-07-12 10:27:58 -05:00
global_milestone_spec.rb Avoid `describe`-ing symbols in specs 2016-07-12 10:27:58 -05:00
group_spec.rb Avoid `describe`-ing symbols in specs 2016-07-12 10:27:58 -05:00
identity_spec.rb Enable Style/EmptyLines cop, remove redundant ones 2016-07-01 21:56:17 +02:00
issue_spec.rb Method for returning issues readable by a user 2016-07-29 12:51:18 +02:00
key_spec.rb Tidy the key spec and fix failing user spec 2016-08-02 12:49:59 +01:00
label_link_spec.rb
label_spec.rb Allow '?', or '&' for label titles 2016-07-05 20:57:09 -03:00
legacy_diff_note_spec.rb switch from diff_file_collection to diffs 2016-08-03 07:00:20 +02:00
member_spec.rb Add a spec for access_for_user_ids 2016-07-26 17:20:19 -07:00
merge_request_diff_spec.rb change the API on the merge_request_diff model from diffs -> raw_diffs 2016-08-03 23:32:12 +02:00
merge_request_spec.rb change the API on the merge_request_diff model from diffs -> raw_diffs 2016-08-03 23:32:12 +02:00
milestone_spec.rb Avoid `describe`-ing symbols in specs 2016-07-12 10:27:58 -05:00
namespace_spec.rb Avoid `describe`-ing symbols in specs 2016-07-12 10:27:58 -05:00
note_spec.rb Retrieve rendered HTML from cache in one request 2016-07-21 21:17:25 +02:00
notification_setting_spec.rb Exclude projects pending delete from notifications 2016-07-07 20:49:17 +01:00
personal_access_token_spec.rb
project_group_link_spec.rb
project_security_spec.rb Avoid `describe`-ing symbols in specs 2016-07-12 10:27:58 -05:00
project_snippet_spec.rb
project_spec.rb Fix all specs related to changes in !5081. 2016-07-29 15:20:39 +05:30
project_team_spec.rb Only use RequestStore in ProjectTeam#max_member_access_for_user if it is active 2016-08-01 13:11:45 -07:00
project_wiki_spec.rb
protected_branch_spec.rb Support wildcard matches for protected branches at the model level. 2016-07-05 10:50:34 +05:30
release_spec.rb
repository_spec.rb switch from diff_file_collection to diffs 2016-08-03 07:00:20 +02:00
service_spec.rb Avoid `describe`-ing symbols in specs 2016-07-12 10:27:58 -05:00
snippet_spec.rb Fix visibility of private project snippets for members when searching 2016-06-22 20:09:19 -03:00
spam_log_spec.rb
todo_spec.rb
tree_spec.rb
user_spec.rb Tidy the key spec and fix failing user spec 2016-08-02 12:49:59 +01:00
wiki_page_spec.rb