- 04 Dec, 2017 21 commits
-
-
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
-
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
-
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
-
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 18 commits
-
-
Robert Speicher 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>
-
Achilleas Pipinellis authored
-
Robert Speicher authored
Merge branch '40746-broken-master-due-to-failure-in-spec-services-clusters-applications-schedule_installation_service_spec-rb' into 'master' Ensure `Namespace`'s is namespaced in `Gitlab::Kubernetes::Helm#initialize` and fix a transient failing spec due to that Closes #40746 See merge request gitlab-org/gitlab-ce!15684
-
Bob Van Landuyt authored
That way we don't need the to scan the entire keyspace to get all known keys
-
Rémy Coutable authored
Ensure `Namespace`'s is namespaced in `Gitlab::Kubernetes::Helm#initialize` and fix a transient failing spec due to that Signed-off-by: Rémy Coutable <remy@rymai.me>
-
Phil Hughes authored
Show only group name by default and put full namespace in tooltip in Groups tree Closes #40286 See merge request gitlab-org/gitlab-ce!15650
-
Kamil Trzciński authored
Extract class responsible for building a pipeline Closes #38460 See merge request gitlab-org/gitlab-ce!14762
-
kushalpandya authored
-
Kushal Pandya authored
-
Grzegorz Bizon authored
Adds validation for Project#ci_config_path not to contain leading slash Closes #34683 See merge request gitlab-org/gitlab-ce!15672
-
Christiaan Van den Poel authored
-
Rémy Coutable authored
Gracefully handle case when repository's root ref does not exist Closes #40615 See merge request gitlab-org/gitlab-ce!15678
-
Grzegorz Bizon authored
Set EE variable for package build triggers from GitLab EE repository Closes omnibus-gitlab#3006 See merge request gitlab-org/gitlab-ce!15677
-
Stan Hu authored
This was failing regularly with an Error 500 when the API branches endpoint was used. Closes #40615
-