gitlab-org--gitlab-foss/spec/services
Sean McGivern 4830c0c723 Merge branch 'issue_47729' into 'master'
Fix refresh cache for open issues count service

Closes #47945

See merge request gitlab-org/gitlab-ce!19904
2018-06-26 11:24:37 +00:00
..
application_settings Ensure ApplicationSetting#performance_bar_allowed_group_id is properly set when retrieved from cache 2018-05-29 10:38:59 +02:00
applications [Rails5] Fix spec/services/applications/create_service_spec.rb 2018-05-02 08:12:20 +00:00
auth Bring changes from EE 2018-06-21 22:38:58 +08:00
boards Fix more specs 2018-04-05 14:58:49 -03:00
chat_names Expose ChatName objects to slash commands 2018-02-23 14:37:53 +01:00
ci Merge branch '42751-rename-mr-maintainer-push' into 'master' 2018-06-05 15:04:18 +00:00
clusters Refactor code around scheduling cluster installations 2018-05-24 12:31:36 +03:00
deploy_keys
deploy_tokens Handle limit for datetime attributes on MySQL 2018-04-06 22:28:44 -05:00
discussions Replace '.team << [user, role]' with 'add_role(user)' in specs 2017-12-22 19:18:28 +11:00
emails
events Support Markdown rendering using multiple projects 2018-04-11 14:10:19 +02:00
files Extract constant for LfsPointerFile::VERSION_LINE 2018-03-16 13:35:03 +00:00
gpg_keys
groups Gitlab::Shell works on shard name, not path 2018-04-25 13:36:22 +02:00
issuable Backport of 1481-changing-weight-values-should-trigger-system-notes 2018-05-03 11:18:51 -07:00
issues Add a cop for `FinderMethods` 2018-06-20 18:13:13 +02:00
keys Introduce a new Keys::DestroyService service 2018-05-16 20:26:22 +02:00
labels Fix label links update on project transfer 2018-04-19 08:17:12 +00:00
lfs fix lock spec 2018-06-06 21:01:46 +09:00
members Don't delete todos or unassign issues and MRs when a user leaves a project 2018-03-07 17:18:01 -06:00
merge_requests Delete non-latest merge request diff files upon diffs reload 2018-06-24 18:01:37 -03:00
milestones Replace '.team << [user, role]' with 'add_role(user)' in specs 2017-12-22 19:18:28 +11:00
notes Persist truncated note diffs on a new table 2018-05-24 15:34:43 -03:00
projects Merge branch 'issue_47729' into 'master' 2018-06-26 11:24:37 +00:00
prometheus Implemente Prometheus:AdapterService 2018-03-05 19:34:59 +01:00
protected_branches ProtectedBranchPolicy used from Controller for destroy/update 2018-03-26 10:29:52 +01:00
protected_tags DestroyService for protected tags/branches used from controller 2018-03-26 10:29:52 +01:00
quick_actions Resolve "Add `/confidential` quick action for issues" 2018-06-13 12:42:36 +00:00
search Merge branch 'security-10-4-25223-snippets-finder-doesnt-obey-feature-visibility' into 'security-10-4' 2018-02-09 12:04:05 -06:00
tags Don't use Gitlab::Utils.nlbr in Gitlab::Git 2018-06-11 10:42:09 +00:00
test_hooks Backport changes in app/services/test_hooks/project_service.rb 2018-06-02 18:44:31 -06:00
users Use expect_next_instance_of to replace expect_any_instance_of 2018-06-21 23:02:36 +08:00
wiki_pages Bump Gitaly to 0.98.0 2018-05-07 14:10:04 +02:00
access_token_validation_service_spec.rb
after_branch_delete_service_spec.rb
base_count_service_spec.rb
cohorts_service_spec.rb
compare_service_spec.rb
create_branch_service_spec.rb
create_deployment_service_spec.rb Cache merged and closed events data in merge_request_metrics table 2018-01-02 17:45:25 -02:00
create_release_service_spec.rb
create_snippet_service_spec.rb
delete_branch_service_spec.rb Replace '.team << [user, role]' with 'add_role(user)' in specs 2017-12-22 19:18:28 +11:00
delete_merged_branches_service_spec.rb
event_create_service_spec.rb
git_push_service_spec.rb Backports every CE related change from ee-5484 to CE 2018-05-07 11:59:51 +02:00
git_tag_push_service_spec.rb Find and mark more Git disk access locations, part 2 2018-06-12 14:33:37 +02:00
gravatar_service_spec.rb
import_export_clean_up_service_spec.rb
note_summary_spec.rb
notification_recipient_service_spec.rb Fix NotificationRecipientService spec for EE 2018-06-08 11:45:36 +01:00
notification_service_spec.rb Apply notification settings level of groups to all child objects 2018-06-07 15:47:39 -03:00
preview_markdown_service_spec.rb
push_event_payload_service_spec.rb
repair_ldap_blocked_user_service_spec.rb
repository_archive_clean_up_service_spec.rb Merge branch 'security-45689-fix-archive-cache-bug' into 'security-10-7' 2018-04-30 15:00:14 -05:00
reset_project_cache_service_spec.rb Rename Project#cache_index to jobs_cache_index 2018-01-04 22:17:03 +01:00
search_service_spec.rb
spam_service_spec.rb
submit_usage_ping_service_spec.rb
system_hooks_service_spec.rb Merge branch 'sh-fix-issue-43871-system-hooks' into 'master' 2018-03-05 22:42:48 +00:00
system_note_service_spec.rb find assets in test for CI and local test 2018-06-06 11:28:13 +02:00
todo_service_spec.rb Create TODO when MR became unmergeable 2018-05-17 08:54:57 +08:00
update_merge_request_metrics_service_spec.rb Cache merged and closed events data in merge_request_metrics table 2018-01-02 17:45:25 -02:00
update_release_service_spec.rb
update_snippet_service_spec.rb
upload_service_spec.rb Make all uses of `fixture_file_upload` use relative paths 2018-06-07 09:54:41 -05:00
user_project_access_changed_service_spec.rb
verify_pages_domain_service_spec.rb Allow pages domain verification to run on invalid domains 2018-03-26 15:07:01 +01:00
web_hook_service_spec.rb Resolve "WebHookService doesn't handle user info with nil passwords" 2018-06-25 14:44:29 +00:00