gitlab-org--gitlab-foss/app/services/files
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
..
base_service.rb Use the correct email address when committing via a file service 2018-09-17 14:14:58 +01:00
create_dir_service.rb Enable frozen string in apps/services/**/*.rb 2018-07-16 12:36:41 -07:00
create_service.rb CE backport for changes in EE MR 13894 2019-06-17 11:23:06 +12:00
delete_service.rb Externalize strings detected by rubocop-i18n 2019-04-15 12:25:48 +00:00
multi_service.rb Add start_sha to commits API 2019-07-18 09:19:18 +02:00
update_service.rb Externalize several strings in 2019-04-16 10:32:05 +00:00