Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhil Hughes <me@iamphill.com>2017-12-04 20:06:48 +0300
committerPhil Hughes <me@iamphill.com>2017-12-04 20:06:48 +0300
commit6e12e83d71b0b3783344c2258a9b4c2af000c90a (patch)
tree08cb43cf57fbe5a54cbba4802163cbb270c7c84d
parent8f9622bb5ab96bf21798ae1b960b3c969db15e5d (diff)
parent28e93c7dbb8a592c2bbf8014297d5923de36874f (diff)
Merge branch '39727-add-axios-to-common' into 'master'
Import axios utils in commons chunks See merge request gitlab-org/gitlab-ce!15721
-rw-r--r--app/assets/javascripts/commons/index.js1
-rw-r--r--changelogs/unreleased/39727-add-axios-to-common.yml5
2 files changed, 6 insertions, 0 deletions
diff --git a/app/assets/javascripts/commons/index.js b/app/assets/javascripts/commons/index.js
index 768453b28f1..0d2fe2925d8 100644
--- a/app/assets/javascripts/commons/index.js
+++ b/app/assets/javascripts/commons/index.js
@@ -3,3 +3,4 @@ import './polyfills';
import './jquery';
import './bootstrap';
import './vue';
+import '../lib/utils/axios_utils';
diff --git a/changelogs/unreleased/39727-add-axios-to-common.yml b/changelogs/unreleased/39727-add-axios-to-common.yml
new file mode 100644
index 00000000000..688757d2486
--- /dev/null
+++ b/changelogs/unreleased/39727-add-axios-to-common.yml
@@ -0,0 +1,5 @@
+---
+title: Add axios to common file
+merge_request:
+author:
+type: performance