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 Upload URL to release API #26663

Merged
merged 6 commits into from
Aug 24, 2023
Merged

Commits on Aug 22, 2023

  1. add Upload URL to release API

    - Resolves https://codeberg.org/forgejo/forgejo/issues/580
    - Return a `upload_field` to any release API response, which points to
    the API URL for uploading new assets.
    - Adds unit test.
    - Adds integration testing to verify URL is returned correctly and that
    upload endpoint actually works
    Gusted authored and earl-warren committed Aug 22, 2023
    Configuration menu
    Copy the full SHA
    2a8e4e2 View commit details
    Browse the repository at this point in the history

Commits on Aug 23, 2023

  1. Removing the copyright holder

    It is doubtful this file meets the necessary requirements (originality
    of the work) to be copyrightable. It would otherwise be problematic.
    earl-warren committed Aug 23, 2023
    Configuration menu
    Copy the full SHA
    969cfe9 View commit details
    Browse the repository at this point in the history

Commits on Aug 24, 2023

  1. Configuration menu
    Copy the full SHA
    24335d2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ffa406f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b10e695 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f780ccd View commit details
    Browse the repository at this point in the history