mirror of
https://github.com/go-gitea/gitea
synced 2024-11-01 07:44:25 +00:00
900ac62251
This is a large and complex PR, so let me explain in detail its changes. First, I had to create new index mappings for Bleve and ElasticSerach as the current ones do not support search by filename. This requires Gitea to recreate the code search indexes (I do not know if this is a breaking change, but I feel it deserves a heads-up). I've used [this approach](https://www.elastic.co/guide/en/elasticsearch/reference/7.17/analysis-pathhierarchy-tokenizer.html) to model the filename index. It allows us to efficiently search for both the full path and the name of a file. Bleve, however, does not support this out-of-box, so I had to code a brand new [token filter](https://blevesearch.com/docs/Token-Filters/) to generate the search terms. I also did an overhaul in the `indexer_test.go` file. It now asserts the order of the expected results (this is important since matches based on the name of a file are more relevant than those based on its content). I've added new test scenarios that deal with searching by filename. They use a new repo included in the Gitea fixture. The screenshot below depicts how Gitea shows the search results. It shows results based on content in the same way as the current version does. In matches based on the filename, the first seven lines of the file contents are shown (BTW, this is how GitHub does it). ![image](https://github.com/user-attachments/assets/9d938d86-1a8d-4f89-8644-1921a473e858) Resolves #32096 --------- Signed-off-by: Bruno Sofiato <bruno.sofiato@gmail.com>
736 lines
11 KiB
YAML
736 lines
11 KiB
YAML
# See models/unit/unit.go for the meaning of the type
|
|
-
|
|
id: 1
|
|
repo_id: 1
|
|
type: 4
|
|
config: "{}"
|
|
created_unix: 946684810
|
|
|
|
-
|
|
id: 2
|
|
repo_id: 1
|
|
type: 5
|
|
config: "{}"
|
|
created_unix: 946684810
|
|
|
|
-
|
|
id: 3
|
|
repo_id: 1
|
|
type: 1
|
|
config: "{}"
|
|
created_unix: 946684810
|
|
|
|
-
|
|
id: 4
|
|
repo_id: 1
|
|
type: 2
|
|
config: "{\"EnableTimetracker\":true,\"AllowOnlyContributorsToTrackTime\":true}"
|
|
created_unix: 946684810
|
|
|
|
-
|
|
id: 5
|
|
repo_id: 1
|
|
type: 3
|
|
config: "{\"IgnoreWhitespaceConflicts\":false,\"AllowMerge\":true,\"AllowRebase\":true,\"AllowRebaseMerge\":true,\"AllowSquash\":true}"
|
|
created_unix: 946684810
|
|
|
|
-
|
|
id: 6
|
|
repo_id: 3
|
|
type: 1
|
|
config: "{}"
|
|
created_unix: 946684810
|
|
|
|
-
|
|
id: 7
|
|
repo_id: 3
|
|
type: 2
|
|
config: "{\"EnableTimetracker\":false,\"AllowOnlyContributorsToTrackTime\":false}"
|
|
created_unix: 946684810
|
|
|
|
-
|
|
id: 8
|
|
repo_id: 3
|
|
type: 3
|
|
config: "{\"IgnoreWhitespaceConflicts\":true,\"AllowMerge\":true,\"AllowRebase\":false,\"AllowRebaseMerge\":true,\"AllowSquash\":false}"
|
|
created_unix: 946684810
|
|
|
|
-
|
|
id: 9
|
|
repo_id: 3
|
|
type: 4
|
|
config: "{}"
|
|
created_unix: 946684810
|
|
|
|
-
|
|
id: 10
|
|
repo_id: 3
|
|
type: 5
|
|
config: "{}"
|
|
created_unix: 946684810
|
|
|
|
-
|
|
id: 11
|
|
repo_id: 31
|
|
type: 1
|
|
config: "{}"
|
|
created_unix: 1524304355
|
|
|
|
-
|
|
id: 12
|
|
repo_id: 33
|
|
type: 1
|
|
config: "{}"
|
|
created_unix: 1535593231
|
|
|
|
-
|
|
id: 13
|
|
repo_id: 33
|
|
type: 2
|
|
config: "{\"EnableTimetracker\":true,\"AllowOnlyContributorsToTrackTime\":true}"
|
|
created_unix: 1535593231
|
|
|
|
-
|
|
id: 14
|
|
repo_id: 33
|
|
type: 3
|
|
config: "{\"IgnoreWhitespaceConflicts\":false,\"AllowMerge\":true,\"AllowRebase\":true,\"AllowSquash\":true}"
|
|
created_unix: 1535593231
|
|
|
|
-
|
|
id: 15
|
|
repo_id: 33
|
|
type: 4
|
|
config: "{}"
|
|
created_unix: 1535593231
|
|
|
|
-
|
|
id: 16
|
|
repo_id: 33
|
|
type: 5
|
|
config: "{}"
|
|
created_unix: 1535593231
|
|
|
|
-
|
|
id: 17
|
|
repo_id: 4
|
|
type: 4
|
|
config: "{}"
|
|
created_unix: 946684810
|
|
|
|
-
|
|
id: 18
|
|
repo_id: 4
|
|
type: 5
|
|
config: "{}"
|
|
created_unix: 946684810
|
|
|
|
-
|
|
id: 19
|
|
repo_id: 4
|
|
type: 1
|
|
config: "{}"
|
|
created_unix: 946684810
|
|
|
|
-
|
|
id: 20
|
|
repo_id: 4
|
|
type: 2
|
|
config: "{\"EnableTimetracker\":true,\"AllowOnlyContributorsToTrackTime\":true}"
|
|
created_unix: 946684810
|
|
|
|
-
|
|
id: 21
|
|
repo_id: 4
|
|
type: 3
|
|
config: "{\"IgnoreWhitespaceConflicts\":false,\"AllowMerge\":true,\"AllowRebase\":true,\"AllowSquash\":true}"
|
|
created_unix: 946684810
|
|
|
|
-
|
|
id: 22
|
|
repo_id: 2
|
|
type: 4
|
|
config: "{}"
|
|
created_unix: 946684810
|
|
|
|
-
|
|
id: 23
|
|
repo_id: 2
|
|
type: 5
|
|
config: "{}"
|
|
created_unix: 946684810
|
|
|
|
-
|
|
id: 24
|
|
repo_id: 2
|
|
type: 1
|
|
config: "{}"
|
|
created_unix: 946684810
|
|
|
|
-
|
|
id: 25
|
|
repo_id: 32
|
|
type: 1
|
|
config: "{}"
|
|
created_unix: 1524304355
|
|
|
|
-
|
|
id: 26
|
|
repo_id: 32
|
|
type: 2
|
|
config: "{}"
|
|
created_unix: 1524304355
|
|
|
|
-
|
|
id: 27
|
|
repo_id: 24
|
|
type: 1
|
|
config: "{}"
|
|
created_unix: 1524304355
|
|
|
|
-
|
|
id: 28
|
|
repo_id: 24
|
|
type: 2
|
|
config: "{}"
|
|
created_unix: 1524304355
|
|
|
|
-
|
|
id: 29
|
|
repo_id: 16
|
|
type: 1
|
|
config: "{}"
|
|
created_unix: 1524304355
|
|
|
|
-
|
|
id: 30
|
|
repo_id: 23
|
|
type: 1
|
|
config: "{}"
|
|
created_unix: 1524304355
|
|
|
|
-
|
|
id: 31
|
|
repo_id: 27
|
|
type: 1
|
|
config: "{}"
|
|
created_unix: 1524304355
|
|
|
|
-
|
|
id: 32
|
|
repo_id: 28
|
|
type: 1
|
|
config: "{}"
|
|
created_unix: 1524304355
|
|
|
|
-
|
|
id: 33
|
|
repo_id: 36
|
|
type: 4
|
|
config: "{}"
|
|
created_unix: 1524304355
|
|
|
|
-
|
|
id: 34
|
|
repo_id: 36
|
|
type: 5
|
|
config: "{}"
|
|
created_unix: 1524304355
|
|
|
|
-
|
|
id: 35
|
|
repo_id: 36
|
|
type: 1
|
|
config: "{}"
|
|
created_unix: 1524304355
|
|
|
|
-
|
|
id: 36
|
|
repo_id: 36
|
|
type: 2
|
|
config: "{\"EnableTimetracker\":true,\"AllowOnlyContributorsToTrackTime\":true}"
|
|
created_unix: 1524304355
|
|
|
|
-
|
|
id: 37
|
|
repo_id: 36
|
|
type: 3
|
|
config: "{\"IgnoreWhitespaceConflicts\":false,\"AllowMerge\":true,\"AllowRebase\":true,\"AllowRebaseMerge\":true,\"AllowSquash\":true}"
|
|
created_unix: 1524304355
|
|
|
|
-
|
|
id: 38
|
|
repo_id: 37
|
|
type: 4
|
|
config: "{}"
|
|
created_unix: 946684810
|
|
|
|
-
|
|
id: 39
|
|
repo_id: 37
|
|
type: 5
|
|
config: "{}"
|
|
created_unix: 946684810
|
|
|
|
-
|
|
id: 40
|
|
repo_id: 37
|
|
type: 1
|
|
config: "{}"
|
|
created_unix: 946684810
|
|
|
|
-
|
|
id: 41
|
|
repo_id: 37
|
|
type: 2
|
|
config: "{\"EnableTimetracker\":true,\"AllowOnlyContributorsToTrackTime\":true}"
|
|
created_unix: 946684810
|
|
|
|
-
|
|
id: 42
|
|
repo_id: 37
|
|
type: 3
|
|
config: "{\"IgnoreWhitespaceConflicts\":false,\"AllowMerge\":true,\"AllowRebase\":true,\"AllowRebaseMerge\":true,\"AllowSquash\":true}"
|
|
created_unix: 946684810
|
|
|
|
-
|
|
id: 43
|
|
repo_id: 38
|
|
type: 1
|
|
config: "{}"
|
|
created_unix: 946684810
|
|
|
|
-
|
|
id: 44
|
|
repo_id: 38
|
|
type: 2
|
|
config: "{\"EnableTimetracker\":true,\"AllowOnlyContributorsToTrackTime\":true}"
|
|
created_unix: 946684810
|
|
|
|
-
|
|
id: 45
|
|
repo_id: 38
|
|
type: 3
|
|
config: "{\"IgnoreWhitespaceConflicts\":false,\"AllowMerge\":true,\"AllowRebase\":true,\"AllowRebaseMerge\":true,\"AllowSquash\":true}"
|
|
created_unix: 946684810
|
|
|
|
-
|
|
id: 46
|
|
repo_id: 39
|
|
type: 1
|
|
config: "{}"
|
|
created_unix: 946684810
|
|
|
|
-
|
|
id: 47
|
|
repo_id: 39
|
|
type: 2
|
|
config: "{\"EnableTimetracker\":true,\"AllowOnlyContributorsToTrackTime\":true}"
|
|
created_unix: 946684810
|
|
|
|
-
|
|
id: 48
|
|
repo_id: 39
|
|
type: 3
|
|
config: "{\"IgnoreWhitespaceConflicts\":false,\"AllowMerge\":true,\"AllowRebase\":true,\"AllowRebaseMerge\":true,\"AllowSquash\":true}"
|
|
created_unix: 946684810
|
|
|
|
-
|
|
id: 49
|
|
repo_id: 40
|
|
type: 1
|
|
config: "{}"
|
|
created_unix: 946684810
|
|
|
|
-
|
|
id: 50
|
|
repo_id: 40
|
|
type: 2
|
|
config: "{\"EnableTimetracker\":true,\"AllowOnlyContributorsToTrackTime\":true}"
|
|
created_unix: 946684810
|
|
|
|
-
|
|
id: 51
|
|
repo_id: 40
|
|
type: 3
|
|
config: "{\"IgnoreWhitespaceConflicts\":false,\"AllowMerge\":true,\"AllowRebase\":true,\"AllowRebaseMerge\":true,\"AllowSquash\":true}"
|
|
created_unix: 946684810
|
|
|
|
-
|
|
id: 52
|
|
repo_id: 41
|
|
type: 1
|
|
config: "{}"
|
|
created_unix: 946684810
|
|
|
|
-
|
|
id: 53
|
|
repo_id: 41
|
|
type: 2
|
|
config: "{\"EnableTimetracker\":true,\"AllowOnlyContributorsToTrackTime\":true}"
|
|
created_unix: 946684810
|
|
|
|
-
|
|
id: 54
|
|
repo_id: 41
|
|
type: 3
|
|
config: "{\"IgnoreWhitespaceConflicts\":false,\"AllowMerge\":true,\"AllowRebase\":true,\"AllowRebaseMerge\":true,\"AllowSquash\":true}"
|
|
created_unix: 946684810
|
|
|
|
-
|
|
id: 55
|
|
repo_id: 10
|
|
type: 1
|
|
config: "{}"
|
|
created_unix: 946684810
|
|
|
|
-
|
|
id: 56
|
|
repo_id: 10
|
|
type: 2
|
|
config: "{\"EnableTimetracker\":true,\"AllowOnlyContributorsToTrackTime\":true}"
|
|
created_unix: 946684810
|
|
|
|
-
|
|
id: 57
|
|
repo_id: 10
|
|
type: 3
|
|
config: "{\"IgnoreWhitespaceConflicts\":false,\"AllowMerge\":true,\"AllowRebase\":true,\"AllowRebaseMerge\":true,\"AllowSquash\":true}"
|
|
created_unix: 946684810
|
|
|
|
-
|
|
id: 58
|
|
repo_id: 11
|
|
type: 1
|
|
config: "{}"
|
|
created_unix: 946684810
|
|
|
|
-
|
|
id: 59
|
|
repo_id: 42
|
|
type: 1
|
|
config: "{}"
|
|
created_unix: 946684810
|
|
|
|
-
|
|
id: 60
|
|
repo_id: 42
|
|
type: 4
|
|
config: "{}"
|
|
created_unix: 946684810
|
|
|
|
-
|
|
id: 61
|
|
repo_id: 42
|
|
type: 5
|
|
config: "{}"
|
|
created_unix: 946684810
|
|
|
|
-
|
|
id: 62
|
|
repo_id: 42
|
|
type: 2
|
|
config: "{\"EnableTimetracker\":true,\"AllowOnlyContributorsToTrackTime\":true}"
|
|
created_unix: 946684810
|
|
|
|
-
|
|
id: 63
|
|
repo_id: 42
|
|
type: 3
|
|
config: "{\"IgnoreWhitespaceConflicts\":false,\"AllowMerge\":true,\"AllowRebase\":true,\"AllowRebaseMerge\":true,\"AllowSquash\":true}"
|
|
created_unix: 946684810
|
|
|
|
-
|
|
id: 64
|
|
repo_id: 44
|
|
type: 1
|
|
config: "{}"
|
|
created_unix: 946684810
|
|
|
|
-
|
|
id: 65
|
|
repo_id: 45
|
|
type: 1
|
|
config: "{}"
|
|
created_unix: 946684810
|
|
|
|
-
|
|
id: 66
|
|
repo_id: 46
|
|
type: 7
|
|
config: "{\"ExternalTrackerURL\":\"https://tracker.com\",\"ExternalTrackerFormat\":\"https://tracker.com/{user}/{repo}/issues/{index}\",\"ExternalTrackerStyle\":\"\"}"
|
|
created_unix: 946684810
|
|
|
|
-
|
|
id: 67
|
|
repo_id: 47
|
|
type: 7
|
|
config: "{\"ExternalTrackerURL\":\"https://tracker.com\",\"ExternalTrackerFormat\":\"https://tracker.com/{user}/{repo}/issues/{index}\",\"ExternalTrackerStyle\":\"numeric\"}"
|
|
created_unix: 946684810
|
|
|
|
-
|
|
id: 68
|
|
repo_id: 48
|
|
type: 7
|
|
config: "{\"ExternalTrackerURL\":\"https://tracker.com\",\"ExternalTrackerFormat\":\"https://tracker.com/{user}/{repo}/issues/{index}\",\"ExternalTrackerStyle\":\"alphanumeric\"}"
|
|
created_unix: 946684810
|
|
-
|
|
id: 69
|
|
repo_id: 2
|
|
type: 2
|
|
config: "{}"
|
|
created_unix: 946684810
|
|
|
|
-
|
|
id: 70
|
|
repo_id: 5
|
|
type: 4
|
|
config: "{}"
|
|
created_unix: 946684810
|
|
|
|
-
|
|
id: 71
|
|
repo_id: 5
|
|
type: 5
|
|
config: "{}"
|
|
created_unix: 946684810
|
|
|
|
-
|
|
id: 72
|
|
repo_id: 5
|
|
type: 1
|
|
config: "{}"
|
|
created_unix: 946684810
|
|
|
|
-
|
|
id: 73
|
|
repo_id: 5
|
|
type: 2
|
|
config: "{\"EnableTimetracker\":true,\"AllowOnlyContributorsToTrackTime\":true}"
|
|
created_unix: 946684810
|
|
|
|
-
|
|
id: 74
|
|
repo_id: 5
|
|
type: 3
|
|
config: "{\"IgnoreWhitespaceConflicts\":false,\"AllowMerge\":true,\"AllowRebase\":true,\"AllowRebaseMerge\":true,\"AllowSquash\":true}"
|
|
created_unix: 946684810
|
|
|
|
-
|
|
id: 75
|
|
repo_id: 1
|
|
type: 8
|
|
created_unix: 946684810
|
|
|
|
-
|
|
id: 76
|
|
repo_id: 2
|
|
type: 8
|
|
created_unix: 946684810
|
|
|
|
-
|
|
id: 77
|
|
repo_id: 3
|
|
type: 8
|
|
created_unix: 946684810
|
|
|
|
-
|
|
id: 78
|
|
repo_id: 50
|
|
type: 2
|
|
created_unix: 946684810
|
|
|
|
-
|
|
id: 79
|
|
repo_id: 51
|
|
type: 2
|
|
created_unix: 946684810
|
|
|
|
-
|
|
id: 80
|
|
repo_id: 53
|
|
type: 1
|
|
created_unix: 946684810
|
|
|
|
-
|
|
id: 81
|
|
repo_id: 54
|
|
type: 1
|
|
created_unix: 946684810
|
|
|
|
-
|
|
id: 82
|
|
repo_id: 31
|
|
type: 1
|
|
created_unix: 946684810
|
|
|
|
-
|
|
id: 83
|
|
repo_id: 31
|
|
type: 3
|
|
config: "{\"IgnoreWhitespaceConflicts\":false,\"AllowMerge\":true,\"AllowRebase\":true,\"AllowRebaseMerge\":true,\"AllowSquash\":true}"
|
|
created_unix: 946684810
|
|
|
|
-
|
|
id: 84
|
|
repo_id: 56
|
|
type: 1
|
|
created_unix: 946684810
|
|
-
|
|
id: 85
|
|
repo_id: 57
|
|
type: 1
|
|
created_unix: 946684810
|
|
-
|
|
id: 86
|
|
repo_id: 57
|
|
type: 2
|
|
created_unix: 946684810
|
|
-
|
|
id: 87
|
|
repo_id: 57
|
|
type: 3
|
|
created_unix: 946684810
|
|
-
|
|
id: 88
|
|
repo_id: 57
|
|
type: 4
|
|
created_unix: 946684810
|
|
-
|
|
id: 89
|
|
repo_id: 57
|
|
type: 5
|
|
created_unix: 946684810
|
|
|
|
-
|
|
id: 90
|
|
repo_id: 52
|
|
type: 1
|
|
created_unix: 946684810
|
|
|
|
-
|
|
id: 91
|
|
repo_id: 58
|
|
type: 1
|
|
created_unix: 946684810
|
|
|
|
-
|
|
id: 92
|
|
repo_id: 58
|
|
type: 2
|
|
created_unix: 946684810
|
|
|
|
-
|
|
id: 93
|
|
repo_id: 58
|
|
type: 3
|
|
created_unix: 946684810
|
|
|
|
-
|
|
id: 94
|
|
repo_id: 58
|
|
type: 4
|
|
created_unix: 946684810
|
|
|
|
-
|
|
id: 95
|
|
repo_id: 58
|
|
type: 5
|
|
created_unix: 946684810
|
|
|
|
-
|
|
id: 96
|
|
repo_id: 49
|
|
type: 1
|
|
created_unix: 946684810
|
|
|
|
-
|
|
id: 97
|
|
repo_id: 49
|
|
type: 2
|
|
created_unix: 946684810
|
|
|
|
-
|
|
id: 99
|
|
repo_id: 1
|
|
type: 9
|
|
config: "{}"
|
|
created_unix: 946684810
|
|
|
|
-
|
|
id: 100
|
|
repo_id: 1
|
|
type: 10
|
|
config: "{}"
|
|
created_unix: 946684810
|
|
|
|
-
|
|
id: 101
|
|
repo_id: 59
|
|
type: 1
|
|
config: "{}"
|
|
created_unix: 946684810
|
|
|
|
-
|
|
id: 102
|
|
repo_id: 60
|
|
type: 1
|
|
config: "{}"
|
|
created_unix: 946684810
|
|
|
|
-
|
|
id: 103
|
|
repo_id: 60
|
|
type: 2
|
|
config: "{\"EnableTimetracker\":true,\"AllowOnlyContributorsToTrackTime\":true}"
|
|
created_unix: 946684810
|
|
|
|
-
|
|
id: 104
|
|
repo_id: 60
|
|
type: 3
|
|
config: "{\"IgnoreWhitespaceConflicts\":false,\"AllowMerge\":true,\"AllowRebase\":true,\"AllowRebaseMerge\":true,\"AllowSquash\":true}"
|
|
created_unix: 946684810
|
|
|
|
-
|
|
id: 105
|
|
repo_id: 61
|
|
type: 1
|
|
config: "{}"
|
|
created_unix: 946684810
|
|
|
|
-
|
|
id: 106
|
|
repo_id: 61
|
|
type: 2
|
|
config: "{\"EnableTimetracker\":true,\"AllowOnlyContributorsToTrackTime\":true}"
|
|
created_unix: 946684810
|
|
|
|
-
|
|
id: 107
|
|
repo_id: 61
|
|
type: 3
|
|
config: "{\"IgnoreWhitespaceConflicts\":false,\"AllowMerge\":true,\"AllowRebase\":true,\"AllowRebaseMerge\":true,\"AllowSquash\":true}"
|
|
created_unix: 946684810
|
|
|
|
-
|
|
id: 108
|
|
repo_id: 62
|
|
type: 1
|
|
config: "{}"
|
|
created_unix: 946684810
|
|
|
|
-
|
|
id: 109
|
|
repo_id: 62
|
|
type: 2
|
|
config: "{\"EnableTimetracker\":true,\"AllowOnlyContributorsToTrackTime\":true}"
|
|
created_unix: 946684810
|
|
|
|
-
|
|
id: 110
|
|
repo_id: 62
|
|
type: 3
|
|
config: "{\"IgnoreWhitespaceConflicts\":false,\"AllowMerge\":true,\"AllowRebase\":true,\"AllowRebaseMerge\":true,\"AllowSquash\":true}"
|
|
created_unix: 946684810
|