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
2018-12-16Remove rails4 specific codeJasper Maes
2018-12-14Remove rails 4 support in CI, Gemfiles, bin/ and config/Jasper Maes
2018-11-26CE port of 'Move EE specific code from Gitbab::Database into ee'Douglas Barbosa Alexandre
2018-07-24Backport various EE changes to Gitlab::DatabaseYorick Peterse
2018-07-06Ability to check if underlying database is read onlyBrett Walker
2018-06-14Use data_source_exists? instead of table_exists?Jarka Kadlecová
2018-05-17Memoize Gitlab::Database.versionYorick Peterse
2018-03-15Cache table_exists?('application_settings') to reduce repeated schema reloadsStan Hu
2018-03-15Cache column_exists? for application settingsStan Hu
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-02Add tests for disable_quote optionMichael Kozono
2017-11-08Add returning IDs to Gitlab::Database.bulk_insertYorick Peterse
2017-10-31Handle large values on `MergeRequestDiffCommit` datesAlejandro Rodríguez
2017-08-10Use a specialized class for querying eventsYorick Peterse
2017-07-27Remove superfluous lib: true, type: redis, service: true, models: true, servi...Rémy Coutable
2017-06-26Fix Gitlab::Database.bulk_insert for non-UTF-8 dataSean McGivern
2017-06-21Enable Style/DotPosition Rubocop :cop:Grzegorz Bizon
2017-06-16Add table for files in merge request diffsSean McGivern
2017-06-14Correct RSpec/SingleLineHook cop offensesRobert Speicher
2017-04-11removes redundant code from database.rbTiago Botelho
2017-03-17Added Gitlab::Database.configYorick Peterse
2017-02-22Allow setting of a custom connection pool hostYorick Peterse
2017-02-14Merge branch 'create-connection-pool' into 'master' Yorick Peterse
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-06-06Improve Issuable.order_labels_priorityRémy Coutable
2016-02-15Fix undefined method `postgresql?` during migrationRobert Speicher
2016-02-03Display database type and version in Administration dashboardRobert Speicher
2015-12-09Tag lib specsDouwe Maan
2015-10-08Added methods for detecting MySQL/PostgreSQLYorick Peterse