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-14Remove rails 4 support in CI, Gemfiles, bin/ and config/Jasper Maes
2018-12-06Use approximate counts for big tablesJan Provaznik
2018-12-03Move strategies in their own filesAndreas Brandl
2018-12-03Limit some specs to PostgreSQL only.Andreas Brandl
2018-12-03Fix rubocop offenses.Andreas Brandl
2018-12-03Add feature flag for tablesample counting.Andreas Brandl
2018-12-03Implement TablesampleCountStrategy.Andreas Brandl
2018-12-03Finish refactoring specs.Andreas Brandl
2018-12-03Move things to their right scope in specs.Andreas Brandl
2018-12-03More specs for fallback testing.Andreas Brandl
2018-12-03Refactor specs to separate concerns.Andreas Brandl
2018-12-03Flexible approximate counts with fallback strategies.Andreas Brandl
2018-12-03Simplify to use models instead of tables.Andreas Brandl
2018-12-03Add ExactCountStrategy.Andreas Brandl
2018-12-03Extract ReltuplesCountStrategy.Andreas Brandl
2018-11-21Eliminate duplicated wordsTakuya Noguchi
2018-11-14Address specs failing in rails 4Jan Provaznik
2018-11-01Fix typos in comments and specsGeorge Tsiolis
2018-09-20Add Gitlab::Database::Subquery.self_join to delete_all with limitToon Claes
2018-08-11disable_statement_timeout doesn't require any argument anymoreGabriel Mazetto
2018-08-10Fix migration_helpers_specGabriel Mazetto
2018-08-10MigrationHelper `disable_statement_timeout` accepts `transaction: false`Gabriel Mazetto
2018-07-09Updates from `rubocop -a`Lin Jen-Shin
2018-06-26Add a helper to rename a column using a background migrationSean McGivern
2018-05-26Fix fast admin counters not working when PostgreSQL has secondariesStan Hu
2018-05-16Fix Error 500 viewing admin page due to statement timeoutsStan Hu
2018-04-06[Rails5] Update `type_cast_*_database` methodsblackst0ne
2018-03-28New migration helper for finding custom indexesBob Van Landuyt
2018-03-20Shortcut concurrent foreign key creation if already exists.Andreas Brandl
2018-03-20Shortcut concurrent index creation/removal if no effect.Andreas Brandl
2018-03-01Adapt cycle analytics spec helper and cycle analytics usage data specTiago Botelho
2018-02-28Refactors median code to work with both single and multiple projectsTiago Botelho
2018-02-07Use hashed storage in the specsNick Thomas
2018-01-24Use the DatabaseCleaner 'deletion' strategy instead of 'truncation'Nick Thomas
2018-01-18Reduce UPDATEs for background column type changesYorick Peterse
2018-01-05Run background migrations with a minimum intervalYorick Peterse
2018-01-03Use a background migration for issues.closed_atYorick Peterse
2017-12-05Consistently schedule Sidekiq jobsDouwe Maan
2017-11-20Don't move project repository/attachments when using hashed storageBob Van Landuyt
2017-11-07Fix TRIGGER checks for MySQLYorick Peterse
2017-10-07Replaces `tag: true` into `:tag` in the specsJacopo
2017-09-15Spread out the work a littleMichael Kozono
2017-09-15Extract helper for queuing background jobsMichael Kozono
2017-08-29Improve migrations using triggersYorick Peterse
2017-08-22Fix indentation in migration helpersGrzegorz Bizon
2017-08-22Add Sidekiq migration helpers for migrating queuesGrzegorz Bizon
2017-08-03Change all `:empty_project` to `:project`Robert Speicher
2017-08-01Ensure all project factories use `:repository` trait or `:empty_project`Robert Speicher
2017-07-27Use described_class when possibleRémy Coutable
2017-07-27Remove superfluous lib: true, type: redis, service: true, models: true, servi...Rémy Coutable