•  
      request #10136 Improve mergeability detection status performance
    Infos
    #10136
    Thomas Gerbet (tgerbet)
    2018-06-14 15:59
    2017-04-11 11:48
    10412
    Details
    Improve mergeability detection status performance
    The update of the PRs when a new commit is pushed can slow down the post receive hook in a noticeable way for the end user.

    Ultimately, these tests/updates should be done in a asynchronous way to not bother the user but we can also work on improving the performances.
    It will help in short term and will be still useful when we will be able to do these operations asynchronously.
    Pull Request
    All
    Empty
    • [ ] enhancement
    • [ ] internal improvement
    Empty
    Stage
    Empty
    Closed
    2018-06-14
    Attachments
    Empty
    References
    Referencing request #10136
    Referenced by request #10136

    Artifact Tracker v5

    rel #11440 10.2

    Follow-ups

    User avatar
    Joris MASSON (jmasson)2018-06-14 15:59
    gerrit #11660 integrated into Tuleap 10.1.99.155 with further optimizations

    • Status changed from Under review to Closed
    • Connected artifacts
    • Close date set to 2018-06-14
    User avatar
    Thomas Gerbet (tgerbet)2017-04-13 16:08
    After further analysis we do not seems to have other easy/worth optimizations after the one in review, so after it is merged we can close the request for now.

    It is obvious we can do better but it is not easy and we should first work on making these operations asynchronous to not bother the end user.

    • Status changed from Under implementation to Under review