| Commit message (Expand) | Author | Age | Files | Lines |
* | Refactor the setting to make unit test easier (#22405) | Lunny Xiao | 2023-02-20 | 1 | -3/+3 |
* | Make issue and code search support camel case (#22829) | sillyguodong | 2023-02-12 | 1 | -2/+3 |
* | Implement FSFE REUSE for golang files (#21840) | flynnnnnnnnnn | 2022-11-27 | 6 | -12/+6 |
* | Add `context.Context` to more methods (#21546) | KN4CK3R | 2022-11-19 | 1 | -9/+9 |
* | Replace all instances of fmt.Errorf(%v) with fmt.Errorf(%w) (#21551) | delvh | 2022-10-24 | 1 | -1/+1 |
* | test: use `T.TempDir` to create temporary test directory (#21043) | Eng Zer Jun | 2022-09-04 | 2 | -19/+3 |
* | Move issues related files into models/issues (#19931) | Lunny Xiao | 2022-06-13 | 2 | -8/+8 |
* | fix: some typos (#19956) | yutotnh | 2022-06-13 | 1 | -1/+1 |
* | Move some repository related code into sub package (#19711) | Lunny Xiao | 2022-06-06 | 1 | -2/+2 |
* | Move almost all functions' parameter db.Engine to context.Context (#19748) | Lunny Xiao | 2022-05-20 | 1 | -1/+1 |
* | Prevent dangling archiver goroutine (#19516) | zeripath | 2022-04-26 | 1 | -1/+1 |
* | User specific repoID or xorm builder conditions for issue search (#19475) | 6543 | 2022-04-25 | 1 | -1/+1 |
* | Use a struct as test options (#19393) | Lunny Xiao | 2022-04-14 | 1 | -1/+3 |
* | Add Goroutine stack inspector to admin/monitor (#19207) | zeripath | 2022-03-31 | 1 | -0/+12 |
* | Automatically pause queue if index service is unavailable (#15066) | Lauris BH | 2022-01-27 | 6 | -41/+199 |
* | Pause queues (#15928) | zeripath | 2022-01-22 | 1 | -2/+3 |
* | format with gofumpt (#18184) | 6543 | 2022-01-20 | 5 | -45/+37 |
* | Enable deprecation error for v1.17.0 (#18341) | Gusted | 2022-01-20 | 2 | -4/+4 |
* | Add missing `X-Total-Count` and fix some related bugs (#17968) | qwerty287 | 2021-12-15 | 1 | -1/+2 |
* | Move repository model into models/repo (#17933) | Lunny Xiao | 2021-12-10 | 2 | -2/+4 |
* | Move user related model into models/user (#17781) | Lunny Xiao | 2021-11-24 | 1 | -1/+1 |
* | A better go code formatter, and now `make fmt` can run in Windows (#17684) | wxiaoguang | 2021-11-17 | 2 | -2/+2 |
* | Decouple unit test code from business code (#17623) | wxiaoguang | 2021-11-12 | 1 | -4/+4 |
* | Move login related structs and functions to models/login (#17093) | Lunny Xiao | 2021-09-24 | 1 | -1/+2 |
* | refactor: move from io/ioutil to io and os package (#17109) | Eng Zer Jun | 2021-09-22 | 2 | -4/+4 |
* | Move db related basic functions to models/db (#17075) | Lunny Xiao | 2021-09-19 | 1 | -4/+4 |
* | Fix data race in bleve indexer (#16474) | Lunny Xiao | 2021-07-18 | 1 | -2/+4 |
* | Multiple Queue improvements: LevelDB Wait on empty, shutdown empty shadow lev... | zeripath | 2021-05-15 | 1 | -2/+2 |
* | Upgrade blevesearch dependency to v2.0.1 (#14346) | Lauris BH | 2021-01-17 | 2 | -9/+9 |
* | Sort issue search results by revelance (#14353) | Lauris BH | 2021-01-16 | 3 | -3/+4 |
* | Refactor Logger (#13294) | zeripath | 2020-10-31 | 1 | -2/+2 |
* | Remove hardcoded ES indexername (#12521) | Wim | 2020-08-18 | 1 | -1/+1 |
* | Re-attempt to delete temporary upload if the file is locked by another proces... | zeripath | 2020-08-11 | 3 | -6/+7 |
* | Log the indexer path on failure (#11172) | zeripath | 2020-04-22 | 1 | -3/+4 |
* | Handle panic in indexer initialisation better (#10534) | zeripath | 2020-02-28 | 1 | -0/+8 |
* | Issue search support elasticsearch (#9428) | Lunny Xiao | 2020-02-13 | 3 | -10/+254 |
* | Stop hanging issue indexer initialisation from preventing shutdown (#10243) | zeripath | 2020-02-12 | 1 | -17/+15 |
* | API add/generalize pagination (#9452) | SpaWn2KiLl | 2020-01-24 | 1 | -2/+1 |
* | Add "Update Branch" button to Pull Requests (#9784) | 6543 | 2020-01-17 | 1 | -2/+2 |
* | Graceful Queues: Issue Indexing and Tasks (#9363) | zeripath | 2020-01-07 | 7 | -411/+133 |
* | Stop various tests from adding to the source tree (#9515) | zeripath | 2019-12-28 | 3 | -6/+47 |
* | Refactor code indexer (#9313) | Lunny Xiao | 2019-12-23 | 2 | -2/+2 |
* | Graceful: Xorm, RepoIndexer, Cron and Others (#9282) | zeripath | 2019-12-15 | 1 | -1/+1 |
* | fix issue indexer not triggered when migrating a repository (#9332) | Lunny Xiao | 2019-12-12 | 1 | -16/+21 |
* | upgrade levelqueue to 0.1.0 (#9192) | Lunny Xiao | 2019-11-28 | 1 | -1/+1 |
* | Add Graceful shutdown for Windows and hooks for shutdown of goroutines (#8964) | zeripath | 2019-11-21 | 1 | -1/+1 |
* | Allow cross-repository dependencies on issues (#7901) | Brad Albright | 2019-10-31 | 5 | -23/+29 |
* | Restore Graceful Restarting & Socket Activation (#7274) | zeripath | 2019-10-15 | 2 | -75/+132 |
* | Use gitea forked macaron (#7933) | Tamal Saha | 2019-08-23 | 2 | -0/+2 |
* | Add golangci (#6418) | kolaente | 2019-06-12 | 4 | -11/+16 |