Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix routes index migration | Sean McGivern | 2017-03-21 | 1 | -2/+2 |
| | | | | | | | For example: index_exists?(:routes, name: INDEX_NAME) # => false index_exists?(:routes, :path, name: INDEX_NAME) # => true | ||||
* | Add LIKE index for routes.path | Yorick Peterse | 2017-03-21 | 2 | -4/+34 |
| | | | | | | | | 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 | ||||
* | Merge branch 'dz-improve-rename-projects-migration' into 'master' | Yorick Peterse | 2017-03-21 | 1 | -30/+1 |
|\ | | | | | | | | | | | | | Improve rename projects migration Closes #29556 See merge request !10009 | ||||
| * | Improve rename projects migration | Dmitriy Zaporozhets | 2017-03-20 | 1 | -30/+1 |
| | | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | ||||
* | | Merge branch 'perf/add-index-to-user-ghost' into 'master' | Douwe Maan | 2017-03-21 | 2 | -3/+28 |
|\ \ | | | | | | | | | | | | | add an index to the ghost column See merge request !9910 | ||||
| * | | add an index to the ghost column | http://jneen.net/ | 2017-03-20 | 2 | -3/+28 |
| | | | |||||
* | | | Merge branch '29671-remove-useless-options' into 'master' | Douwe Maan | 2017-03-21 | 1 | -1/+1 |
|\ \ \ | |/ / |/| | | | | | | | | | | | | | | Remove useless options from db/fixtures/development/17_cycle_analytics.rb Closes #29671 See merge request !10086 | ||||
| * | | Remove useless options from db/fixtures/development/17_cycle_analytics.rb | Rémy Coutable | 2017-03-20 | 1 | -1/+1 |
| | | | | | | | | | | | | Signed-off-by: Rémy Coutable <remy@rymai.me> | ||||
* | | | Merge branch 'issue_27212' into 'master' | Sean McGivern | 2017-03-20 | 2 | -1/+9 |
|\ \ \ | |/ / |/| | | | | | | | | | | | | | | Add closed_at field to issues Closes #27212 See merge request !9977 | ||||
| * | | Add closed_at field to issues | Felipe Artur | 2017-03-17 | 2 | -1/+9 |
| | | | |||||
* | | | All CI offline migrations | Kamil Trzciński | 2017-03-17 | 8 | -102/+272 |
|/ / | |||||
* | | Add ability to disable Merge Request URL on push | Alex Sanford | 2017-03-17 | 2 | -0/+19 |
|/ | |||||
* | Fix statements timeout in manual actions migrationfix/gb/fix-timeouts-in-manual-actions-migration | Grzegorz Bizon | 2017-03-16 | 1 | -0/+4 |
| | |||||
* | Revert the AddNotifiedOfOwnActivityToUsers migrationrs-revert-notified-of-own-activity-migration | Robert Speicher | 2017-03-15 | 2 | -1/+25 |
| | |||||
* | Revert "Merge branch 'option-to-be-notified-of-own-activity' into 'master' | Stan Hu | 2017-03-15 | 2 | -15/+0 |
| | | | | | This reverts commit 5e9666880376b3f53edb95cba77b5642d3cc1810, reversing changes made to b35378a938e22f745b6c6ea32b53cb50f9b6c627. | ||||
* | Merge branch 'test-db-rollback' into 'master' | Kamil Trzciński | 2017-03-15 | 10 | -9/+20 |
|\ | | | | | | | | | | | | | Add a test which would rollback db and migrate again Closes #29106 See merge request !9908 | ||||
| * | Use `remove_foreign_key :timelogs, name: '...'` | Lin Jen-Shin | 2017-03-14 | 1 | -9/+2 |
| | | | | | | | | | | Feedback: https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/9908#note_25324225 | ||||
| * | Drop the index only for postgresql, because | Lin Jen-Shin | 2017-03-14 | 1 | -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 method | Lin Jen-Shin | 2017-03-14 | 1 | -0/+1 |
| | | |||||
| * | Fix for postgresql | Lin Jen-Shin | 2017-03-14 | 4 | -4/+12 |
| | | |||||
| * | Add a test which would rollback db and migrate again | Lin Jen-Shin | 2017-03-14 | 8 | -7/+19 |
| | | | | | | | | Closes #29106 | ||||
* | | Fixing two migrations that could not be rolled backfix-migration-rc1-rollback | DJ Mountney | 2017-03-14 | 2 | -2/+6 |
| | | | | | | | | when rolling back from 9-0-stable to 8.17.3 | ||||
* | | [Issue Sorting] Improve migration | Valery Sizov | 2017-03-14 | 1 | -4/+3 |
| | | |||||
* | | Added migration to reset existing relative_position for issues | Valery Sizov | 2017-03-14 | 1 | -0/+18 |
| | | |||||
* | | Merge branch 'dz-blacklist--names' into 'master' | Douwe Maan | 2017-03-13 | 2 | -1/+102 |
|\ \ | | | | | | | | | | | | | | | | | | | Blacklist nested groups and project names that can cause ambiguous routing for HA Closes #29324 See merge request !9898 | ||||
| * | | Reserve few project and nested group paths | Dmitriy Zaporozhets | 2017-03-13 | 2 | -1/+102 |
| |/ | | | | | | | | | | | | | That have wildcard routes associated and not reserved yet: artifacts, graphs, badges and refs Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | ||||
* | | Trigger refreshing of permissions in a migrationrefresh-permissions-recent-users | Yorick Peterse | 2017-03-13 | 1 | -0/+19 |
|/ | | | | | | This migration resets `users.authorized_projects_populated` (in batches) so that active users' permissions are refreshed on the next request. This ensures that their permissions are properly stored. | ||||
* | Merge branch 'master' into orderable-issues | Douwe Maan | 2017-03-07 | 28 | -30/+224 |
|\ | |||||
| * | Merge branch 'dm-add-concurrent-index-cop' into 'master' | Yorick Peterse | 2017-03-07 | 19 | -22/+116 |
| |\ | | | | | | | | | | | | | Add cop to ensure reversibility of add_concurrent_index See merge request !9771 | ||||
| | * | Add downtime constantsdm-add-concurrent-index-cop | Douwe Maan | 2017-03-07 | 3 | -0/+6 |
| | | | |||||
| | * | Add cop to ensure reversibility of add_concurrent_index | Douwe Maan | 2017-03-07 | 19 | -22/+110 |
| | | | |||||
| * | | Merge branch 'zj-variables-build-job' into 'master' | Kamil Trzciński | 2017-03-07 | 1 | -2/+2 |
| |\ \ | | | | | | | | | | | | | | | | | | | | | | | | | Rename BUILD to JOB in CI Variables Closes #29053 See merge request !9756 | ||||
| | * | | Rename BUILD to JOB in CI Variableszj-variables-build-job | Z.J. van de Weg | 2017-03-07 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Given GitLab moves away from using the term build, everywhere, also the CI variables are being renamed. For now, both `CI_BUILD_X` and `CI_JOB_X` are supported, with the same values. However, in about 3 months, support will be dropped. | ||||
| * | | | Merge branch '28447-hybrid-repository-storages' into 'master' | Sean McGivern | 2017-03-07 | 4 | -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-storages | Alejandro Rodríguez | 2017-03-03 | 4 | -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 McGivern | 2017-03-07 | 3 | -0/+63 |
| |\ \ \ \ | | |_|_|/ | |/| | | | |||||
| | * | | | Implement OpenID Connect identity provider | Markus Koller | 2017-03-07 | 3 | -0/+63 |
| | | |/ | | |/| | |||||
| * | | | Merge remote-tracking branch ↵ | Douwe Maan | 2017-03-07 | 3 | -1/+38 |
| |\ \ \ | | |/ / | |/| | | | | | | 'origin/personal_access_token_api_and_impersonation_token' | ||||
| | * | | apply codestyle and implementation changes to the respective feature codepersonal_access_token_api_and_impersonation_token | Tiago Botelho | 2017-03-06 | 1 | -1/+1 |
| | | | | |||||
| | * | | applies relevant changes to the code and code structure | Tiago Botelho | 2017-02-28 | 1 | -1/+1 |
| | | | | |||||
| | * | | add impersonation token | Simon Vocella | 2017-02-28 | 2 | -0/+19 |
| | | | | |||||
| | * | | manage personal_access_tokens through api | Simon Vocella | 2017-02-28 | 2 | -1/+19 |
| | | | | |||||
* | | | | Fix AddRelativePositionToIssues migration | Valery Sizov | 2017-03-07 | 1 | -2/+8 |
| | | | | |||||
* | | | | Merge branch 'master' of gitlab.com:gitlab-org/gitlab-ce into orderable-issues | Valery Sizov | 2017-03-07 | 5 | -2/+84 |
|\ \ \ \ | |/ / / | |||||
| * | | | Merge branch '26371-native-emojis-v3' into 'master' | Filipa Lacerda | 2017-03-07 | 1 | -1/+1 |
| |\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add emoji images - Base Native Unicode Emojis Closes #26371 See merge request !9569 | ||||
| | * | | | Fix up @DouweM review | Eric Eastwood | 2017-03-06 | 1 | -1/+1 |
| | | | | | |||||
| * | | | | Merge branch 'master' into 'rs-carrierwave-db'rs-carrierwave-db | Douwe Maan | 2017-03-06 | 2 | -0/+29 |
| |\ \ \ \ | | | | | | | | | | | | | | | | | | | # Conflicts: # spec/models/group_spec.rb | ||||
| | * \ \ \ | Merge branch 'zj-create-mattermost-team' into 'master' | Kamil Trzciński | 2017-03-06 | 2 | -0/+29 |
| | |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Create Mattermost Team from GitLab Closes #23964 See merge request !8746 | ||||
| | | * \ \ \ | Merge branch 'master' into 'zj-create-mattermost-team' | Zeger-Jan van de Weg | 2017-03-06 | 4 | -2/+34 |
| | | |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | # Conflicts: # db/schema.rb | ||||
| | | * \ \ \ \ | Merge branch 'master' into zj-create-mattermost-team | Z.J. van de Weg | 2017-03-06 | 1 | -2/+2 |
| | | |\ \ \ \ \ | | | | | |_|_|/ | | | | |/| | | |