Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-12-07Merge branch 'mk-add-old-attachments-to-uploads-table' into 'master'Stan Hu
2017-12-05add Gitlab::Database.replication_slots_supported?Brett Walker
2017-12-02Ensure consistent column orderMichael Kozono
2017-12-02Don’t quote `NOW()` for created_at columnMichael Kozono
2017-11-08Add returning IDs to Gitlab::Database.bulk_insertYorick Peterse
2017-10-31Handle large values on `MergeRequestDiffCommit` datesAlejandro Rodríguez
2017-10-06Create idea of read-only databaseToon Claes
2017-08-29Improve migrations using triggersYorick Peterse
2017-08-10Use a specialized class for querying eventsYorick Peterse
2017-06-26Fix Gitlab::Database.bulk_insert for non-UTF-8 dataSean McGivern
2017-06-16Add table for files in merge request diffsSean McGivern
2017-04-11removes redundant code from database.rbTiago Botelho
2017-03-17Added Gitlab::Database.configYorick Peterse
2017-03-02removes redundant code from gitlab database fileTiago Botelho
2017-02-22Allow setting of a custom connection pool hostYorick Peterse
2017-02-14Merge branch 'create-connection-pool' into 'master' Yorick Peterse
2017-02-14Only ensure against yield so that pool should be availableLin Jen-Shin
2017-02-13Have some simple way to create connection poolLin Jen-Shin
2017-02-13Don't connect in Gitlab::Database.adapter_nameYorick Peterse
2017-02-07Improve performance of finding last deployed environmentDouwe Maan
2016-11-25Refresh project authorizations using a Redis leaseYorick Peterse
2016-11-18Precalculate user's authorized projects in databaseAhmad Sherif
2016-07-19Fix methods visibility in gitlab database moduleGrzegorz Bizon
2016-06-18Fix RangeError exceptions when referring to issues or merge requests outside ...Stan Hu
2016-06-15Random selection now also works for MySQLZ.J. van de Weg
2016-06-06Improve Issuable.order_labels_priorityRémy Coutable
2016-05-11Enable Rubocop Casecmp Performance Cop.Connor Shea
2016-02-15Fix undefined method `postgresql?` during migrationRobert Speicher
2016-02-03Display database type and version in Administration dashboardRobert Speicher
2015-12-10Migrate CI WebHooks and Emails to new tablesKamil Trzcinski
2015-10-22Fix Gitlab::Database#mysql?Douwe Maan
2015-10-08Added methods for detecting MySQL/PostgreSQLYorick Peterse