- 20 Nov, 2018 40 commits
-
-
Mike Greiling authored
-
Mike Greiling authored
-
Mike Greiling authored
-
Victor Wu authored
Add doc for epic state change notifications Closes #8476 See merge request gitlab-org/gitlab-ee!8528
-
Yorick Peterse authored
Make sidekiq-cluster play well with Sidekiq 5.2.2+ Closes gitlab-ce#54253 See merge request gitlab-org/gitlab-ee!8522
-
Sean McGivern authored
CE upstream - 2018-11-20 13:22 UTC Closes gitlab-ce#54189, #8488, and gitlab-ce#54236 See merge request gitlab-org/gitlab-ee!8533
-
Sean McGivern authored
Allow path access during testing Closes #8504 See merge request gitlab-org/gitlab-ee!8532
-
Sean McGivern authored
-
Robert Speicher authored
Push mirroring SSH support Closes gitlab-ce#49565 See merge request gitlab-org/gitlab-ee!8116
-
Sean McGivern authored
-
Sean McGivern authored
-
Sean McGivern authored
-
Sean McGivern authored
-
Robert Speicher authored
[ci skip]
-
GitLab Bot authored
# Conflicts: # CHANGELOG.md # locale/gitlab.pot # spec/models/merge_request_spec.rb # spec/models/project_wiki_spec.rb # spec/models/repository_spec.rb # spec/services/quick_actions/interpret_service_spec.rb [ci skip]
-
Stan Hu authored
Sidekiq 5.2.2 introduced a change (https://github.com/mperham/sidekiq/pull/3936/files) that prevents queue names from being duplicated. This breaks our current GitLab.com config because we have some sidekiq-cluster processes configured as the following: ```ruby sidekiq_cluster['queue_groups'] = ["process_commit,process_commit"] ``` To keep things backwards compatible, we now only pass unique queue names but scale the weights accordingly by the number of queues mentioned. Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/54253
-
Filipa Lacerda authored
Fix typos in specs and js See merge request gitlab-org/gitlab-ee!8455
-
Rémy Coutable authored
Enable even more frozen string for lib/gitlab See merge request gitlab-org/gitlab-ce!23225
-
Sean McGivern authored
CE upstream - 2018-11-20 08:21 UTC See merge request gitlab-org/gitlab-ee!8527
-
Sean McGivern authored
Exclude code owner from merge request participants to avoid spam Closes #8396 See merge request gitlab-org/gitlab-ee!8466
-
Marcia Ramos authored
Update 11.3-to-11.4.md See merge request gitlab-org/gitlab-ce!23142
-
Marcia Ramos authored
Update 11.2-to-11.3.md See merge request gitlab-org/gitlab-ce!23141
-
Nick Thomas authored
Fix PostReceive failing for project mirrors missing local branch Closes gitlab-ce#50843 See merge request gitlab-org/gitlab-ee!8495
-
Phil Hughes authored
Externalize strings from `/app/views/projects/diffs` See merge request gitlab-org/gitlab-ce!23230
-
Yorick Peterse authored
Documentation: Correct inaccurate phrase related to disable_ddl_transaction mode See merge request gitlab-org/gitlab-ce!21175
-
Marcia Ramos authored
Add docs on post-merge pipelines Closes #53527 See merge request gitlab-org/gitlab-ce!23054
-
Marcia Ramos authored
Add docs on post-merge pipelines See merge request gitlab-org/gitlab-ee!8530
-
-
Marcia Ramos authored
Add docs for linking in changed pages from MR widget Closes #53420 See merge request gitlab-org/gitlab-ce!22990
-
Marcia Ramos authored
Add docs for linking in changed pages from MR widget See merge request gitlab-org/gitlab-ee!8531
-
GitLab Release Tools Bot authored
[ci skip]
-
GitLab Release Tools Bot authored
[ci skip]
-
Achilleas Pipinellis authored
-
Sean McGivern authored
Revert "Merge branch 'zj-improve-gitaly-pb' into 'master'" See merge request gitlab-org/gitlab-ce!23229
-
Kushal Pandya authored
Fix a project icon in home panel view, #51157. Closes #51157 See merge request gitlab-org/gitlab-ce!23166
-
Sean McGivern authored
This reverts merge request !23140
-
Kushal Pandya authored
Change breadcrumb title for contribution charts Closes #44567 See merge request gitlab-org/gitlab-ce!23071
-
Filipa Lacerda authored
Fixed the dimensions of image diffs Closes #54236 See merge request gitlab-org/gitlab-ce!23195
-
Achilleas Pipinellis authored
Fixes to AWS documentation See merge request gitlab-org/gitlab-ce!23198
-
Brendan O'Leary 🐢 authored
-