summaryrefslogtreecommitdiffstats
path: root/modules/indexer/issues
Commit message (Expand)AuthorAgeFilesLines
* Make meilisearch do exact search for issues (#29740 & #29671) (#29846)65432024-03-162-1/+29
* Fix sort bug on repository issues list (#28897) (#28901)Giteabot2024-01-231-2/+2
* Meilisearch: require all query terms to be matched (#28293) (#28296)Giteabot2023-11-291-4/+5
* Improve retrying index issues (#27554) (#27634)Giteabot2023-10-162-30/+41
* Fix review request number and add more tests (#27104) (#27168)Giteabot2023-09-211-6/+21
* Next round of `db.DefaultContext` refactor (#27089)JakobDev2023-09-161-1/+1
* Add tests for db indexer in indexer_test.go (#27087)Nanguan Lin2023-09-161-131/+324
* Remove the useless function `GetUserIssueStats` and move relevant tests to `i...Nanguan Lin2023-09-141-1/+82
* move repository deletion to service layer (#26948)Lunny Xiao2023-09-081-0/+2
* Replace `util.SliceXxx` with `slices.Xxx` (#26958)CaiCandong2023-09-071-4/+5
* Fix counting and filtering on the dashboard page for issues (#26657)Jason Song2023-08-232-3/+51
* Support rebuilding issue indexer manually (#26546)Jason Song2023-08-171-7/+15
* Explain SearchOptions and fix ToSearchOptions (#26542)Jason Song2023-08-163-22/+35
* Fix project filter bugs (#26490)CaiCandong2023-08-151-0/+4
* Refactor and enhance issue indexer to support both searching, filtering and p...Jason Song2023-07-3115-338/+2080
* Add open/closed field support for issue index (#25708)techknowlogick2023-07-079-30/+45
* Replace `interface{}` with `any` (#25686)silverwind2023-07-043-6/+6
* Fix issues indexer document mapping (#25619)Jason Song2023-07-041-20/+12
* Refactor indexer (#25174)Jason Song2023-06-2312-788/+494
* Improve queue and logger context (#24924)wxiaoguang2023-05-261-39/+32
* Rewrite logger system (#24726)wxiaoguang2023-05-211-17/+4
* Some refactors for issues stats (#24793)Lunny Xiao2023-05-191-1/+1
* Remove unnecessary code (#24610)Lunny Xiao2023-05-101-1/+1
* Rewrite queue (#24505)wxiaoguang2023-05-085-95/+30
* Refactor config provider (#24245)Lunny Xiao2023-04-251-2/+1
* Fix meilisearch not working when searching across multiple repositories (#24109)Brecht Van Lommel2023-04-141-2/+4
* Add meilisearch support (#23136)techknowlogick2023-03-282-1/+199
* Refactor the setting to make unit test easier (#22405)Lunny Xiao2023-02-201-3/+3
* Make issue and code search support camel case (#22829)sillyguodong2023-02-121-2/+3
* Implement FSFE REUSE for golang files (#21840)flynnnnnnnnnn2022-11-276-12/+6
* Add `context.Context` to more methods (#21546)KN4CK3R2022-11-191-9/+9
* Replace all instances of fmt.Errorf(%v) with fmt.Errorf(%w) (#21551)delvh2022-10-241-1/+1
* test: use `T.TempDir` to create temporary test directory (#21043)Eng Zer Jun2022-09-042-19/+3
* Move issues related files into models/issues (#19931)Lunny Xiao2022-06-132-8/+8
* fix: some typos (#19956)yutotnh2022-06-131-1/+1
* Move some repository related code into sub package (#19711)Lunny Xiao2022-06-061-2/+2
* Move almost all functions' parameter db.Engine to context.Context (#19748)Lunny Xiao2022-05-201-1/+1
* Prevent dangling archiver goroutine (#19516)zeripath2022-04-261-1/+1
* User specific repoID or xorm builder conditions for issue search (#19475)65432022-04-251-1/+1
* Use a struct as test options (#19393)Lunny Xiao2022-04-141-1/+3
* Add Goroutine stack inspector to admin/monitor (#19207)zeripath2022-03-311-0/+12
* Automatically pause queue if index service is unavailable (#15066)Lauris BH2022-01-276-41/+199
* Pause queues (#15928)zeripath2022-01-221-2/+3
* format with gofumpt (#18184)65432022-01-205-45/+37
* Enable deprecation error for v1.17.0 (#18341)Gusted2022-01-202-4/+4
* Add missing `X-Total-Count` and fix some related bugs (#17968)qwerty2872021-12-151-1/+2
* Move repository model into models/repo (#17933)Lunny Xiao2021-12-102-2/+4
* Move user related model into models/user (#17781)Lunny Xiao2021-11-241-1/+1
* A better go code formatter, and now `make fmt` can run in Windows (#17684)wxiaoguang2021-11-172-2/+2
* Decouple unit test code from business code (#17623)wxiaoguang2021-11-121-4/+4