summaryrefslogtreecommitdiff
path: root/config/webpack.config.js
Commit message (Expand)AuthorAgeFilesLines
* enable scope hoisting33902-upgrade-to-webpack-v3Mike Greiling2017-06-201-0/+3
* 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
* 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
|\ \ | |/
| * 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
* | | 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
|\ \ \ | |/ /
| * | 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
| * | ensure filtered_search utilizes common_vue bundleuse-common-vue-for-filtered-searchMike Greiling2017-05-101-0/+1
| |/
| * Merge request widget redesignFatih Acet2017-05-091-1/+1
| * Add Pipeline Schedules that supersedes experimental Trigger ScheduleZeger-Jan van de Weg2017-05-071-0/+2
| * Single commit squash of all changes for https://gitlab.com/gitlab-org/gitlab-...Kamil Trzcinski2017-05-061-0/+2
| * Merge branch 'mia_backort' into 'master' Jacob Schatz2017-05-051-3/+2
| |\
| | * [skip ci] Fix FE conflicts with masterClement Ho2017-05-051-5/+0
| | * Merge branch 'master' of gitlab.com:gitlab-org/gitlab-ce into mia_backort[ci ...Valery Sizov2017-05-051-0/+20
| | |\
| | * | Fix webpack config conflictClement Ho2017-05-041-5/+0
| | * | Backport of multiple_assignees_feature [ci skip]Valery Sizov2017-05-041-1/+6
| * | | Merge branch 'balsalmiq-support' into 'master' Phil Hughes2017-05-051-0/+6
| |\ \ \
| | * \ \ Merge branch 'master' into 'balsalmiq-support'Luke "Jared" Bennett2017-05-021-0/+5
| | |\ \ \ | | | |/ /
| | * | | Fix webpack config conflicts bad resolutionLuke "Jared" Bennett2017-04-271-0/+2