Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adjust Fork API to allow setting a custom repository name #18066

Merged
merged 4 commits into from
Dec 24, 2021

Commits on Dec 22, 2021

  1. - name: new parameter in CreateForkOption to give the forked repository

      a custom name, intended to be used when there's a name conflict
    - When a fork request results in a name conflict, HTTP 409: Conflict is
      returned instead of 500
    - API documentation for the above mentioned changes
    
    Signed-off-by: realaravinth <realaravinth@batsense.net>
    realaravinth committed Dec 22, 2021
    Configuration menu
    Copy the full SHA
    df520a9 View commit details
    Browse the repository at this point in the history

Commits on Dec 23, 2021

  1. Configuration menu
    Copy the full SHA
    b0141a0 View commit details
    Browse the repository at this point in the history

Commits on Dec 24, 2021

  1. Configuration menu
    Copy the full SHA
    4cf5ccb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1ab6e4c View commit details
    Browse the repository at this point in the history