| Commit message (Expand) | Author | Age | Files | Lines |
* | Make issue and code search support camel case (#22829) | sillyguodong | 2023-02-12 | 1 | -2/+3 |
* | refactor some functions to support ctx as first parameter (#21878) | Lunny Xiao | 2022-12-03 | 1 | -1/+1 |
* | Implement FSFE REUSE for golang files (#21840) | flynnnnnnnnnn | 2022-11-27 | 9 | -18/+9 |
* | Show syntax lexer name in file view/blame (#21814) | silverwind | 2022-11-19 | 1 | -1/+4 |
* | Replace all instances of fmt.Errorf(%v) with fmt.Errorf(%w) (#21551) | delvh | 2022-10-24 | 2 | -2/+2 |
* | Refactor git command arguments and make all arguments to be safe to be used (... | wxiaoguang | 2022-10-23 | 3 | -7/+7 |
* | test: use `T.TempDir` to create temporary test directory (#21043) | Eng Zer Jun | 2022-09-04 | 1 | -9/+1 |
* | Fix `dump-repo` git init, fix wrong error type for NullDownloader (#20182) | wxiaoguang | 2022-07-01 | 1 | -1/+1 |
* | Add more linters to improve code readability (#19989) | Wim | 2022-06-20 | 2 | -2/+2 |
* | Move almost all functions' parameter db.Engine to context.Context (#19748) | Lunny Xiao | 2022-05-20 | 2 | -2/+2 |
* | Prevent dangling archiver goroutine (#19516) | zeripath | 2022-04-26 | 1 | -1/+1 |
* | Use a struct as test options (#19393) | Lunny Xiao | 2022-04-14 | 1 | -1/+3 |
* | Remove `git.Command.Run` and `git.Command.RunInDir*` (#19280) | wxiaoguang | 2022-04-01 | 3 | -19/+22 |
* | Add Goroutine stack inspector to admin/monitor (#19207) | zeripath | 2022-03-31 | 1 | -1/+6 |
* | Lock gofumpt to v0.3.0 and run it (#18866) | silverwind | 2022-02-23 | 1 | -1/+2 |
* | Delete old git.NewCommand() and use it as git.NewCommandContext() (#18552) | 6543 | 2022-02-06 | 3 | -6/+6 |
* | Automatically pause queue if index service is unavailable (#15066) | Lauris BH | 2022-01-27 | 6 | -33/+180 |
* | Pause queues (#15928) | zeripath | 2022-01-22 | 1 | -2/+3 |
* | format with gofumpt (#18184) | 6543 | 2022-01-20 | 6 | -60/+51 |
* | Propagate context and ensure git commands run in request context (#17868) | zeripath | 2022-01-19 | 6 | -31/+35 |
* | Upgrade bleve from v2.0.6 to v2.3.0 (#18132) | Lunny Xiao | 2022-01-01 | 1 | -1/+1 |
* | Prevent hang in git cat-file if repository is not a valid repository and othe... | zeripath | 2021-12-16 | 2 | -0/+11 |
* | 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 | 6 | -23/+24 |
* | Make Requests Processes and create process hierarchy. Associate OpenRepositor... | zeripath | 2021-11-30 | 2 | -2/+2 |
* | Add .gitattribute assisted language detection to blame, diff and render (#17590) | zeripath | 2021-11-17 | 1 | -1/+1 |
* | Fix nil checking on typed interface (#17598) | Gusted | 2021-11-15 | 3 | -7/+8 |
* | Decouple unit test code from business code (#17623) | wxiaoguang | 2021-11-12 | 3 | -6/+8 |
* | Make Repo Code Indexer an Unique Queue (#17515) | zeripath | 2021-11-02 | 1 | -23/+11 |
* | refactor: move from io/ioutil to io and os package (#17109) | Eng Zer Jun | 2021-09-22 | 3 | -6/+4 |
* | Move db related basic functions to models/db (#17075) | Lunny Xiao | 2021-09-19 | 4 | -11/+10 |
* | Add an abstract json layout to make it's easier to change json library (#16528) | Lunny Xiao | 2021-07-24 | 1 | -2/+1 |
* | Fix data race in bleve indexer (#16474) | Lunny Xiao | 2021-07-18 | 1 | -4/+6 |
* | Fix various documentation, user-facing, and source comment typos (#16367) | luzpaz | 2021-07-08 | 1 | -3/+3 |
* | Use git log name-status in get last commit (#16059) | zeripath | 2021-06-21 | 2 | -0/+6 |
* | Fixed assert statements. (#16089) | KN4CK3R | 2021-06-07 | 1 | -1/+1 |
* | Add Image Diff for SVG files (#14867) | KN4CK3R | 2021-06-05 | 2 | -4/+4 |
* | Multiple Queue improvements: LevelDB Wait on empty, shutdown empty shadow lev... | zeripath | 2021-05-15 | 1 | -1/+7 |
* | On open repository open common cat file batch and batch-check (#15667) | zeripath | 2021-05-10 | 2 | -2/+2 |
* | Speed up `enry.IsVendor` (#15213) | zeripath | 2021-04-01 | 2 | -2/+2 |
* | Move Bleve and Elastic code indexers to use a common cat-file --batch (#14781) | zeripath | 2021-03-03 | 2 | -16/+52 |
* | Migrate to use jsoniter instead of encoding/json (#14841) | zeripath | 2021-03-01 | 1 | -1/+2 |
* | Reduce calls to git cat-file -s (#14682) | zeripath | 2021-02-17 | 3 | -16/+32 |
* | [Feature] add precise search type for Elastic Search (#12869) | Jui-Nan Lin | 2021-01-27 | 6 | -15/+35 |
* | Upgrade blevesearch dependency to v2.0.1 (#14346) | Lauris BH | 2021-01-17 | 1 | -9/+9 |
* | Refactor Logger (#13294) | zeripath | 2020-10-31 | 1 | -1/+1 |
* | fix: use Base36 for all code indexers (#12830) | Jui-Nan Lin | 2020-09-14 | 2 | -6/+5 |
* | Fix bug on elastic search (#12811) | Lunny Xiao | 2020-09-12 | 2 | -15/+42 |
* | Add queue for code indexer (#10332) | Lunny Xiao | 2020-09-07 | 3 | -159/+158 |
* | Support elastic search for code search (#10273) | Lunny Xiao | 2020-08-30 | 8 | -157/+658 |