summaryrefslogtreecommitdiffstats
path: root/models/unit_tests.go
Commit message (Expand)AuthorAgeFilesLines
* Move db related basic functions to models/db (#17075)Lunny Xiao2021-09-191-220/+0
* Rework repository archive (#14723)Lunny Xiao2021-06-231-0/+2
* Add a new table issue_index to store the max issue index so that issue could ...Lunny Xiao2021-06-141-1/+1
* chore(models): rewrite code format. (#14754)Bo-Yi Wu2021-03-141-1/+1
* migrate from com.* to alternatives (#14103)65432020-12-251-4/+3
* Avatars and Repo avatars support storing in minio (#12516)Lunny Xiao2020-10-141-0/+5
* Provide self-registering storage system (#12978)zeripath2020-10-121-2/+0
* Add default storage configurations (#12813)Lunny Xiao2020-09-291-2/+4
* LFS support to be stored on minio (#12518)Lunny Xiao2020-09-081-0/+1
* Add a storage layer for attachments (#11387)Lunny Xiao2020-08-181-0/+6
* Re-attempt to delete temporary upload if the file is locked by another proces...zeripath2020-08-111-20/+8
* upgrade to use testfixtures v3 (#11904)techknowlogick2020-06-171-2/+1
* Upgrade xorm to v1.0.0 (#10646)Lunny Xiao2020-03-221-2/+2
* Fix SQLite concurrency problems by using BEGIN IMMEDIATE (#10368)guillep2k2020-02-271-1/+1
* Move fixture generation to contrib and add test (#10277)guillep2k2020-02-151-4/+8
* Upgrade xorm to v0.8.0 (#8536)Lunny Xiao2019-10-171-1/+1
* Move database settings from models to setting (#7806)Lunny Xiao2019-08-241-1/+1
* Use gitea forked macaron (#7933)Tamal Saha2019-08-231-1/+1
* Move commit repo action from models to repofiles package (#7645)Lunny Xiao2019-07-301-0/+7
* Fix error log when loading issues caused by a xorm bug (#7271)Lunny Xiao2019-06-231-1/+1
* Fixes 4762 - Content API for Creating, Updating, Deleting Files (#6314)Richard Mahn2019-04-171-0/+2
* refactor issue indexer, add some testing and fix a bug (#6131)Lunny Xiao2019-02-211-4/+0
* Refactor issue indexer (#5363)Lunny Xiao2019-02-191-0/+4
* User action heatmap (#5131)kolaente2018-10-231-0/+1
* Fix integer constant overflows in tests (#4616)Dennis Menschel2018-08-061-1/+2
* Use unique temp dirs in unit tests (#3494)Ethan Koenig2018-02-211-8/+25
* Force remove test repo root path in case previous test is still locking it (#...Lauris BH2018-02-181-1/+14
* Add more bench (#3161)Antoine GIRARD2017-12-241-7/+7
* Unit tests for routers/repo/issue_label (#3198)Ethan Koenig2017-12-151-1/+18
* Fix compile failed without gcc (#3130)Lunny Xiao2017-12-101-1/+0
* Unit tests for wiki routers (#3022)Ethan Koenig2017-11-301-5/+32
* Don't print SQL in unit tests (#2995)Ethan Koenig2017-11-271-1/+4
* Complete push webhooks (#2530)David Schneiderbauer2017-09-211-0/+10
* Use created & updated instead BeforeInsert & BeforeUpdate (#2482)Lunny Xiao2017-09-131-0/+1
* Fix counts on issues dashboard (#2215)Ethan Koenig2017-08-031-0/+18
* Fix issue updated_unix bug (#2204)Ethan Koenig2017-07-271-0/+6
* Fix compiling without sqlite and gcc (#2177)Lauris BH2017-07-261-18/+0
* Fix search by issue type (#1914)Ethan Koenig2017-06-151-7/+33
* Run unused testEthan Koenig2017-06-041-6/+0
* Fix and test for delete user (#1713)Ethan Koenig2017-05-201-0/+92