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
2017-06-22Merge branch 'master' into fix/gb/improve-updating-column-in-batches-helperGrzegorz Bizon
2017-06-22Disable transaction in specs for some migrationsGrzegorz Bizon
2017-06-21Merge branch 'fix/gb/improve-build-stage-reference-migration' into 'master'Kamil Trzciński
2017-06-21Fix migration specs that can not run within transactionGrzegorz Bizon
2017-06-21Rename stage ref migration specs to match a class nameGrzegorz Bizon
2017-06-21Enable Style/DotPosition Rubocop :cop:Grzegorz Bizon
2017-06-21Update build stage reference migration specsGrzegorz Bizon
2017-06-15Deserialise existing custom notification settingsSean McGivern
2017-06-15Document a new migrations testing techniqueGrzegorz Bizon
2017-06-14Correct RSpec/SingleLineHook cop offensesRobert Speicher
2017-06-08Update rename_system_namespace_spec to new validations.Bob Van Landuyt
2017-06-08Bring in security changes from the 9.2.5 releaseDJ Mountney
2017-06-06Fix reverting builds stage ref migration on MySQLGrzegorz Bizon
2017-06-06Migrate stages only with correct foreign referencesGrzegorz Bizon
2017-06-05Merge branch 'master' into feature/gb/migrate-pipeline-stagesGrzegorz Bizon
2017-06-05Calculate previous migration version in specs supportGrzegorz Bizon
2017-06-01Add missing specsKamil Trzcinski
2017-06-01Fix data inconsistency issue for old artifacts by moving them to a currently ...Kamil Trzcinski
2017-05-29Merge branch '32677-migrations-using-update_column_in_batches-must-have-a-spe...Robert Speicher
2017-05-29Merge branch 'rework-authorizations-performance' into 'master'Douwe Maan
2017-05-29Disable Migration/UpdateColumnInBatches for old migrationsRémy Coutable
2017-05-26Reorder pipeline stages-related migrationsGrzegorz Bizon
2017-05-26Migrate build stage reference in a separate migrationGrzegorz Bizon
2017-05-26Add pipeline stages post deployment migrationGrzegorz Bizon
2017-05-26Add migrations helpers to simplify writing migration specsGrzegorz Bizon
2017-05-26Make migration specs by using migrator in around hookGrzegorz Bizon
2017-05-25Simplify migrations for specific database schemaGrzegorz Bizon
2017-05-25Add PoC of ActiveRecord migration testingGrzegorz Bizon
2017-05-23Fix migrations for older PostgreSQL versionsKamil Trzcinski
2017-05-22Respect the typo as rubocop saidLin Jen-Shin
2017-05-22Add a test to ensure this works on MySQLLin Jen-Shin
2017-05-20Merge branch 'bvl-fix-already-renamed-paths' into 'master'Douwe Maan
2017-05-19Simpler way of renaming usersBob Van Landuyt
2017-05-19Fix incorrectly renamed routesBob Van Landuyt
2017-05-19Remove readme project_view optionDouwe Maan
2017-05-19Rename users that had their namespace renamedBob Van Landuyt
2017-05-17Convert nested groups to regular ones for MySQLYorick Peterse
2017-05-17Use CTEs for nested groups and authorizationsYorick Peterse
2017-05-16Merge branch 'bvl-rename-build-events-to-job-events' into 'master' Douwe Maan
2017-05-15Revert "Merge branch 'bvl-rename-build-events-to-job-events' into 'master'"Douwe Maan
2017-05-15Remove old migration spec.Bob Van Landuyt
2017-05-11Fix MySQL build failureDouwe Maan
2017-05-10No user needed to cleanup namespaceless pending delete projectsToon Claes
2017-05-10Use worker to destroy namespaceless projects in post-deployToon Claes
2017-05-10Add post-deploy migrate to cleanup projects in pending delete stateToon Claes
2017-05-09Small code improvements and add migration specFelipe Artur
2017-04-26Enable RSpec/FilePath copSean McGivern
2017-04-14Add a post-deploy migration to migrate from former Redis activity to DBRémy Coutable
2017-04-10Change project view default for existing users and anonymous visitors to file...Dmitriy Zaporozhets
2017-04-10Add spec for schema.rbblackst0ne