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
path: root/db
AgeCommit message (Expand)Author
2017-07-20Merge branch 'backstage/gb/build-stage-id-ref-bg-migration-cleanup' into 'mas...Yorick Peterse
2017-07-20Merge branch '33359-pers-snippet-files-location' into 'security-9-3'Sean McGivern
2017-07-20Merge branch 'bvl-remove-appearance-symlink' into 'security-9-3'Douwe Maan
2017-07-19Merge branch 'master' into backstage/gb/build-stage-id-ref-bg-migration-cleanupGrzegorz Bizon
2017-07-18Add a background migration to rename `uploads` in the uploads tableBob Van Landuyt
2017-07-18Move the `uploads/system` folder to `uploads/-/system`Bob Van Landuyt
2017-07-18Use batching to clear orphans in head_pipeline migrationGrzegorz Bizon
2017-07-18Fix database schema version numberGrzegorz Bizon
2017-07-18Remove migration dependency from stage_id migrationGrzegorz Bizon
2017-07-18Nullify orphaned head_pipeline_ids in merge_requestsGrzegorz Bizon
2017-07-18Add a foreign key to `merge_requests.head_pipeline_id`Grzegorz Bizon
2017-07-18Rename stage_id reference clean up migrationGrzegorz Bizon
2017-07-18Implement build stage_id reference migration clean upGrzegorz Bizon
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-08Merge branch 'fix/gb/stage-id-reference-background-migration' into 'master'Grzegorz Bizon
2017-07-08Merge branch 'fix_migrations_in_the_future' into 'master'Douwe Maan
2017-07-08Make wrong migrations idempotentFelipe Artur
2017-07-07Merge branch 'master' into 'fix/gb/stage-id-reference-background-migration'Grzegorz Bizon
2017-07-07fix migrations in the futureFelipe Artur
2017-07-07Merge branch 'master' into '33929-allow-to-enable-perf-bar-for-a-group'Sean McGivern
2017-07-07Merge branch 'feature/intermediate/32568-adding-variables-to-pipelines-schedu...Kamil Trzciński
2017-07-07Native group milestonesFelipe Artur
2017-07-07Merge branch 'master' into 33929-allow-to-enable-perf-bar-for-a-groupSean McGivern
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-07Merge from master(Fix conflicts)Shinya Maeda
2017-07-07Use new `each_batch` helper instead of custom oneGrzegorz Bizon
2017-07-07Merge remote-tracking branch 'origin/active-record-each-batch' into fix/gb/st...Grzegorz 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-07merge from masterShinya Maeda
2017-07-07Basic BE changeShinya Maeda
2017-07-06Allow to enable the Performance Bar for a group from the admin areaRémy Coutable
2017-07-06Add table for merge request commitsSean McGivern
2017-07-06Add many foreign keys to the projects tableYorick Peterse
2017-07-05Merge remote-tracking branch 'upstream/master' into 32815--Add-Custom-CI-Conf...Lin Jen-Shin
2017-07-05Rename ci_config_file to ci_config_pathLin Jen-Shin
2017-07-05Fix StaticAnlysysShinya Maeda
2017-07-05pipeline_schedule_variables model/dbShinya Maeda