- 01 Mar, 2017 1 commit
-
-
Valery Sizov authored
-
- 22 Feb, 2017 1 commit
-
-
Douwe Maan authored
-
- 11 Nov, 2016 1 commit
-
-
Clement Ho authored
-
- 09 Dec, 2016 1 commit
-
-
Munken authored
-
- 15 Sep, 2016 1 commit
-
-
Nick Thomas authored
-
- 19 Jul, 2016 1 commit
-
-
Connor Shea authored
Add a test to make sure the help page UI path doesn't break in the future. Fix #19972 and #19889.
-
- 28 Jun, 2016 1 commit
-
-
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
-
- 09 Jun, 2016 1 commit
-
-
Fatih Acet authored
-
- 21 Apr, 2016 1 commit
-
-
Alfredo Sumaran authored
-
- 20 Apr, 2016 1 commit
-
-
Alfredo Sumaran authored
# Conflicts: # app/views/shared/issuable/_sidebar.html.haml
-
- 18 Apr, 2016 1 commit
-
-
Alfredo Sumaran authored
-
- 21 Apr, 2016 1 commit
-
-
Jacob Schatz authored
" This reverts commit 0f309794e78243b1ee16ba6f1451dbb0752956c5, reversing changes made to 1e596fef1c42a1dd925636c48fea01be444dc3ab.
-
- 19 Apr, 2016 1 commit
-
-
Arinde Eniola authored
-
- 18 Apr, 2016 1 commit
-
-
Jacob Schatz authored
-
- 13 Apr, 2016 1 commit
-
-
Stan Hu authored
Closes #14370 Move gon function into its own helper
-