- 21 Nov, 2017 3 commits
-
-
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
-
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"
-
Alejandro Rodríguez authored
-
- 20 Nov, 2017 3 commits
-
-
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
-
- 17 Nov, 2017 4 commits
-
-
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
-
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
-
- 16 Nov, 2017 1 commit
-
-
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
-
- 15 Nov, 2017 3 commits
-
-
Stan Hu authored
Fix gitlab:backup rake for hashed storage based repositories Closes #39573 See merge request gitlab-org/gitlab-ce!15400 (cherry picked from commit 9a77b0754be5) 1b80b0046045 Fix dumping hashed storage based repository 97a15483462d Changelog
-
Yorick Peterse authored
Don't try to create fork network memberships for forks of forks Closes #40072 See merge request gitlab-org/gitlab-ce!15366 (cherry picked from commit 4cdc92eb88fc) 8de51094b5f5 Don't try to create fork network memberships for forks of forks
-
Douwe Maan authored
Handle forks in Gitlab::Checks::LfsIntegrity Closes #39902 See merge request gitlab-org/gitlab-ce!15279 (cherry picked from commit 2e4e0aeb3b0f) 2a71f2e68455 Moved LfsIntegrity specs to own file dd23545bb359 Handle forks in Gitlab::Checks::LfsIntegrity
-
- 14 Nov, 2017 1 commit
-
-
Sean McGivern authored
Revert "add metrics tagging to the sidekiq middleware" Closes #39958 See merge request gitlab-org/gitlab-ce!15285 (cherry picked from commit d06c468c7156) c369ad31b8e9 Revert "add metrics tagging to the sidekiq middleware"
-
- 10 Nov, 2017 2 commits
-
-
Douwe Maan authored
Icon Sprite URL needs to be local even if asset_host is set See merge request gitlab-org/gitlab-ce!15289 (cherry picked from commit 05a8efe0f136) 2aef850955ab Icon Sprite URL is also local even if asset_host is set 59e2e3d7edce Fixed URL Matching in Tests 222429765205 Put Icons Path in Helper 82caa7e38e52 Missing the local url 96ee7e733edd Fixed Function + Test based on MR fd06514648e9 Removed Brackets
-
Douwe Maan authored
Add GitHub enterprise support to the GitHub Rake task and better handle rate limiting being disabled See merge request gitlab-org/gitlab-ce!15284 (cherry picked from commit 0d4002545e2e) 921451998d73 Restore GH enterprise support in the Rake task 7429e17cf8cf Support importing GH projects without rate limits
-
- 09 Nov, 2017 7 commits
-
-
Stan Hu authored
Fail when issuable_meta_data is called on an unlimited collection Closes #39845 See merge request gitlab-org/gitlab-ce!15249 (cherry picked from commit b05c1bb50b6d)
-
Douwe Maan authored
Github enterprise support importer Closes #39931 See merge request gitlab-org/gitlab-ce!15281 (cherry picked from commit 207b97afeaaa)
-
Douwe Maan authored
Migrate GitLab::Git::Wiki.update_page to Gitaly Closes gitaly#700 See merge request gitlab-org/gitlab-ce!15268 (cherry picked from commit 8fa793d6b5f7)
-
Rémy Coutable authored
Fix Error 500 when pushing LFS objects with a write deploy key Closes #39467 See merge request gitlab-org/gitlab-ce!15039 (cherry picked from commit 488dd0dc661c)
-
Rémy Coutable authored
Use Commit#notes and Note.for_commit_id when possible to make sure we use all indexes available to us Closes #34509 See merge request gitlab-org/gitlab-ce!15253 (cherry picked from commit 01a0486b645f)
-
Douwe Maan authored
Rewrite the GitHub importer to perform work in parallel and greatly improve performance Closes #33135, #38621, and #39361 See merge request gitlab-org/gitlab-ce!14731 (cherry picked from commit d51748924f76)
-
Douwe Maan authored
Change Sign Out route from a DELETE to a GET Closes #39708 See merge request gitlab-org/gitlab-ce!15231 (cherry picked from commit 0785d548f640)
-
- 07 Nov, 2017 16 commits
-
-
James Lopez authored
-
Bob Van Landuyt authored
-
Bob Van Landuyt authored
-
Bob Van Landuyt authored
-
Bob Van Landuyt authored
-
Bob Van Landuyt authored
-
Bob Van Landuyt authored
-
Pawel Chojnacki authored
as are all other Transaction implementations
-
Alessio Caiazza authored
-
Alessio Caiazza authored
-
digitalMoksha authored
-
James Lopez authored
-
digitalMoksha authored
-
James Lopez authored
Added unit test and updated integration spec to test for this as well.
-
Alessio Caiazza authored
-
Alessio Caiazza authored
-