gitlab-org--gitlab-foss/lib/gitlab/graphql
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
..
authorize Enable even more frozen string in lib/gitlab 2018-11-13 11:42:15 -08:00
connections Enable even more frozen string in lib/gitlab 2018-11-13 11:42:15 -08:00
loaders Suggests issues when typing title 2018-11-27 15:10:40 +00:00
present Enable even more frozen string in lib/gitlab 2018-11-13 11:42:15 -08:00
authorize.rb Enable even more frozen string in lib/gitlab 2018-11-13 11:42:15 -08:00
connections.rb Enable even more frozen string in lib/gitlab 2018-11-13 11:42:15 -08:00
errors.rb Enable even more frozen string in lib/gitlab 2018-11-13 11:42:15 -08:00
expose_permissions.rb Enable even more frozen string in lib/gitlab 2018-11-13 11:42:15 -08:00
mount_mutation.rb Updates code using class_methods over module ClassMethods 2018-08-29 16:56:34 +02:00
present.rb Enable even more frozen string in lib/gitlab 2018-11-13 11:42:15 -08:00
variables.rb Enable even more frozen string in lib/gitlab 2018-11-13 11:42:15 -08:00