An error occurred fetching the project authors.
- 29 Jun, 2016 8 commits
-
-
winniehell authored
-
Paco Guzman authored
We think this is valid because we’re just storing new data that always will be valid
-
Stan Hu authored
The previous implementation would load the entire team member list and their respective attributes. Now we only search for the user's specific access level. In gitlab-com/operations#42, this reduces the overall overhead of rendering the issue from 28% to 20%. First step of optimizing #19273
-
Tim authored
rebased with latest changes from master
-
Tim authored
Rebased to resolve merge conflicts
-
Tim authored
Requested in #14669 Added note to changelog
-
Paco Guzman authored
-
Josh Frye authored
-
- 28 Jun, 2016 13 commits
-
-
Grzegorz Bizon authored
-
Robert Speicher authored
[ci skip]
-
Alfredo Sumaran authored
-
Alfredo Sumaran authored
-
Paco Guzman authored
In any case if just want the value which is always ‘gitlab’ require 'benchmark/ips' Project.first # To load database things GitlabIssueTrackerService.first # To load database things Benchmark.ips do |x| x.config(:time => 5, :warmup => 2) x.report("current") do Project.new.default_issue_tracker.to_param end x.report("") do 'gitlab' end x.compare! end Calculating ------------------------------------- current 4.000 i/100ms 30.938k i/100ms ------------------------------------------------- current 47.298 (±10.6%) i/s - 232.000 4.366M (±20.9%) i/s - 17.202M Comparison: : 4366456.0 i/s current: 47.3 i/s - 92318.26x slower
-
Alfredo Sumaran authored
-
Annabel Dunstone authored
-
Annabel Dunstone authored
-
Z.J. van de Weg authored
Depends on the changes in Workhorse (gitlab-org/gitlab-workhorse!48).
-
Grzegorz Bizon authored
-
winniehell authored
-
James Lopez authored
-
Luke "Jared" Bennett authored
Completed new project page Updated CHANGELOG Corrected 'Create project' button Made responsive Added gitlab export button Changed Spinach test to match updated UI reverted test changes and fixed UI Corrected 'Repo by URL' text Fixed static namespace style Added errors partial Added padding to bottom of page-with-sidebar
-
- 27 Jun, 2016 9 commits
-
-
Ruben Davila authored
This fix avoids exposing the information from the wiki repository of other project.
-
Douwe Maan authored
-
Annabel Dunstone authored
-
Annabel Dunstone authored
-
Patricio Cano authored
-
winniehell authored
-
Connor Shea authored
Add max-height to prevent images from displaying larger than the provided screen size. Also fix a failing test and add a new one.
-
Connor Shea authored
-
Robert Schilling authored
-
- 26 Jun, 2016 1 commit
-
-
Robert Speicher authored
[ci skip]
-
- 25 Jun, 2016 2 commits
-
-
Simon Welsh authored
-
Simon Welsh authored
-
- 24 Jun, 2016 7 commits
-
-
Felipe Artur authored
-
Felipe Artur authored
-
Rémy Coutable authored
Fix a wrong MR status when merge_when_build_succeeds & project.only_allow_merge_if_build_succeeds are true The issue was that `MergeRequest#mergeable?` returns false when the CI state is not success and project.only_allow_merge_if_build_succeeds is true. In this case `Projects::MergeRequestsController#merge` would return the `:failed` status when enabling `merge_when_build_succeeds`, thus leading to a weird state and the MR never automatically merged. The fix is to disable the CI state check in the controller safeguard that early return the `:failed` status. Signed-off-by:
Rémy Coutable <remy@rymai.me>
-
Yorick Peterse authored
This is meant to go in 8.9.1, not 8.10.0. [ci skip]
-
DJ Mountney authored
The email check used in the Heath Check doesn't properly make use of enough of the SMTP config options to be able to properly test the STMP connection, and as a result could cause a failure. In order to fix it we have overwritten the email_configured? method in the health check so that it does not check email status during the standard health check.
-
Yorick Peterse authored
[ci skip]
-
James Lopez authored
Fix tmp file being deleted after the request plus some cleanup and improved erroring for this situation
-