| Commit message (Expand) | Author | Age | Files | Lines |
* | Refactor legacy git init (#20376) | wxiaoguang | 2022-08-09 | 1 | -2/+1 |
* | Remove legacy git code (ver < 2.0), fine tune markup tests (#19930) | wxiaoguang | 2022-06-16 | 1 | -1/+1 |
* | Fix data-race problems in git module (quick patch) (#19934) | wxiaoguang | 2022-06-11 | 1 | -1/+1 |
* | Refactor git module, make Gitea use internal git config (#19732) | wxiaoguang | 2022-06-10 | 1 | -0/+1 |
* | Allow postgres integration tests to run over unix pipe (#19875) | zeripath | 2022-06-03 | 1 | -7/+25 |
* | Remove legacy `unknwon/com` package (#19298) | wxiaoguang | 2022-04-02 | 1 | -1/+2 |
* | format with gofumpt (#18184) | 6543 | 2022-01-20 | 1 | -5/+4 |
* | Prevent hang in git cat-file if repository is not a valid repository and othe... | zeripath | 2021-12-16 | 1 | -0/+19 |
* | Improve install code to avoid low-level mistakes. (#17779) | wxiaoguang | 2021-12-01 | 1 | -1/+1 |
* | Rename db Engines related functions (#17481) | Lunny Xiao | 2021-10-30 | 1 | -3/+3 |
* | refactor: move from io/ioutil to io and os package (#17109) | Eng Zer Jun | 2021-09-22 | 1 | -2/+2 |
* | Move db related basic functions to models/db (#17075) | Lunny Xiao | 2021-09-19 | 1 | -5/+5 |
* | Let package git depend on setting but not opposite (#15241) | Lunny Xiao | 2021-06-26 | 1 | -1/+2 |
* | migrate from com.* to alternatives (#14103) | 6543 | 2020-12-25 | 1 | -2/+1 |
* | Fix pgsql migration test (#12844) | Lunny Xiao | 2020-09-18 | 1 | -0/+3 |
* | Don't keep running SetEngine in migration_test (#12860) | zeripath | 2020-09-15 | 1 | -9/+1 |
* | Add command to recreate tables (#12407) | zeripath | 2020-09-06 | 1 | -0/+24 |
* | Re-attempt to delete temporary upload if the file is locked by another proces... | zeripath | 2020-08-11 | 1 | -2/+3 |
* | Cache PullRequest Divergence (#10914) | 6543 | 2020-04-14 | 1 | -0/+7 |
* | Fix SQLite concurrency problems by using BEGIN IMMEDIATE (#10368) | guillep2k | 2020-02-27 | 1 | -1/+1 |
* | Remove migration support from versions earlier than 1.6.0 (#10026) | guillep2k | 2020-01-31 | 5 | -0/+0 |
* | Remove statements not supported by SQLExpress from migration te… (#9929) | guillep2k | 2020-01-22 | 3 | -0/+0 |
* | Add support for database schema in PostgreSQL (#8819) | guillep2k | 2020-01-20 | 4 | -0/+26 |
* | Graceful: Xorm, RepoIndexer, Cron and Others (#9282) | zeripath | 2019-12-15 | 1 | -1/+2 |
* | Fix "data race" in testlogger (#9159) | zeripath | 2019-11-26 | 1 | -4/+5 |
* | Upgrade xorm to v0.8.0 (#8536) | Lunny Xiao | 2019-10-17 | 1 | -1/+1 |
* | Move database settings from models to setting (#7806) | Lunny Xiao | 2019-08-24 | 1 | -24/+24 |
* | Convert files to utf-8 for indexing (#7814) | guillep2k | 2019-08-15 | 1 | -1/+2 |
* | Fix dropTableColumns sqlite implementation (#7710) | zeripath | 2019-08-05 | 1 | -0/+0 |
* | Update to latest mssqldriver (#7613) | zeripath | 2019-07-26 | 1 | -1/+9 |
* | Add golangci (#6418) | kolaente | 2019-06-12 | 1 | -15/+0 |
* | Add mssql migration tests (#6852) | zeripath | 2019-05-06 | 4 | -7/+7 |
* | Fixes 4762 - Content API for Creating, Updating, Deleting Files (#6314) | Richard Mahn | 2019-04-17 | 1 | -1/+2 |
* | Quieter Integration Tests (#6513) | zeripath | 2019-04-07 | 1 | -11/+17 |
* | Add migration test (#5773) | zeripath | 2019-01-28 | 10 | -0/+245 |