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-07-14Merge branch 'fixes-for-internal-auth-disabled' into 'master'Sean McGivern
2017-07-13Fixes needed when GitLab sign-in is not enabledRobin Bobbitt
2017-07-11Support multiple Redis instances based on queue typePaul Charlton
2017-07-07Do not schedule bg migration when it is not neededGrzegorz Bizon
2017-07-07Schedule stage_id bg migrations in batches of 10Grzegorz Bizon
2017-07-07Use new `each_batch` helper instead of custom oneGrzegorz Bizon
2017-07-07Schedule stage_id background migration in rangesGrzegorz Bizon
2017-07-07Reduce a delay between stage_id scheduled migrationsGrzegorz Bizon
2017-07-07Do not override original AR5 batching interfaceGrzegorz Bizon
2017-07-07Improve specs for background stage_id ref migrationGrzegorz Bizon
2017-07-07Perform stage_id ref backgound migration in bulksGrzegorz Bizon
2017-07-07Use ActiveRecord 5 batching to schedule bg migrationGrzegorz Bizon
2017-07-07Add specs for delayed stage_id background migrationsGrzegorz Bizon
2017-07-07Schedule background migration only when it is neededGrzegorz Bizon
2017-07-07Find builds that require a migration in batchesGrzegorz Bizon
2017-07-07Add initial build stage_id ref background migrationGrzegorz Bizon
2017-07-07Add initial stage_id background migration filesGrzegorz Bizon
2017-07-03Improve stage_id in ci_builds foreign key migrationGrzegorz Bizon
2017-06-26Disable statement timeoutBob Van Landuyt
2017-06-26Revert renames from a migrationBob Van Landuyt
2017-06-26Rename each route individuallyBob Van Landuyt
2017-06-26Rename all forbidden paths againBob Van Landuyt
2017-06-22Merge branch 'master' into fix/gb/improve-updating-column-in-batches-helperGrzegorz Bizon
2017-06-21Merge branch 'fix/gb/improve-build-stage-reference-migration' into 'master'Kamil Trzciński
2017-06-21Merge branch 'fix/gb/improve-autocancel-pipelines-migraton' into 'master'Kamil Trzciński
2017-06-21Fix migration specs that can not run within transactionGrzegorz Bizon
2017-06-21Enable Style/DotPosition Rubocop :cop:Grzegorz Bizon
2017-06-21Disable transactions in migrations that should not use itGrzegorz Bizon
2017-06-21Bump build stage id reference migration identifierGrzegorz Bizon
2017-06-21Fix adding/removing foreign keys on MySQLGrzegorz Bizon
2017-06-21Fix build stages reference migrationGrzegorz Bizon
2017-06-19Disable statement timeout in CI pipelines migrationGrzegorz Bizon
2017-06-16Migration - Remove position field from issues and merge requestsFelipe Artur
2017-06-15Deserialise existing custom notification settingsSean McGivern
2017-06-13Add database helpers 'add_timestamps_with_timezone' and 'timestamps_with_time...blackst0ne
2017-06-08Bring in security changes from the 9.2.5 releaseDJ Mountney
2017-06-07Sync email address from specified omniauth provider - db changesRobin Bobbitt
2017-06-06Migrate stages only with correct foreign referencesGrzegorz Bizon
2017-06-06Create index on pipeline stages after migrating stagesGrzegorz Bizon
2017-06-06Improve indexes and refs in pipeline stages migrationsGrzegorz Bizon
2017-06-06Fix typo in build stages reference migrationGrzegorz Bizon
2017-06-06Make pipeline stages ref migration more readableGrzegorz Bizon
2017-06-05Remove stage index concurrently on migration rollbackGrzegorz Bizon
2017-06-05Disable timeouts in foreign keys for stages migrationGrzegorz Bizon
2017-06-05Remove obsolete stages/build before adding foreign keysGrzegorz Bizon
2017-06-05Create indexes on pipeline stages before migrationGrzegorz Bizon
2017-06-05Migrate stage_id only it job does not have it alreadyGrzegorz Bizon
2017-06-05Migrate pipeline stages only when not migrated alreadyGrzegorz Bizon
2017-06-05Merge branch 'master' into feature/gb/migrate-pipeline-stagesGrzegorz Bizon
2017-06-01Add missing specsKamil Trzcinski