Skip to content

Ee 38869 importer status - Remove code from global namespace

Filipa Lacerda requested to merge ee-38869-importer_status into master

What does this MR do?

ee port of https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/15058

  1. Removes the following from global namespace & enables eslint:
  • IssuableContext
  • IssuableIndex
  • IssuableForm
  • ImporterStatus
  1. Removes old non used code from IssuableForm

  2. Fixes broken dependencies in tests

  3. Adds better tests fro IssuableForm

  4. Remove iife from tests

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

Yes. A lot of code was removed from IssuableForm. We need to double check if it is 100% safe to do it.

Does this MR meet the acceptance criteria?

What are the relevant issue numbers?

#38869

Merge request reports