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-08-25Add helper to exactly undo cleanup_concurrent_column_renameReuben Pereira
2019-08-24Drop existing trigger before creating new oneReuben Pereira
2019-07-29Further remove code branches by database typeAndreas Brandl
2019-07-26Merge branch 'frozen_string_spec_lib' into 'master'Stan Hu
2019-07-26Add frozen_string_literal to spec/lib (part 1)Thong Kuah
2019-07-25Remove code related to object hierarchy in MySQLHeinrich Lee Yu
2019-07-24Enable tablesample count strategy by defaultAndreas Brandl
2019-07-23Remove dead MySQL codeNick Thomas
2019-07-18Improves add_timestamps_with_timezone helperAlex Kalderimis
2019-06-28Support jsonb Default Value in add_column_with_default Migration HelperJason Goodman
2019-06-19Remove import columns from projects tableStan Hu
2019-06-17Allow custom names for concurrent foreign keysYorick Peterse
2019-04-05Autocorrect with RSpec/ExampleWording copThong Kuah
2019-03-12Fix counting of groups in admin dashboardStan Hu
2019-02-27Fix misspellings in app/spec executable linesTakuya Noguchi
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