Files
gerrit/java/com/google/gerrit/extensions
Aaron Gable e8e7328f38 Add ability to specify base commit in Create Change API
The Create Change API currently supports the ability to specify
a `base_change`, and the change which you create will use that
existing change as its parent. However, it has no support for
specifying a commit sha1 which already exists on the target
branch.

This change introduces a new `base_commit` field, which takes
a 40 character sha1 as its value. It also introduces processing
to validate that the given sha1 is valid and exists on the
target branch. In also includes documentation and tests for the
above behavior.

Bug: Issue 8857
Change-Id: I7f1daa008b9a8d144c745327495dac65f581a5bf
2018-04-26 11:09:30 -07:00
..
2018-04-20 16:47:11 +02:00
2018-04-19 09:38:17 +02:00
2018-01-31 15:24:32 +01:00