- 04 Dec, 2017 31 commits
-
-
Robert Speicher authored
Show status of issuable links in wiki pages See merge request gitlab-org/gitlab-ce!15694
-
haseeb authored
-
Fatih Acet authored
issue note component rename See merge request gitlab-org/gitlab-ce!15587
-
Simon Knox authored
-
Douwe Maan authored
Move SingleRepositoryWorker#fsck into Gitlab::Git::Repository Closes gitaly#802 See merge request gitlab-org/gitlab-ce!15710
-
Robert Speicher authored
Use commit finder instead of rev parse See merge request gitlab-org/gitlab-ce!15683
-
Douwe Maan authored
Optimize API /groups/:id/projects by preloading assocations Closes #40308 See merge request gitlab-org/gitlab-ce!15475
-
Douwe Maan authored
Resolve "Upgrade Rails to 4.2.10" Closes #40691 See merge request gitlab-org/gitlab-ce!15662
-
Rémy Coutable authored
Add notice to Gollum initializer See merge request gitlab-org/gitlab-ce!15713
-
Rémy Coutable authored
Update parser gem to remove warning about wrong ruby version See merge request gitlab-org/gitlab-ce!15720
-
Kim "BKC" Carlbäcker authored
-
Sean McGivern authored
Remove db/fixtures/test/01_admin.rb (EE backport) See merge request gitlab-org/gitlab-ce!15711
-
Douwe Maan authored
Port of EE translations See merge request gitlab-org/gitlab-ce!15718
-
Gabriel Mazetto authored
-
Douwe Maan authored
New Crowdin translations See merge request gitlab-org/gitlab-ee!3378
-
Douwe Maan authored
Resolve "Email notifications not sent as expected" Closes #38862 See merge request gitlab-org/gitlab-ce!15686
-
Rémy Coutable authored
This backport a change made in the CE upstream MR, see https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/3593Signed-off-by: Rémy Coutable <remy@rymai.me>
-
Rémy Coutable authored
Fix typo in Elasticsearch Closes #40770 See merge request gitlab-org/gitlab-ce!15699
-
Francisco Lopez authored
-
Sean McGivern authored
For a user with the mention notification level set, the type of their corresponding NotificationRecipient must be :mention for them to receive an email. We set this correctly on notes, but we weren't adding it on new issues or MRs - perhaps because these users are also participants. But the type of the NotificationRecipient in that case would be :participant, not mention, so we have to add the mentioned users manually when creating an issue or MR. When editing an issue or MR, and there are newly-mentioned users to email, we still use the :new_issue and :new_merge_request actions, so this works for that case as well.
-
Douwe Maan authored
Fix the fork project functionality for projects with hashed storage Closes #40711 See merge request gitlab-org/gitlab-ce!15671
-
Jacob Vosmaer authored
-
Achilleas Pipinellis authored
Add version that the mermaid support was introduced See merge request gitlab-org/gitlab-ce!15688
-
Phil Hughes authored
Add underline hover state to all links Closes #24129 See merge request gitlab-org/gitlab-ce!15638
-
Annabel Dunstone Gray authored
-
Francisco Lopez authored
-
Douwe Maan authored
Keep track of all storage keys in a set See merge request gitlab-org/gitlab-ce!15613
-
Douwe Maan authored
Added default order to UserFinder Closes #40407 See merge request gitlab-org/gitlab-ce!15679
-
Francisco Javier López authored
-
Nick Thomas authored
Note the dependency on gitlab-shell v5.10.0
-
Rémy Coutable authored
Don't disable the Rails mailer when seeding the test environment See merge request gitlab-org/gitlab-ce!15690
-
- 03 Dec, 2017 1 commit
-
-
Takuya Noguchi authored
-
- 01 Dec, 2017 8 commits
-
-
Robert Speicher authored
-
Francisco Lopez authored
-
Achilleas Pipinellis authored
Documentation bug fixes: Added procedure to disable built-in Issues. See merge request gitlab-org/gitlab-ce!15581
-
Koichiro Mikami authored
-
Rémy Coutable authored
Signed-off-by: Rémy Coutable <remy@rymai.me>
-
Rémy Coutable authored
Changes since 4.2.8: - [No change in ActionMailer](https://github.com/rails/rails/blob/v4.2.10/actionmailer/CHANGELOG.md) - [1 change and 1 regression fix in ActionPack](https://github.com/rails/rails/blob/v4.2.10/actionpack/CHANGELOG.md) - [No change in ActiveModel](https://github.com/rails/rails/blob/v4.2.10/activemodel/CHANGELOG.md) - [7 fixes in ActiveRecord](https://github.com/rails/rails/blob/v4.2.10/activerecord/CHANGELOG.md) - [5 fixes in ActiveSupport](https://github.com/rails/rails/blob/v4.2.10/activesupport/CHANGELOG.md) - [No change in Railties](https://github.com/rails/rails/blob/v4.2.10/railties/CHANGELOG.md) Signed-off-by: Rémy Coutable <remy@rymai.me>
-
Francisco Lopez authored
-
Francisco Lopez authored
-