•  
      request #11565 Be able to use the Git repo path to publish a commit status with the REST API
    Infos
    #11565
    Clarck Robinson (robinsoc)
    2018-07-30 13:29
    2018-06-04 14:23
    11904
    Details
    Be able to use the Git repo path to publish a commit status with the REST API
    Modify the REST route /git/{id}/statuses/{commit_reference} performance from Git plugin.
    The new route REST will accept the git path repository in addition the git repository ID.
    SCM/Git
    Empty
    Empty
    • [ ] enhancement
    • [ ] internal improvement
    Empty
    Stage
    Empty
    Closed
    2018-07-30
    Attachments
    Empty
    References

    Follow-ups

    User avatar
    Thomas Gerbet (tgerbet)2018-07-30 13:29
    gerrit #11976 integrated in Tuleap 10.3.99.60.

    • Summary
      -Modify the performance REST route /git/{id}/statuses/{commit_reference} 
      +Be able to use the Git repo path to publish a commit status with the REST API 
    • Status changed from New to Closed
    • Connected artifacts
    • Close date set to 2018-07-30
    User avatar
    • Summary
      -Modify the REST route /git/:id/build_status 
      +Modify the performance REST route /git/{id}/statuses/{commit_reference} 
    • Original Submission
      Something went wrong, the follow up content couldn't be loaded
      Only formatting have been changed, you should switch to markup to see the changes
    User avatar
    Thomas Gerbet (tgerbet)2018-06-18 08:53
    Hi,

    So since this request has been opened, things have changed a bit with the work done in story #8825. The REST route POST /git/{id}/build_status has been deprecated and the intention is to drop it completely, no changes should be made to it.

    A new REST route POST /git/{id}/statuses/{commit_reference} has been created to replace the old one, same kind of changes than the one that was previously for the POST /git/{id}/build_status route can be done to it.

    Consequently, I let you update the request.