diff options
author | Fatih Acet <acetfatih@gmail.com> | 2017-02-06 21:07:41 +0000 |
---|---|---|
committer | Fatih Acet <acetfatih@gmail.com> | 2017-02-06 21:07:41 +0000 |
commit | 3a9228739019a7cee7cbcf4dd969e1b671119c93 (patch) | |
tree | 3b81ad12705f8719425bbc9b1a84f8bb4dbb63ca /config | |
parent | ee43dcd5d633f19b13a1d914a403686faec2bbca (diff) | |
parent | 183ff875f4e78e9cef4cc1d23630909527e334a2 (diff) | |
download | gitlab-ce-3a9228739019a7cee7cbcf4dd969e1b671119c93.tar.gz |
Merge branch 'fe-commit-mr-pipelines' into 'master'
Use vue.js Pipelines table in commit and merge request view
Closes #27141
See merge request !8844
Diffstat (limited to 'config')
-rw-r--r-- | config/webpack.config.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/config/webpack.config.js b/config/webpack.config.js index a156756f9ff..953ae463c86 100644 --- a/config/webpack.config.js +++ b/config/webpack.config.js @@ -19,6 +19,7 @@ var config = { boards: './boards/boards_bundle.js', boards_test: './boards/test_utils/simulate_drag.js', cycle_analytics: './cycle_analytics/cycle_analytics_bundle.js', + commit_pipelines: './commit/pipelines/pipelines_bundle.js', diff_notes: './diff_notes/diff_notes_bundle.js', environments: './environments/environments_bundle.js', filtered_search: './filtered_search/filtered_search_bundle.js', |