| Commit message (Expand) | Author | Age | Files | Lines |
* | Make SearchMode have default value and add comments (#33863) | wxiaoguang | 11 days | 8 | -19/+34 |
* | Improve issue & code search (#33860) | wxiaoguang | 13 days | 18 | -101/+214 |
* | Remove context from git struct (#33793) | TheFox0x7 | 2025-03-04 | 3 | -10/+10 |
* | Use test context in tests and new loop system in benchmarks (#33648) | TheFox0x7 | 2025-02-20 | 4 | -32/+29 |
* | Fix project issues list and counting (#33594) | Lunny Xiao | 2025-02-17 | 1 | -2/+2 |
* | enable literal string for code search (#33590) | Darren Hoo | 2025-02-16 | 7 | -15/+147 |
* | Fix unnecessary comment when moving issue on the same project column (#33496) | Lunny Xiao | 2025-02-05 | 1 | -1/+6 |
* | Refactor older tests to use testify (#33140) | TheFox0x7 | 2025-01-09 | 3 | -66/+24 |
* | Fix bleve fuzziness search (#33078) | wxiaoguang | 2025-01-03 | 4 | -8/+15 |
* | Enable tenv and testifylint rules (#32852) | TheFox0x7 | 2024-12-15 | 1 | -19/+19 |
* | Update golangci-lint to v1.62.2, fix issues (#32845) | silverwind | 2024-12-15 | 2 | -8/+8 |
* | Add `is_archived` option for issue indexer (#32735) | yp05327 | 2024-12-12 | 8 | -11/+55 |
* | Add label/author/assignee filters to the user/org home issue list (#32779) | wxiaoguang | 2024-12-11 | 3 | -9/+9 |
* | Fix markup render regression and fix some tests (#32640) | wxiaoguang | 2024-11-26 | 1 | -2/+0 |
* | Reduce integration test overhead (#32475) | Rowan Bohde | 2024-11-14 | 1 | -7/+4 |
* | Updated tokenizer to better matching when search for code snippets (#32261) | Bruno Sofiato | 2024-11-06 | 5 | -7/+77 |
* | Update go dependencies (#32389) | wxiaoguang | 2024-10-31 | 1 | -6/+2 |
* | Allow code search by filename (#32210) | Bruno Sofiato | 2024-10-11 | 9 | -40/+534 |
* | Fixed race condition when deleting documents by repoId in ElasticSearch (#32185) | Bruno Sofiato | 2024-10-03 | 1 | -1/+27 |
* | Change the code search to sort results by relevance (#32134) | Bruno Sofiato | 2024-09-28 | 2 | -2/+6 |
* | Fix index too many file names bug (#31903) | Lunny Xiao | 2024-09-01 | 1 | -7/+31 |
* | Refactor the usage of batch catfile (#31754) | Lunny Xiao | 2024-08-20 | 2 | -18/+22 |
* | Properly filter issue list given no assignees filter (#31522) | Kemal Zebari | 2024-07-23 | 2 | -1/+12 |
* | Allow searching issues by ID (#31479) | Carsten Klein | 2024-07-17 | 4 | -2/+54 |
* | Fix bug filtering issues which have no project (#31337) | Lunny Xiao | 2024-06-14 | 1 | -1/+6 |
* | Rename project board -> column to make the UI less confusing (#30170) | Lunny Xiao | 2024-05-27 | 9 | -23/+23 |
* | Fix bleve fuzziness (#30799) | wxiaoguang | 2024-05-01 | 3 | -9/+15 |
* | Fix tautological conditions (#30735) | silverwind | 2024-04-30 | 1 | -6/+0 |
* | Resolve lint for unused parameter and unnecessary type arguments (#30750) | Chongyi Zheng | 2024-04-29 | 1 | -8/+4 |
* | 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 |