summaryrefslogtreecommitdiff
path: root/db
Commit message (Expand)AuthorAgeFilesLines
...
| * | | Improve filtering issues by label performanceissue_40500Felipe Artur2018-01-051-0/+112
* | | | Backport 'Rebase' feature from EE to CEjprovazn-rebaseJan Provaznik2018-01-052-1/+9
* | | | Ignore the Migration/Datetime cop in a migration that fix a column type to da...Rémy Coutable2018-01-041-1/+1
| |_|/ |/| |
* | | Merge branch 'mdelaossa/gitlab-ce-31995-project-limit-default-fix'Dmitriy Zaporozhets2018-01-042-2/+40
|\ \ \
| * | | User#projects_limit remove DB default and added NOT NULL constraintMario de la Ossa2017-12-302-2/+40
* | | | Merge branch 'mk-no-op-delete-conflicting-redirects' into 'master'Douwe Maan2018-01-041-26/+2
|\ \ \ \
| * | | | Make DeleteConflictingRedirectRoutes no-opmk-no-op-delete-conflicting-redirectsMichael Kozono2018-01-031-26/+2
* | | | | Merge branch 'change-issues-closed-at-background-migration' into 'master'Sean McGivern2018-01-042-1/+46
|\ \ \ \ \
| * | | | | Use a background migration for issues.closed_atchange-issues-closed-at-background-migrationYorick Peterse2018-01-032-1/+46
| |/ / / /
* | | | | Cache merged and closed events data in merge_request_metrics tableOswaldo Ferreira2018-01-023-0/+110
|/ / / /
* | | | Fix user membership destroy relationFrancisco Javier López2018-01-023-0/+53
* | | | Merge branch '39289-local-schema-rb-automatically-reverts-datetime-to-datetim...Sean McGivern2018-01-022-4/+29
|\ \ \ \ | |/ / / |/| | |
| * | | Prevent schema.rb reverting from datetime_with_timezone to datetime39289-local-schema-rb-automatically-reverts-datetime-to-datetime_with_timezone-after-migrationsJames Edwards-Jones2017-12-072-4/+29
* | | | Merge branch 'sh-fix-mysql-migration-10-3' into 'master'Grzegorz Bizon2017-12-271-2/+14
|\ \ \ \
| * | | | Simplify implementation and allow for batch updates in MySQLStan Hu2017-12-271-27/+16
| * | | | Fix PostgreSQL implementation of migrationsh-fix-mysql-migration-10-3Stan Hu2017-12-271-1/+3
| * | | | Fix migration for removing orphaned issues.moved_to_id values in MySQLStan Hu2017-12-261-2/+23
| | |/ / | |/| |
* | | | Fix Gitlab::Access.values to Gitlab::Access.sym_options at 06_teams on develo...ogom2017-12-271-1/+1
|/ / /
* | | Merge branch '36782-replace-team-user-role-with-add_role-user-in-specs' into ...Rémy Coutable2017-12-231-1/+1
|\ \ \ | |_|/ |/| |
| * | Replace '.team << [user, role]' with 'add_role(user)' in specs36782-replace-team-user-role-with-add_role-user-in-specsblackst0ne2017-12-221-1/+1
* | | Extend Cluster Applications to allow installation of PrometheusMayra Cabrera2017-12-222-0/+27
* | | Add index on namespaces lower(name) for UsersController#existsindex-namespaces-lower-nameGreg Stark2017-12-212-1/+31
|/ /
* | LDAP extern_uids are not normalized when updated via APIFrancisco Javier López2017-12-212-1/+30
* | Fix missing WHERE clause in 20171106135924_issues_milestone_id_foreign_key mi...Stan Hu2017-12-181-0/+1
* | Replace factory_girl_rails with factory_bot_railsrc/use-factory_bot_railsRémy Coutable2017-12-141-2/+2
* | Remove unused queuesdm-dedicated-sidekiq-queuesDouwe Maan2017-12-132-1/+17
* | Clears the current Appearance cache otherwise it breaks since new_project_gui...41041-undefined-method-new_project_guidelines_html-unable-to-load-from-cacheRémy Coutable2017-12-121-0/+6
* | Merge branch 'fix-remove-branch-name-migration' into 'master'Sean McGivern2017-12-121-0/+0
|\ \
| * | Fix migration that removes issues.branch_namefix-remove-branch-name-migrationYorick Peterse2017-12-111-0/+0
* | | Merge branch 'add-remove-column-cop' into 'master'Rémy Coutable2017-12-1113-0/+13
|\ \ \ | |/ / |/| |
| * | Add cop for use of remove_columnadd-remove-column-copSean McGivern2017-12-1113-0/+13
* | | Add spec for removing issues.assignee_idSean McGivern2017-12-111-1/+3
* | | Improve down step of removing issues.assignee_id columnSean McGivern2017-12-111-1/+9
* | | Fix specs after removing assignee_id fieldValery Sizov2017-12-111-0/+2
* | | Remove issues.assignee_id columnValery Sizov2017-12-112-2/+36
|/ /
* | Allow git pull/push on project redirectsMayra Cabrera2017-12-083-1/+40
* | Move the circuitbreaker check out in a separate processbvl-circuitbreaker-processBob Van Landuyt2017-12-084-4/+83
* | The API isn't using the appropriate services for managing forksFrancisco Javier López2017-12-072-1/+28
* | Merge branch 'mk-add-old-attachments-to-uploads-table' into 'master'Stan Hu2017-12-073-1/+47
|\ \ | |/ |/|
| * Move temp table creation into the prepare jobMichael Kozono2017-12-011-20/+0
| * Drop temporary tracking table when finishedMichael Kozono2017-12-011-8/+12
| * Fix uploads.path length for long filenamesMichael Kozono2017-12-012-1/+26
| * Fix MySQL path field lengthMichael Kozono2017-12-011-1/+1
| * Exclude `untracked_files_for_uploads` from schemaMichael Kozono2017-12-011-10/+0
| * Rename table to untracked_files_for_uploadsMichael Kozono2017-12-012-12/+12
| * Add TrackUntrackedUploads post-deploy migrationMichael Kozono2017-12-012-0/+47
* | Merge branch 'feature/custom-text-for-new-projects' into 'master'Rémy Coutable2017-12-052-0/+14
|\ \
| * | Add custom brand text on new project pagesMarkus Koller2017-12-042-0/+14
* | | Merge branch 'zj-multiple-artifacts' into 'master'Grzegorz Bizon2017-12-053-2/+41
|\ \ \
| * | | Move config_source earlierKamil Trzcinski2017-12-051-1/+1