gitlab-org--gitlab-foss/spec/javascripts
Sean McGivern 78aa8c162e Escape autocomplete results for Markdown
A label name can contain a `_`, `~~`, or other Markdown-significant
characters. But label references are processed _after_ Markdown processing has
run, so we can't easily fix this on the backend.

We can make it more convenient, though, by changing the frontend to escape these
characters so they aren't processed as Markdown, when we insert them from
autocomplete.
2018-03-29 13:27:08 +01:00
..
behaviors move render_gfm into behaviors directory 2018-03-19 23:07:46 -05:00
blob require jQuery to be explicitly imported 2018-03-09 15:18:09 -06:00
boards Update path for ListLabel model 2018-03-05 18:05:58 +05:30
ci_variable_list Make Variable key not secret 2018-03-22 12:08:16 +01:00
clusters Extend Cluster Applications to install GitLab Runner to Kubernetes cluster 2018-03-01 23:46:02 +00:00
commit Move EE-specific JavaScript files to ee/app/assets/javascripts 2018-02-26 19:43:34 +00:00
cycle_analytics Move EE-specific JavaScript files to ee/app/assets/javascripts 2018-02-26 19:43:34 +00:00
deploy_keys/components Merge branch 'sh-migrate-can-push-to-deploy-keys-projects-10-3' into 'security-10-3' 2018-01-16 17:04:51 -08:00
droplab Cleanup new branch/merge request form in issues 2018-02-12 12:05:19 +01:00
environments Remove common_vue bundle 2018-03-06 21:17:52 +00:00
feature_highlight require jQuery to be explicitly imported 2018-03-09 15:18:09 -06:00
filtered_search require jQuery to be explicitly imported 2018-03-09 15:18:09 -06:00
fixtures [FIX] Fixed bug in dropdown selector when selecting the same selection again 2018-03-27 18:51:11 +00:00
graphs fix broken specs 2018-02-19 17:04:08 -06:00
groups require jQuery to be explicitly imported 2018-03-09 15:18:09 -06:00
helpers Add i18n and update specs for ShaMismatch vue component 2018-03-27 21:36:59 +03:00
ide Enable word wrap in IDE 2018-03-27 11:21:57 +01:00
image_diff Fix comment on image discussion icon alignment 2017-12-08 04:30:13 -06:00
integrations require jQuery to be explicitly imported 2018-03-09 15:18:09 -06:00
issue_show move render_gfm into behaviors directory 2018-03-19 23:07:46 -05:00
jobs Move EE-specific JavaScript files to ee/app/assets/javascripts 2018-02-26 19:43:34 +00:00
lib/utils Resolve "Loss of input text on comments after preview" 2018-03-20 17:02:41 +00:00
locale Move dateTickFormat to separate module 2017-12-18 11:13:41 +01:00
monitoring fix tests for dahboard.vue 2018-03-19 22:14:02 -05:00
notebook Merge branch 'master' into jivl-update-katex 2018-02-05 15:16:41 -06:00
notes Update spec import path for vue mount component helper 2018-03-20 18:58:29 +02:00
pages Update spec import path for vue mount component helper 2018-03-20 18:58:29 +02:00
pdf
performance_bar/components fixed karma 2018-03-21 17:26:07 +00:00
pipelines Fix broken tests 2018-03-07 19:45:46 +00:00
polyfills
profile/account/components Move EE-specific JavaScript files to ee/app/assets/javascripts 2018-02-26 19:43:34 +00:00
projects require jQuery to be explicitly imported 2018-03-09 15:18:09 -06:00
projects_dropdown Move EE-specific JavaScript files to ee/app/assets/javascripts 2018-02-26 19:43:34 +00:00
prometheus_metrics backport of custom metrics for the common metrics section of CE 2018-03-07 16:14:56 -06:00
raven
registry Move EE-specific JavaScript files to ee/app/assets/javascripts 2018-02-26 19:43:34 +00:00
sidebar Merge branch 'remove-jquery-globals' into 'master' 2018-03-12 10:55:46 +00:00
u2f require jQuery to be explicitly imported 2018-03-09 15:18:09 -06:00
vue_mr_widget Merge branch 'update-unresolved-discussions-vue-component' into 'master' 2018-03-27 19:15:42 +00:00
vue_shared Rename modal.vue to deprecated_modal.vue 2018-03-22 10:48:17 +01:00
.eslintrc
activities_spec.js require jQuery to be explicitly imported 2018-03-09 15:18:09 -06:00
ajax_loading_spinner_spec.js require jQuery to be explicitly imported 2018-03-09 15:18:09 -06:00
api_spec.js Bring one group board to CE 2018-03-03 12:56:17 -03:00
autosave_spec.js require jQuery to be explicitly imported 2018-03-09 15:18:09 -06:00
awards_handler_spec.js require jQuery to be explicitly imported 2018-03-09 15:18:09 -06:00
bootstrap_jquery_spec.js require jQuery to be explicitly imported 2018-03-09 15:18:09 -06:00
bootstrap_linked_tabs_spec.js
breakpoints_spec.js
close_reopen_report_toggle_spec.js
collapsed_sidebar_todo_spec.js fixed failing karma specs caused by TaskList 2018-02-05 09:41:44 +00:00
comment_type_toggle_spec.js
commit_merge_requests_spec.js Display related merge requests in commit detail page 2018-01-12 20:38:36 +00:00
commits_spec.js require jQuery to be explicitly imported 2018-03-09 15:18:09 -06:00
create_item_dropdown_spec.js require jQuery to be explicitly imported 2018-03-09 15:18:09 -06:00
datetime_utility_spec.js Update tests for date helper functions 2018-02-07 19:00:10 +05:30
diff_comments_store_spec.js
emoji_spec.js Add rainbow_flag to emoji support map 2017-11-15 01:54:52 -06:00
flash_spec.js WebIDE: Fix Commit bugs 2018-01-19 09:38:34 +00:00
fly_out_nav_spec.js Upgrade jasmine + raven to newer versions 2018-01-23 15:19:56 +00:00
gfm_auto_complete_spec.js Escape autocomplete results for Markdown 2018-03-29 13:27:08 +01:00
gl_dropdown_spec.js [FIX] Fixed bug in dropdown selector when selecting the same selection again 2018-03-27 18:51:11 +00:00
gl_field_errors_spec.js require jQuery to be explicitly imported 2018-03-09 15:18:09 -06:00
gl_form_spec.js require jQuery to be explicitly imported 2018-03-09 15:18:09 -06:00
gpg_badges_spec.js Fixed typo, updated test, and removed commented code 2018-02-08 15:37:43 +01:00
header_spec.js require jQuery to be explicitly imported 2018-03-09 15:18:09 -06:00
importer_status_spec.js CE backport for creating CI/CD projects from GitHub 2018-03-07 10:58:50 -05:00
issuable_spec.js require jQuery to be explicitly imported 2018-03-09 15:18:09 -06:00
issuable_time_tracker_spec.js require jQuery to be explicitly imported 2018-03-09 15:18:09 -06:00
issue_spec.js require jQuery to be explicitly imported 2018-03-09 15:18:09 -06:00
job_spec.js require jQuery to be explicitly imported 2018-03-09 15:18:09 -06:00
labels_issue_sidebar_spec.js require jQuery to be explicitly imported 2018-03-09 15:18:09 -06:00
labels_select_spec.js require jQuery to be explicitly imported 2018-03-09 15:18:09 -06:00
landing_spec.js
lazy_loader_spec.js
line_highlighter_spec.js require jQuery to be explicitly imported 2018-03-09 15:18:09 -06:00
merge_request_notes_spec.js move render_gfm into behaviors directory 2018-03-19 23:07:46 -05:00
merge_request_spec.js require jQuery to be explicitly imported 2018-03-09 15:18:09 -06:00
merge_request_tabs_spec.js require jQuery to be explicitly imported 2018-03-09 15:18:09 -06:00
mini_pipeline_graph_dropdown_spec.js require jQuery to be explicitly imported 2018-03-09 15:18:09 -06:00
namespace_select_spec.js require jQuery to be explicitly imported 2018-03-09 15:18:09 -06:00
new_branch_spec.js require jQuery to be explicitly imported 2018-03-09 15:18:09 -06:00
notes_spec.js Cleanup test for disabling comment submit button 2018-03-22 14:48:03 +01:00
oauth_remember_me_spec.js require jQuery to be explicitly imported 2018-03-09 15:18:09 -06:00
pager_spec.js fixed infinite loop crashing tests 2018-02-01 12:26:55 +00:00
pipelines_spec.js
pretty_time_spec.js Lightly refactor prettyTime module. 2017-09-14 16:33:15 -04:00
project_select_combo_button_spec.js require jQuery to be explicitly imported 2018-03-09 15:18:09 -06:00
right_sidebar_spec.js require jQuery to be explicitly imported 2018-03-09 15:18:09 -06:00
search_autocomplete_spec.js require jQuery to be explicitly imported 2018-03-09 15:18:09 -06:00
search_spec.js require jQuery to be explicitly imported 2018-03-09 15:18:09 -06:00
settings_panels_spec.js Fix settings panel not expanding when fragment hash linked 2018-02-13 10:36:47 -06:00
shortcuts_issuable_spec.js move render_gfm into behaviors directory 2018-03-19 23:07:46 -05:00
shortcuts_spec.js require jQuery to be explicitly imported 2018-03-09 15:18:09 -06:00
signin_tabs_memoizer_spec.js Fix Shows signin tab after new user email confirmation 2018-01-18 14:32:44 +01:00
smart_interval_spec.js require jQuery to be explicitly imported 2018-03-09 15:18:09 -06:00
syntax_highlight_spec.js require jQuery to be explicitly imported 2018-03-09 15:18:09 -06:00
test_bundle.js Remove u2f webpack bundle 2018-03-01 18:13:50 +00:00
todos_spec.js require jQuery to be explicitly imported 2018-03-09 15:18:09 -06:00
toggle_buttons_spec.js require jQuery to be explicitly imported 2018-03-09 15:18:09 -06:00
version_check_image_spec.js require jQuery to be explicitly imported 2018-03-09 15:18:09 -06:00
visibility_select_spec.js
zen_mode_spec.js require jQuery to be explicitly imported 2018-03-09 15:18:09 -06:00