-
-
Notifications
You must be signed in to change notification settings - Fork 5.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feature Request: Cross-link commits mentioning other repos #6664
Comments
I'm not sure I understand -- the box you have drawn in the first screenshot shows the issue reference as a link and when clicking on your example link of https://try.gitea.io/stani0502/coba it also shows the proper link where the text What are you expecting to happen? |
Ah, so it's not that something isn't working. It's that something hasn't been implemented yet. |
ah okay, i thought that fixed for that kind feature. |
- The doctor commands to check the validity of existing usernames and email addresses depend on functionality that have configurable behavior depending on the values of the `[service]` settings, so load them when running the doctor command. - Resolves go-gitea#6664 - No unit test due to the architecture of doctor commands. (cherry picked from commit 46e60ce)
…-gitea#6678) **Backport:** https://codeberg.org/forgejo/forgejo/pulls/6674 - The doctor commands to check the validity of existing usernames and email addresses depend on functionality that have configurable behavior depending on the values of the `[service]` settings, so load them when running the doctor command. - Resolves go-gitea#6664 - No unit test due to the architecture of doctor commands. Co-authored-by: Gusted <[email protected]> Reviewed-on: https://codeberg.org/forgejo/forgejo/pulls/6678 Reviewed-by: Gusted <[email protected]> Co-authored-by: forgejo-backport-action <[email protected]> Co-committed-by: forgejo-backport-action <[email protected]>
- The doctor commands to check the validity of existing usernames and email addresses depend on functionality that have configurable behavior depending on the values of the `[service]` settings, so load them when running the doctor command. - Resolves go-gitea#6664 - No unit test due to the architecture of doctor commands. # Testing 1. Set `[service].ALLOW_DOTS_IN_USERNAMES = true`. 2. Create a user that contains a dot in their username. 3. Run the `check-user-name` doctor command and verify there's no error reported. Reviewed-on: https://codeberg.org/forgejo/forgejo/pulls/6674 Reviewed-by: Earl Warren <[email protected]> Co-authored-by: Gusted <[email protected]> Co-committed-by: Gusted <[email protected]>
[x]
):Description
Refering to this pull request #6273, on this pull request say able to link issue to another repo
I tried in here https://try.gitea.io/stani0502/coba.
i tried commit and put url of the issue from different repo to link this issue https://try.gitea.io/stani0502/test/issues/1.
But is not working.
Let me know how the correct way to do that.
...
Screenshots
The text was updated successfully, but these errors were encountered: