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
2016-11-29Remove unnecessary database indexesValery Sizov
2016-11-29Merge branch '24880-configurable-plaintext-emails' into 'master' Sean McGivern
2016-11-29Add new configuration setting to enable/disable HTML emails.Ruben Davila
2016-11-25Refresh project authorizations using a Redis leaseYorick Peterse
2016-11-23Merge branch 'milestone_start_date' into 'master' Sean McGivern
2016-11-23Add a starting date to milestonesValery Sizov
2016-11-23Update ProjectTeam#fetch_members to use project authorizationsAhmad Sherif
2016-11-22Handle orphans when removing soft deleted groupsYorick Peterse
2016-11-21Merge branch 'issue_5541' into 'master' Sean McGivern
2016-11-19Remove duplicate sidekiq throttling parametersKamil Trzcinski
2016-11-19Merge branch '22539-display-folders' into 'master' Fatih Acet
2016-11-18Merge branch 'feature/precalculate-authorized-projects' into 'master' Douwe Maan
2016-11-18Merge remote-tracking branch 'origin/master' into 22539-display-foldersKamil Trzcinski
2016-11-18Precalculate user's authorized projects in databaseAhmad Sherif
2016-11-18Allow enabling and disabling commit and MR events for JIRAFelipe Artur
2016-11-18Merge branch 'fix/pipeline-id-metrics-migration' into 'master' Douwe Maan
2016-11-18fix migration missing ignored transaction methodJames Lopez
2016-11-18Merge branch 'feature/cycle-analytics-events' into 'master' Douwe Maan
2016-11-18run pipeline worker in cycle analytics dev setupJames Lopez
2016-11-18Add a migration to remove soft-deleted groups.Timothy Andrew
2016-11-17Merge branch 'feature/subscribe-to-group-level-labels' into 'master' Sean McGivern
2016-11-17Merge branch 'chat-name-authorize' into 'master' Rémy Coutable
2016-11-17fix schema.rbJames Lopez
2016-11-17Remove extra subscribable_type filter on migrationDouglas Barbosa Alexandre
2016-11-17Use subqueries instead of joins to migrate subscriptionsDouglas Barbosa Alexandre
2016-11-17Add unique index to subscriptions on subscribable and user and projectDouglas Barbosa Alexandre
2016-11-17Migrate subscribable project id to the subscriptions tableDouglas Barbosa Alexandre
2016-11-17Add project_id to subscriptionsDouglas Barbosa Alexandre
2016-11-17more refactoring and added some auth checksJames Lopez
2016-11-17refactor events facade so it uses separate classes and refactor query stuffJames Lopez
2016-11-17use concurrent index in migrationJames Lopez
2016-11-17Renamed pipeline column and fixed permissions for builds in events controllerJames Lopez
2016-11-17add pipeline id to merge request metrics table. Also, updated the pipeline wo...James Lopez
2016-11-17Remove empty db fixtures fileSemyon Pupkov
2016-11-17Improve code design after code reviewKamil Trzcinski
2016-11-16Merge remote-tracking branch 'origin/master' into chat-name-authorizeKamil Trzcinski
2016-11-16Merge branch '21992-disable-access-requests-by-default' into 'master' Robert Speicher
2016-11-16Add most of specs for chat namesKamil Trzcinski
2016-11-16Create relation between chat user and GitLab user and allow to authorize them...Kamil Trzcinski
2016-11-16Adds props validationFilipa Lacerda
2016-11-15Fix a badly-performing migrationNick Thomas
2016-11-11Merge branch '24386-8-14-rc1-requires-quite-amount-of-downtime' into 'master' Stan Hu
2016-11-11Update 8.14-rc1 migrations to minimize downtime and deploy timeAlejandro Rodríguez
2016-11-11Merge branch 'sidekiq-job-throttling' into 'master' Douwe Maan
2016-11-11Set 'request_access_enabled' false by defaultChris Wilson
2016-11-10Fix project records with invalid visibility_level valuesNick Thomas
2016-11-10Allow the Sidekiq queues to throttle and the factor by which to throttle them...Patricio Cano
2016-11-10Allow certain Sidekiq jobs to be throttledPatricio Cano
2016-11-08Merge branch 'use-separate-token-for-incoming-email' into 'master' Douwe Maan
2016-11-07implements reset incoming email token on issues modal and account page,tiagonbotelho