summaryrefslogtreecommitdiff
path: root/lib/gitlab/database.rb
Commit message (Expand)AuthorAgeFilesLines
* removes redundant code from database.rb29056-backport-ee-cleanup-database-fileTiago Botelho2017-04-111-4/+4
* Added Gitlab::Database.configYorick Peterse2017-03-171-1/+5
* removes redundant code from gitlab database filegitlab-database-fixTiago Botelho2017-03-021-3/+3
* Allow setting of a custom connection pool hostYorick Peterse2017-02-221-1/+6
* Merge branch 'create-connection-pool' into 'master' Yorick Peterse2017-02-141-0/+25
|\
| * Only ensure against yield so that pool should be availablecreate-connection-poolLin Jen-Shin2017-02-141-4/+5
| * Have some simple way to create connection poolLin Jen-Shin2017-02-141-0/+24
* | Don't connect in Gitlab::Database.adapter_namefix-ar-connection-leaksYorick Peterse2017-02-131-1/+1
|/
* Improve performance of finding last deployed environmentDouwe Maan2017-02-061-0/+14
* Refresh project authorizations using a Redis leaserefresh-authorizations-with-leaseYorick Peterse2016-11-251-7/+0
* Precalculate user's authorized projects in databaseAhmad Sherif2016-11-181-0/+7
* Fix methods visibility in gitlab database moduleGrzegorz Bizon2016-07-191-2/+4
* Fix RangeError exceptions when referring to issues or merge requests outside ...Stan Hu2016-06-181-0/+5
* Random selection now also works for MySQLseed-fu-award-emojiZ.J. van de Weg2016-06-151-0/+4
* Improve Issuable.order_labels_priorityRémy Coutable2016-06-061-0/+14
* Enable Rubocop Casecmp Performance Cop.Connor Shea2016-05-101-2/+2
* Fix undefined method `postgresql?` during migrationrs-gitlab-database-moduleRobert Speicher2016-02-151-6/+2
* Display database type and version in Administration dashboardrs-database-infoRobert Speicher2016-02-021-6/+32
* Migrate CI WebHooks and Emails to new tablesKamil Trzcinski2015-12-101-0/+18
* Fix Gitlab::Database#mysql?Douwe Maan2015-10-221-1/+1
* Added methods for detecting MySQL/PostgreSQLYorick Peterse2015-10-071-0/+11