gitlab-org--gitlab-foss/spec/controllers/projects
Douwe Maan 008120f8db Merge branch '41777-include-cycle-time-in-usage-ping' into 'master'
Resolve "Include cycle time in usage ping"

Closes #41777

See merge request gitlab-org/gitlab-ce!16793
2018-03-01 17:40:24 +00:00
..
clusters Do not persist Google Project Billing Failure errors after a reload 2018-02-22 22:59:04 +01:00
merge_requests Port `read_cross_project` ability from EE 2018-02-22 17:11:36 +01:00
prometheus Backport custom metrics ce components 2018-02-23 17:58:40 +00:00
registry Refactor `have_http_status` into `have_gitlab_http_status` in the specs 2017-10-20 10:13:18 +02:00
settings Change reset_cache action from get to post 2018-01-05 19:22:14 +01:00
artifacts_controller_spec.rb port of 594e6a0a625^..f74c90f68c6 2018-02-01 12:14:46 -05:00
avatars_controller_spec.rb Fix Error 500 when repository has no avatar 2018-01-20 21:00:39 -08:00
badges_controller_spec.rb Refactor `have_http_status` into `have_gitlab_http_status` in the specs 2017-10-20 10:13:18 +02:00
blame_controller_spec.rb Replace '.team << [user, role]' with 'add_role(user)' in specs 2017-12-22 19:18:28 +11:00
blob_controller_spec.rb Replace '.team << [user, role]' with 'add_role(user)' in specs 2017-12-22 19:18:28 +11:00
boards_controller_spec.rb disables the shortcut to the issue boards when issues are disabled 2018-01-08 09:06:25 +00:00
branches_controller_spec.rb Fix when branch creation fails don't post system note 2017-12-26 19:29:54 +01:00
clusters_controller_spec.rb Fix clusters_controller_spec (#42643) 2018-02-23 10:31:19 +11:00
commit_controller_spec.rb adding view and feature specs 2017-12-07 09:06:59 -05:00
commits_controller_spec.rb Allows html in commits atom feed 2018-01-22 15:00:35 +01:00
compare_controller_spec.rb Replace '.team << [user, role]' with 'add_role(user)' in specs 2017-12-22 19:18:28 +11:00
cycle_analytics_controller_spec.rb Adapt cycle analytics spec helper and cycle analytics usage data spec 2018-03-01 16:43:26 +00:00
deploy_keys_controller_spec.rb Replace '.team << [user, role]' with 'add_role(user)' in specs 2017-12-22 19:18:28 +11:00
deployments_controller_spec.rb Replace '.team << [user, role]' with 'add_role(user)' in specs 2017-12-22 19:18:28 +11:00
discussions_controller_spec.rb Render MR Notes with Vue with behind a cookie 2018-02-28 00:10:43 +00:00
environments_controller_spec.rb Refactor `have_http_status` into `have_gitlab_http_status` in the specs 2017-10-20 10:13:18 +02:00
find_file_controller_spec.rb Replace '.team << [user, role]' with 'add_role(user)' in specs 2017-12-22 19:18:28 +11:00
forks_controller_spec.rb Replace '.team << [user, role]' with 'add_role(user)' in specs 2017-12-22 19:18:28 +11:00
graphs_controller_spec.rb Replace '.team << [user, role]' with 'add_role(user)' in specs 2017-12-22 19:18:28 +11:00
group_links_controller_spec.rb Replace '.team << [user, role]' with 'add_role(user)' in specs 2017-12-22 19:18:28 +11:00
hooks_controller_spec.rb reference triggers.values for permitted parameters 2018-01-17 09:55:00 +01:00
imports_controller_spec.rb Replace '.team << [user, role]' with 'add_role(user)' in specs 2017-12-22 19:18:28 +11:00
issues_controller_spec.rb Render MR Notes with Vue with behind a cookie 2018-02-28 00:10:43 +00:00
jobs_controller_spec.rb Refactor :trace to :trace_live in spec 2018-02-06 15:50:08 +09:00
labels_controller_spec.rb Replace '.team << [user, role]' with 'add_role(user)' in specs 2017-12-22 19:18:28 +11:00
mattermosts_controller_spec.rb Replace '.team << [user, role]' with 'add_role(user)' in specs 2017-12-22 19:18:28 +11:00
merge_requests_controller_spec.rb Backport 'Rebase' feature from EE to CE 2018-01-05 09:34:59 +01:00
milestones_controller_spec.rb Replace '.team << [user, role]' with 'add_role(user)' in specs 2017-12-22 19:18:28 +11:00
notes_controller_spec.rb Replace '.team << [user, role]' with 'add_role(user)' in specs 2017-12-22 19:18:28 +11:00
pages_controller_spec.rb Refactor `have_http_status` into `have_gitlab_http_status` in the specs 2017-10-20 10:13:18 +02:00
pages_domains_controller_spec.rb PagesDomain: Add edit/update functionality 2018-02-28 14:41:01 +01:00
pipeline_schedules_controller_spec.rb Address review comments with playing pipeline scheduler 2017-12-12 17:12:45 -08:00
pipelines_controller_spec.rb Load commit in batches for pipelines#index 2017-12-19 10:05:40 +01:00
pipelines_settings_controller_spec.rb Remove Auto DevOps checkboxes - backend 2017-12-04 17:47:38 +01:00
project_members_controller_spec.rb Replace '.team << [user, role]' with 'add_role(user)' in specs 2017-12-22 19:18:28 +11:00
protected_branches_controller_spec.rb
protected_tags_controller_spec.rb Add spec for deleting protected tags 2017-08-20 04:35:06 -07:00
raw_controller_spec.rb port of 594e6a0a625^..f74c90f68c6 2018-02-01 12:14:46 -05:00
refs_controller_spec.rb Replace '.team << [user, role]' with 'add_role(user)' in specs 2017-12-22 19:18:28 +11:00
releases_controller_spec.rb Replace '.team << [user, role]' with 'add_role(user)' in specs 2017-12-22 19:18:28 +11:00
repositories_controller_spec.rb Replace '.team << [user, role]' with 'add_role(user)' in specs 2017-12-22 19:18:28 +11:00
runners_controller_spec.rb Refactor `have_http_status` into `have_gitlab_http_status` in the specs 2017-10-20 10:13:18 +02:00
services_controller_spec.rb 41054-Disallow creation of new Kubernetes integrations 2018-01-04 09:33:51 +00:00
snippets_controller_spec.rb Refactor `have_http_status` into `have_gitlab_http_status` in the specs 2017-10-20 10:13:18 +02:00
tags_controller_spec.rb Correct RSpec/SingleLineHook cop offenses 2017-06-14 13:18:56 -05:00
templates_controller_spec.rb Replace '.team << [user, role]' with 'add_role(user)' in specs 2017-12-22 19:18:28 +11:00
todos_controller_spec.rb Enable RuboCop Style/RegexpLiteral 2018-02-01 02:06:07 +09:00
tree_controller_spec.rb Replace '.team << [user, role]' with 'add_role(user)' in specs 2017-12-22 19:18:28 +11:00
uploads_controller_spec.rb Fix 500 error when loading an invalid upload URL 2018-02-22 14:32:01 +00:00
variables_controller_spec.rb Extract Variables controllers specs to shared_examples 2018-02-05 18:58:21 +01:00
wikis_controller_spec.rb