An error occurred fetching the project authors.
- 09 May, 2016 1 commit
-
-
Stan Hu authored
If you attempt to push thousands of branches at once, the 60-second timeout will occur because GitAccess checking does a lot of work to check if the user has permission to push to a branch. This changes does two things: 1. Instead of making 1 DB query per branch push, use a memoized list of protected branches to check 2. Memoize what permissions the user has to perform on this project On a test of 10,000 branch pushes, this prevents gitlab-shell from hitting the 60-second timeout. Closes #17225
-
- 08 May, 2016 1 commit
-
-
Benedikt Huss authored
-
- 07 May, 2016 3 commits
-
-
Stan Hu authored
Closes #17348
-
Stan Hu authored
Run ProjectDestroyWorker after pending_delete attribute has been committed to DB
-
Stan Hu authored
Use a custom Loofah scrubber since sanitize 2.x transformers are inadequate to handle case-sensitive SVG attributes. sanitize parses documents as HTML instead of XML, which causes all SVG attribute names (e.g. viewBox) to be downcased. * SVG element list: https://www.w3.org/TR/SVG/eltindex.html * SVG attribute list: https://www.w3.org/TR/SVG/attindex.html Closes #14555
-
- 06 May, 2016 2 commits
-
-
Takuya Noguchi authored
-
Ben Bodenmiller authored
-
- 05 May, 2016 8 commits
-
-
Yorick Peterse authored
-
Yorick Peterse authored
Apparently this was already released in 8.7.2 but no changelog entry was added. [ci skip]
-
Yorick Peterse authored
[ci skip]
-
Yorick Peterse authored
[ci skip]
-
Stan Hu authored
-
Douglas Barbosa Alexandre authored
-
Yorick Peterse authored
[ci skip]
-
Long Nguyen authored
-
- 04 May, 2016 7 commits
-
-
Benedikt Huss authored
-
Stan Hu authored
Closes #17243
-
Stan Hu authored
Closes #17012
-
Stan Hu authored
Closes gitlab-org/gitlab-ee#536
-
Artem Sidorenko authored
-
Rémy Coutable authored
Use Rugged's TagCollection#create instead of gitlab-shell's Repository#add_tag for better performance Signed-off-by: Rémy Coutable <remy@rymai.me>
-
Sean McGivern authored
Make all of the nested constant instrumentation for core app code work the same way, add mailer instrumentation, and add instrumentation to the premailer gem.
-
- 03 May, 2016 4 commits
-
-
Connor Shea authored
This reverts commit 1cc614f2. It was causing the ActiveJob integration to fail, so unfortunately we'll have to add the gem again.
-
connorshea authored
Resolves #14543.
-
Yorick Peterse authored
[ci skip]
-
Robert Speicher authored
[ci skip]
-
- 02 May, 2016 3 commits
-
-
Stan Hu authored
Closes #2334
-
Rémy Coutable authored
Signed-off-by: Rémy Coutable <remy@rymai.me>
-
Dmitriy Zaporozhets authored
-
- 01 May, 2016 1 commit
-
-
Stan Hu authored
Closes #13357
-
- 29 Apr, 2016 7 commits
-
-
Yorick Peterse authored
This changes 4 things: 1. Project#protected_branches_names has been renamed to Project#protected_branch_names. 2. Project#open_branches uses a Set for the branch names as checking values in a Set is faster than checking values in a (large) Array. 3. Some redundant code in Project#open_branches has been removed. 4. Project#protected_branch_names now uses #pluck instead of #map, removing the need for loading entire DB records into memory.
-
Jacob Schatz authored
-
Rémy Coutable authored
Closes #15527. Signed-off-by: Rémy Coutable <remy@rymai.me>
-
Matt Oakes authored
This is a combination of 3 commits. - Update the bare repositories info/attributes if the default branch is updated - Check the diff attributes of a file before showing a diff - Update CHANGELOG
-
Yorick Peterse authored
[ci skip]
-
Arinde Eniola authored
make some changes for the checks to determine when the messages should be displayed add item to changelog and also integration test make some changes to the test make some changes
-
Paco Guzman authored
- Parameter validation as ISO8601 format
-
- 28 Apr, 2016 3 commits
-
-
Yorick Peterse authored
This button depends on Issue#can_be_worked_on? which in turn depends on Issue#related_branches. By rendering this button asynchronously we can finally remove all usages of Issue#related_branches and Issue#referenced_merge_requests from the issues "show" page.
-
Zeger-Jan van de Weg authored
-
Grzegorz Bizon authored
-