summaryrefslogtreecommitdiff
path: root/spec/lib/gitlab/database_spec.rb
Commit message (Expand)AuthorAgeFilesLines
* Add helper method to return a human-friendly name for database adapterDouglas Barbosa Alexandre2019-03-211-0/+14
* Rename pg_stat_wal_receiver_supported? DB helperAsh McKenzie2019-03-141-0/+38
* Remove rails4 specific codeJasper Maes2018-12-161-7/+2
* Remove rails 4 support in CI, Gemfiles, bin/ and config/Jasper Maes2018-12-141-4/+2
* CE port of 'Move EE specific code from Gitbab::Database into ee'Douglas Barbosa Alexandre2018-11-261-1/+21
* Backport various EE changes to Gitlab::Databasebackport-gitlab-databaseYorick Peterse2018-07-241-0/+86
* Ability to check if underlying database is read onlyBrett Walker2018-07-061-0/+29
* Use data_source_exists? instead of table_exists?rails5-databaseJarka Kadlecová2018-06-141-2/+7
* Memoize Gitlab::Database.versionmemoize-database-versionYorick Peterse2018-05-171-0/+14
* Cache table_exists?('application_settings') to reduce repeated schema reloadssh-cache-table-existsStan Hu2018-03-151-0/+12
* Cache column_exists? for application settingssh-cache-column-existsStan Hu2018-03-151-0/+11
* Merge branch 'mk-add-old-attachments-to-uploads-table' into 'master'Stan Hu2017-12-071-0/+16
|\
| * Add tests for disable_quote optionMichael Kozono2017-12-011-0/+16
* | add Gitlab::Database.replication_slots_supported?Brett Walker2017-12-051-0/+22
|/
* Add returning IDs to Gitlab::Database.bulk_insertYorick Peterse2017-11-071-0/+20
* Handle large values on `MergeRequestDiffCommit` dates39561-seed_fu-fails-to-load-gitlab-testAlejandro Rodríguez2017-10-301-0/+22
* Use a specialized class for querying eventsYorick Peterse2017-08-101-0/+22
* Remove superfluous lib: true, type: redis, service: true, models: true, servi...Rémy Coutable2017-07-271-1/+1
* Fix Gitlab::Database.bulk_insert for non-UTF-8 data34324-gitlab-db-seed-is-brokenSean McGivern2017-06-261-0/+4
* Enable Style/DotPosition Rubocop :cop:Grzegorz Bizon2017-06-211-4/+4
* Add table for files in merge request diffsSean McGivern2017-06-161-0/+49
* Correct RSpec/SingleLineHook cop offensesRobert Speicher2017-06-141-4/+12
* removes redundant code from database.rb29056-backport-ee-cleanup-database-fileTiago Botelho2017-04-111-4/+4
* Added Gitlab::Database.configYorick Peterse2017-03-171-4/+10
* Allow setting of a custom connection pool hostYorick Peterse2017-02-221-3/+18
* Merge branch 'create-connection-pool' into 'master' Yorick Peterse2017-02-141-0/+48
|\
| * Have some simple way to create connection poolLin Jen-Shin2017-02-141-0/+48
* | Don't connect in Gitlab::Database.adapter_namefix-ar-connection-leaksYorick Peterse2017-02-131-0/+6
|/
* Improve performance of finding last deployed environmentDouwe Maan2017-02-061-0/+16
* Improve Issuable.order_labels_priorityRémy Coutable2016-06-061-0/+16
* Fix undefined method `postgresql?` during migrationrs-gitlab-database-moduleRobert Speicher2016-02-151-0/+32
* Display database type and version in Administration dashboardrs-database-infoRobert Speicher2016-02-021-0/+20
* Tag lib specsDouwe Maan2015-12-091-1/+1
* Added methods for detecting MySQL/PostgreSQLYorick Peterse2015-10-071-0/+17