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-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-23Fix migrations for older PostgreSQL versionsKamil Trzcinski
2017-05-22Fixes broken MySQL migration for retriedKamil Trzcinski
2017-05-20Merge branch 'bvl-fix-already-renamed-paths' into 'master'Douwe Maan
2017-05-19Rename users on mysqlBob Van Landuyt
2017-05-19Don't try to rename `-`Bob Van Landuyt
2017-05-19Simpler way of renaming usersBob Van Landuyt
2017-05-19Add temporary partial index to speed up the migrationLin Jen-Shin
2017-05-19Fix incorrectly renamed routesBob Van Landuyt
2017-05-19Rename users that had their namespace renamedBob Van Landuyt
2017-05-18Adding NULL:false constraint with change_column_null instead of change_columnValery Sizov
2017-05-17Fix data migration from trigger schedulesZ.J. van de Weg
2017-05-17Use CTEs for nested groups and authorizationsYorick Peterse
2017-05-16Improve migration for Multipple issue assignee featureValery Sizov
2017-05-16Merge branch 'bvl-rename-build-events-to-job-events' into 'master' Douwe Maan
2017-05-16Merge branch 'zj-pipeline-schedule-owner' into 'master' Kamil Trzciński
2017-05-15Revert "Merge branch 'bvl-rename-build-events-to-job-events' into 'master'"Douwe Maan
2017-05-15Merge branch 'bvl-rename-build-events-to-job-events' into 'master' Douwe Maan
2017-05-15Rename `build_events` columns to `job_events`Bob Van Landuyt
2017-05-15Disable transaction for updating the tableLin Jen-Shin
2017-05-15Add foreign key on pipeline_schedules.owner_idZ.J. van de Weg
2017-05-15Move to post_migrate and use update_column_in_batchesLin Jen-Shin
2017-05-11Fix MySQL build failureDouwe Maan
2017-05-11Merge branch 'retried-in-database-mysql' into 'master' Regis Boudinot
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-10No user is needed to delete a projectToon Claes
2017-05-10Add post-deploy migrate to cleanup projects in pending delete stateToon Claes
2017-05-09Make retried to be nullableKamil Trzcinski
2017-05-09Small code improvements and add migration specFelipe Artur
2017-05-08Fix specs 2Felipe Artur
2017-05-08Populate merge requests head_pipeline_idFelipe Artur
2017-05-08Add Pipeline Schedules that supersedes experimental Trigger ScheduleZeger-Jan van de Weg
2017-05-07Store retried in database for CI buildsKamil Trzcinski
2017-05-04Reject EE reserved namespace paths in CE as wellBob Van Landuyt
2017-05-01Rename child namespaces in migrationhelpersBob Van Landuyt
2017-05-01Move ReservedPathsMigration into V1 namespaceBob Van Landuyt
2017-05-01Rename Projects & Namespaces based on entire pathsBob Van Landuyt
2017-05-01Rename namespaces called `Users`Bob Van Landuyt
2017-05-01Rename forbidden paths in a single migrationBob Van Landuyt
2017-05-01Add migration to rename all namespaces with forbidden nameBob Van Landuyt
2017-04-14Remove unused user activities codeSean McGivern
2017-04-14Add a post-deploy migration to migrate from former Redis activity to DBRémy Coutable
2017-04-14Remove user activities table and use redis instead of PG for recording activi...James Lopez
2017-04-11removes redundant code from database.rbTiago Botelho
2017-04-10Change project view default for existing users and anonymous visitors to file...Dmitriy Zaporozhets
2017-04-10Periodically clean up temporary upload files to recover storage spaceblackst0ne
2017-04-05Remove and ignore notes.original_discussion_id columnDouwe Maan