gitlab-org--gitlab-foss/spec/services
Gabriel Mazetto d391dfb4ac Refactored AfterRenameService to reduce coupling
We still rely on the Dirty API for project rename (before/after) values,
but we don't access the dirty api from the service class anymore.

The previous value is now part of the initialization, which makes it
easier to test and the behavior is clearer.

The same was done with the `rename_repo` on the Storage classes, we now
provide before and after values as part of the method signature.
2019-01-22 13:55:18 +01:00
..
application_settings
applications
auth Set the JWT algorithm to RS256 in decode specs 2018-12-29 06:20:04 -08:00
boards
chat_names
ci Fix deprecation: Passing an argument to force an association to reload is now deprecated 2019-01-11 19:28:38 +01:00
clusters Make RBAC enabled default for new clusters 2019-01-04 11:49:13 +01:00
commits Apply patches when creating MR via email 2018-11-07 16:27:55 +01:00
deploy_keys
deploy_tokens
discussions
emails
error_tracking Service for calling Sentry issues api 2019-01-09 21:04:27 +00:00
events
files Commits API: Preserve file content in move operations if unspecified 2018-11-28 11:50:05 +00:00
gpg_keys
groups Merge branch 'security-todos_not_redacted_for_guests' into 'master' 2019-01-02 09:32:40 +00:00
issuable Adds validation to check if user can read project 2018-12-19 10:56:11 +00:00
issues Remove caching of CSV file 2019-01-07 11:21:30 +08:00
keys
labels
lfs
members Delete confidential issue todos for guests 2018-12-14 10:38:52 -02:00
merge_requests Add committers and authors methods on MergeRequest 2019-01-08 00:27:29 +01:00
milestones Fix spec in EE which now trigger access to repository 2018-11-07 11:33:02 +08:00
notes Allow suggesting single line changes in diffs 2018-12-13 19:17:19 +00:00
projects Refactored AfterRenameService to reduce coupling 2019-01-22 13:55:18 +01:00
prometheus
protected_branches
protected_tags
quick_actions Creates /create_merge_request quickaction 2018-11-14 15:16:19 +01:00
releases Add spec for Release API 2018-12-31 14:35:57 +09:00
resource_events
search
submodules Add submodule update API endpoint 2018-11-07 14:03:30 +01:00
suggestions Adjust applied suggestion reverting previous changes 2019-01-11 21:35:07 -02:00
tags
test_hooks
todos/destroy
users Eliminate duplicated words 2018-11-22 01:01:23 +09:00
wiki_pages
wikis
access_token_validation_service_spec.rb
after_branch_delete_service_spec.rb
audit_event_service_spec.rb
base_count_service_spec.rb
cohorts_service_spec.rb
compare_service_spec.rb
create_branch_service_spec.rb
create_snippet_service_spec.rb
delete_branch_service_spec.rb
delete_merged_branches_service_spec.rb
event_create_service_spec.rb
git_push_service_spec.rb
git_tag_push_service_spec.rb
gravatar_service_spec.rb
import_export_clean_up_service_spec.rb
note_summary_spec.rb
notification_recipient_service_spec.rb
notification_service_spec.rb Rename GroupHierarchy into ObjectHierarchy 2018-12-19 15:24:29 +01:00
preview_markdown_service_spec.rb Allow suggesting single line changes in diffs 2018-12-13 19:17:19 +00:00
push_event_payload_service_spec.rb
repair_ldap_blocked_user_service_spec.rb
repository_archive_clean_up_service_spec.rb
reset_project_cache_service_spec.rb
search_service_spec.rb
spam_service_spec.rb
submit_usage_ping_service_spec.rb
system_hooks_service_spec.rb Fix typos in lib 2018-11-15 12:15:43 +02:00
system_note_service_spec.rb Creates /create_merge_request quickaction 2018-11-14 15:16:19 +01:00
todo_service_spec.rb Adds validation to check if user can read project 2018-12-19 10:56:11 +00:00
update_deployment_service_spec.rb Revert "Just fix (hack) specs" 2018-11-12 20:32:40 +01:00
update_merge_request_metrics_service_spec.rb
update_snippet_service_spec.rb
upload_service_spec.rb Improve email messages 2019-01-07 11:16:58 +08:00
user_project_access_changed_service_spec.rb
verify_pages_domain_service_spec.rb
web_hook_service_spec.rb