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
2016-12-22Merge branch 'fix-migration' into 'master' Stan Hu
2016-12-21Merge branch 'dz-rename-invalid-groups' into 'master' Douwe Maan
2016-12-21Merge branch 'fix/25843' into 'master'Sean McGivern
2016-12-16Merge branch '20492-access-token-scopes' into 'master' Rémy Coutable
2016-12-16Merge branch 'issue_22269' into 'master' Kamil Trzciński
2016-12-16Make `ChangePersonalAccessTokensDefaultBackToEmptyArray` a "post" migration.Timothy Andrew
2016-12-16Implement minor changes from @dbalexandre's review.Timothy Andrew
2016-12-16Add a `scopes` column to the `personal_access_tokens` tableTimothy Andrew
2016-12-16Improve performance on RemoveDuplicatesFromRoutes migrationDouglas Barbosa Alexandre
2016-12-16Fix the AddNameIndexToNamespace migration to be reversibleDouglas Barbosa Alexandre
2016-12-16Use optimized query to fill the routes table when running PostgreSQLDouglas Barbosa Alexandre
2016-12-16Don't use the Route model in migrationsDouglas Barbosa Alexandre
2016-12-15Change SlackService to SlackNotificationsServiceFelipe Artur
2016-12-15Add an environment slugNick Thomas
2016-12-15Make the index on environment name and project id unique, fixing up any dupli...Nick Thomas
2016-12-14Merge branch 'master' into 'dz-remove-namespaces-path-uniq'Dmitriy Zaporozhets
2016-12-14Merge branch 'process-commit-worker-migration-encoding' into 'master' Rémy Coutable
2016-12-13Encode when migrating ProcessCommitWorker jobsYorick Peterse
2016-12-12Add index to routes table on lower path for postgresqlDmitriy Zaporozhets
2016-12-12Modify namespace name and path validationDmitriy Zaporozhets
2016-12-08Add nested groups support on data levelDmitriy Zaporozhets
2016-12-01Pass commit data to ProcessCommitWorkerYorick Peterse
2016-11-30Make the downtime_check task happyRémy Coutable
2016-11-30Merge branch '23666-set-null-true-for-timestamps-columns-in-migrations' into ...Robert Speicher
2016-11-29Remove unnecessary database indexesValery Sizov
2016-11-29Add new configuration setting to enable/disable HTML emails.Ruben Davila
2016-11-28Add `null: true` to timestamps in migrations that does not define itRémy Coutable
2016-11-23Add a starting date to milestonesValery Sizov
2016-11-22Handle orphans when removing soft deleted groupsYorick Peterse
2016-11-21Merge branch 'issue_5541' into 'master' Sean McGivern
2016-11-18Merge branch 'feature/precalculate-authorized-projects' into 'master' Douwe Maan
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-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-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-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-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