- 23 Nov, 2017 2 commits
-
-
Sean McGivern authored
Make Issue Boards sidebar subscriptions async Closes #39167 and #40094 See merge request gitlab-org/gitlab-ce!15364 (cherry picked from commit 7a61a8e09bcab5e0cb37ddb13900a5c07ef18918) d2699aea Add issue sidebar and toggle_subscription endpoint in board issues data f494dbc5 Async notification subscriptions in issue boards
-
Sean McGivern authored
Resolve "Notes API for issues no longer returns label additions/removals" Closes #39461 See merge request gitlab-org/gitlab-ce!15080 (cherry picked from commit f562e69eab0d7bac8ea20d29c3df981289dd8cdb) 38ffd1bc7b87 fix the commit reference pattern from matching other entities b44999acfa67 try to fix the failing spec on external refs 445273512a49 reverting to the simpler approach 0922444ffcff fix the linting error 8acad6cd0631 add the missing spec bc6b9a624669 add `#with_metadata` scope to remove a N+1 from the notes' API
-
- 22 Nov, 2017 5 commits
-
-
Michael Kozono authored
-
Michael Kozono authored
[ci skip]
-
Stan Hu authored
Temporarily force disable prometheus metrics See merge request gitlab-org/gitlab-ce!15549 (cherry picked from commit 3193f13b444dc08366ebe2c223fb59ef2862f30b) bf77f1cd Force disable Prometheus metrics
-
Michael Kozono authored
Fix incorrect merge in GitLab QA entry page See merge request gitlab-org/gitlab-ce!15540
-
Grzegorz Bizon authored
-
- 21 Nov, 2017 8 commits
-
-
Michael Kozono authored
-
Michael Kozono authored
[ci skip]
-
Winnie Hellmann authored
-
Stan Hu authored
ignore hashed repos (for now) when using `rake gitlab:cleanup:repos` Closes #40291 See merge request gitlab-org/gitlab-ce!15520 (cherry picked from commit b462edfddbd8e8b4449a6ae8cf482a9255f5d550) Conflicts: lib/tasks/gitlab/cleanup.rake
-
Stan Hu authored
FileUploader should use Hashed Storage only when project is migrated See merge request gitlab-org/gitlab-ce!15526 (cherry picked from commit c63c41afca6d184d22283c2b4f4363bb1ddaaf89) d0f6b0a7f551 FileUploader should check for hashed_storage?(:attachments) to use disk_path
-
Douwe Maan authored
Optimize read-only middleware so that it does not consume as much CPU Closes #40185 and gitlab-com/infrastructure#3240 See merge request gitlab-org/gitlab-ce!15504 (cherry picked from commit 6c3398165469de7890cd7881b175858f7c6be8e5) 3c52e2f0 Optimize read-only middleware so that it does not consume as much CPU cba68d33 use `Gitlab::Routing.url_helpers` instead of `Rails.application.routes.url_helpers` 91075c82 check for `read_only?` first before seeing if request is disallowed aeb2f49f Revert "check for `read_only?` first before seeing if request is disallowed"
-
Stan Hu authored
Opt in gitaly See merge request gitlab-org/gitlab-ce!15522
-
Alejandro Rodríguez authored
-
- 20 Nov, 2017 5 commits
-
-
Winnie Hellmann authored
-
Douwe Maan authored
Fix conflict highlighting See merge request gitlab-org/gitlab-ce!15463 (cherry picked from commit 202ab62874bb3d828ab48017550660d461e8cf6b) 64a9e53b Fix conflict highlighting
-
Rémy Coutable authored
Merge branch '40300-cannot-list-tags-in-a-repository-mirror-when-hashed-storage-in-use' into 'master' Fix Gitlab::Git::Repository#remote_tags using unexisting variable Closes #40300 See merge request gitlab-org/gitlab-ce!15466 (cherry picked from commit c563661f910934f1103690d46f9af8a75423077d) 63beaa32 Fix Gitlab::Git::Repository#remote_tags using unexisting variable d622a8c5 Merge branch 'master' into 40300-cannot-list-tags-in-a-repository-mirror-when-hashed-storage-in-use
-
Douwe Maan authored
Remove the selects when counting the last page Closes #40266 See merge request gitlab-org/gitlab-ce!15456 (cherry picked from commit c406824d319e5b1a073af7cf55c3f24bfa66e2a4) 5a335c4d Remove the selects when counting the last page
-
Stan Hu authored
Fix project transfer with hashed-storage attachments Closes gitlab-ee#4056 See merge request gitlab-org/gitlab-ce!15457 (cherry picked from commit 121508f81fec8773af37a345abb6c33b7a3c4518) 9b3b0f02 Fix project transfer with hashed-storage attachments
-
- 17 Nov, 2017 17 commits
-
-
Michael Kozono authored
-
Winnie Hellmann authored
Prepare 10.2 RC3 release See merge request gitlab-org/gitlab-ce!15404
-
Douwe Maan authored
Use relative git object paths to construct absolute ones before setting Env See merge request gitlab-org/gitlab-ce!15376 (cherry picked from commit fcd721d3f6bd) cc891e6276c5 Use relative git object paths to construct absolute ones before setting Env
-
Douwe Maan authored
Merge branch '40230-groups-gitlab-org-labels-json-redirects-to-groups-gitlab-org-labels-json' into 'master' Resolve "/groups/gitlab-org/labels.json redirects to /groups/gitlab-org/-/labels/.json" Closes #40230 See merge request gitlab-org/gitlab-ce!15427 (cherry picked from commit 7142af49fa5947d439c1c539140538fc740f5187) 9f921b73 Don't add a trailing slash in group redirects
-
Nick Thomas authored
Fix hashed storage with project transfers to another namespace Closes gitlab-ee#4056 See merge request gitlab-org/gitlab-ce!15444 (cherry picked from commit 76b2a7caa5219662a29f0eb16f0507aac1976f33) 0c085aaf Fix hashed storage with project transfers to another namespace
-
Kamil Trzciński authored
Optimise getting the pipeline status of commits See merge request gitlab-org/gitlab-ce!15332 (cherry picked from commit 6d36c3b5de7772415b1176b8247c34053b826a74) ab16a6fb Optimise getting the pipeline status of commits
-
Sean McGivern authored
Fix go-import meta data when enabled_git_access_protocol is a blank string Closes #40256 See merge request gitlab-org/gitlab-ce!15448 (cherry picked from commit 69dd59aec9e5f8959fa36eb74db28d71aad4212b) f767dd4a Fix go-import meta data when enabled_git_access_protocol is a blank string
-
Sean McGivern authored
Convert migration to populate latest merge request ID into a background migration See merge request gitlab-org/gitlab-ce!15440 (cherry picked from commit 2dff37762f76b195d6b36d73dab544d0ec5e6c83) 5cecff89 Convert migration to populate latest merge request ID into a background migration
-
Rémy Coutable authored
Always return full avatar URL for private/internal groups/projects when asset host is set See merge request gitlab-org/gitlab-ce!15288 (cherry picked from commit ae8118994e8a) 0cf25867 Always return full avatar URL for private/internal groups/projects when asset host is set d4babd26 Remove specs that are testing behavior already tested in Avatarable unit tests
-
Winnie Hellmann authored
Set 0.69.0 instead of latest for codeclimate image See merge request gitlab-org/gitlab-ce!15445 (cherry picked from commit 10c216dabb44605d5e8711a0158e3087289e8889) 06c9327c Set 0.69.0 instead of latest for codeclimate image
-
Marcia Ramos authored
Refactor Cluster docs Closes #39952 See merge request gitlab-org/gitlab-ce!15418 (cherry picked from commit d41e66cb632cf4a51428c87a07cbdd182e3e0697) 644a2941 Add info about the installed apps in the Cluster docs b7a01e08 Add info on creating your own k8s cluster from the cluster page ee7ecc81 Add Ingress description from official docs 3b9773fc Change to Google Kubernetes Cluster and add internal links bacf671a Move installation of apps higher
-
Douwe Maan authored
Cache the number of user SSH keys See merge request gitlab-org/gitlab-ce!15401 (cherry picked from commit 66bf283d0af91d916a00f269eab062b19f690c6a) 3e561736 Cache the number of user SSH keys
-
Rémy Coutable authored
Isolate the fork network background migrations See merge request gitlab-org/gitlab-ce!15393 (cherry picked from commit c5720382e67b18258c71d717c0e8073cc322b308) 2fadd72daf9b Isolate the fork network background migrations
-
Tim Zallmann authored
Update queries to remove duplicate entries (CE version) See merge request gitlab-org/gitlab-ce!15254 (cherry picked from commit 03f24ea9171f) a8df46be65ac Adjust metrics to ignore Job tag to support k8s 1.7+ 6255371d1835 Fix to use variable 4857cfe5f948 Fix CPU metric 17ba9d9f35c3 Change label to be more consistent, not a series. 6c9d5063ffc6 Uodate docs
-
Sean McGivern authored
Make sure NotesActions#noteable returns a Noteable in the update action Closes #40208 See merge request gitlab-org/gitlab-ce!15421 (cherry picked from commit 5fbda2af920a86e11696cae5b3397c3241f21b77) 88c3df0cde00 Make sure NotesActions#noteable returns a Noteable in the update action
-
Sean McGivern authored
Adjust openid_connect_spec to use `raise_error` Closes #40093 See merge request gitlab-org/gitlab-ce!15420 (cherry picked from commit 37cca88d055491d1b2b15b72aa6968eb076da2a0) ab65c53192d1 Adjust openid_connect_spec to use `raise_error`
-
Filipa Lacerda authored
Backport delete epic changes Closes #40162 See merge request gitlab-org/gitlab-ce!15414 (cherry picked from commit c3d8bc354844defee3375f8cb7a94d5a1002b1db) 54ef5941e1ea Backport delete epic changes
-
- 16 Nov, 2017 3 commits
-
-
Douwe Maan authored
Add readme only default project view preference See merge request gitlab-org/gitlab-ce!15415 (cherry picked from commit fcebae93c37f) 616b9f4d0a31 Add readme only default project view preference
-
Kamil Trzciński authored
Update container repository path reference Closes #40199 See merge request gitlab-org/gitlab-ce!15417 (cherry picked from commit e9f0531b20c4) 678519d98cc4 Update container repository path reference 37d918fd551c Add changelog for container repository path update
-
Phil Hughes authored
Resolve "Clicking on GPG verification badge jumps to top of the page" Closes #40198 See merge request gitlab-org/gitlab-ce!15407 (cherry picked from commit e8f57837fff4) d75b3380 fix issue where clicking GPG verification badge would cause page to scroll to top 4a5046c4 add CHANGELOG.md entry for !15407
-