Skip to content
Snippets Groups Projects

Refactor wildcard dispatcher imports

Merged Clement Ho requested to merge dispatcher-switch into master
1 unresolved thread

What does this MR do?

Refactor wildcard dispatcher imports

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

Why was this MR needed?

Screenshots (if relevant)

Does this MR meet the acceptance criteria?

What are the relevant issue numbers?

https://gitlab.com/gitlab-org/gitlab-ce/issues/41341

Edited by Clement Ho

Merge request reports

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
  • Jacob Schatz resolved all discussions

    resolved all discussions

  • Clement Ho added 73 commits

    added 73 commits

    Compare with previous version

  • Clement Ho added 15 commits

    added 15 commits

    Compare with previous version

  • Clement Ho added 1 commit

    added 1 commit

    • f6a56206 - Remove dispatcher chunks check

    Compare with previous version

  • Clement Ho added 1 commit

    added 1 commit

    Compare with previous version

  • Clement Ho changed milestone to %10.6

    changed milestone to %10.6

  • 59 issues: enableGFM,
    60 milestones: enableGFM,
    61 mergeRequests: enableGFM,
    62 labels: enableGFM,
    63 });
    64 });
    65 }
    169 66
    170 Dispatcher.prototype.initFieldErrors = function() {
    171 $('.gl-show-field-errors').each((i, form) => {
    172 new GlFieldErrors(form);
    173 });
    174 };
    67 function initPerformanceBar() {
    68 if (document.querySelector('#peek')) {
    69 import('./performance_bar')
  • Clement Ho unmarked as a Work In Progress

    unmarked as a Work In Progress

  • Clement Ho changed the description

    changed the description

  • Author Contributor

    @jschatz1 can you review?

  • assigned to @jschatz1

  • Mike Greiling resolved all discussions

    resolved all discussions

  • Mike Greiling approved this merge request

    approved this merge request

  • Jacob Schatz resolved all discussions

    resolved all discussions

  • Mike Greiling resolved all discussions

    resolved all discussions

  • merged

  • Jacob Schatz mentioned in commit cce53020

    mentioned in commit cce53020

  • Jacob Schatz mentioned in commit bf3995ad

    mentioned in commit bf3995ad

  • Please register or sign in to reply
    Loading