- 03 Aug, 2017 13 commits
-
-
Yorick Peterse authored
By adding various composite indexes we can reduce the time spent retrieving issue lists. Because of the way these indexes are built column wise we can also remove some standalone indexes, keeping the total number of indexes in check.
-
Sean McGivern authored
Don't send rejection mails for all auto-generated mails Closes #28472 See merge request !13254
-
Rémy Coutable authored
Ensure we run installation Rake tasks in a clean env in TestEnv Closes #35859 See merge request !13249
-
Lin Jen-Shin authored
This would be much more accurate. We assume this is an auto-generated email if such header is provided, and the value is not "no". It could also be: "auto-generated", "auto-replied", or other values from extension. It seems that only "no" could mean that this is sent by a human. See: https://tools.ietf.org/html/rfc3834
-
Sean McGivern authored
Do not validate CSRF token in API unless needed Closes #35705 See merge request !13256
-
Rémy Coutable authored
Remove test gitaly when older than version file See merge request !13250
-
Jacob Vosmaer (GitLab) authored
-
Filipa Lacerda authored
Fly-out dropdown menu in new sidebar Closes #34026 See merge request !12938
-
Filipa Lacerda authored
Fix Prometheus application settings help link to point to Prometheus help page Closes #33921 See merge request !13258
-
Douwe Maan authored
Disable the Rails/Delegate cop Closes #35869 See merge request !13267
-
Rémy Coutable authored
Empty project factory by default See merge request !13260
-
Rémy Coutable authored
See https://gitlab.com/gitlab-org/gitlab-ce/issues/35869 for the rationale. Signed-off-by: Rémy Coutable <remy@rymai.me>
-
Stan Hu authored
Change project FK migration to skip existing FKs Closes #35243 See merge request !13235
-
- 02 Aug, 2017 27 commits
-
-
Robert Speicher authored
-
Robert Speicher authored
-
Robert Speicher authored
-
Robert Speicher authored
-
Pawel Chojnacki authored
-
Rémy Coutable authored
Signed-off-by: Rémy Coutable <remy@rymai.me>
-
Rémy Coutable authored
If we call `system('rake', 'taks_name')`, `ENV['RUBYOPT']` is set to `'-rbundler/setup'` but some tasks (e.g. `gitlab:gitaly:install` need a clean env since they install their own Gem bundle. Signed-off-by: Rémy Coutable <remy@rymai.me>
-
Lin Jen-Shin authored
Also make it easier to have mailer helper
-
Douwe Maan authored
-
Phil Hughes authored
-
Phil Hughes authored
Add icons to project sidebar Closes #34027 and #35877 See merge request !13204
-
Annabel Dunstone Gray authored
-
Rémy Coutable authored
Uniquify reserved word usernames on OAuth user creation See merge request !13244
-
Rémy Coutable authored
Synchronous zanata community contribution translation Closes #35003 See merge request !13242
-
Filipa Lacerda authored
Show auto-generated avatars in Groups dashboard tree for Groups without avatars See merge request !13188
-
Rémy Coutable authored
Make Delete Merged Branches handle wildcard protected branches correctly Closes #35592 See merge request !13251
-
Sean McGivern authored
Update milestone docs CE See merge request !13233
-
Victor Wu authored
-
Robin Bobbitt authored
-
Toon Claes authored
The "Delete Merged Branches" button should filter out protected branches matching the wildcard patterns. Closes gitlab-org/gitlab-ce#35592.
-
Yorick Peterse authored
This changes the migration ProjectForeignKeysWithCascadingDeletes so that it does not add already existing foreign keys and indexes, making it easier to re-run the migration.
-
Rémy Coutable authored
Expose target_iid in Events API See merge request !13247
-
Rémy Coutable authored
Extending API for protected branches See merge request !12756
-
Eric authored
-
Sean McGivern authored
Add rugged_is_ancestor method See merge request !13232
-
Sean McGivern authored
Fix Issue board when using Ruby 2.4 Closes #35769 See merge request !13220
-
Rémy Coutable authored
Make the 'issuables list meta-data' shared example less dangerous See merge request !13236
-