summaryrefslogtreecommitdiff
path: root/db/post_migrate
Commit message (Expand)AuthorAgeFilesLines
* Remove unused user activities codeSean McGivern2017-04-141-15/+1
* Add a post-deploy migration to migrate from former Redis activity to DBRémy Coutable2017-04-141-0/+87
* Remove user activities table and use redis instead of PG for recording activi...James Lopez2017-04-141-0/+23
* removes redundant code from database.rb29056-backport-ee-cleanup-database-fileTiago Botelho2017-04-111-1/+0
* Change project view default for existing users and anonymous visitors to file...dz-fix-project-viewDmitriy Zaporozhets2017-04-101-0/+19
* Periodically clean up temporary upload files to recover storage spaceblackst0ne2017-04-101-0/+23
* Remove and ignore notes.original_discussion_id columnDouwe Maan2017-04-051-0/+23
* Merge branch 'dz-improve-rename-projects-migration' into 'master' Yorick Peterse2017-03-211-30/+1
|\
| * Improve rename projects migrationDmitriy Zaporozhets2017-03-201-30/+1
* | All CI offline migrationsKamil Trzciński2017-03-171-0/+87
|/
* Fix statements timeout in manual actions migrationfix/gb/fix-timeouts-in-manual-actions-migrationGrzegorz Bizon2017-03-161-0/+4
* Merge branch 'test-db-rollback' into 'master' Kamil Trzciński2017-03-151-1/+2
|\
| * Add a test which would rollback db and migrate againLin Jen-Shin2017-03-141-1/+2
* | [Issue Sorting] Improve migrationValery Sizov2017-03-141-4/+3
* | Added migration to reset existing relative_position for issuesValery Sizov2017-03-141-0/+18
* | Merge branch 'dz-blacklist--names' into 'master' Douwe Maan2017-03-131-0/+101
|\ \
| * | Reserve few project and nested group pathsDmitriy Zaporozhets2017-03-131-0/+101
| |/
* | Trigger refreshing of permissions in a migrationrefresh-permissions-recent-usersYorick Peterse2017-03-131-0/+19
|/
* Implement OpenID Connect identity providerMarkus Koller2017-03-071-0/+20
* Migrate legacy actions in post deployment migrationGrzegorz Bizon2017-03-061-0/+19
* Disable the inheritance column of services in DisableInvalidServiceTemplates ...Rémy Coutable2017-03-011-4/+2
* Revert "Prefer leading style for Style/DotPosition"Douwe Maan2017-02-234-25/+25
* Exclude migrations from Style/MutableConstantDouwe Maan2017-02-232-8/+8
* Prefer leading style for Style/DotPositionDouwe Maan2017-02-234-25/+25
* Enable Style/MutableConstantDouwe Maan2017-02-232-2/+2
* Remove comments in migrationAnnabel Dunstone Gray2017-02-161-20/+0
* Fix borked db stuffAnnabel Dunstone Gray2017-02-151-0/+0
* Move migration to post_migrate; fix shortcuts_specAnnabel Dunstone Gray2017-02-151-0/+29
* Merge branch 'master' into 'zj-remove-deprecated-ci-service'zj-remove-deprecated-ci-serviceDouwe Maan2017-02-152-0/+56
|\
| * Merge branch 'issue_25112' into 'master' Sean McGivern2017-02-151-0/+15
| |\
| | * Disable invalid service templatesissue_25112Felipe Artur2017-02-141-0/+15
| * | Use Gitlab::Database.with_connection_pool from !9192remove-inactive-default-email-servicesLin Jen-Shin2017-02-141-40/+23
| * | Disconnect the pool after doneLin Jen-Shin2017-02-141-0/+1
| * | Use threads directly, introduce pool later:Lin Jen-Shin2017-02-141-5/+33
| * | Introduce ThreadedConnectionPool for customized poolLin Jen-Shin2017-02-141-28/+17
| * | Try this way to provide database connectionLin Jen-Shin2017-02-141-6/+3
| * | Use IS FALSE for both pg and mysql; Handle connectionsLin Jen-Shin2017-02-141-9/+11
| * | Run two threads to improve migration running timeLin Jen-Shin2017-02-141-3/+17
| * | Remove inactive default email servicesLin Jen-Shin2017-02-141-0/+27
| |/
* | Remove deprecated CI serviceZ.J. van de Weg2017-02-141-0/+15
|/
* Refactor migration to not require downtime26908-add-foreign-keys-to-timelogsRuben Davila2017-02-072-0/+55
* Reject projects without namespacezj-requeue-pending-deleteZ.J. van de Weg2017-01-241-0/+1
* Quote class name in case it gets destroyedZeger-Jan van de Weg2017-01-241-1/+1
* Requeue projects pending deletionZ.J. van de Weg2017-01-241-0/+48
* Fill missing authorized projects rowsfill-authorized-projectsYorick Peterse2017-01-111-0/+30
* Remove the project_authorizations.id columnremove-project-authorizations-id-columnYorick Peterse2017-01-081-0/+12
* Whitelist next project names: assets, profile, publicDmitriy Zaporozhets2017-01-061-5/+0
* Merge branch 'master' into 'dz-rename-reserved-project-names'Dmitriy Zaporozhets2016-12-271-0/+2
|\
| * Disable timeout while removing serviceszj-disable-timeout-migrationZ.J. van de Weg2016-12-271-0/+2
* | Removed return from reserved project migrationYorick Peterse2016-12-241-2/+0