[PR #5217] [CLOSED] [WIP] Fix data race caused by blevesearch/bleve #17703

Closed
opened 2025-11-02 15:07:32 -06:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/go-gitea/gitea/pull/5217
Author: @typeless
Created: 10/29/2018
Status: Closed

Base: masterHead: fix-5189-v1


📝 Commits (2)

📊 Changes

127 files changed (+8002 additions, -3827 deletions)

View changed files

📝 .drone.yml (+3 -0)
📝 Gopkg.lock (+7 -13)
📝 Gopkg.toml (+5 -0)
📝 Makefile (+3 -3)
📝 integrations/integration_test.go (+4 -0)
📝 main.go (+6 -1)
modules/racedetector/race_disabled.go (+10 -0)
modules/racedetector/race_enabled.go (+10 -0)
vendor/github.com/Smerity/govarint/LICENSE (+0 -22)
vendor/github.com/Smerity/govarint/govarint.go (+0 -229)
📝 vendor/github.com/blevesearch/bleve/analysis/freq.go (+41 -0)
📝 vendor/github.com/blevesearch/bleve/analysis/token/camelcase/parser.go (+4 -4)
📝 vendor/github.com/blevesearch/bleve/analysis/token/unique/unique.go (+1 -1)
📝 vendor/github.com/blevesearch/bleve/document/document.go (+28 -1)
📝 vendor/github.com/blevesearch/bleve/document/field.go (+2 -0)
📝 vendor/github.com/blevesearch/bleve/document/field_boolean.go (+16 -0)
📝 vendor/github.com/blevesearch/bleve/document/field_composite.go (+25 -0)
📝 vendor/github.com/blevesearch/bleve/document/field_datetime.go (+15 -0)
📝 vendor/github.com/blevesearch/bleve/document/field_geopoint.go (+15 -0)
📝 vendor/github.com/blevesearch/bleve/document/field_numeric.go (+15 -0)

...and 80 more files

📄 Description

For #5189


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/go-gitea/gitea/pull/5217 **Author:** [@typeless](https://github.com/typeless) **Created:** 10/29/2018 **Status:** ❌ Closed **Base:** `master` ← **Head:** `fix-5189-v1` --- ### 📝 Commits (2) - [`9e138c7`](https://github.com/go-gitea/gitea/commit/9e138c7f765a1135f94ec9d38e635835032682bb) Enable race detector for CI - [`c90d6ee`](https://github.com/go-gitea/gitea/commit/c90d6eed0bd72b16d00f1b45b88f2c3b8390d258) Update vendor ### 📊 Changes **127 files changed** (+8002 additions, -3827 deletions) <details> <summary>View changed files</summary> 📝 `.drone.yml` (+3 -0) 📝 `Gopkg.lock` (+7 -13) 📝 `Gopkg.toml` (+5 -0) 📝 `Makefile` (+3 -3) 📝 `integrations/integration_test.go` (+4 -0) 📝 `main.go` (+6 -1) ➕ `modules/racedetector/race_disabled.go` (+10 -0) ➕ `modules/racedetector/race_enabled.go` (+10 -0) ➖ `vendor/github.com/Smerity/govarint/LICENSE` (+0 -22) ➖ `vendor/github.com/Smerity/govarint/govarint.go` (+0 -229) 📝 `vendor/github.com/blevesearch/bleve/analysis/freq.go` (+41 -0) 📝 `vendor/github.com/blevesearch/bleve/analysis/token/camelcase/parser.go` (+4 -4) 📝 `vendor/github.com/blevesearch/bleve/analysis/token/unique/unique.go` (+1 -1) 📝 `vendor/github.com/blevesearch/bleve/document/document.go` (+28 -1) 📝 `vendor/github.com/blevesearch/bleve/document/field.go` (+2 -0) 📝 `vendor/github.com/blevesearch/bleve/document/field_boolean.go` (+16 -0) 📝 `vendor/github.com/blevesearch/bleve/document/field_composite.go` (+25 -0) 📝 `vendor/github.com/blevesearch/bleve/document/field_datetime.go` (+15 -0) 📝 `vendor/github.com/blevesearch/bleve/document/field_geopoint.go` (+15 -0) 📝 `vendor/github.com/blevesearch/bleve/document/field_numeric.go` (+15 -0) _...and 80 more files_ </details> ### 📄 Description For #5189 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2025-11-02 15:07:32 -06:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/gitea#17703