- 16 Jun, 2017 21 commits
-
-
Rémy Coutable authored
Speed up used languages calculation on charts page See merge request !12212
-
Robert Speicher authored
set ENV['prometheus_multiproc_dir'] in config/boot.rb instead of config.ru See merge request !12201
-
Sean McGivern authored
We removed calls from our code to Rugged::Repository#fetch_attributes: <https://gitlab.com/gitlab-org/gitlab_git/commit/340e111e040ae847b614d35b4d3173ec48329015> However, we didn't remove calls from within Linguist. This method is only called when calculating the languages for a repository on the Charts page: <https://github.com/github/linguist/blob/v4.7.0/lib/linguist/lazy_blob.rb#L33-L36> We can safely use our own Gitlab::Git::Attributes here. On staging, for the GitLab CE repo, this makes the calculation take about a third of the time: # Before Benchmark.realtime do Linguist::Repository.new(repository.rugged, repository.rugged.head.target_id).languages end #=> 23.67193900188431 # After Benchmark.realtime do Linguist::Repository.new(repository.rugged, repository.rugged.head.target_id).languages end #=> 8.945212290156633
-
Rémy Coutable authored
Wait for all Ajax and Vue requests to complete in JavaScript tests Closes #33756 See merge request !12203
-
Achilleas Pipinellis authored
Convdev docs See merge request !12189
-
Rémy Coutable authored
Clarify job selection algorithm docs See merge request !12199
-
Rémy Coutable authored
Use the same way to invalidate cache from EE See merge request !12187
-
Achilleas Pipinellis authored
-
Dmitriy Zaporozhets authored
Expose correct path to group See merge request !12176
-
Alfredo Sumaran authored
-
Grzegorz Bizon authored
Fix intermittent spec failures in spec/finders/pipelines_finder_spec.rb See merge request !12207
-
Timothy Andrew authored
[ci skip]
-
Tim Zallmann authored
Replace PhantomJS with Chrome in Karma test runner (2nd attempt) Closes #33633 See merge request !12144
-
Achilleas Pipinellis authored
Issue board docs See merge request !12197
-
Achilleas Pipinellis authored
Jira integ docs See merge request !12196
-
Victor Wu authored
-
Achilleas Pipinellis authored
Confidential issues redesign docs See merge request !12195
-
Stan Hu authored
The spec was trying to sort pipelines by user ID, but the same user ID was being used for each pipeline in the spec. This is similar to #33001.
-
Stan Hu authored
-
Stan Hu authored
-
Stan Hu authored
-
- 15 Jun, 2017 19 commits
-
-
Stan Hu authored
From logs in #33756, we that it's possible for an Ajax call to be made before the middleware receives it. To prevent stray Ajax calls from breaking other specs, we need to wait for all scheduled calls to finish. Closes #33756
-
Jacob Schatz authored
Update ruby metrics endpoint text to be clearer See merge request !12157
-
Joshua Lambert authored
-
Pawel Chojnacki authored
-
Mike Greiling authored
-
Robert Speicher authored
Unify email layouts: devise emails See merge request !10483
-
Robert Speicher authored
Support a configurable Rails asset_host to allow for CDNs See merge request !12102
-
Grzegorz Bizon authored
Add a link to spec/migrations/README.md in the testing documentation See merge request !12191
-
Stan Hu authored
[ci skip]
-
Robert Speicher authored
Deserialize custom notifications Closes #24892 See merge request !12055
-
Joe Marty authored
-
Stan Hu authored
-
Victor Wu authored
-
Victor Wu authored
-
Robert Speicher authored
Try to use the same pattern as other spec in this file Closes #33614 See merge request !12192
-
Victor Wu authored
-
Rémy Coutable authored
Signed-off-by: Rémy Coutable <remy@rymai.me>
-
Rémy Coutable authored
Signed-off-by: Rémy Coutable <remy@rymai.me>
-
Rémy Coutable authored
Service hostname also include registry name, when using non Docker Hub registry. See merge request !11729
-