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 raw blob endpoint to get objects by SHA ID #5334

Merged
merged 7 commits into from
Nov 18, 2018
Merged

Add raw blob endpoint to get objects by SHA ID #5334

merged 7 commits into from
Nov 18, 2018

Commits on Nov 14, 2018

  1. Add raw blob endpoint

    This should make it possible to download raw blobs directly from
    /:repo/:username/raw/blob/:sha1 URLs.
    clee authored and Berengar W. Lehr committed Nov 14, 2018
    Configuration menu
    Copy the full SHA
    da76d52 View commit details
    Browse the repository at this point in the history
  2. fix: Make it work

    * As an SHA-ID is no path getRefNameFromPath can't be used to verify
    file specifying parameter
    * added relevant change in go-gitea/git #132
    
    Signed-off-by: Berengar W. Lehr <[email protected]>
    Berengar W. Lehr authored and Berengar W. Lehr committed Nov 14, 2018
    Configuration menu
    Copy the full SHA
    4a68eb9 View commit details
    Browse the repository at this point in the history
  3. Update Gopkg.lock

    Can't update all vendors due to errors
    
    Signed-off-by: Berengar W. Lehr <[email protected]>
    Berengar W. Lehr authored and Berengar W. Lehr committed Nov 14, 2018
    Configuration menu
    Copy the full SHA
    5c92f12 View commit details
    Browse the repository at this point in the history
  4. style: Add Gitea copyright header

    Berengar W. Lehr authored and Berengar W. Lehr committed Nov 14, 2018
    Configuration menu
    Copy the full SHA
    7503922 View commit details
    Browse the repository at this point in the history

Commits on Nov 17, 2018

  1. feat: Added integration test for /repo/u/r/raw/blob

    Berengar W. Lehr authored and Berengar W. Lehr committed Nov 17, 2018
    Configuration menu
    Copy the full SHA
    01a88c0 View commit details
    Browse the repository at this point in the history
  2. fix: correct year in copyright header

    Berengar W. Lehr authored and Berengar W. Lehr committed Nov 17, 2018
    Configuration menu
    Copy the full SHA
    78953fc View commit details
    Browse the repository at this point in the history

Commits on Nov 18, 2018

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