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

Add API to manage repo tranfers #17963

Merged
merged 19 commits into from
Dec 24, 2021
Merged

Add API to manage repo tranfers #17963

merged 19 commits into from
Dec 24, 2021

Commits on Dec 12, 2021

  1. Add API to manage repo tranfers

    Get/accept/reject transfers via API.
    
    New endpoints:
    * `POST api/v1/repos/{owner}/{repo}/transfer/accept` accept transfer
    * `POST api/v1/repos/{owner}/{repo}/transfer/reject` reject transfer
    
    Updated endpoints:
    * `GET api/v1/repos/{owner}/{repo}` added `RepoTransfer` object that contains information about a transfer (`null` if not transfer is available)
    qwerty287 committed Dec 12, 2021
    Configuration menu
    Copy the full SHA
    70c0a52 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a1b0029 View commit details
    Browse the repository at this point in the history

Commits on Dec 16, 2021

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

Commits on Dec 17, 2021

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

Commits on Dec 18, 2021

  1. Update routers/api/v1/repo/transfer.go

    Co-authored-by: 6543 <6543@obermui.de>
    qwerty287 and 6543 committed Dec 18, 2021
    Configuration menu
    Copy the full SHA
    06075da View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9fbef7a View commit details
    Browse the repository at this point in the history
  3. Update modules/convert/repository.go

    Co-authored-by: 6543 <6543@obermui.de>
    qwerty287 and 6543 committed Dec 18, 2021
    Configuration menu
    Copy the full SHA
    f8d7871 View commit details
    Browse the repository at this point in the history
  4. add handle 404

    6543 committed Dec 18, 2021
    Configuration menu
    Copy the full SHA
    7643f47 View commit details
    Browse the repository at this point in the history

Commits on Dec 19, 2021

  1. Add integration test case

    qwerty287 committed Dec 19, 2021
    Configuration menu
    Copy the full SHA
    f695dc6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5837921 View commit details
    Browse the repository at this point in the history

Commits on Dec 20, 2021

  1. fmt

    qwerty287 committed Dec 20, 2021
    Configuration menu
    Copy the full SHA
    1397528 View commit details
    Browse the repository at this point in the history

Commits on Dec 21, 2021

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

Commits on Dec 22, 2021

  1. Use warn log level

    qwerty287 committed Dec 22, 2021
    Configuration menu
    Copy the full SHA
    7084145 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4d4540c View commit details
    Browse the repository at this point in the history
  3. Update repository.go

    wxiaoguang committed Dec 22, 2021
    Configuration menu
    Copy the full SHA
    faa1989 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9b520ab View commit details
    Browse the repository at this point in the history

Commits on Dec 23, 2021

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

Commits on Dec 24, 2021

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