gitlab-org--gitlab-foss/app/services
Thong Kuah 0e15eec86d Associate clusters model to groups
Even though we currently only should have one group for a cluster, we
allow the flexibility to associate to other groups in the future.

This also matches the runner <=> groups association.

- Adds Cluster#first_group, aliased to Cluster#group. For the
conceivable future, a cluster will have at most one group.

- Prevent mixing of group and project clusters. If project type
clusters, it should only have projects assigned.  Similarly with groups.

- Default cluster_type to :project_type. As it's very small table we can
set default and null: false in one release.
2018-10-29 16:21:31 +13:00
..
application_settings Ask user explicitly about usage stats agreement 2018-09-07 14:32:28 +00:00
applications Move non-controller code into dedicated service 2018-10-15 11:07:47 +13:00
auth Support multiple scopes when using authing container registry scopes 2018-08-01 13:03:16 +02:00
badges
boards Automatically navigate to last board visited 2018-10-26 12:49:16 +00:00
chat_names Disable existing offenses for the CodeReuse cops 2018-09-11 17:32:00 +02:00
ci enqueue in process_build_service 2018-10-02 17:08:14 +02:00
clusters Associate clusters model to groups 2018-10-29 16:21:31 +13:00
commits Let Commits::TagService return a result hash 2018-08-10 16:45:11 +02:00
concerns Disable existing offenses for the CodeReuse cops 2018-09-11 17:32:00 +02:00
deploy_keys
deploy_tokens
discussions
emails Add ability to skip user email confirmation with API 2018-09-10 22:41:53 -07:00
events
files Adds chmod action to POST /projects/:id/repository/commits API 2018-09-27 11:51:15 +02:00
gpg_keys
groups Fix Groups::UpdateService#execute not returning correct error code 2018-10-18 01:43:49 -07:00
issuable Disable existing offenses for the CodeReuse cops 2018-09-11 17:32:00 +02:00
issues Move issue related_branches to service 2018-10-04 15:59:14 -03:00
keys
labels Added FromUnion to easily select from a UNION 2018-09-17 12:39:43 +02:00
lfs Disable existing offenses for the CodeReuse cops 2018-09-11 17:32:00 +02:00
mattermost Enable more frozen string in app/services/**/*.rb 2018-07-17 15:19:40 -07:00
members Delete todos when users loses target read permissions 2018-07-30 13:29:18 +02:00
merge_requests Fix CE to EE merge (backport) 2018-10-05 17:39:42 +02:00
milestones Disable existing offenses for the CodeReuse cops 2018-09-11 17:32:00 +02:00
notes Auto resolve new notes of resolved discussions 2018-09-24 08:30:58 -05:00
projects Merge branch 'refactor-project-rename-repo' into 'master' 2018-10-22 19:12:19 +00:00
prometheus Backports relevant changes made in https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/5163 to CE 2018-07-25 09:39:39 +01:00
protected_branches Whitelist existing destroy_all offenses 2018-08-16 17:29:37 +02:00
protected_tags Enable more frozen string in app/services/**/*.rb 2018-07-18 14:07:50 -07:00
quick_actions Resolve "/assign me quick action doesn't work if there is extra white space" 2018-10-19 21:01:39 +00:00
resource_events Preload user status for label events 2018-10-25 18:20:23 +02:00
search Disable existing offenses for the CodeReuse cops 2018-09-11 17:32:00 +02:00
tags Disable existing offenses for the CodeReuse cops 2018-09-11 17:32:00 +02:00
test_hooks Enable more frozen string in app/services/**/*.rb 2018-07-18 14:07:50 -07:00
todos/destroy Disable existing offenses for the CodeReuse cops 2018-09-11 17:32:00 +02:00
users allow users api to set public_email 2018-10-01 13:24:16 +02:00
wiki_pages Enable more frozen string in app/services/**/*.rb 2018-07-18 14:07:50 -07:00
wikis Replace whitespaces in wiki page attachments file names 2018-09-07 14:10:15 +00:00
access_token_validation_service.rb
after_branch_delete_service.rb
akismet_service.rb
audit_event_service.rb Add support for JSON logging for audit events 2018-10-18 15:59:12 -07:00
base_count_service.rb
base_renderer.rb
base_service.rb
cohorts_service.rb Disable existing offenses for the CodeReuse cops 2018-09-11 17:32:00 +02:00
compare_service.rb
create_branch_service.rb
create_deployment_service.rb
create_release_service.rb Disable existing offenses for the CodeReuse cops 2018-09-11 17:32:00 +02:00
create_snippet_service.rb
delete_branch_service.rb
delete_merged_branches_service.rb Disable existing offenses for the CodeReuse cops 2018-09-11 17:32:00 +02:00
event_create_service.rb
git_push_service.rb Disable existing offenses for the CodeReuse cops 2018-09-11 17:32:00 +02:00
git_tag_push_service.rb Code cleaning in PostReceive services 2018-07-31 14:07:24 +00:00
gravatar_service.rb
ham_service.rb
import_export_clean_up_service.rb Disable existing offenses for the CodeReuse cops 2018-09-11 17:32:00 +02:00
issuable_base_service.rb Disable existing offenses for the CodeReuse cops 2018-09-11 17:32:00 +02:00
merge_request_metrics_service.rb
metrics_service.rb
note_summary.rb
notification_recipient_service.rb Disable existing offenses for the CodeReuse cops 2018-09-11 17:32:00 +02:00
notification_service.rb Automatically disable Auto DevOps for project upon first pipeline failure 2018-09-06 19:20:42 +00:00
preview_markdown_service.rb render using RedCarpet if legacy_render parameter is set 2018-09-05 09:19:16 -05:00
push_event_payload_service.rb
repair_ldap_blocked_user_service.rb
repository_archive_clean_up_service.rb
reset_project_cache_service.rb
search_service.rb Disable existing offenses for the CodeReuse cops 2018-09-11 17:32:00 +02:00
spam_check_service.rb Disable existing offenses for the CodeReuse cops 2018-09-11 17:32:00 +02:00
spam_service.rb
submit_usage_ping_service.rb Ask user explicitly about usage stats agreement 2018-09-07 14:32:28 +00:00
system_hooks_service.rb
system_note_service.rb Make source param optional according to EE change 2018-10-11 08:04:25 +02:00
todo_service.rb Clean up ActiveRecord code in TodoService 2018-10-08 15:19:12 +02:00
update_release_service.rb Disable existing offenses for the CodeReuse cops 2018-09-11 17:32:00 +02:00
update_snippet_service.rb
upload_service.rb
user_agent_detail_service.rb
user_project_access_changed_service.rb
validate_new_branch_service.rb
verify_pages_domain_service.rb
web_hook_service.rb Catch RedirectionTooDeep Exception in webhooks 2018-10-19 05:55:06 +00:00