gitlab-org--gitlab-foss/app/views/shared
Alfredo Sumaran 4e68b88193 Merge branch 'clean-no-undef' into 'master'
Explicitly declare all javascript globals and all eslint rule violations

This merge request takes every single external global variable referenced within a javascript file and explicitly marks it with a `/* global Foo */` comment block at the top of the script.

This also expands all blanket instances of `/* eslint-disable */` with an explicit list of disabled rules.  This is useful because if we need to search for violations of a particular rule we can simply grep the codebase for something like `no-unused-vars` or `semi` and find all of the places where this rule has yet to be fixed.

Lastly, it also removes and resolves any existing `no-undef` eslint violations.  This is useful for catching mistakes like forgetting to declare a variable with `var`/`let`/`const` which can cause hard to find bugs.

## What does this MR do?

1. Looks for generic uses of `/* eslint-disable */` and refactors them into individual rule exceptions.
2. Looks for all occurrences of `/* eslint-disable ... no-undef */` and resolves them by either fixing bugs or declaring globals with `/* global Foo */`.

## Are there points in the code the reviewer needs to double check?

This touches a lot of files, most changes touch nothing other than comment blocks or whitespace.  The exceptions are the following 14 files which required some small bug fixes after removing `no-undef`:

- api.js
- breakpoints.js
- build.js
- commits.js
- diff_notes/components/jump_to_discussion.js.es6
- gfm_auto_complete.js.es6
- gl_dropdown.js
- groups_select.js
- importer_status.js
- namespace_select.js
- notes.js
- preview_markdown.js
- projects_list.js
- single_file_diff.js

## Why was this MR needed?

Removal of ~"technical debt" and some necessary changes to help !7288 

## Screenshots (if relevant)

N/A

## Does this MR meet the acceptance criteria?

- [ ] ~~[Changelog entry](https://docs.gitlab.com/ce/development/changelog.html) added~~
- [ ] ~~[Documentation created/updated](https://gitlab.com/gitlab-org/gitlab-ce/blob/master/doc/development/doc_styleguide.md)~~
- [ ] ~~API support added~~
- Tests
  - [ ] ~~Added for this feature/bug~~
  - [ ] All builds are passing
- [x] Conform by the [merge request performance guides](http://docs.gitlab.com/ce/development/merge_request_performance_guidelines.html)
- [x] Conform by the [style guides](https://gitlab.com/gitlab-org/gitlab-ce/blob/master/CONTRIBUTING.md#style-guides)
- [x] Branch has no merge conflicts with `master` (if it does - rebase it please)
- [x] [Squashed related commits together](https://git-scm.com/book/en/Git-Tools-Rewriting-History#Squashing-Commits)

## What are the relevant issue numbers?

N/A

See merge request !8043
2016-12-15 00:52:46 +00:00
..
builds Remove white space between nav items 2016-12-14 10:32:14 -05:00
empty_states Added empty state svg and set up blank conditional 2016-11-18 03:57:36 +00:00
groups
icons Update manual build icon SVG 2016-12-13 14:58:56 +01:00
issuable Merge branch 'clean-no-undef' into 'master' 2016-12-15 00:52:46 +00:00
labels
members Merge branch '23305-leave-project-and-leave-group-should-be-buttons' into 'master' 2016-12-09 19:27:09 +00:00
milestones Displays milestone remaining days only when it's present 2016-12-08 17:09:06 -02:00
notifications remove left_align setting from notification setting dropdown in favor of a pure css solution 2016-12-10 00:21:47 -06:00
projects
snippets move snippet edited timeago under the snippet title 2016-12-10 00:57:23 -06:00
web_hooks
_allow_request_access.html.haml
_choose_group_avatar_button.html.haml
_clone_panel.html.haml
_commit_message_container.html.haml
_confirm_modal.html.haml
_event_filter.html.haml remove unnecessary issues event filter on comments tab 2016-12-08 23:46:45 +03:00
_field.html.haml
_file_highlight.html.haml
_group_form.html.haml use standard gitlab namespace regex for group name validation 2016-11-25 10:38:55 -06:00
_group_tips.html.haml
_import_form.html.haml
_issues.html.haml Save a query on issue and MR lists 2016-12-01 12:24:55 +00:00
_label.html.haml Avoid code duplication for label subscription status on label partial 2016-11-17 15:10:13 -02:00
_label_row.html.haml
_labels_row.html.haml
_logo.svg
_merge_requests.html.haml Save a query on issue and MR lists 2016-12-01 12:24:55 +00:00
_milestone_expired.html.haml Add a starting date to milestones 2016-11-23 13:41:04 +02:00
_milestones_filter.html.haml Remove white space between nav items 2016-12-14 10:32:14 -05:00
_nav_scroll.html.haml
_new_commit_form.html.haml
_new_project_item_select.html.haml
_no_password.html.haml
_no_ssh.html.haml
_outdated_browser.html.haml
_project_limit.html.haml
_promo.html.haml
_ref_switcher.html.haml
_service_settings.html.haml Frontend review changes 2016-11-21 22:11:21 +00:00
_show_aside.html.haml
_sort_dropdown.html.haml Homogenize dropdowns on Issue page 2016-11-28 23:18:03 +01:00
_visibility_level.html.haml
_visibility_radios.html.haml