[PR #3546] [MERGED] Populate URL field of API commits #16988

Closed
opened 2025-11-02 12:23:39 -06:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/go-gitea/gitea/pull/3546
Author: @ethantkoenig
Created: 2/20/2018
Status: Merged
Merged: 2/20/2018
Merged by: @appleboy

Base: masterHead: fix/commit_convert


📝 Commits (2)

📊 Changes

11 files changed (+126 additions, -98 deletions)

View changed files

📝 modules/markup/html.go (+11 -25)
📝 modules/markup/html_test.go (+12 -36)
📝 modules/markup/markdown/markdown.go (+5 -4)
📝 modules/markup/markdown/markdown_test.go (+15 -14)
📝 modules/markup/orgmode/orgmode_test.go (+3 -3)
📝 modules/util/util.go (+21 -0)
modules/util/util_test.go (+36 -0)
📝 routers/api/v1/convert/convert.go (+15 -8)
📝 routers/api/v1/misc/markdown.go (+2 -2)
📝 routers/api/v1/misc/markdown_test.go (+4 -4)
📝 routers/api/v1/repo/branch.go (+2 -2)

📄 Description

Also moves URLJoin to modules/util so that everyone can use it.


🔄 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/gitea/pull/3546 **Author:** [@ethantkoenig](https://github.com/ethantkoenig) **Created:** 2/20/2018 **Status:** ✅ Merged **Merged:** 2/20/2018 **Merged by:** [@appleboy](https://github.com/appleboy) **Base:** `master` ← **Head:** `fix/commit_convert` --- ### 📝 Commits (2) - [`6b39daf`](https://github.com/go-gitea/gitea/commit/6b39daf3f7021f1021694ddd169f239778376a09) Populate URL field of API commits - [`70b0448`](https://github.com/go-gitea/gitea/commit/70b0448a31a556b9101cc105939176c6ef929e6e) fix orgmode_test ### 📊 Changes **11 files changed** (+126 additions, -98 deletions) <details> <summary>View changed files</summary> 📝 `modules/markup/html.go` (+11 -25) 📝 `modules/markup/html_test.go` (+12 -36) 📝 `modules/markup/markdown/markdown.go` (+5 -4) 📝 `modules/markup/markdown/markdown_test.go` (+15 -14) 📝 `modules/markup/orgmode/orgmode_test.go` (+3 -3) 📝 `modules/util/util.go` (+21 -0) ➕ `modules/util/util_test.go` (+36 -0) 📝 `routers/api/v1/convert/convert.go` (+15 -8) 📝 `routers/api/v1/misc/markdown.go` (+2 -2) 📝 `routers/api/v1/misc/markdown_test.go` (+4 -4) 📝 `routers/api/v1/repo/branch.go` (+2 -2) </details> ### 📄 Description Also moves `URLJoin` to `modules/util` so that everyone can use it. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2025-11-02 12:23:39 -06:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/gitea#16988