[PR #3103] [MERGED] Allow adding collaborators with (fullname) #16767

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

📋 Pull Request Information

Original PR: https://github.com/go-gitea/gitea/pull/3103
Author: @svarlamov
Created: 12/6/2017
Status: Merged
Merged: 12/7/2017
Merged by: @lunny

Base: masterHead: add_collaborator_with_name


📝 Commits (3)

  • 230d526 Allow adding collaborators with (fullname)
  • f4a851c Refactor username suffix to utils pkg
  • 61465a7 Merge branch 'master' into add_collaborator_with_name

📊 Changes

4 files changed (+38 additions, -6 deletions)

View changed files

📝 routers/org/teams.go (+2 -5)
📝 routers/repo/setting.go (+2 -1)
routers/utils/utils.go (+17 -0)
routers/utils/utils_test.go (+17 -0)

📄 Description

Signed-off-by: Sasha Varlamov sasha@sashavarlamov.com

Targeting: #3102

Perhaps we should fork this out into a utility func? I'm pretty new to Gitea, so I just in-lined it same as #2973 but since this keeps popping up, I suppose we might want a shared function for this... Where should I put it and then refactor the #2973 fix?


🔄 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/3103 **Author:** [@svarlamov](https://github.com/svarlamov) **Created:** 12/6/2017 **Status:** ✅ Merged **Merged:** 12/7/2017 **Merged by:** [@lunny](https://github.com/lunny) **Base:** `master` ← **Head:** `add_collaborator_with_name` --- ### 📝 Commits (3) - [`230d526`](https://github.com/go-gitea/gitea/commit/230d52640685ef1c9d91d9fcff514c21a1cef9ea) Allow adding collaborators with (fullname) - [`f4a851c`](https://github.com/go-gitea/gitea/commit/f4a851c92bd7451c790a850513024c2637a108df) Refactor username suffix to utils pkg - [`61465a7`](https://github.com/go-gitea/gitea/commit/61465a7a282a04e0e5d70b7c14f47c37a5a7042c) Merge branch 'master' into add_collaborator_with_name ### 📊 Changes **4 files changed** (+38 additions, -6 deletions) <details> <summary>View changed files</summary> 📝 `routers/org/teams.go` (+2 -5) 📝 `routers/repo/setting.go` (+2 -1) ➕ `routers/utils/utils.go` (+17 -0) ➕ `routers/utils/utils_test.go` (+17 -0) </details> ### 📄 Description Signed-off-by: Sasha Varlamov <sasha@sashavarlamov.com> Targeting: #3102 Perhaps we should fork this out into a utility func? I'm pretty new to Gitea, so I just in-lined it same as #2973 but since this keeps popping up, I suppose we might want a shared function for this... Where should I put it and then refactor the #2973 fix? --- <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:18:38 -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#16767