- Jul 01, 2016
-
-
Lin Jen-Shin authored
-
- Jun 30, 2016
-
-
Robert Speicher authored
[ci skip]
-
Alfredo Sumaran authored
-
Rémy Coutable authored
Advertise the PAT as an alternative unless GH import is not configured. Signed-off-by:
Rémy Coutable <remy@rymai.me>
-
Paco Guzmán authored
When pushing commits to existing branches we don’t need to flush branch git data (branch names / counts) When flushes the cache when pushing commits skip to flush branch and tag git data (names / counts) because those operations are managed explicitly in each case Repopulated expired cache as soon as possible
-
Grzegorz Bizon authored
-
Grzegorz Bizon authored
-
Dmytro Zaporozhets (DZ) authored
Signed-off-by:
Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
Dmytro Zaporozhets (DZ) authored
Signed-off-by:
Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
-
Robert Schilling authored
-
DJ Mountney authored
This allows us to control the trusted proxies while deployed in a private network. Normally Rack::Request will trust all private IPs as trusted proxies, which can caue problems if your users are connection on you network via private IP ranges. Normally in a rails app this is handled by action_dispatch request, but rack_attack is specifically using the Rack::Request object instead.
-
Alejandro Rodríguez authored
-
Alejandro Rodríguez authored
-
- Jun 29, 2016
-
-
Alfredo Sumaran authored
-
Robert Speicher authored
[ci skip]
-
Paco Guzmán authored
Only needed when the project view is ‘Files view’
-
Winnie authored
-
Paco Guzmán 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 Guzmán authored
-
Josh Frye authored
-
- Jun 28, 2016
-
-
Drew Blessing authored
-
-
Robert Speicher authored
[ci skip]
-
Alfredo Sumaran authored
-
Alfredo Sumaran authored
-
Paco Guzmán 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
-
-
-
-
Z.J. van de Weg authored
Depends on the changes in Workhorse (gitlab-org/gitlab-workhorse!48).
-
Grzegorz Bizon authored
-
Winnie authored
-
James Lopez authored
-
Luke 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
-
- Jun 27, 2016
-
-
Ruben Alexis authored
This fix avoids exposing the information from the wiki repository of other project.
-