← Back to team overview

launchpad-reviewers team mailing list archive

[Merge] ~bowenfan/turnip:SN2052-add_ref_creation_endpoint_to_turnip_api into turnip:master

 

The proposal to merge ~bowenfan/turnip:SN2052-add_ref_creation_endpoint_to_turnip_api into turnip:master has been updated.

Commit message changed to:

Add ref creation POST endpoint to turnip-api

The "collection_post" endpoint is mounted at "/repo/{name}/refs".
It requires the ref name, e.g. "/heads/new-feature-branch" and 
the target commit SHA1. It accepts an optional "force" flag to
force overwrite an existing ref (if any).

For more details, see:
https://code.launchpad.net/~bowenfan/turnip/+git/turnip/+merge/452540
-- 
Your team Launchpad code reviewers is requested to review the proposed merge of ~bowenfan/turnip:SN2052-add_ref_creation_endpoint_to_turnip_api into turnip:master.



References