•  
      request #12133 Drop usage of an outdated version of Guzzle in the Git plugin
    Infos
    #12133
    Thomas Gerbet (tgerbet)
    2020-01-06 10:19
    2018-08-16 16:39
    12812
    Details
    Drop usage of an outdated version of Guzzle in the Git plugin
    In order to communicate with a Gerrit server, the Git plugin uses an outdated version of Guzzle. This should be avoided especially since the Tuleap core exposes a way to do HTTP queries.

    Also in the current situation the Git plugin does not respect the proxy settings.
    SCM/Git
    All
    Empty
    • [ ] enhancement
    • [ ] internal improvement
    Empty
    Stage
    Empty
    Closed
    2020-01-06
    Attachments
    Empty
    References
    Referenced by request #12133

    Follow-ups

    User avatar
    Thomas Gerbet (tgerbet)2018-08-17 10:15
    It is a bit less straight forward than expected since we still support the digest authentication mode which is not supported out of the box by the API Tuleap exposes to do HTTP requests so we need to implement it.

    Gerrit 2.14 has dropped the digest authentication mode (https://www.gerritcodereview.com/releases/2.14.md#HTTP-Digest-Authentication-Removed) so I'm not sure we should continue to support it.

    I will deal with the removal of Guzzle if I'm bored or if it becomes necessary.

    • Status changed from Under implementation to Waiting for information