gitlab-org--gitlab-foss/spec
Yorick Peterse 878ca2e69b
Exclude coverage data from the pipelines page
When displaying a project's pipelines
(Projects::PipelinesController#index) we now exclude the coverage data.
This data was not used by the frontend, yet getting it would require one
SQL query per pipeline. These queries in turn could be quite expensive
on GitLab.com.
2018-05-17 13:53:00 +02:00
..
bin
config
controllers Exclude coverage data from the pipelines page 2018-05-17 13:53:00 +02:00
db/production
factories Backport cluster factory changes from EE 2018-05-13 12:36:51 +02:00
features Resolve "Opening Project with invite but without accepting leads to 404 error page" 2018-05-17 09:19:47 +00:00
finders
fixtures Adjust board lists header text color 2018-05-14 19:05:20 -03:00
helpers
initializers
javascripts Merge branch '45462-sha-object' into 'master' 2018-05-14 09:54:28 +00:00
lib Preload pipeline data for project pipelines 2018-05-17 13:53:00 +02:00
mailers Resolve "Opening Project with invite but without accepting leads to 404 error page" 2018-05-17 09:19:47 +00:00
migrations Add a unique and not null constraint on the project_features.project_id column 2018-05-15 14:20:14 +02:00
models Preload pipeline data for project pipelines 2018-05-17 13:53:00 +02:00
policies Enable update_(build|pipeline) for maintainers 2018-05-15 08:18:22 +00:00
presenters
requests Allow admin to assign shared runner to project through API 2018-05-16 10:52:28 +02:00
routing
rubocop/cop
serializers Exclude coverage data from the pipelines page 2018-05-17 13:53:00 +02:00
services Merge branch 'ce-5968-extract-ee-specific-files-lines-for-clusters-related-files' into 'master' 2018-05-15 08:59:09 +00:00
sidekiq/cron
support Delete remote uploads 2018-05-16 08:58:07 +02:00
tasks
unicorn
uploaders
validators
views Project Sidebar: Split CI/CD into CI/CD and Operations 2018-05-16 11:16:33 +00:00
workers
factories_spec.rb
fast_spec_helper.rb
rails_helper.rb
rake_helper.rb
simplecov_env.rb
spec_helper.rb