-
-
Notifications
You must be signed in to change notification settings - Fork 5.5k
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
Cannot creat indexers for newly import repositories #9190
Comments
+1 for this issue. My setup:
Description
However, when I delete dir |
@FanyangMengDev can you check now with latest gitea binary from https://dl.gitea.io/gitea/master/ ? It seems to be fixed in #9946 |
@vvrein Hi there, this is the first time that I see the master version release on this official website. |
I just install the dev version. All the pages become display unproperly. the login button becomes disappear and all the things cannot load normally. It scares me a lot and now I am switch back to 1.11-rc2 |
@zeripath If it is possible please reopen this issue, cause I cannot even find where is the import button when I change it from 1.11-rc2 to 1.12 dev under that cluttered page |
@guillep2k Thank you so much for your reply. I see now. Looking forward to the next version, and I just donate 1 dollar to you guys on PayPal. Please understand as a undergraduate student 1 dollar per month is the most money I can donate cause I do not have so much money every month. |
We've still got an issue with our translations in master - I'm not sure why they haven't updated since we attempted to fix this. |
@FanyangMengDev try the release/v1.11 branch - as that will become 1.11-rc3 or 1.11 soon. |
[x]
):P.S.: The reason why I cannot reproduce this issue is try.gitea.io doesn't turn on the function of code indexers.
Description
Hi there,
I found that when I turn on the code indexer function and import a new repository from an URL, the code index cannot be created by Gitea itself. I found that because every time after the import procession done, and I input some code right inside the repository it cannot be found and Gitea just display nothing on the search page.
I have to delete the indexers of repositories on my server and restart the Gitea, only in this way can it be created. That is so weird which I really do not know whether it is my own server's problem or Gitea's Bug, so I highly recommend you to have a check on it.
Here is the my custom configuration in the app.ini in the following:
[indexer]
ISSUE_INDEXER_TYPE = db
STARTUP_TIMEOUT=30s
REPO_INDEXER_ENABLED = true
REPO_INDEXER_PATH = /hdd2/gitea/indexers/repos.bleve
UPDATE_BUFFER_LEN = 20
MAX_FILE_SIZE = 1048576
[repository]
ROOT = /hdd2/gitea/gitea-repositories
Screenshots
Only screenshots cannot demonstrate this problem clearly. Just have a try please.
The text was updated successfully, but these errors were encountered: