- 02 Oct, 2017 33 commits
-
-
Sean McGivern authored
Log update-ref errors in OperationService See merge request gitlab-org/gitlab-ce!14627
-
Robert Speicher authored
Make Redcarpet Markdown renderer thread-safe Closes #36637 See merge request gitlab-org/gitlab-ce!14604
-
Douwe Maan authored
Attempt to link saml users to ldap by email Closes #33493 See merge request gitlab-org/gitlab-ce!14216
-
Douwe Maan authored
Revert "Increase diff limits to 100 KB for collapse and 200 KB overall" See merge request gitlab-org/gitlab-ce!14628
-
Jacob Schatz authored
Removes auto devops callout from repo editor view See merge request gitlab-org/gitlab-ce!14616
-
Stan Hu authored
The Redcarpet library is not thread-safe as described in https://github.com/vmg/redcarpet/issues/570. Since we instantiate the Redcarpet renderer in a class variable, multiple Sidekiq threads can access the work buffer and corrupt the state. We work around this issue by memoizing the renderer on a thread basis. Closes #36637
-
Sean McGivern authored
This reverts commit 1d3c33b5.
-
Jacob Vosmaer authored
-
Sean McGivern authored
Use Gitaly 0.43.0 See merge request gitlab-org/gitlab-ce!14625
-
Filipa Lacerda authored
Fix typo in comment deletion confirmation dialog Closes #38619 See merge request gitlab-org/gitlab-ce!14622
-
Douwe Maan authored
Fix 'gitlay' typo in spec See merge request gitlab-org/gitlab-ce!14619
-
Tiago Botelho authored
-
Douwe Maan authored
Fix translation for 'a while' => 'in a while' See merge request gitlab-org/gitlab-ce!14433
-
Jacob Vosmaer authored
-
Sean McGivern authored
Ensure all refs are restored on a backup/restore Closes #38352 See merge request gitlab-org/gitlab-ce!14595
-
Sean McGivern authored
Update CONTRIBUTING.md See merge request gitlab-org/gitlab-ce!14591
-
Mark Fletcher authored
-
Jacob Vosmaer authored
-
Sean McGivern authored
Add changelog lint script to docs lint CI job See merge request gitlab-org/gitlab-ce!14618
-
Sean McGivern authored
Implement OperationService.UserAddBranch Gitaly RPC Closes gitaly#544 See merge request gitlab-org/gitlab-ce!14522
-
Achilleas Pipinellis authored
-
Phil Hughes authored
Remove global components See merge request gitlab-org/gitlab-ce!14579
-
Filipa Lacerda authored
-
Sean McGivern authored
Ensure no exception is raised when Raven tries to get the current user in API context Closes #38571 See merge request gitlab-org/gitlab-ce!14580
-
Filipa Lacerda authored
-
Tim Zallmann authored
Resolve "Issue Sidebar : Don't render participants in collapsed state" Closes #34366 See merge request gitlab-org/gitlab-ce!14270
-
Tim Zallmann authored
Use `simple=true` for projects API in Projects dropdown for better search performance Closes #38052 See merge request gitlab-org/gitlab-ce!14585
-
Douwe Maan authored
Merge branch 'master-i18n' into 'master' See merge request gitlab-org/gitlab-ce!14608
-
Douwe Maan authored
Add GL_USERNAME environment variable for hooks See merge request gitlab-org/gitlab-ce!13264
-
Grzegorz Bizon authored
Fix pushes to an empty repository not invalidating has_visible_content? cache Closes #38646 See merge request gitlab-org/gitlab-ce!14613
-
Achilleas Pipinellis authored
Updates to Helm chart docs Closes #38616 See merge request gitlab-org/gitlab-ce!14589
-
Stan Hu authored
`Repository#has_visible_content?` used to rely on the cached count of local branches, but since it is now an independently cached value it needs to be invalidated on its own. Closes #38646
-
Joshua Lambert authored
-
- 01 Oct, 2017 2 commits
-
-
Luke "Jared" Bennett authored
-
Douwe Maan authored
New Crowdin translations See merge request gitlab-org/gitlab-ee!2947
-
- 30 Sep, 2017 5 commits
-
-
Joshua Lambert authored
-
Joshua Lambert authored
-
Joshua Lambert authored
-
Robert Speicher authored
Add environment variable to bypass n+1 See merge request gitlab-org/gitlab-ce!14451
-
Andrew Newdigate authored
-