Make issue/PR assignees and reviewers search by real name #14
Labels
No Label
Service
Buildbot
Service
Chat
Service
Gitea
Service
Translate
Type
Bug
Type
Config
Type
Deployment
Type
Feature
Type
Setup
No Milestone
No project
No Assignees
3 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: infrastructure/blender-projects-platform#14
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Currently the assignees and reviewers fields are limited to search by a user name, and does not consider the real user name. This makes it very hard to find people when you knwo person's name and don't know their nickname.
This works differently when you filter using the
@
in the comment box which searches and visualzied both real and user name.Hi, I am trying to add this feature, and I found that in your
custom/conf/app.ini
file, if the flagDEFAULT_SHOW_FULL_NAME
is set to true( reference to example configuration:app.example.ini
), then assignees and reviewers fields will become seached by fullname. I am not sure if this customization meets your requiment, or do you need both username and fullname to show, no matter whatDEFAULT_SHOW_FULL_NAME
flag is.This option is probably indeed something we should consider using, even regardless of the assignees search.
@hestergong, am I right that when this option is enabled the assignees can only be looked up by real name when it is set?
Yes, if it is enabled, the search results in assignees and reviewers will only have realname, but not username.
We could add a feature that allows to search both username and realname no matter the option is enabled or not if the current behavior is not enough for your usage. @Sergey
Hi, please check this PR: https://github.com/go-gitea/gitea/pull/23463
So this landed in Gitea main now, thanks!
I enabled
DEFAULT_SHOW_FULL_NAME
and mergedmain
into theblender-merged develop
branch. It's now waiting for the next time we rebuild and restart Gitea to start working.This was deployed now.