Hi,
Something broke our setup between between a0f5789 (working good) and cd59bed (bad).
We use indexserver like this for our self hosted Gitlab instances:
"zoekt-indexserver",
"-git_index_flags", "-branches=production,master,main,development,develop,integration,HEAD -delta -delta_threshold=150 -allow_missing_branches -disable_ctags -require_ctags=false -submodules=false -max_trigram_count=80000",
"-data_dir", "/data/gitlab-indexer",
"-index_dir", "/data/index/",
"-mirror_config", "/config.json",
"-mirror_duration", "30m",
"-fetch_interval", "5m",
setting config.json to [{"GitLabURL":"https://gitlab.XXX.com/api/v4/"}]
The only non-ok output I saw was this line for many repositories:
zoekt-0 zoekt-provid-indexer ERR: 2026/03/30 12:33:23 delta build: falling back to normal build since delta build failed, repository="gitlab.XXX.com/provid/apps/nextcloud", err=getting last current commit for branch "production": reference not found
Please note that we do not have a production branch on this specific repository but on other. I did not see these messages earlier.
Using search query: r: many repos with 0 Bytes and 0 Files show up.
Hi,
Something broke our setup between between a0f5789 (working good) and cd59bed (bad).
We use indexserver like this for our self hosted Gitlab instances:
setting config.json to
[{"GitLabURL":"https://gitlab.XXX.com/api/v4/"}]The only non-ok output I saw was this line for many repositories:
Please note that we do not have a
productionbranch on this specific repository but on other. I did not see these messages earlier.Using search query:
r:many repos with 0 Bytes and 0 Files show up.