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-08-22Use EachBatch concern to loop over batchesToon Claes
2017-08-22Migration to remove pending delete projects with non-existing namespaceToon Claes
2017-08-22Removed some useless code, codestyle changes and removed an indexGabriel Mazetto
2017-08-22Moving away from the "extend" based factory to a more traditional one.Gabriel Mazetto
2017-08-22Enable automatic hashed storage for new projects by application settingsGabriel Mazetto
2017-08-22New storage is now "Hashed" instead of "UUID"Gabriel Mazetto
2017-08-22Add UUID Storage to ProjectGabriel Mazetto
2017-08-21Merge branch 'backstage/gb/migrate-stages-statuses' into 'master'Kamil Trzciński
2017-08-20Fix Error 500s when attempting to destroy a protected tagStan Hu
2017-08-16Merge branch 'master' into backstage/gb/migrate-stages-statusesGrzegorz Bizon
2017-08-16Merge branch 'rs-trailingwhitespace-cop' into 'master'Rémy Coutable
2017-08-16Don't create event in Merge Request Create ServiceJarka Kadlecova
2017-08-15Enable Layout/TrailingWhitespace cop and auto-correct offensesRobert Speicher
2017-08-15Merge branch 'fix-broadcast-messages-migration' into 'master'Douwe Maan
2017-08-14Merge branch '36089-handle-ref-failure-better' into 'master'Douwe Maan
2017-08-14Remove invalid broadcast messages before migratingYorick Peterse
2017-08-14Exclude existing offensesMichael Kozono
2017-08-14Merge remote-tracking branch 'upstream/master' into 36089-handle-ref-failure-...Lin Jen-Shin
2017-08-14Merge branch 'bvl-rollback-renamed-system-namespace' into 'master'Douwe Maan
2017-08-11Merge branch 'disable-project-export' into 'master'Rémy Coutable
2017-08-11Move the personal snippet uploads from `system` to `-/system`Bob Van Landuyt
2017-08-11Update migrations to move directly into the `-/system` folderBob Van Landuyt
2017-08-11Don't update upload paths twiceBob Van Landuyt
2017-08-11Don't rename the system namespaceBob Van Landuyt
2017-08-11Skip creating the merge request if repo is emptyLin Jen-Shin
2017-08-11Add option to disable project export on instance - db changesRobin Bobbitt
2017-08-11Better caching and indexing of broadcast messagesYorick Peterse
2017-08-11Merge branch 'split-events-into-push-events' into 'master'Sean McGivern
2017-08-10Use a specialized class for querying eventsYorick Peterse
2017-08-10Migrate events into a new formatYorick Peterse
2017-08-10Cache Appearance instances in RedisYorick Peterse
2017-08-09Enable the Layout/SpaceBeforeBlockBraces copRémy Coutable
2017-08-08Merge branch '31207-clean-locked-merge-requests' into 'master'Stan Hu
2017-08-08Re-add column locked_at on migration rollbackOswaldo Ferreira
2017-08-07Move locked_at removal to post-deployment migrationOswaldo Ferreira
2017-08-07Store & use ConvDev percentages returned by Version appJarka Kadlecova
2017-08-07Store MergeWorker JID on merge request, and clean up stuck mergesOswaldo Ferreira
2017-08-03Merge branch 'reorganise-issues-indexes-for-sorting' into 'master'Sean McGivern
2017-08-03Re-organise "issues" indexes for faster orderingYorick Peterse
2017-08-03Migrate MR commits and diffs to new tablesSean McGivern
2017-08-02Change project FK migration to skip existing FKsYorick Peterse
2017-08-01Merge branch '33620-remove-events-from-notification_settings' into 'master'Douwe Maan
2017-08-01Rename many path_with_namespace -> full_pathGabriel Mazetto
2017-07-31Use update_column_in_batches helper in stages migrationGrzegorz Bizon
2017-07-31Remove events column from notification settingsSean McGivern
2017-07-31Merge commit '9a3b283402b8cc1c86802c526f19a459ce09c2e3' into backstage/gb/mig...Grzegorz Bizon
2017-07-29fixShinya Maeda
2017-07-28Merge branch 'merge-issuable-reopened-into-opened-state' into 'master'Sean McGivern
2017-07-28Merge issuable "reopened" state into "opened"Yorick Peterse
2017-07-28initShinya Maeda