- Use '/' key to quickly access this field.
- Enter a name of repository, or repository group for quick search.
- Prefix query to allow special search:
user:admin, to search for usernames, always global
user_group:devops, to search for user groups, always global
pr:303, to search for pull request number, title, or description, always global
commit:efced4, to search for commits, scoped to repositories or groups
file:models.py, to search for file paths, scoped to repositories or groups
For advanced full text search visit: repository search
reviewers: only require a review when we have reviewers defined....
reviewers: only require a review when we have reviewers defined.
- use case is that pr can be created without review needed, maybe just for sharing, or CI checks
<divclass="alert-warning"style="margin:0px 0px 20px 0px; padding: 10px">
<strong>${_('This user was created from external source (%s). Editing some of the settings is limited.'%c.extern_type)}</strong>
</div>
<divstyle="margin:-10px 0px 20px 0px;">
${_('For VCS access please generate')}
<ahref="${h.route_path('my_account_auth_tokens',_query={'token_role':'token_role_vcs'})}">Authentication Token</a> or <ahref="${h.route_path('my_account_ssh_keys_generate')}">SSH Key</a>.