-
-
Notifications
You must be signed in to change notification settings - Fork 41
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
api: deprecate CreateChange using ChangeInfo (use ChangeInput instead)
The API docs refer to the ChangeInput entity for create-change, see Documentation/rest-api-changes.html#change-input Rename the existing CreateChange(ChangeInfo) method to CreateChangeDeprecated and add a new CreateChange(ChangeInput) implementation. Also added a test that ensures that none of the JSON payload strings are empty strings (gerrit does not like those).
- Loading branch information
Showing
2 changed files
with
97 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters