Skip to content
代码片段 群组 项目
  • Bernhard Kaindl's avatar
    f030ee84
    API: Initial support for forking a project via the API · f030ee84
    Bernhard Kaindl 创作于
    This change adds POST /projects/fork/:id to the API for forking
    a project into the namespace of the authenticated user, like the
    "create fork" link in the GUI does. It also calls the same code.
    
    Failure and permission checks (except for conflict) are already
    implemented and handled in ForkService and the API, so the added
    code is simple and does not alter anything.
    f030ee84
    历史
    API: Initial support for forking a project via the API
    Bernhard Kaindl 创作于
    This change adds POST /projects/fork/:id to the API for forking
    a project into the namespace of the authenticated user, like the
    "create fork" link in the GUI does. It also calls the same code.
    
    Failure and permission checks (except for conflict) are already
    implemented and handled in ForkService and the API, so the added
    code is simple and does not alter anything.
代码所有者
将用户和群组指定为特定文件更改的核准人。 了解更多。