summaryrefslogtreecommitdiff
path: root/db/migrate
Commit message (Expand)AuthorAgeFilesLines
* Revert the AddNotifiedOfOwnActivityToUsers migrationrs-revert-notified-of-own-activity-migrationRobert Speicher2017-03-151-0/+24
* Revert "Merge branch 'option-to-be-notified-of-own-activity' into 'master'Stan Hu2017-03-151-14/+0
* Use `remove_foreign_key :timelogs, name: '...'`Lin Jen-Shin2017-03-141-9/+2
* Drop the index only for postgresql, becauseLin Jen-Shin2017-03-141-1/+2
* Disable rubocop for down methodLin Jen-Shin2017-03-141-0/+1
* Fix for postgresqlLin Jen-Shin2017-03-144-4/+12
* Add a test which would rollback db and migrate againLin Jen-Shin2017-03-147-6/+17
* Merge branch 'master' into orderable-issuesDouwe Maan2017-03-0726-27/+194
|\
| * Merge branch 'dm-add-concurrent-index-cop' into 'master' Yorick Peterse2017-03-0719-22/+116
| |\
| | * Add downtime constantsdm-add-concurrent-index-copDouwe Maan2017-03-073-0/+6
| | * Add cop to ensure reversibility of add_concurrent_indexDouwe Maan2017-03-0719-22/+110
| * | Merge branch '28447-hybrid-repository-storages' into 'master' Sean McGivern2017-03-074-5/+5
| |\ \
| | * | Update storage settings to allow extra values per shard28447-hybrid-repository-storagesAlejandro Rodríguez2017-03-034-5/+5
| * | | Merge branch 'siemens/gitlab-ce-feature/openid-connect'Sean McGivern2017-03-071-0/+37
| |\ \ \ | | |_|/ | |/| |
| | * | Implement OpenID Connect identity providerMarkus Koller2017-03-071-0/+37
| * | | Merge remote-tracking branch 'origin/personal_access_token_api_and_impersonat...Douwe Maan2017-03-072-0/+36
| |\ \ \ | | |/ / | |/| |
| | * | apply codestyle and implementation changes to the respective feature codepersonal_access_token_api_and_impersonation_tokenTiago Botelho2017-03-061-1/+1
| | * | applies relevant changes to the code and code structureTiago Botelho2017-02-281-1/+1
| | * | add impersonation tokenSimon Vocella2017-02-281-0/+18
| | * | manage personal_access_tokens through apiSimon Vocella2017-02-281-0/+18
* | | | Fix AddRelativePositionToIssues migrationValery Sizov2017-03-071-2/+8
* | | | Merge branch 'master' of gitlab.com:gitlab-org/gitlab-ce into orderable-issuesValery Sizov2017-03-072-0/+38
|\ \ \ \ | |/ / /
| * | | Merge branch 'master' into 'rs-carrierwave-db'rs-carrierwave-dbDouwe Maan2017-03-061-0/+18
| |\ \ \
| | * \ \ Merge branch 'zj-create-mattermost-team' into 'master' Kamil Trzciński2017-03-061-0/+18
| | |\ \ \
| | | * \ \ Merge branch 'master' into 'zj-create-mattermost-team'Zeger-Jan van de Weg2017-03-063-0/+29
| | | |\ \ \
| | | * | | | Minor edits, incorporate reviewZ.J. van de Weg2017-03-061-3/+1
| | | * | | | Merge branch 'master' into zj-create-mattermost-teamZ.J. van de Weg2017-03-025-0/+82
| | | |\ \ \ \ | | | | | |_|/ | | | | |/| |
| | | * | | | Improve UXZ.J. van de Weg2017-03-021-1/+3
| | | * | | | Fix testsZ.J. van de Weg2017-02-241-2/+3
| | | * | | | Merge branch 'master' into zj-create-mattermost-teamZ.J. van de Weg2017-02-2411-14/+48
| | | |\ \ \ \
| | | * | | | | Fix bad merge [ci skip]Z.J. van de Weg2017-02-201-2/+2
| | | * | | | | Improve DRYness of viewsZ.J. van de Weg2017-02-161-2/+2
| | | * | | | | Create MM team for GitLab groupZ.J. van de Weg2017-02-161-0/+17
| * | | | | | | Add Upload model and UploadChecksumWorker workerRobert Speicher2017-03-061-0/+20
| |/ / / / / /
* | | | | | | Merge branch 'master' of gitlab.com:gitlab-org/gitlab-ce into orderable-issuesValery Sizov2017-03-064-0/+46
|\ \ \ \ \ \ \ | |/ / / / / /
| * | | | | | Remove unecessary defaults for uniq ip block, cleanup refactoring leftoversPawel Chojnacki2017-03-061-2/+2
| * | | | | | Remove unecessary calls to limit_user!, UniqueIps Middleware, and address MR ...Pawel Chojnacki2017-03-061-6/+6
| * | | | | | Allow limiting logging in users from too many different IPs.Pawel Chojnacki2017-03-061-0/+17
| | |_|_|/ / | |/| | | |
| * | | | | Move foreign key to separate migrationKamil Trzcinski2017-03-052-1/+11
| * | | | | Update db/schemaKamil Trzcinski2017-03-052-0/+0
| * | | | | Make triggers to be user awareKamil Trzcinski2017-03-051-1/+1
| * | | | | Make Pipeline Triggers to be user awareKamil Trzcinski2017-03-052-0/+19
| | |_|/ / | |/| | |
* | | | | Merge branch 'master' of gitlab.com:gitlab-org/gitlab-ce into orderable-issuesValery Sizov2017-03-032-0/+58
|\ \ \ \ \ | |/ / / /
| * | | | Update occurrences of MWBS to MWPSfix/mwbs-to-mwpsJames Lopez2017-03-012-0/+58
| | |_|/ | |/| |
* | | | Satisfy rubocopValery Sizov2017-03-021-1/+1
* | | | Merge branch 'master' of gitlab.com:gitlab-org/gitlab-ce into orderable-issuesValery Sizov2017-02-281-0/+2
|\ \ \ \ | |/ / /
| * | | Fix migration without DOWNTIME clause specifiedRuben Davila2017-02-281-0/+2
* | | | Merge branch 'master' of gitlab.com:gitlab-org/gitlab-ce into orderable-issuesValery Sizov2017-02-271-0/+11
|\ \ \ \ | |/ / /
| * | | Remove the default value for the `users.ghost` database column.Timothy Andrew2017-02-241-5/+1
| * | | Use a `ghost` boolean to track ghost users.Timothy Andrew2017-02-241-0/+15