[PR #158] [CLOSED] Adds wrapper for blob content #163

Closed
opened 2026-02-15 16:29:32 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/go-gitea/go-sdk/pull/158
Author: @richmahn
Created: 4/1/2019
Status: Closed

Base: masterHead: wrapper-for-blob-content


📝 Commits (10+)

📊 Changes

2 files changed (+42 additions, -14 deletions)

View changed files

📝 gitea/git_blob.go (+34 -7)
📝 gitea/repo_file.go (+8 -7)

📄 Description

This change is made for issue https://github.com/go-gitea/gitea/issue/4762 in relation to review of https://github.com/go-gitea/gitea/pull/6314, making the Blob data be encoded on Marshalling.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/go-gitea/go-sdk/pull/158 **Author:** [@richmahn](https://github.com/richmahn) **Created:** 4/1/2019 **Status:** ❌ Closed **Base:** `master` ← **Head:** `wrapper-for-blob-content` --- ### 📝 Commits (10+) - [`09e50a9`](https://github.com/go-gitea/go-sdk/commit/09e50a90472eb822764c1fb0291b573a1797c05c) Adds wrapper for blob content - [`7d49883`](https://github.com/go-gitea/go-sdk/commit/7d4988345b22f7d9b2b3e88b0602591b51cda8fa) Fixes imports - [`1da9749`](https://github.com/go-gitea/go-sdk/commit/1da9749e195c715be20a48ccc889fd64bdb4ac4d) Improved wrapping of Blob - [`3a27cef`](https://github.com/go-gitea/go-sdk/commit/3a27cefbc5376de1deeafeb705ec890f59a98ee4) Updates comment - [`e69bb3d`](https://github.com/go-gitea/go-sdk/commit/e69bb3d723883daaba07e7a5c270baea0542d622) Updates blob - [`408452a`](https://github.com/go-gitea/go-sdk/commit/408452a606cae79b171816cc861178cd1eecc29a) Adds comment - [`70946ed`](https://github.com/go-gitea/go-sdk/commit/70946ed78b76e6ea48e52f99508782508aaa079c) Adds comment - [`817f1b0`](https://github.com/go-gitea/go-sdk/commit/817f1b0f806638608adc96d851347eb5fdfa6842) Makes the UploadFileOptions a bit more clear - [`7014688`](https://github.com/go-gitea/go-sdk/commit/70146888ac94faed03825b087244678c1fbc0c9a) Format - [`031b285`](https://github.com/go-gitea/go-sdk/commit/031b2852a9b3f4a8a2cfbc0c0f9a88687056da6b) Addsc omment ### 📊 Changes **2 files changed** (+42 additions, -14 deletions) <details> <summary>View changed files</summary> 📝 `gitea/git_blob.go` (+34 -7) 📝 `gitea/repo_file.go` (+8 -7) </details> ### 📄 Description This change is made for issue https://github.com/go-gitea/gitea/issue/4762 in relation to review of https://github.com/go-gitea/gitea/pull/6314, making the Blob data be encoded on Marshalling. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
yindo added the pull-request label 2026-02-15 16:29:32 -05:00
yindo closed this issue 2026-02-15 16:29:32 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: go-gitea/go-sdk#163