aboutsummaryrefslogtreecommitdiffstats
path: root/models/models.go
Commit message (Expand)AuthorAgeFilesLines
* 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
* Added test environment for mssql (#4282)kolaente2018-12-121-3/+4
* MySQL TLS (#4642)Russell Aunger2018-08-231-6/+9
* Pull request review/approval and comment on code (#3748)Lauris BH2018-08-061-0/+1
* Added dependencies for issues (#2196) (#2531)kolaente2018-07-171-0/+1
* hide issues from org private repos w/o team assignment (#4034)David Schneiderbauer2018-06-211-0/+1
* Change parsing of postgresql settings (#4275)techknowlogick2018-06-201-8/+14
* Add support for FIDO U2F (#3971)Jonas Franz2018-05-191-0/+1
* Multiple assignees (#3705)kolaente2018-05-091-0/+1
* Enhance healthcheck for database connectivity (#3754)Evan Sherwood2018-04-041-1/+4
* Add config option to enable or disable log executed SQL (#3726)Lunny Xiao2018-03-301-1/+1
* Add missing indexer doc in configuration (#3324)Antoine GIRARD2018-01-081-1/+1
* Add reactions to issues/PR and comments (#2856)Lauris BH2017-12-041-0/+1
* Git LFS lock api (#2938)Antoine GIRARD2017-11-281-0/+1
* Set session and indexers' data files rel to AppDataPath (#2192)Guillaume Dube2017-11-031-14/+9
* Code/repo search (#2582)Ethan Koenig2017-10-271-4/+20
* Add branch overiew page (#2108)Bwko2017-10-261-0/+1