More dispatcher refactoring
Moves more page-specific javascript out of dispatcher.js and into independent entry points.
part of gitlab-org/gitlab-ce#41341
continuation of work done in !16901 (merged) and !16865 (merged)
Merge request reports
Activity
added 1 commit
- 597a8364 - use DOMContentLoaded event over jQuery .ready to ensure execution order
added 73 commits
-
597a8364...11bf575f - 60 commits from branch
master
- afbb9308 - migrate snippets:* to static bundle
- 20d428ea - migrate snippets:show to static bundle
- 5d328db7 - migrate projects:snippets:* to static bundle
- 9879487e - migrate projects:tags:new to static bundle
- 6e33f999 - migrate projects:services:edit to static bundle
- da0be7c5 - migrate projects:releases:edit to static bundle
- 05b28636 - migrate projects:merge_requests:show to static bundle
- 25ce52b5 - migrate dashboard:activity to static bundle
- b679bc9c - migrate projects:clusters:* to static bundle
- 3b359ffe - migrate sessions:* to static bundle
- 2d018776 - migrate omniauth_callbacks:* to static bundle
- 58acacd6 - migrate admin:* to static bundle
- ba5ae88a - use DOMContentLoaded event over jQuery .ready to ensure execution order
Toggle commit list-
597a8364...11bf575f - 60 commits from branch
@jschatz1 can you review/merge?
assigned to @jschatz1
mentioned in commit 2f2f63a0
Adding ~"Pick into 10.5" per https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/17255#note_60064298
@psimyn @mikegreiling This isn't picking cleanly into
10-5-stable
This is also listed as a continuation of !16901 (merged) and !16865 (merged) which aren't labeled
Pick into 10.5
.Should those be added? Or this unlabeled?
mentioned in commit 6c5bbc73
mentioned in merge request !17337 (closed)
@psimyn I don't think this can be cleanly picked into 10.5. There are a lot of other things that would need to be picked also. Can this specific issue with the snippets pages be fixed by opening a MR targeting
10-5-stable
instead?@mikegreiling I thought not. I made https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/17255 to fix this (which will apply cleanly), can use that instead
mentioned in issue #43909 (closed)