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 | 1 | -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 column | http://jneen.net/ | 2017-03-20 | 1 | -0/+24 |
| | |||||
* | Merge branch 'issue_27212' into 'master' | Sean McGivern | 2017-03-20 | 1 | -0/+7 |
|\ | | | | | | | | | | | | | Add closed_at field to issues Closes #27212 See merge request !9977 | ||||
| * | Add closed_at field to issues | Felipe Artur | 2017-03-17 | 1 | -0/+7 |
| | | |||||
* | | All CI offline migrations | Kamil Trzciński | 2017-03-17 | 6 | -1/+170 |
|/ | |||||
* | Add ability to disable Merge Request URL on push | Alex Sanford | 2017-03-17 | 1 | -0/+18 |
| | |||||
* | Revert the AddNotifiedOfOwnActivityToUsers migrationrs-revert-notified-of-own-activity-migration | Robert Speicher | 2017-03-15 | 1 | -0/+24 |
| | |||||
* | Revert "Merge branch 'option-to-be-notified-of-own-activity' into 'master' | Stan Hu | 2017-03-15 | 1 | -14/+0 |
| | | | | | This reverts commit 5e9666880376b3f53edb95cba77b5642d3cc1810, reversing changes made to b35378a938e22f745b6c6ea32b53cb50f9b6c627. | ||||
* | 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 | 7 | -6/+17 |
| | | | | Closes #29106 | ||||
* | Merge branch 'master' into orderable-issues | Douwe Maan | 2017-03-07 | 26 | -27/+194 |
|\ | |||||
| * | 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 '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 | 1 | -0/+37 |
| |\ \ \ | | |_|/ | |/| | | |||||
| | * | | Implement OpenID Connect identity provider | Markus Koller | 2017-03-07 | 1 | -0/+37 |
| | | | | |||||
| * | | | Merge remote-tracking branch ↵ | Douwe Maan | 2017-03-07 | 2 | -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_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 | 1 | -0/+18 |
| | | | | |||||
| | * | | manage personal_access_tokens through api | Simon Vocella | 2017-02-28 | 1 | -0/+18 |
| | | | | |||||
* | | | | 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 | 2 | -0/+38 |
|\ \ \ \ | |/ / / | |||||
| * | | | Merge branch 'master' into 'rs-carrierwave-db'rs-carrierwave-db | Douwe Maan | 2017-03-06 | 1 | -0/+18 |
| |\ \ \ | | | | | | | | | | | | | | | | # Conflicts: # spec/models/group_spec.rb | ||||
| | * \ \ | Merge branch 'zj-create-mattermost-team' into 'master' | Kamil Trzciński | 2017-03-06 | 1 | -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 Weg | 2017-03-06 | 3 | -0/+29 |
| | | |\ \ \ | | | | | | | | | | | | | | | | | | | | | | # Conflicts: # db/schema.rb | ||||
| | | * | | | | Minor edits, incorporate review | Z.J. van de Weg | 2017-03-06 | 1 | -3/+1 |
| | | | | | | | |||||
| | | * | | | | Merge branch 'master' into zj-create-mattermost-team | Z.J. van de Weg | 2017-03-02 | 5 | -0/+82 |
| | | |\ \ \ \ | | | | | |_|/ | | | | |/| | | |||||
| | | * | | | | Improve UX | Z.J. van de Weg | 2017-03-02 | 1 | -1/+3 |
| | | | | | | | |||||
| | | * | | | | Fix tests | Z.J. van de Weg | 2017-02-24 | 1 | -2/+3 |
| | | | | | | | |||||
| | | * | | | | Merge branch 'master' into zj-create-mattermost-team | Z.J. van de Weg | 2017-02-24 | 11 | -14/+48 |
| | | |\ \ \ \ | |||||
| | | * | | | | | Fix bad merge [ci skip] | Z.J. van de Weg | 2017-02-20 | 1 | -2/+2 |
| | | | | | | | | |||||
| | | * | | | | | Improve DRYness of views | Z.J. van de Weg | 2017-02-16 | 1 | -2/+2 |
| | | | | | | | | |||||
| | | * | | | | | Create MM team for GitLab group | Z.J. van de Weg | 2017-02-16 | 1 | -0/+17 |
| | | | | | | | | |||||
| * | | | | | | | Add Upload model and UploadChecksumWorker worker | Robert Speicher | 2017-03-06 | 1 | -0/+20 |
| |/ / / / / / | |||||
* | | | | | | | Merge branch 'master' of gitlab.com:gitlab-org/gitlab-ce into orderable-issues | Valery Sizov | 2017-03-06 | 4 | -0/+46 |
|\ \ \ \ \ \ \ | |/ / / / / / | |||||
| * | | | | | | Remove unecessary defaults for uniq ip block, cleanup refactoring leftovers | Pawel Chojnacki | 2017-03-06 | 1 | -2/+2 |
| | | | | | | | |||||
| * | | | | | | Remove unecessary calls to limit_user!, UniqueIps Middleware, and address MR ↵ | Pawel Chojnacki | 2017-03-06 | 1 | -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 Chojnacki | 2017-03-06 | 1 | -0/+17 |
| | |_|_|/ / | |/| | | | | |||||
| * | | | | | Move foreign key to separate migration | Kamil Trzcinski | 2017-03-05 | 2 | -1/+11 |
| | | | | | | |||||
| * | | | | | Update db/schema | Kamil Trzcinski | 2017-03-05 | 2 | -0/+0 |
| | | | | | | |||||
| * | | | | | Make triggers to be user aware | Kamil Trzcinski | 2017-03-05 | 1 | -1/+1 |
| | | | | | | |||||
| * | | | | | Make Pipeline Triggers to be user aware | Kamil Trzcinski | 2017-03-05 | 2 | -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-issues | Valery Sizov | 2017-03-03 | 2 | -0/+58 |
|\ \ \ \ \ | |/ / / / |