summaryrefslogtreecommitdiff
path: root/db/migrate
Commit message (Collapse)AuthorAgeFilesLines
* Fix routes index migrationSean McGivern2017-03-211-2/+2
| | | | | | | For example: index_exists?(:routes, name: INDEX_NAME) # => false index_exists?(:routes, :path, name: INDEX_NAME) # => true
* Add LIKE index for routes.pathYorick Peterse2017-03-211-0/+29
| | | | | | | | Nested groups support uses queries along the lines of `path LIKE 'X/%'`. For these queries to use an index on PostgreSQL we need to use either the varchar_pattern_ops or text_pattern_ops operator class. Fixes https://gitlab.com/gitlab-org/gitlab-ce/issues/29554
* add an index to the ghost columnhttp://jneen.net/2017-03-201-0/+24
|
* Merge branch 'issue_27212' into 'master' Sean McGivern2017-03-201-0/+7
|\ | | | | | | | | | | | | Add closed_at field to issues Closes #27212 See merge request !9977
| * Add closed_at field to issuesFelipe Artur2017-03-171-0/+7
| |
* | All CI offline migrationsKamil Trzciński2017-03-176-1/+170
|/
* Add ability to disable Merge Request URL on pushAlex Sanford2017-03-171-0/+18
|
* 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
| | | | | This reverts commit 5e9666880376b3f53edb95cba77b5642d3cc1810, reversing changes made to b35378a938e22f745b6c6ea32b53cb50f9b6c627.
* Use `remove_foreign_key :timelogs, name: '...'`Lin Jen-Shin2017-03-141-9/+2
| | | | | Feedback: https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/9908#note_25324225
* Drop the index only for postgresql, becauseLin Jen-Shin2017-03-141-1/+2
| | | | | | mysql cannot simply drop the index without dropping the corresponding foreign key, and we certainly don't want to drop the foreign key here.
* 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
| | | | Closes #29106
* 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 cop to ensure reversibility of add_concurrent_index See merge request !9771
| | * 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 shard See merge request !9597
| | * | Update storage settings to allow extra values per shard28447-hybrid-repository-storagesAlejandro Rodríguez2017-03-034-5/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | This will be necessary when adding gitaly settings. This version doesn't make any functional changes, but allows us to include this breaking change in 9.0 and add the needed extra settings in the future with backwards compatibility
| * | | 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 ↵Douwe Maan2017-03-072-0/+36
| |\ \ \ | | |/ / | |/| | | | | | 'origin/personal_access_token_api_and_impersonation_token'
| | * | 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
| |\ \ \ | | | | | | | | | | | | | | | # Conflicts: # spec/models/group_spec.rb
| | * \ \ Merge branch 'zj-create-mattermost-team' into 'master' Kamil Trzciński2017-03-061-0/+18
| | |\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Create Mattermost Team from GitLab Closes #23964 See merge request !8746
| | | * \ \ Merge branch 'master' into 'zj-create-mattermost-team'Zeger-Jan van de Weg2017-03-063-0/+29
| | | |\ \ \ | | | | | | | | | | | | | | | | | | | | | # Conflicts: # db/schema.rb
| | | * | | | 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
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | review - cleanup formating in haml - clarify time window is in seconds - cleanup straneous chunks in db/schema - rename count_uniqe_ips to update_and_return_ips_count - other
| * | | | | | 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
| | |_|/ / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | - they can have owner, - they can be edited, - they have description, - you can take ownership of them
* | | | | Merge branch 'master' of gitlab.com:gitlab-org/gitlab-ce into orderable-issuesValery Sizov2017-03-032-0/+58
|\ \ \ \ \ | |/ / / /