gitlab-org--gitlab-foss/app/assets/javascripts
Phil Hughes a3356bce09
fixed eslint 🙈
2018-01-31 15:48:12 +00:00
..
behaviors Update secret_values to support dynamic elements within parent 2018-01-24 16:27:59 -06:00
blob converted blob viewer to axios 2018-01-30 09:12:56 +00:00
blob_edit Replace $.post in edit blob with axios 2018-01-29 17:53:48 +00:00
boards fix board filter parsing - don't replace encoded + symbols with spaces 2018-01-16 22:22:45 +11:00
branches Display whether branch has been merged when deleting protected branch 2017-09-15 12:33:50 +00:00
clusters Generalize toggle_buttons.js 2018-01-26 12:46:38 -06:00
commit Fix broken tests 2018-01-09 19:22:43 +00:00
commons Import axios utils in commons 2017-12-04 14:23:42 +00:00
cycle_analytics Fix more eslint rules 2018-01-08 20:01:49 +00:00
deploy_keys Also test if the fingerprint is correct 2018-01-22 16:25:14 +08:00
diff_notes Export and use Notes ES module 2017-12-15 16:33:36 +00:00
docs Fix shortcut links on help page 2017-12-19 16:18:48 +00:00
droplab Add an ability to use a custom branch name on creation from issues 2017-11-25 22:33:05 +11:00
emoji Move :gay_pride_flag: to flags category 2017-11-15 07:36:19 -06:00
environments Upgraded all vue libraries 2018-01-23 09:37:07 +00:00
filtered_search Merge branch 'main-js-tidy-up' into 'master' 2018-01-11 18:40:22 +00:00
graphs Converted graphs_show to axios 2018-01-29 12:10:07 +00:00
groups normalize headers correctly 2018-01-29 09:06:58 +00:00
help Resolve "Better SVG Usage in the Frontend" 2017-09-22 08:39:47 +00:00
helpers Resolve "Decouple multi-file editor from file list" 2017-12-21 15:05:47 +00:00
ide fixed failing IDE test 2018-01-30 09:12:58 +00:00
image_diff Fix comment on image discussion icon alignment 2017-12-08 04:30:13 -06:00
integrations Converted integration_settings_form to axios 2018-01-29 13:00:18 +00:00
issuable only search branches 2018-01-16 11:49:24 +00:00
issue_show Fix eslint 2018-01-18 12:30:45 -05:00
jobs Add pipeline header padding 2018-01-16 18:22:34 +02:00
lib fixed eslint 🙈 2018-01-31 15:48:12 +00:00
locale Add createDateTimeFormat to format dates based on locale 2017-12-18 11:13:41 +01:00
merge_conflicts Convert merge_conflict_service.js to axios 2018-01-30 16:47:19 +00:00
monitoring add noData empty state to prometheus graphs 2018-01-29 13:49:04 -06:00
network Remove shortcut JS classes from global namespace 2017-10-13 11:38:09 +01:00
notebook fixed conflicts 2018-01-17 09:21:37 +00:00
notes Remove trailing space after author name in note header 2018-01-18 11:45:27 -07:00
pages Merge branch 'update-secret-values-to-support-dynamic-elements' into 'master' 2018-01-25 15:59:25 +00:00
pdf [ci skip] Fix more eslint rules 2018-01-06 19:03:01 +00:00
pipeline_schedules Fix more eslint rules 2018-01-08 20:01:49 +00:00
pipelines Increase pipeline mini graph width 2018-01-18 14:46:08 +00:00
profile [ci skip] Fix more eslint rules 2018-01-06 19:03:01 +00:00
projects added project_new import 2018-01-17 10:32:33 +00:00
projects_dropdown Fixed performance of projects dropdown 2018-01-12 10:55:05 +00:00
prometheus_metrics Resolve "Prometheus service page shows error" 2017-10-12 09:58:36 +00:00
protected_branches Generalize protected branch/tag dropdowns 2018-01-12 01:46:45 -06:00
protected_tags Generalize protected branch/tag dropdowns 2018-01-12 01:46:45 -06:00
raven
registry Fix more eslint rules 2018-01-08 20:01:49 +00:00
shared Added dispatcher imports for sessions route 2018-01-22 10:51:18 +00:00
sidebar Fall back to default_avatar_url in issue assigment. 2018-01-28 17:39:28 +01:00
snippet
templates Stop loading spinner on error of issuable templates 2018-01-21 11:43:39 +09:00
terminal
test_utils add missing parameter to triggerEvents 2017-10-31 12:39:36 -05:00
u2f Remove u2f from globalnamespace 2017-10-09 23:21:56 +01:00
users Contribution calendar label cutoff fix 2018-01-29 10:38:14 -06:00
vue_merge_request_widget Merge branch 'fl-vue-mr-widget' into 'master' 2018-01-29 15:49:19 +00:00
vue_shared WebIDE: Fix Commit bugs 2018-01-19 09:38:34 +00:00
activities.js Export JS classes as modules 2017-12-15 09:31:58 +00:00
ajax_loading_spinner.js Remove AjaxLoadingSpinner and CreateLabelDropdown from global namespace 2017-10-09 09:04:13 +00:00
api.js potential fix for tests crashing 2018-01-30 09:12:59 +00:00
autosave.js remove global export 2017-10-12 11:32:07 -05:00
awards_handler.js Replace $.post in awards handler with axios 2018-01-29 12:32:22 +00:00
breadcrumb.js fixed up JS to use a js-* class 2017-09-06 11:55:23 +01:00
breakpoints.js removed global use of breakpoint checker 2017-08-10 14:02:30 +01:00
build_artifacts.js Remove Build code from global namespace 2017-10-10 11:06:42 +00:00
build_variables.js Remove Build code from global namespace 2017-10-10 11:06:42 +00:00
close_reopen_report_toggle.js
comment_type_toggle.js
commit_merge_requests.js Display related merge requests in commit detail page 2018-01-12 20:38:36 +00:00
commits.js changed commits.js to axios 2018-01-30 09:12:57 +00:00
compare.js normalize headers correctly 2018-01-29 09:06:58 +00:00
compare_autocomplete.js normalize headers correctly 2018-01-29 09:06:58 +00:00
confirm_danger_modal.js Use modules in common utils 2017-09-09 09:54:24 +01:00
contextual_sidebar.js Merge branch 'new-nav-tech-debt' into 'master' 2017-12-13 09:48:34 +00:00
create_item_dropdown.js Add createNewItemFromValue option and clearDropdown method 2018-01-30 04:29:02 -06:00
create_label.js Export text utils as ES6 modules 2017-11-13 09:11:54 +00:00
create_merge_request_dropdown.js Converted create_merge_request_dropdown to axios 2018-01-29 09:06:57 +00:00
diff.js use exported methods instead of gl.utils 2017-12-08 08:54:51 +00:00
dispatcher.js Add modal for deleting a milestone 2018-01-25 11:07:32 +01:00
dropzone_input.js Converted dropzone_input to axios 2018-01-29 09:06:57 +00:00
due_date_select.js Converted due_date_select to axios 2018-01-29 09:06:57 +00:00
experimental_flags.js
files_comment_button.js Remove Diff class from globalnamespace 2017-10-19 10:57:25 +01:00
filterable_list.js fixed dashboard projects not being filterable 2018-01-29 09:06:58 +00:00
flash.js WebIDE: Fix Commit bugs 2018-01-19 09:38:34 +00:00
fly_out_nav.js Upgrade jasmine + raven to newer versions 2018-01-23 15:19:56 +00:00
gfm_auto_complete.js Fix slash commands dropdown description 2018-01-08 09:27:50 +00:00
gl_dropdown.js Converted gl_dropdown to axios 2018-01-29 12:05:04 +00:00
gl_field_error.js Moves form related JS modules out of global 2017-10-11 08:41:33 +01:00
gl_field_errors.js spec fixes 2017-10-11 08:41:33 +01:00
gl_form.js Export text utils as ES6 modules 2017-11-13 09:11:54 +00:00
gpg_badges.js Display GPG status loading spinner only when Ajax request is made 2017-08-15 08:20:35 +00:00
group.js
group_avatar.js Removes group_avatar & group_label_subscription from global namespace 2017-10-23 16:05:53 +03:00
group_label_subscription.js Converted group_label_subscription to axios 2018-01-29 12:15:13 +00:00
groups_list.js
groups_select.js Remove groups_select from global namespace & simplifies the code 2017-10-27 09:05:03 +00:00
header.js Remove issue and issue status select from global namespace 2017-10-30 18:59:16 +00:00
how_to_merge.js
importer_status.js Fix queried element 2017-10-30 12:23:52 +00:00
init_changes_dropdown.js calculate the stickyTop instead of hard coding a variable 2017-10-23 10:38:39 +01:00
init_issuable_sidebar.js Resolve "Webpack Roadmap" 2017-12-28 20:07:05 +00:00
init_labels.js Refactor into init_labels 2018-01-12 12:48:28 -06:00
init_legacy_filters.js Resolve "Webpack Roadmap" 2017-12-28 20:07:05 +00:00
init_notes.js Export and use Notes ES module 2017-12-15 16:33:36 +00:00
issuable_bulk_update_actions.js Converted issuable_bulk_update_actions to axios 2018-01-29 12:32:04 +00:00
issuable_bulk_update_sidebar.js Resolve "Webpack Roadmap" 2017-12-28 20:07:05 +00:00
issuable_context.js Load participants async 2017-10-31 16:15:03 +00:00
issuable_form.js fixed missing comma 2018-01-16 11:49:26 +00:00
issuable_index.js cache jQuery selector 2018-01-30 10:57:00 +00:00
issue.js Converted issue.js to axios 2018-01-30 14:53:28 +00:00
issue_status_select.js Enable eslint 2017-10-31 11:27:50 +00:00
job.js Converted job.js to axios 2018-01-30 16:33:23 +00:00
label_manager.js Remove unnecessary return 2018-01-24 21:04:55 -06:00
labels.js Use ES6 modules in labels and labels manager 2017-10-10 18:22:34 +01:00
labels_select.js fixed failing specs 2018-01-31 09:27:30 +00:00
landing.js
layout_nav.js Changed layout_nav to ES module 2017-12-19 10:47:41 +00:00
lazy_loader.js Increase lazy loader performance 2017-10-31 17:18:09 +00:00
line_highlighter.js Exported JS classes as modules 2017-12-15 16:37:49 +00:00
logo.js Export logo and labels select as ES6 modules 2017-11-01 12:32:15 +00:00
main.js Tidy up main JS file 2018-01-10 11:07:42 +00:00
member_expiration_date.js Fix Pikaday 2017-10-18 11:31:01 +00:00
members.js Don't perform a JS request when deleting a membership. 2017-11-13 09:42:49 +01:00
merge_request.js Resolve "Closed issue label in todo's styling is difficult to read" 2018-01-17 14:09:59 +00:00
merge_request_tabs.js fixed failing specs 2018-01-31 09:27:30 +00:00
milestone.js Converted milestone.js to axios 2018-01-31 09:29:29 +00:00
milestone_select.js Converted milestone_select.js to axios 2018-01-31 09:34:25 +00:00
mini_pipeline_graph_dropdown.js Flash is now a ES6 module 2017-10-10 10:14:22 +01:00
namespace_select.js use exported methods instead of gl.utils 2017-12-08 08:54:51 +00:00
new_branch_form.js Export code as ES6 modules 2017-11-20 20:28:29 +00:00
new_commit_form.js Resolve "Decouple multi-file editor from file list" 2017-12-21 15:05:47 +00:00
notes.js Converted common_utils to axios 2018-01-31 10:14:55 +00:00
notifications_dropdown.js Export JS classes as modules 2017-12-15 09:31:58 +00:00
notifications_form.js Export JS classes as modules 2017-12-15 09:31:58 +00:00
pager.js Export JS classes as modules 2017-12-15 09:31:58 +00:00
performance_bar.js use exported methods instead of gl.utils 2017-12-08 08:54:51 +00:00
pipelines.js Import modules instead of using the ones in global namespace 2017-09-09 09:54:27 +01:00
preview_markdown.js Remove preview_markdown from the global obj 2018-01-09 09:08:11 +00:00
project_edit.js
project_find_file.js Export old code into es6 modules 2017-12-13 09:26:44 +00:00
project_fork.js Cleanup the fork layout 2017-10-02 14:36:20 +01:00
project_import.js Export project, projectAvatar and projectImport as ES6 modules 2017-11-13 17:45:45 +00:00
project_label_subscription.js Exports a couple of project related code as es6 modules 2017-11-17 11:30:09 +00:00
project_select.js Exports a couple of project related code as es6 modules 2017-11-17 11:30:09 +00:00
project_select_combo_button.js Use the correct scope to avoid triggering all dropdowns 2017-08-30 19:47:44 +01:00
project_visibility.js expand the help text with links and additional instructions 2017-08-26 03:31:15 -05:00
projects_list.js
ref_select_dropdown.js
render_gfm.js Export old code into es6 modules 2017-12-13 09:26:44 +00:00
render_math.js Disable throwOnError in KaTeX to reveal user where is the problem 2018-01-24 19:17:54 +01:00
render_mermaid.js Fix Mermaid drawings not loading on some browsers 2018-01-17 20:12:48 -08:00
right_sidebar.js Exported JS classes as modules 2017-12-15 16:37:49 +00:00
search_autocomplete.js Export old code into es6 modules 2017-12-13 09:26:44 +00:00
settings_panels.js remove needlessly complicated, duplicate css class for expanded settings panels 2017-10-31 12:45:42 -05:00
shortcuts.js Merge branch 'dispatcher-projects' into 'master' 2018-01-18 16:58:46 +00:00
shortcuts_blob.js Tidy up main JS file 2018-01-10 11:07:42 +00:00
shortcuts_dashboard_navigation.js
shortcuts_find_file.js Tidy up main JS file 2018-01-10 11:07:42 +00:00
shortcuts_issuable.js fixed shortcuts not working on some pages 2018-01-16 16:45:34 +00:00
shortcuts_navigation.js Tidy up main JS file 2018-01-10 11:07:42 +00:00
shortcuts_network.js Tidy up main JS file 2018-01-10 11:07:42 +00:00
shortcuts_wiki.js Tidy up main JS file 2018-01-10 11:07:42 +00:00
single_file_diff.js Replace $.get in single file diff with axios 2018-01-30 12:19:50 +00:00
smart_interval.js update changelog 2017-11-07 18:27:32 +11:00
star.js Change star, filter and settings icons to the their sprite based replacements 2017-11-23 07:52:15 +00:00
subscription_select.js Export code as ES6 modules 2017-11-20 20:28:29 +00:00
syntax_highlight.js Export old code into es6 modules 2017-12-13 09:26:44 +00:00
task_list.js Flash is now a ES6 module 2017-10-10 10:14:22 +01:00
test.js
toggle_buttons.js Generalize toggle_buttons.js 2018-01-26 12:46:38 -06:00
tree.js use exported methods instead of gl.utils 2017-12-08 08:54:51 +00:00
two_factor_auth.js Remove u2f from globalnamespace 2017-10-09 23:21:56 +01:00
ui_development_kit.js
user_callout.js Get the project path through the DOM instead of `gon` 2017-09-07 10:26:51 +01:00
users_select.js Fall back to default_avatar_url in issue assigment. 2018-01-28 17:39:28 +01:00
version_check_image.js
visibility_select.js
webpack.js add global __webpack_public_path__ to eslint config 2017-08-18 16:05:53 -05:00
zen_mode.js Tidy up main JS file 2018-01-10 11:07:42 +00:00