-
-
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
Index repositories after adoption #14304
Comments
mea culpa - probably need to ensure that something like: Lines 373 to 436 in 9659808
is called for each branch in the adopted repo. |
Is there any work around after I have imported them? |
Push an empty commit should do it |
techknowlogick
pushed a commit
that referenced
this issue
Jun 26, 2023
Fix #14304 --------- Co-authored-by: delvh <[email protected]>
GiteaBot
pushed a commit
to GiteaBot/gitea
that referenced
this issue
Jun 26, 2023
Fix go-gitea#14304 --------- Co-authored-by: delvh <[email protected]>
silverwind
pushed a commit
that referenced
this issue
Jun 26, 2023
Backport #25497 by @lunny Fix #14304 Co-authored-by: Lunny Xiao <[email protected]> Co-authored-by: delvh <[email protected]> Co-authored-by: KN4CK3R <[email protected]>
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Gitea version (or commit ref): 1.13.1
Git version: 2.29
Operating system: RHEL8
Database (use
[x]
):Can you reproduce the bug at https://try.gitea.io:
Description
Provide a way to manually trigger source code indexing of repositories. In my scenario, I have used the Adopt functionality to import a large number of repositories (over 500) but they are not indexed. If I make a commit then it does appear the indexing functionality is working as expected but it is not practical to make commits to 500+ repos. Need an admin API that would trigger the indexing process.
As an enhancement to the adoption process, indexing could/should be triggered as a part of that process too.
The text was updated successfully, but these errors were encountered: