summaryrefslogtreecommitdiff
path: root/config/webpack.config.js
Commit message (Expand)AuthorAgeFilesLines
* Improve & fix the performance bar UI and behaviorRémy Coutable2017-07-061-1/+1
* Merge branch 'enable-webpack-code-splitting' into 'master'Jacob Schatz2017-06-301-2/+2
|\
| * move webpack publicPath setup earlier in the bootstrap processes to avoid ES ...Mike Greiling2017-06-281-1/+2
| * dynamically set webpack publicPath when relative_url_root enabledMike Greiling2017-06-281-1/+0
* | Merge branch 'additional-metrics-dashboard' into '28717-additional-metrics-re...Phil Hughes2017-06-261-0/+1
|/
* Merge branch 'hot-reload' into 'master'Tim Zallmann2017-06-231-0/+4
|\
| * hot reloading for .vue fileshot-reloadSimon Knox2017-06-151-0/+4
* | Merge remote-tracking branch 'upstream/master' into 28717-additional-metrics-...28717-additional-metrics-review-branchPawel Chojnacki2017-06-221-16/+7
|\ \
| * | refactor zopfli fallback configfix-atom-eslintMike Greiling2017-06-161-15/+6
| * | don't make assumptions about command line arguments invoking webpack configMike Greiling2017-06-161-1/+1
| |/
* | Merge remote-tracking branch 'upstream/master' into 28717-additional-metrics-...Pawel Chojnacki2017-06-161-11/+17
|\ \ | |/
| * Move vue components to vue files and match docsFilipa Lacerda2017-06-141-1/+1
| * Merge branch '29010-perf-bar' into 'master'Robert Speicher2017-06-121-0/+1
| |\
| | * New performance bar that can be enabled with the `p b` shortcutRémy Coutable2017-06-091-0/+1
| * | Merge branch 'fall-back-to-gzip-when-missing-optional-deps' into 'master'Marin Jankovski2017-06-121-1/+10
| |\ \
| | * | fall back to gzip when zopfli compression is unavailablefall-back-to-gzip-when-missing-optional-depsMike Greiling2017-06-091-1/+10
| * | | Improve Job detail view to make it refreshed in real-time instead of reloadingFilipa Lacerda2017-06-121-0/+2
| | |/ | |/|
| * | Merge branch 'master' into 25426-group-dashboard-ui25426-group-dashboard-uiAlfredo Sumaran2017-06-081-9/+1
| |\ \ | | |/
| | * Translate project & repository pagesBob Van Landuyt2017-06-071-9/+1
| * | Merge branch 'master' into 25426-group-dashboard-uiAlfredo Sumaran2017-06-071-5/+12
| |\ \ | | |/
| * | Address feedbackAlfredo Sumaran2017-06-071-0/+1
| * | Restore code to make explore groups workAlfredo Sumaran2017-06-071-0/+1
| * | Remove non existent bundleAlfredo Sumaran2017-06-061-1/+0
| * | Merge remote-tracking branch 'origin/master' into 25426-group-dashboard-uiDmitriy Zaporozhets2017-06-021-10/+54
| |\ \
| * | | Add GroupFilterableList to be used as filterable classAlfredo Sumaran2017-05-101-1/+0
| * | | Add “groups” JS bundleAlfredo Sumaran2017-05-041-0/+1
* | | | Merge remote-tracking branch 'upstream/master' into 28717-additional-metrics-...Pawel Chojnacki2017-06-071-5/+12
|\ \ \ \ | | |_|/ | |/| |
| * | | Merge branch '32992-consider-using-zopfli-over-standard-gzip-compression-for-...Tim Zallmann2017-06-041-3/+11
| |\ \ \
| | * | | utilize zopfli compression algorithm for frontend assetsMike Greiling2017-05-301-0/+2
| | * | | skip asset compression in CIMike Greiling2017-05-301-3/+9
| | | |/ | | |/|
| * | | Merge branch '31511-jira-settings' into 'master'Sean McGivern2017-06-021-0/+1
| |\ \ \
| | * | | Add Integrations bundlekushalpandya2017-06-011-0/+1
| | |/ /
| * | | Merge branch 'winh-karma-sourcemaps' into 'master'Filipa Lacerda2017-06-021-2/+0
| |\ \ \ | | |/ / | |/| |
| | * | Use inline source maps for karma (!11815)winh-karma-sourcemapswinh2017-05-311-2/+0
* | | | Add Prometheus Metrics Bundlekushalpandya2017-05-311-0/+1
|/ / /
* | | Merge branch '31849-pipeline-show-view-realtime' into 'master'Phil Hughes2017-05-301-3/+3
|\ \ \
| * | | Creates a mediator for pipeline details vue in order to mount several vue app...Filipa Lacerda2017-05-261-3/+3
| |/ /
* | | Merge branch 'locale-region-fix' into 'master'Douwe Maan2017-05-261-1/+1
|\ \ \
| * | | Fixed locale frontend not picking up regionslocale-region-fixPhil Hughes2017-05-251-1/+1
| |/ /
* | | name all webpack chunks to improve long term cacheabilityMike Greiling2017-05-251-1/+13
* | | add NameAllModulesPlugin to cover shortcomings of NamedModulesPluginMike Greiling2017-05-251-1/+3
|/ /
* | drop HashedModuleIdsPlugin in favor of NamedModulesPlugin in all environments32835-stop-using-webpack-hashedmoduleidsplugin-in-productionMike Greiling2017-05-231-4/+2
* | Consolidate user avatar Vue logicBryce Johnson2017-05-181-2/+3
* | Merge branch 'use-common-vue-for-merge-request-widget' into 'master' Fatih Acet2017-05-161-0/+1
|\ \
| * | ensure merge-request-widget utilizes common_vue bundleuse-common-vue-for-merge-request-widgetMike Greiling2017-05-151-0/+1
* | | Add test.js and test.css to disable animations during testing and include the...disable-css-and-jquery-animations-for-capybaraLuke "Jared" Bennett2017-05-151-0/+1
|/ /
* | Added balsamiq jasmine integration testLuke "Jared" Bennett2017-05-151-1/+1
* | ensure schedule_form and schedules_index both utilize common_vue bundleuse-common-vue-for-pipeline-schedule-bundlesMike Greiling2017-05-121-1/+3
* | Merge branch 'remove-balsamiq-module-from-common_vue-bundle' into 'master' Filipa Lacerda2017-05-111-1/+0
|\ \
| * | Remove balsamiq module from common_vue bundleremove-balsamiq-module-from-common_vue-bundleLuke "Jared" Bennett2017-05-101-1/+0