gitlab-org--gitlab-foss/spec/services
Markus Koller f8cecafb07
Add start_sha to commits API
When passing start_branch on committing from the WebIDE, it's possible
that the branch has changed since editing started, which results in the
change being applied on top of the latest commit in the branch and
overwriting the new changes.

By passing the start_sha instead we can make sure that the change is
applied on top of the commit which the user started editing from.
2019-07-18 09:19:18 +02:00
..
application_settings
applications
auth
auto_merge Split AutoMergeService interfaces into two cancel and abort 2019-07-05 13:19:30 +07:00
boards Add result to MoveService#execute_multiple 2019-07-16 16:18:16 +02:00
branches Deprecate diverging commit count with max parameter 2019-07-02 17:07:33 -07:00
chat_names
ci Revert concurrent pipeline schedule creation 2019-06-18 21:56:11 +07:00
clusters Enable GitLabb runner to be uninstalled from cluster 2019-07-16 16:11:10 +00:00
commits
deploy_keys
deploy_tokens Add username to deploy tokens 2019-07-02 18:56:48 +00:00
discussions
emails
error_tracking
events
files
git Look for new branches more carefully 2019-06-18 12:53:53 +01:00
gpg_keys
groups
issuable Fix reply to discussion on promoted epic 2019-07-12 12:29:04 +03:00
issues Skip spam check for task list updates 2019-07-09 15:21:10 +00:00
keys
labels
lfs CE backport for changes in EE MR 13894 2019-06-17 11:23:06 +12:00
members
merge_requests Merge branch 'bvl-rename-routes-after-user-rename' into 'master' 2019-07-12 12:59:38 +00:00
milestones
namespaces Includes logic to persist namespace statistics 2019-07-02 14:44:39 +00:00
notes Move some quick actions feature specs to unit tests 2019-06-18 14:26:48 +00:00
pages_domains Remove auto ssl feature flags 2019-07-12 16:53:44 +00:00
projects Disable Rails SQL query cache when applying service templates 2019-06-25 15:06:38 -07:00
prometheus
protected_branches
protected_tags
quick_actions
releases
resource_events
search
self_monitoring/project Don't use transactions and exceptions 2019-07-16 19:20:43 +00:00
submodules Add start_sha to commits API 2019-07-18 09:19:18 +02:00
suggestions
tags
test_hooks
todos/destroy
users
wiki_pages
wikis
access_token_validation_service_spec.rb
audit_event_service_spec.rb Format from and to fields in JSON audit log 2019-07-11 13:46:51 -07:00
auto_merge_service_spec.rb Split AutoMergeService interfaces into two cancel and abort 2019-07-05 13:19:30 +07:00
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
gravatar_service_spec.rb
import_export_clean_up_service_spec.rb
note_summary_spec.rb
notification_recipient_service_spec.rb
notification_service_spec.rb Upgrade to Rails 5.2 2019-07-12 10:15:31 +08: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
reset_project_cache_service_spec.rb
search_service_spec.rb
service_response_spec.rb Automatically update MR merge-ref along merge status 2019-06-20 11:48:30 -03:00
spam_service_spec.rb
submit_usage_ping_service_spec.rb
system_hooks_service_spec.rb
system_note_service_spec.rb Merge branch 'make-explicit-endpoint-abort-in-auto-merge-ce' into 'master' 2019-07-05 13:16:57 +00:00
task_list_toggle_service_spec.rb
todo_service_spec.rb
update_deployment_service_spec.rb
update_merge_request_metrics_service_spec.rb
update_snippet_service_spec.rb
upload_service_spec.rb
user_project_access_changed_service_spec.rb
verify_pages_domain_service_spec.rb
web_hook_service_spec.rb