summaryrefslogtreecommitdiffstats
path: root/integrations/sqlite.ini.tmpl
Commit message (Collapse)AuthorAgeFilesLines
* Unify integration test configs. (#15650)KN4CK3R2021-05-011-7/+9
|
* Update docs and comments to remove macaron (#14491)Lunny Xiao2021-01-291-2/+0
|
* Manually approve new registration (#13083)Jiri Vlasak2020-12-191-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | * Add register manual confirm settings option The new settings option is used when manually approving new registrations. * Enable manual confirmation of new registered user When manual registration confirmation is desired (by default `false`) create new user in the database that is *not active*. The user must then be activated manually. This change speeds up the process of adding new confirmed users for Gitea instances without external auth mechanism. (Currently the option is to manually create new user by admin.) * Update docs/content/doc/advanced/config-cheat-sheet.zh-cn.md Co-authored-by: a1012112796 <1012112796@qq.com> Co-authored-by: 6543 <6543@obermui.de> Co-authored-by: a1012112796 <1012112796@qq.com> Co-authored-by: Lunny Xiao <xiaolunwen@gmail.com>
* Disable Git Hooks by default (#13064)techknowlogick2020-10-071-0/+1
| | | | | | | * Disable Git Hooks by default Related #13058 * pass tests
* Move all push update operations to a queue (#10133)Lunny Xiao2020-09-111-0/+3
| | | | | | | | | | | | | | | | | | | | * Fix test * Add no queue for test only * improve code * Auto watch whatever branch operation * Fix lint * Rename noqueue to immediate * Remove old PushUpdate function * Fix tests Co-authored-by: zeripath <art27@cantab.net> Co-authored-by: techknowlogick <techknowlogick@gitea.io>
* Add queue for code indexer (#10332)Lunny Xiao2020-09-071-0/+3
| | | | | | | | | | | | | | | | | | | | | * Add queue for code indexer * Fix lint * Fix test * Fix lint * Fix bug * Fix bug * Fix lint * Add noqueue * Fix tests * Rename noqueue to immediate
* Don't put integration test data outside of test folder (#11746)mrsdizzie2020-06-031-3/+10
| | | | | | Some integration test data is being put outside of the integration test folders which means it isn't deleted properly with make clean. Update config so it works as expected. Co-authored-by: John Olheiser <john.olheiser@gmail.com> Co-authored-by: techknowlogick <techknowlogick@gitea.io>
* Use /tmp for test repositories (#11126)guillep2k2020-04-191-0/+82
* Add option to use /tmp for test repositories * Fix exit status * Add feedback about using tmp repos Co-authored-by: Guillermo Prandi <guillep2k@users.noreply.github.com> Co-authored-by: Lunny Xiao <xiaolunwen@gmail.com>