| Commit message (Expand) | Author | Age | Files | Lines |
* | Perform Newest sort type correctly when sorting issues (#30644) | Kemal Zebari | 2024-04-23 | 1 | -2/+2 |
* | Enable more `revive` linter rules (#30608) | silverwind | 2024-04-22 | 2 | -3/+0 |
* | Render embedded code preview by permlink in markdown (#30234) | wxiaoguang | 2024-04-02 | 1 | -7/+9 |
* | Use db.ListOptions directly instead of Paginator interface to make it easier ... | Lunny Xiao | 2024-03-24 | 6 | -16/+39 |
* | Support repo code search without setting up an indexer (#29998) | wxiaoguang | 2024-03-24 | 1 | -17/+18 |
* | Determine fuzziness of bleve indexer by keyword length (#29706) | 6543 | 2024-03-23 | 3 | -28/+22 |
* | Use db.ListOptionsAll instead of db.ListOptions{ListAll: true} (#29995) | Lunny Xiao | 2024-03-22 | 2 | -35/+17 |
* | Meilisearch double quote on "match" query (#29740) | 6543 | 2024-03-16 | 2 | -70/+37 |
* | Refactor code_indexer to use an SearchOptions struct for PerformSearch (#29724) | 6543 | 2024-03-16 | 6 | -35/+53 |
* | Refactor to use optional.Option for issue index search option (#29739) | 6543 | 2024-03-13 | 9 | -187/+140 |
* | Use repo object format name instead of detecting from git repository (#29702) | Lunny Xiao | 2024-03-10 | 1 | -8/+4 |
* | Patch in exact search for meilisearch (#29671) | 6543 | 2024-03-09 | 11 | -27/+178 |
* | Fix wrong line number in code search result (#29260) | yp05327 | 2024-03-06 | 1 | -19/+31 |
* | remove util.OptionalBool and related functions (#29513) | 6543 | 2024-03-02 | 7 | -26/+27 |
* | migrate some more "OptionalBool" to "Option[bool]" (#29479) | 6543 | 2024-02-29 | 1 | -2/+2 |
* | Add `io.Closer` guidelines (#29387) | KN4CK3R | 2024-02-25 | 2 | -4/+1 |
* | Allow non-admin users to delete review requests (#29057) | Zettat123 | 2024-02-24 | 1 | -7/+7 |
* | fix: Elasticsearch: Request Entity Too Large #28117 (#29062) | dark-angel | 2024-02-07 | 1 | -5/+11 |
* | Simplify how git repositories are opened (#28937) | Lunny Xiao | 2024-01-27 | 1 | -1/+2 |
* | Preserve BOM in web editor (#28935) | silverwind | 2024-01-27 | 2 | -2/+2 |
* | Fix sort bug on repository issues list (#28897) | Lunny Xiao | 2024-01-23 | 1 | -2/+2 |
* | Add option to disable ambiguous unicode characters detection (#28454) | wxiaoguang | 2023-12-17 | 1 | -1/+2 |
* | Abstract hash function usage (#28138) | Adam Majer | 2023-12-13 | 1 | -4/+13 |
* | Include public repos in doer's dashboard for issue search (#28304) | Jason Song | 2023-12-07 | 3 | -29/+2 |
* | Meilisearch: require all query terms to be matched (#28293) | Brecht Van Lommel | 2023-11-29 | 1 | -4/+5 |
* | Fix issue not showing on default board and add test (#27720) | Nanguan Lin | 2023-10-25 | 1 | -0/+6 |
* | Clean some functions about project issue (#27705) | Nanguan Lin | 2023-10-20 | 1 | -1/+0 |
* | Improve retrying index issues (#27554) | Jason Song | 2023-10-15 | 2 | -30/+41 |
* | Replace assert.Fail with assert.FailNow (#27578) | Nanguan Lin | 2023-10-11 | 1 | -4/+2 |
* | Penultimate round of `db.DefaultContext` refactor (#27414) | JakobDev | 2023-10-11 | 5 | -7/+9 |
* | make writing main test easier (#27270) | Lunny Xiao | 2023-09-28 | 3 | -12/+3 |
* | Fix review request number and add more tests (#27104) | Nanguan Lin | 2023-09-21 | 1 | -6/+21 |
* | Next round of `db.DefaultContext` refactor (#27089) | JakobDev | 2023-09-16 | 1 | -1/+1 |
* | Add tests for db indexer in indexer_test.go (#27087) | Nanguan Lin | 2023-09-16 | 1 | -131/+324 |
* | Remove the useless function `GetUserIssueStats` and move relevant tests to `i... | Nanguan Lin | 2023-09-14 | 1 | -1/+82 |
* | Update status and code index after changing the default branch (#27018) | Nanguan Lin | 2023-09-13 | 1 | -1/+8 |
* | Clarify the git command Stdin hanging problem (#26967) | wxiaoguang | 2023-09-08 | 1 | -15/+0 |
* | move repository deletion to service layer (#26948) | Lunny Xiao | 2023-09-08 | 3 | -0/+6 |
* | Replace `util.SliceXxx` with `slices.Xxx` (#26958) | CaiCandong | 2023-09-07 | 2 | -9/+10 |
* | Use Go 1.21 and update dependencies (#26878) | wxiaoguang | 2023-09-03 | 1 | -3/+2 |
* | Fix counting and filtering on the dashboard page for issues (#26657) | Jason Song | 2023-08-23 | 2 | -3/+51 |
* | Support rebuilding issue indexer manually (#26546) | Jason Song | 2023-08-17 | 1 | -7/+15 |
* | Explain SearchOptions and fix ToSearchOptions (#26542) | Jason Song | 2023-08-16 | 3 | -22/+35 |
* | Fix project filter bugs (#26490) | CaiCandong | 2023-08-15 | 1 | -0/+4 |
* | Refactor and enhance issue indexer to support both searching, filtering and p... | Jason Song | 2023-07-31 | 21 | -352/+2301 |
* | Add open/closed field support for issue index (#25708) | techknowlogick | 2023-07-07 | 9 | -30/+45 |
* | Replace `interface{}` with `any` (#25686) | silverwind | 2023-07-04 | 6 | -12/+12 |
* | Fix issues indexer document mapping (#25619) | Jason Song | 2023-07-04 | 1 | -20/+12 |
* | Fix `Init` of db indexer (#25470) | Jason Song | 2023-06-23 | 1 | -2/+3 |
* | Refactor indexer (#25174) | Jason Song | 2023-06-23 | 36 | -1411/+1359 |