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-03Lower the tablesample thresholds/targets.Andreas Brandl
2018-12-03Move strategies in their own filesAndreas Brandl
2018-12-03Fix comment.Andreas Brandl
2018-12-03Refactor estimate queryAndreas 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-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-07Enable even more frozen string in lib/gitlabgfyoung
2018-11-01Fix typos in comments and specsGeorge Tsiolis
2018-10-23Merge branch 'mysql-migration-trigger-permissions' into 'master'Andreas Brandl
2018-09-28Merge branch 'dz-migration-index-helper' into 'master'Dmitriy Zaporozhets
2018-09-25Work around a bug in Rails 5, where LIMIT causes troubleToon Claes
2018-09-21Add mysql_compatible_index_length to migration helpersDmitriy Zaporozhets
2018-09-20Add Gitlab::Database::Subquery.self_join to delete_all with limitToon Claes
2018-09-17Added FromUnion to easily select from a UNIONYorick Peterse
2018-09-13Add dbname to MySQL migration GRANT commandRyan Hefner
2018-08-11disable_statement_timeout doesn't require any argument anymoreGabriel Mazetto
2018-08-10MigrationHelper `disable_statement_timeout` accepts `transaction: false`Gabriel Mazetto
2018-08-06Respond to DB health in background migrationsYorick Peterse
2018-06-26Merge branch 'add-rename-column-background-helper' into 'master'Yorick Peterse
2018-06-26Add a helper to rename a column using a background migrationSean McGivern
2018-06-26Rails5 fix arel from in mysql_median_datetime_sqlJasper Maes
2018-06-16[Rails5] Disable inheritance_column for Gitlab::Database::RenameReservedPaths...blackst0ne
2018-06-02Rails5 Fix arel fromJasper Maes
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-29[Rails5] Fix Arel::UpdateManagerblackst0ne
2018-04-25Gitlab::Shell works on shard name, not pathZeger-Jan van de Weg
2018-04-06[Rails5] Update `type_cast_*_database` methodsblackst0ne
2018-04-05Merge branch 'jej/mattermost-notification-confidentiality-10-6' into 'securit...Douwe Maan
2018-03-28New migration helper for finding custom indexesBob Van Landuyt
2018-03-23Merge branch 'mark-legacy-git-access' into 'master'Sean McGivern
2018-03-21Route path lookups through legacy_disk_pathJacob Vosmaer
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-14Fix concurrency issue with migration for user_interacted_projects table.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-28Add BatchLoader as a way to refactor the base stage codeTiago Botelho
2018-02-28Adds get all medians to Cycle Analytics modelTiago Botelho
2018-01-22Use has_table_privilege for TRIGGER on PostgreSQLYorick Peterse
2018-01-18Reduce UPDATEs for background column type changesYorick Peterse
2018-01-11Adds Rubocop rule for line break around conditionals🙈 jacopo beschi 🙉
2018-01-05Run background migrations with a minimum intervalYorick Peterse