fork of https://github.com/sourcegraph/zoekt
0

Configure Feed

Select the types of activity you want to include in your feed.

gitindex: unmarshal tenantID from git config (#958)

+2
+2
internal/gitindex/index.go
··· 248 248 id, _ := strconv.ParseUint(sec.Options.Get("repoid"), 10, 32) 249 249 desc.ID = uint32(id) 250 250 251 + desc.TenantID, _ = strconv.Atoi(sec.Options.Get("tenantID")) 252 + 251 253 if desc.RawConfig == nil { 252 254 desc.RawConfig = map[string]string{} 253 255 }