Skip to content

Use correct parent when committing in WebIDE

Markus Koller requested to merge webide-commit-use-correct-parent into master

What does this MR do?

Adds support for a start_sha parameter in the commits API, and uses it in the WebIDE to ensure we're applying changes on top of the correct commit and not overwriting other changes that may have happened in the same branch.

Issues:

Dependencies:

Does this MR meet the acceptance criteria?

Conformity

Performance and testing

Security

If this MR contains changes to processing or storing of credentials or tokens, authorization and authentication methods and other items described in the security review guidelines:

  • [-] Label as security and @ mention @gitlab-com/gl-security/appsec
  • [-] The MR includes necessary changes to maintain consistency between UI, API, email, or other methods
  • [-] Security reports checked/validated by a reviewer from the AppSec team
Edited by Markus Koller

Merge request reports