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
2019-12-10Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-10-11Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-09-18Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-09-13Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-08-30Merge branch 'master' of dev.gitlab.org:gitlab/gitlabhqRobert Speicher
2019-08-23CE port: allow SRV records in DB service discoveryTiger
2019-08-22Limit the size of issuable description and commentsAlexandru Croitor
2019-07-29Further remove code branches by database typeAndreas Brandl
2019-07-23Remove dead MySQL codeNick Thomas
2019-07-12Merge branch 'js-specs-transactions' into 'master'Andreas Brandl
2019-07-12Use transactions in JS feature specsHeinrich Lee Yu
2019-07-12Upgrade to Rails 5.2Heinrich Lee Yu
2019-07-10Add a rubocop for Rails.loggerMayra Cabrera
2019-06-28Fix extra newline left by conflict resolutionDJ Mountney
2019-06-28Merge branch 'master' into 'check-min-schema-migrate'DJ Mountney
2019-06-28Adds metrics to measure database transactionsAndrew Newdigate
2019-06-25Update comments and docs around min schema versionDJ Mountney
2019-06-25Move min schema version check to db:migrateDJ Mountney
2019-06-25Check supported version when migratingDJ Mountney
2019-06-25Refactor inside_transaction? to Gitlab::DatabaseAndrew Newdigate
2019-03-22Add helper method to return a human-friendly name for database adapterDouglas Barbosa Alexandre
2019-03-14Rename pg_stat_wal_receiver_supported? DB helperAsh McKenzie
2018-12-16Remove rails4 specific codeJasper Maes
2018-11-26CE port of 'Move EE specific code from Gitbab::Database into ee'Douglas Barbosa Alexandre
2018-10-22Enable frozen string for lib/gitlab/*.rbgfyoung
2018-09-12Ensure the schema is loaded with post_migrations includedDJ Mountney
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-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