summaryrefslogtreecommitdiff
path: root/app/assets/javascripts/dispatcher.js
Commit message (Collapse)AuthorAgeFilesLines
* Show Ajax requests in performance barSean McGivern2018-03-191-4/+8
| | | | | | | | | | | | | | | | | But first, rewrite the performance bar in Vue: 1. Remove the peek-host gem and replace it with existing code. This also allows us to include the host in the JSON response, rather than in the page HTML. 2. Leave the line profiler parts as here-be-dragons: nicer would be a separate endpoint for these, so we could use them on Ajax requests too. 3. The performance bar is too fiddly to rewrite right now, so apply the same logic to that. Then, add features! All requests made through Axios are able to be tracked. To keep a lid on memory usage, only the first two requests for a given URL are tracked, though. Each request that's tracked has the same data as the initial page load, with the exception of the performance bar and the line profiler, as explained above.
* require jQuery to be explicitly importedremove-jquery-globalsMike Greiling2018-03-091-0/+2
|
* Refactor wildcard dispatcher importsClement Ho2018-02-261-167/+70
|
* Convert switch into if statementdispatcher-ifClement Ho2018-02-221-24/+27
|
* Use dynamic imports in dispatcher (Part 3)Clement Ho2018-02-221-100/+0
|
* Merge branch 'dispatcher-import-batch-1' into 'master'Jacob Schatz2018-02-211-59/+0
|\ | | | | | | | | Use dynamic imports in dispatcher See merge request gitlab-org/gitlab-ce!17273
| * Use dynamic imports in dispatcherClement Ho2018-02-211-59/+0
| |
* | Rest of Dispatcher RefactorJacob Schatz2018-02-211-5/+0
|/
* Use dynamic imports for project dispatcher pathsClement Ho2018-02-211-45/+0
|
* migrate admin:* to static bundleMike Greiling2018-02-211-3/+0
|
* migrate omniauth_callbacks:* to static bundleMike Greiling2018-02-211-5/+0
|
* migrate sessions:* to static bundleMike Greiling2018-02-211-5/+0
|
* migrate projects:clusters:* to static bundleMike Greiling2018-02-211-12/+0
|
* migrate dashboard:activity to static bundleMike Greiling2018-02-211-5/+0
|
* migrate projects:merge_requests:show to static bundleMike Greiling2018-02-211-2/+0
|
* migrate projects:releases:edit to static bundleMike Greiling2018-02-211-5/+0
|
* migrate projects:services:edit to static bundleMike Greiling2018-02-211-5/+0
|
* migrate projects:tags:new to static bundleMike Greiling2018-02-211-5/+0
|
* migrate projects:snippets:* to static bundleMike Greiling2018-02-211-17/+0
|
* migrate snippets:show to static bundleMike Greiling2018-02-211-5/+0
|
* migrate snippets:* to static bundleMike Greiling2018-02-211-20/+0
|
* Remove import so that webpack can handle the moduledispatcher-mr-hamlClement Ho2018-02-191-3/+0
|
* Merge branch 'fix-more-dispatcher-stuff' into 'master'Jacob Schatz2018-02-161-155/+0
|\ | | | | | | | | Remove more route-based chunks from dispatcher.js See merge request gitlab-org/gitlab-ce!16901
| * migrate admin:users:* to static bundlefix-more-dispatcher-stuffMike Greiling2018-02-161-20/+0
| |
| * correct for missing break statement in dispatcher.jsMike Greiling2018-02-161-0/+1
| |
| * migrate projects:merge_requests:edit to static bundleMike Greiling2018-02-161-5/+0
| |
| * migrate projects:merge_requests:creations:diffs to static bundleMike Greiling2018-02-161-5/+0
| |
| * migrate projects:merge_requests:creations:new to static bundleMike Greiling2018-02-161-4/+0
| |
| * migrate projects:issues:new and projects:issues:edit to static bundleMike Greiling2018-02-161-10/+0
| |
| * migrate projects:branches:index to static bundleMike Greiling2018-02-161-5/+0
| |
| * migrate projects:branches:new to static bundleMike Greiling2018-02-161-10/+0
| |
| * migrate projects:compare:show to static bundleMike Greiling2018-02-161-5/+0
| |
| * migrate projects:environments:metrics to static bundleMike Greiling2018-02-161-5/+0
| |
| * migrate projects:milestones:* and groups:milestones:* to static bundleMike Greiling2018-02-161-24/+0
| |
| * migrate explore:groups:index to static bundleMike Greiling2018-02-161-5/+0
| |
| * migrate explore:projects:* to static bundleMike Greiling2018-02-161-7/+0
| |
| * migrate dashboard:projects:* to static bundleMike Greiling2018-02-161-26/+20
| |
| * migrate dashboard:todos:index to static bundleMike Greiling2018-02-161-5/+0
| |
| * migrate groups:merge_requests to static bundleMike Greiling2018-02-161-5/+0
| |
| * migrate groups:issues to static bundleMike Greiling2018-02-161-5/+0
| |
| * migrate dashboard:merge_requests to static bundleMike Greiling2018-02-161-5/+0
| |
| * migrate dashboard:issues to static bundleMike Greiling2018-02-161-5/+0
| |
| * migrate dashboard:milestones:show to static bundleMike Greiling2018-02-161-5/+0
| |
| * migrate groups:milestones:show to static bundleMike Greiling2018-02-161-5/+0
| |
| * migrate projects:milestones:show to static bundleMike Greiling2018-02-161-5/+0
| |
| * migrate projects:milestones:index to static bundleMike Greiling2018-02-161-5/+0
| |
* | Remove Webpack bundle tag for users:showConstance Okoghenun2018-02-151-5/+0
|/
* Removed integrations webpack bundle tagproject-integrations-form-dispatcher-refactorConstance Okoghenun2018-02-151-0/+5
|
* Refactored merge_requests/show path in dispatcher.jsConstance Okoghenun2018-02-081-17/+4
|
* Resolve "New design for user deletion confirmation in admin area"Shah El-Rahman2018-02-081-0/+10
|