Tuleap Community Edition development and releases are no longer public. You have until September 30th to download packages and sources in Tuleap project. You can contact the team if you need further assistance.

    •  
      story #8887 migrate git to gerrit with REST route
    Summary
    Empty
    migrate git to gerrit with REST route

    I can automate it
     

    New PATCH /git/:id

    {
        "migrate_to_gerrit": {
            "server": id,
            "permissions": "no" | "default"
        }
        "disconnect_from_gerrit": "delete" | "read-only" | "noop"
    }

    New GET|OPTIONS /gerrit

    {
        servers: [
            {
                id: integer,
                url: string
            }
        ]
    }

    Update GET /git/:id

    -> add gerrit server reference

    Empty
    Yannis ROSSETTO (rossettoy), Marie Ange Garnier (marieange)
    Status
    Empty
    Done
    Development
    • [ ] Does it involves User Interface? 
    • [ ] Are there any mockups?
    • [ ] Are permissions checked?
    • [ ] Does it need Javascript development?
    • [ ] Does it need a forge upgrade bucket?
    • [ ] Does it need to execute things in system events?
    • [ ] Does it impact project creation (templates)?
    • [ ] Is it exploratory?
    Empty
    Details
    #8887
    Manuel Vacelet (vaceletm)
    2016-03-23 14:52
    2016-02-22 10:25
    4645

    References
    Referencing story #8887

    Follow-ups

    User avatar

    Due to some RESTLER limitation, we modify a bit the PATCH content (see updated content in acceptance criteria).

    This routes will be available into Tuleap 8.12.99.64 in a few minutes.


    • Acceptance criteria
      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
    • So that
      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
    • Acceptance criteria
      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
    • Status changed from Ready (stalled) to On going
    • CC list set to Marie Ange Garnier (marieange), Yannis ROSSETTO (rossettoy)