gitlab-org--gitlab-foss/app/controllers
Phil Hughes 50e21a89a0
Suggests issues when typing title
This suggests possibly related issues when the user types a title.

This uses GraphQL to allow the frontend to request the exact
data that is requires. We also get free caching through the Vue Apollo
plugin.

With this we can include the ability to import .graphql files in JS
and Vue files.
Also we now have the Vue test utils library to make testing
Vue components easier.

Closes #22071
2018-11-27 15:10:40 +00:00
..
admin Merge branch 'if-53347_fix_impersonation_tokens' into 'master' 2018-11-15 19:06:28 +00:00
boards Revert "Extract code into IssueBoardEntity" 2018-11-09 13:19:48 +13:00
ci Enable frozen string in app/controllers/**/*.rb 2018-09-18 21:22:45 -07:00
clusters Only project clusters has Project Namespace field 2018-11-08 23:28:30 +13:00
concerns Refactor whitelisting of filter params 2018-11-15 01:12:07 +08:00
dashboard Update MR based on Sean's feedback 2018-10-26 13:43:28 +02:00
explore Enable more frozen string in app/controllers/ 2018-09-23 12:48:02 -07:00
google_api Enable more frozen string in app/controllers/ 2018-09-23 12:48:02 -07:00
groups Adds feature flag for Group Clusters 2018-11-08 23:26:04 +13:00
import Paginate Bitbucket Server importer projects 2018-11-07 11:37:46 -08:00
instance_statistics Disable existing offenses for the CodeReuse cops 2018-09-11 17:32:00 +02:00
ldap Enable more frozen string in app/controllers/ 2018-09-23 12:48:02 -07:00
oauth Fix typos in comments and specs 2018-11-01 08:59:20 +02:00
profiles Set content disposition attachment to several endpoints 2018-11-23 16:44:09 +00:00
projects Suggests issues when typing title 2018-11-27 15:10:40 +00:00
sherlock Enable even more frozen string in app/controllers 2018-09-25 22:43:49 -07:00
snippets Enable even more frozen string in app/controllers 2018-09-25 22:43:49 -07:00
users Enable even more frozen string in app/controllers 2018-09-25 22:43:49 -07:00
abuse_reports_controller.rb Enable frozen string in app/controllers/**/*.rb 2018-09-18 21:22:45 -07:00
application_controller.rb Merge branch 'rails5-env-deprecated' into 'master' 2018-11-23 06:40:49 +00:00
autocomplete_controller.rb Make getting a user by the username case insensitive 2018-10-18 09:06:44 +00:00
chaos_controller.rb Updated with Sean's feedback 2018-11-05 15:34:38 +00:00
confirmations_controller.rb Enable frozen string in app/controllers/**/*.rb 2018-09-18 21:22:45 -07:00
dashboard_controller.rb Refactor whitelisting of filter params 2018-11-15 01:12:07 +08:00
graphql_controller.rb Enable frozen string in app/controllers/**/*.rb 2018-09-18 21:22:45 -07:00
groups_controller.rb Enable frozen string in app/controllers/**/*.rb 2018-09-18 21:22:45 -07:00
health_check_controller.rb Enable frozen string in app/controllers/**/*.rb 2018-09-18 21:22:45 -07:00
health_controller.rb Remove Git circuit breaker 2018-10-10 09:08:18 +02:00
help_controller.rb Enable frozen string in app/controllers/**/*.rb 2018-09-18 21:22:45 -07:00
ide_controller.rb Enable frozen string in app/controllers/**/*.rb 2018-09-18 21:22:45 -07:00
invites_controller.rb Enable frozen string in app/controllers/**/*.rb 2018-09-18 21:22:45 -07:00
jwt_controller.rb Enable frozen string in app/controllers/**/*.rb 2018-09-18 21:22:45 -07:00
metrics_controller.rb Enable frozen string in app/controllers/**/*.rb 2018-09-18 21:22:45 -07:00
notification_settings_controller.rb Enable frozen string in app/controllers/**/*.rb 2018-09-18 21:22:45 -07:00
omniauth_callbacks_controller.rb Enable frozen string in app/controllers/**/*.rb 2018-09-18 21:22:45 -07:00
passwords_controller.rb Enable frozen string in app/controllers/**/*.rb 2018-09-18 21:22:45 -07:00
profiles_controller.rb Enable frozen string in app/controllers/**/*.rb 2018-09-18 21:22:45 -07:00
projects_controller.rb Fix typos in comments and specs 2018-11-01 08:59:20 +02:00
registrations_controller.rb Enable frozen string in app/controllers/**/*.rb 2018-09-18 21:22:45 -07:00
root_controller.rb Fix tests 2018-11-13 15:27:42 +08:00
search_controller.rb Enable frozen string in app/controllers/**/*.rb 2018-09-18 21:22:45 -07:00
sent_notifications_controller.rb Enable frozen string in app/controllers/**/*.rb 2018-09-18 21:22:45 -07:00
sessions_controller.rb Rails5: env is deprecated and will be removed from Rails 5.1 2018-11-15 08:12:24 +01:00
snippets_controller.rb Make getting a user by the username case insensitive 2018-10-18 09:06:44 +00:00
uploads_controller.rb Enable frozen string in app/controllers/**/*.rb 2018-09-18 21:22:45 -07:00
user_callouts_controller.rb Enable frozen string in app/controllers/**/*.rb 2018-09-18 21:22:45 -07:00
users_controller.rb Resolve "Personal projects pagination in Profile Overview tab is broken" 2018-10-15 13:10:42 +00:00