aboutsummaryrefslogtreecommitdiffstats
path: root/models/models.go
Commit message (Expand)AuthorAgeFilesLines
* Move db related basic functions to models/db (#17075)Lunny Xiao2021-09-191-408/+0
* Add API Token Cache (#16547)zeripath2021-08-171-0/+10
* Upgrade xorm to v1.2.2 (#16663)Lunny Xiao2021-08-131-1/+1
* Separate open and closed issue in metrics (#16637)Romain2021-08-071-2/+20
* Add tag protection (#15629)KN4CK3R2021-06-251-0/+1
* Rework repository archive (#14723)Lunny Xiao2021-06-231-0/+1
* Add push to remote mirror repository (#15157)KN4CK3R2021-06-141-0/+1
* Add a new table issue_index to store the max issue index so that issue could ...Lunny Xiao2021-06-141-2/+7
* Fix setting version table in dump (#15753)zeripath2021-05-071-1/+1
* Create Proper Migration Tests (#15116)zeripath2021-03-241-3/+4
* chore(models): rewrite code format. (#14754)Bo-Yi Wu2021-03-141-1/+1
* Repository transfer has to be confirmed, if user can not create repo for new ...65432021-03-011-0/+1
* Create DB session provider(based on xorm) (#13031)zeripath2021-02-151-0/+1
* Redirect on changed user and org name (#11649)Andrew Bezold2021-01-241-0/+1
* Use IsProd instead of testing if it's equal. (#14336)Lunny Xiao2021-01-141-2/+2
* Ensure that schema search path is set with every connection on postgres (#14131)zeripath2021-01-021-11/+10
* Add postgres schema to the search_path on database connection (#12634)zeripath2020-09-111-0/+10
* gitea dump: include version & Check InstallLock (#12760)65432020-09-071-0/+11
* Add command to recreate tables (#12407)zeripath2020-09-061-0/+32
* Kanban board (#8346)Lanre Adelowo2020-08-161-0/+4
* Support use nvarchar for all varchar columns when using mssql (#12269)Lunny Xiao2020-07-211-0/+2
* models: fix xorm variable clobber (#12231)Lars Lehtonen2020-07-131-1/+1
* Doctor check & fix db consistency (#11111)65432020-05-291-0/+4
* Fix typo of MSSQL (#10850)Success Go2020-03-271-1/+1
* make avatar lookup occur at image request (#10540)zeripath2020-03-271-0/+1
* Set MySQL rowtype to dynamic for new tables (#10833)Lauris BH2020-03-271-0/+3
* Upgrade xorm to v1.0.0 (#10646)Lunny Xiao2020-03-221-12/+16
* Divide GetIssueStats query in smaller chunks (#10176)guillep2k2020-02-151-0/+6
* Language statistics bar for repositories (#8037)Lauris BH2020-02-111-0/+1
* API add/generalize pagination (#9452)SpaWn2KiLl2020-01-241-0/+2
* Add support for database schema in PostgreSQL (#8819)guillep2k2020-01-201-1/+6
* Graceful: Xorm, RepoIndexer, Cron and Others (#9282)zeripath2019-12-151-1/+4
* Move code indexer related code to a new package (#9191)Lunny Xiao2019-12-081-0/+25
* Expose db.SetMaxOpenConns and allow non MySQL dbs to set conn pool params (#8...zeripath2019-10-211-5/+3
* Upgrade xorm to v0.8.0 (#8536)Lunny Xiao2019-10-171-1/+1
* Move migrating repository from frontend to backend (#6200)Lunny Xiao2019-10-131-0/+1
* Move git diff codes from models to services/gitdiff (#7889)Lunny Xiao2019-09-051-0/+5
* Move database settings from models to setting (#7806)Lunny Xiao2019-08-241-137/+11
* Add SQL execution on log and indexes on table repository and comment (#7740)Lunny Xiao2019-08-051-0/+2
* Detect migrating batch size (#7353)Lunny Xiao2019-07-061-0/+6
* Fix error log when loading issues caused by a xorm bug (#7271)Lunny Xiao2019-06-231-1/+1
* Add golangci (#6418)kolaente2019-06-121-4/+5
* fix possbile mysql invalid connnection error (#7051)Lunny Xiao2019-05-261-0/+6
* Add support of utf8mb4 for mysql (#6992)Lunny Xiao2019-05-241-4/+5
* Move xorm logger bridge from log to models so that log module could be a stan...Lunny Xiao2019-05-141-3/+2
* add .gpg url (match github behaviour) (#6610)Antoine GIRARD2019-04-141-0/+1
* fix dump table name error and add some test for dump database (#6394)Lunny Xiao2019-03-201-3/+6
* Integrate OAuth2 Provider (#5378)Jonas Franz2019-03-081-0/+3
* Change sqlite DB path default to data directory (#6198)John Olheiser2019-02-271-1/+2
* Refactor issue indexer (#5363)Lunny Xiao2019-02-191-14/+0