gitlab-org--gitlab-foss/app/services
🙈 jacopo beschi 🙉 58de7d8f48 Fix create MR from issue using a tag as ref
Creating a MR from an issue using a tag as ref correctly creates the
source branch starting from the tag.
2019-09-12 10:23:24 +00:00
..
application_settings Merge branch 'master' of dev.gitlab.org:gitlab/gitlabhq 2019-08-29 17:17:37 -05:00
applications Reduce remaining diff with EE in app/services 2019-02-14 12:37:55 +01:00
auth Avoid calling freeze on already frozen strings in app/services 2019-09-04 09:21:21 +05:30
auto_merge Split AutoMergeService interfaces into two `cancel` and `abort` 2019-07-05 13:19:30 +07:00
award_emojis Add service classes for mutating AwardEmoji 2019-08-21 11:39:41 +12:00
badges
boards Save board lists collapsed setting 2019-08-28 20:18:40 +00:00
branches Deprecate diverging commit count with max parameter 2019-07-02 17:07:33 -07:00
chat_names Allow be_url to specify the type 2019-08-30 04:43:16 +00:00
ci Fixes non interruptible scope name 2019-09-12 07:24:42 +02:00
clusters Bring method back that was mistakenly removed 2019-09-04 23:26:57 +00:00
commits Add start_sha to commits API 2019-07-18 09:19:18 +02:00
concerns Add a rubocop for Rails.logger 2019-07-10 19:26:47 +00:00
deploy_keys
deploy_tokens Add username to deploy tokens 2019-07-02 18:56:48 +00:00
discussions Refactor PositionTracer to support different types 2019-07-05 11:03:47 +00:00
emails Reduce remaining diff with EE in app/services 2019-02-14 12:37:55 +01:00
error_tracking Handle possible HTTP exception for Sentry client 2019-04-07 07:51:36 +00:00
events
external_pull_requests CE port for pipelines for external pull requests 2019-09-05 15:53:48 +01:00
files Add start_sha to commits API 2019-07-18 09:19:18 +02:00
git Log errors for failed pipeline creation in PostReceive 2019-09-05 21:42:14 -07:00
gpg_keys
groups Fix snippets API not working with visibility level 2019-08-28 22:49:58 -07:00
import Externalize strings detected by rubocop-i18n 2019-04-15 12:25:48 +00:00
issuable CE port for bulk updating group labels 2019-08-08 06:25:20 +00:00
issues Add system notes for when a zoom call was added/removed from an issue 2019-07-29 21:51:16 +02:00
keys
labels Avoid creating labels when removing them 2019-09-04 12:11:31 +02:00
lfs CE backport for changes in EE MR 14017 2019-06-19 17:51:57 +00:00
mattermost
members Backport EE changes to Members::BaseService 2019-08-08 13:33:50 +02:00
merge_requests Fix create MR from issue using a tag as ref 2019-09-12 10:23:24 +00:00
metrics/dashboard Support dashboard params for metrics dashboard 2019-08-07 16:17:35 +00:00
milestones Add service to transfer group milestones 2019-09-04 16:19:31 +00:00
namespaces Includes logic to persist namespace statistics 2019-07-02 14:44:39 +00:00
notes Add edit_note and spec for editing quick actions 2019-08-26 09:20:00 +00:00
pages_domains Speed up obtaining Let's Encrypt certificates 2019-06-26 11:47:21 +00:00
projects Add service to transfer group milestones 2019-09-04 16:19:31 +00:00
prometheus Convert RestClient to Gitlab::HTTP for Prometheus Monitor 2019-08-07 02:42:20 +00:00
protected_branches Add structure to support EE feature of COAR 2019-09-05 13:01:36 +00:00
protected_tags
quick_actions quick action label must be first in issue comment 2019-09-02 10:42:11 +00:00
releases Added relationships between Release and Milestone 2019-09-03 09:38:59 +00:00
resource_events Fix `updated_at` doesn't apply to `state_event` updates of issues via API 2019-04-08 15:33:30 +00:00
search Prevent archived projects from showing up in global search 2019-09-10 22:41:21 +00:00
submodules
suggestions Prepare suggestion implementation for multi-line 2019-03-27 12:26:53 -03:00
tags Use all keyword args for DataBuilder::Push.build() 2019-04-25 13:54:26 +02:00
test_hooks Added list_pages method to avoid loading all wiki pages content 2019-04-25 04:19:07 +00:00
todos/destroy Delete unauthorized Todos when project is private 2019-06-05 10:51:52 -03:00
users Remove code related to object hierarchy in MySQL 2019-07-25 15:35:06 +08:00
wiki_pages Count wiki page creation 2019-07-21 01:26:19 +00:00
wikis Avoid calling freeze on already frozen strings in app/services 2019-09-04 09:21:21 +05:30
access_token_validation_service.rb
akismet_service.rb Add a rubocop for Rails.logger 2019-07-10 19:26:47 +00:00
audit_event_service.rb Backport "Track repository pushes as audit events" 2019-09-04 10:19:33 -03:00
auto_merge_service.rb Avoid calling freeze on already frozen strings in app/services 2019-09-04 09:21:21 +05:30
base_count_service.rb CE-specific changes for designs `user_notes_count` 2019-08-27 20:50:26 +00:00
base_renderer.rb
base_service.rb Fix snippets API not working with visibility level 2019-08-28 22:49:58 -07:00
cohorts_service.rb Further remove code branches by database type 2019-07-29 12:47:06 +02:00
compare_service.rb Check that source and target branch exist 2019-04-18 22:01:51 -03:00
create_branch_service.rb Reduce remaining diff with EE in app/services 2019-02-14 12:37:55 +01:00
create_snippet_service.rb Fix snippets API not working with visibility level 2019-08-28 22:49:58 -07:00
delete_branch_service.rb Introduce ServiceResponse to wrap around response 2019-04-22 17:16:32 +08:00
delete_merged_branches_service.rb
event_create_service.rb Create an event on epic actions 2019-09-03 21:29:55 +00:00
gravatar_service.rb
ham_service.rb
import_export_clean_up_service.rb
issuable_base_service.rb Merge branch 'add-label-push-opts' into 'master' 2019-09-06 02:58:00 +00:00
merge_request_metrics_service.rb
metrics_service.rb
note_summary.rb Fix `updated_at` doesn't apply to `state_event` updates of issues via API 2019-04-08 15:33:30 +00:00
notification_recipient_service.rb Fix unexpected extra notification mails 2019-04-17 09:10:42 +00:00
notification_service.rb Add X-GitLab-NotificationReason header to note emails 2019-09-02 12:15:24 -05:00
preview_markdown_service.rb Extend #parse to accept a suggestions_filter_enabled param 2019-06-05 16:19:45 -07:00
push_event_payload_service.rb Adds the Rubocop ReturnNil cop 2019-03-06 17:51:56 +02:00
repair_ldap_blocked_user_service.rb
repository_archive_clean_up_service.rb
reset_project_cache_service.rb
search_service.rb Revert "Avoid loading objects from DB in ES results" 2019-06-13 11:07:55 +01:00
service_response.rb Automatically update MR merge-ref along merge status 2019-06-20 11:48:30 -03:00
spam_check_service.rb
spam_service.rb
submit_usage_ping_service.rb Avoid calling freeze on already frozen strings in app/services 2019-09-04 09:21:21 +05:30
system_hooks_service.rb Add system hooks for project/group membership updates 2019-09-02 18:35:36 -05:00
system_note_service.rb Do not persist translated system notes 2019-08-28 16:56:02 -05:00
task_list_toggle_service.rb Find checkbox input with less specific selector 2019-02-12 16:22:21 -06:00
todo_service.rb Send TODOs for comments on commits correctly 2019-08-23 12:47:54 +01:00
update_deployment_service.rb Expand variables only when needed 2019-08-13 21:51:29 +02:00
update_snippet_service.rb Fix snippets API not working with visibility level 2019-08-28 22:49:58 -07:00
upload_service.rb Adds the Rubocop ReturnNil cop 2019-03-06 17:51:56 +02:00
user_agent_detail_service.rb
user_project_access_changed_service.rb
validate_new_branch_service.rb Accept force option on commit via API 2019-03-06 10:44:59 +00:00
verify_pages_domain_service.rb Mark unverified pages domains for removal 2019-04-09 17:46:29 +00:00
web_hook_service.rb Add outbound requests setting for system hooks 2019-08-02 15:39:18 +01:00
zoom_notes_service.rb Add system notes for when a zoom call was added/removed from an issue 2019-07-29 21:51:16 +02:00