gitlab-org--gitlab-foss/app/assets/javascripts
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
..
badges Add hover on button tooltips 2018-11-21 23:11:41 +02:00
behaviors Fix Issuable container element selector for shortcuts handling 2018-11-21 11:15:21 +05:30
blob Eliminate duplicated words 2018-11-22 01:01:23 +09:00
blob_edit Prettify remaining files with differences in CE and EE 2018-10-31 14:33:12 -05:00
boards Merge branch '52453-show-subgroups-in-group-create-issue' into 'master' 2018-11-21 11:09:02 +00:00
branches
ci_variable_list Fix typos occured to occurred 2018-11-16 00:34:24 +09:00
clusters Run yarn prettier-all-save 2018-11-26 08:17:05 +01:00
commit Prettify all the things 2018-11-20 09:30:01 -06:00
commons CE backport - Chart showing issues created per month 2018-11-07 17:22:15 +00:00
cycle_analytics Update gitlab npm namespace 2018-11-21 23:41:38 +02:00
deploy_keys Prettify all the things 2018-11-20 09:30:01 -06:00
diff_notes Fix typos in comments for js 2018-11-15 14:50:40 +02:00
diffs Merge branch 'mr-sticky-headers' into 'master' 2018-11-22 15:10:24 +00:00
dirty_submit Fix save button not activating when original setting started as null 2018-11-06 08:48:03 +00:00
docs
droplab
emoji
environments Prettify all the things 2018-11-20 09:30:01 -06:00
feature_highlight
filtered_search Prettify all the things 2018-11-20 09:30:01 -06:00
frequent_items Prettify all the things 2018-11-20 09:30:01 -06:00
groups Prettify all the things 2018-11-20 09:30:01 -06:00
help
helpers
ide WebIDE: Make Ctrl+Enter automatically commit when commit textarea is focused 2018-11-26 08:40:18 +00:00
image_diff
integrations
issuable
issuable_suggestions Suggests issues when typing title 2018-11-27 15:10:40 +00:00
issue_show Prettify all the things 2018-11-20 09:30:01 -06:00
jobs Correctly styles tags in jobs sidebar 2018-11-23 11:37:31 +00:00
lib Suggests issues when typing title 2018-11-27 15:10:40 +00:00
locale
merge_conflicts
mirrors SSH public-key authentication for push mirroring 2018-11-19 11:46:39 +00:00
monitoring Prettify all the things 2018-11-20 09:30:01 -06:00
mr_notes
network
notebook Prettify all the things 2018-11-20 09:30:01 -06:00
notes Allow commenting to resolved non-diff discussions 2018-11-22 15:45:28 +01:00
pages Suggests issues when typing title 2018-11-27 15:10:40 +00:00
pdf Prettify all the things 2018-11-20 09:30:01 -06:00
performance_bar Prettify all the things 2018-11-20 09:30:01 -06:00
pipelines Prettify all the things 2018-11-20 09:30:01 -06:00
profile Prettify all the things 2018-11-20 09:30:01 -06:00
projects Merge remote-tracking branch 'origin/master' into fix-typos-occured 2018-11-21 11:58:52 +09:00
prometheus_metrics
protected_branches
protected_tags
raven
registry Prettify all the things 2018-11-20 09:30:01 -06:00
reports Prettify all the things 2018-11-20 09:30:01 -06:00
set_status_modal Prettify all the things 2018-11-20 09:30:01 -06:00
shared
sidebar Prettify all the things 2018-11-20 09:30:01 -06:00
snippet
sortable
templates
terminal
test_utils
u2f
vue_merge_request_widget Merge branch '54282-tooltip-stuck' into 'master' 2018-11-21 13:05:39 +00:00
vue_shared Update gitlab npm namespace 2018-11-21 23:41:38 +02:00
activities.js
ajax_loading_spinner.js
api.js
autosave.js
awards_handler.js
breadcrumb.js
breakpoints.js
build_artifacts.js
close_reopen_report_toggle.js
comment_type_toggle.js
commit_merge_requests.js
commits.js
compare_autocomplete.js
confirm_danger_modal.js
contextual_sidebar.js
create_item_dropdown.js
create_label.js
create_merge_request_dropdown.js
diff.js
dropzone_input.js
due_date_select.js
experimental_flags.js
files_comment_button.js Fix typos in comments for js 2018-11-15 14:50:40 +02:00
filterable_list.js
flash.js Prettify remaining files with differences in CE and EE 2018-10-31 14:33:12 -05:00
fly_out_nav.js
gfm_auto_complete.js Add support for custom highlighting slash commands via warning flags 2018-11-21 19:52:41 +05:30
gl_dropdown.js
gl_field_error.js
gl_field_errors.js Fix typos in comments and specs 2018-11-01 08:59:20 +02:00
gl_form.js
gpg_badges.js
group.js Resolve "Create new group: Rename form fields and update UI" 2018-10-30 16:23:47 +00:00
group_avatar.js
group_label_subscription.js
groups_list.js
groups_select.js
header.js
how_to_merge.js
importer_status.js
init_changes_dropdown.js
init_issuable_sidebar.js
init_labels.js
init_notes.js
issuable_bulk_update_actions.js
issuable_bulk_update_sidebar.js
issuable_context.js
issuable_form.js Run through Prettier and remove ESLint disables 2018-10-25 15:11:14 +05:30
issuable_index.js
issue.js
issue_status_select.js
label_manager.js
labels.js Eliminate duplicated words 2018-11-22 01:01:23 +09:00
labels_select.js Dynamically store the valid label endpoint 2018-10-31 19:01:04 -05:00
landing.js
layout_nav.js
lazy_loader.js Use intersectionRatio to determine intersection 2018-11-26 14:29:34 +01:00
line_highlighter.js
logo.js
main.js
member_expiration_date.js
members.js Prettify remaining files with differences in CE and EE 2018-10-31 14:33:12 -05:00
merge_request.js
merge_request_tabs.js Re-implemented image commenting on diffs 2018-11-05 14:02:41 +00:00
milestone.js
milestone_select.js Prettify remaining files with differences in CE and EE 2018-10-31 14:33:12 -05:00
mini_pipeline_graph_dropdown.js
namespace_select.js
new_branch_form.js
new_commit_form.js
notes.js Use @gitlab npm namespace 2018-11-16 19:29:11 +00:00
notifications_dropdown.js
notifications_form.js
pager.js
persistent_user_callout.js Promote the GitLab.com Gold trial on a users default dashboard 2018-11-21 15:25:52 +00:00
pipelines.js
project_edit.js
project_find_file.js
project_fork.js
project_import.js
project_label_subscription.js
project_select.js Prettify JS 2018-11-19 23:59:54 +08:00
project_select_combo_button.js
project_visibility.js
projects_list.js
read_more.js
ref_select_dropdown.js
right_sidebar.js Prettify remaining files with differences in CE and EE 2018-10-31 14:33:12 -05:00
search_autocomplete.js Fix tests 2018-11-13 15:27:42 +08:00
settings_panels.js
single_file_diff.js
smart_interval.js
star.js
subscription_select.js
syntax_highlight.js
task_list.js
toggle_buttons.js
tree.js
ui_development_kit.js
usage_ping_consent.js
user_callout.js
users_select.js Fix miss-aligned approvers dropdown 2018-11-07 08:19:20 +02:00
version_check_image.js
webpack.js
zen_mode.js