summaryrefslogtreecommitdiff
path: root/config/webpack.config.js
Commit message (Collapse)AuthorAgeFilesLines
* 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 ↵Tim Zallmann2017-06-041-3/+11
| |\ | | | | | | | | | | | | | | | | | | | | | | | | '32992-consider-using-zopfli-over-standard-gzip-compression-for-webpack-assets' into 'master' Use zopfli for better asset compression and disable compression in CI Closes #32992 See merge request !11798
| | * 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
| |\ \ | | | | | | | | | | | | | | | | | | | | | | | | Simplify test&save actions when setting a service integration Closes #31511 See merge request !11599
| | * | 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 Closes #30996 See merge request !11815
| | * 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
|\ \ \ | |/ / | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
| * | 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 apps with the same data Closes #31849 See merge request !11732
| | * | Creates a mediator for pipeline details vue in order to mount several vue ↵Filipa Lacerda2017-05-261-3/+3
| | |/ | | | | | | | | | apps with the same data
| * | Merge branch 'locale-region-fix' into 'master'Douwe Maan2017-05-261-1/+1
| |\ \ | | | | | | | | | | | | | | | | | | | | | | | | Fixed locale frontend not picking up regions Closes #32913 See merge request !11717
| | * | Fixed locale frontend not picking up regionslocale-region-fixPhil Hughes2017-05-251-1/+1
| | |/ | | | | | | | | | | | | | | | This was caused by a webpack config issue that would only look in folders that only had lower case letters. This has been changed to include any word character Closes #32913
| * | 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 vue_merge_request_widget utilizes common_vue bundle See merge request !11269
| | * 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 ↵disable-css-and-jquery-animations-for-capybaraLuke "Jared" Bennett2017-05-151-0/+1
| |/ | | | | | | these in _head when testing
| * 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 bundle Closes #32092 See merge request !11248
| | * 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 ↵Kamil Trzcinski2017-05-061-0/+2
| | | | | | | | | | | | https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/10878 It's needed due to https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/10777 being merged with squash.
| * Merge branch 'mia_backort' into 'master' Jacob Schatz2017-05-051-3/+2
| |\ | | | | | | | | | | | | Backport of Multiple Assignees feature See merge request !11089
| | * [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
| | |\ | | | | | | | | | | | | skip]
| | * | 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
| |\ \ \ | | | | | | | | | | | | | | | | | | | | Initial balsamiq support See merge request !10564
| | * \ \ Merge branch 'master' into 'balsalmiq-support'Luke "Jared" Bennett2017-05-021-0/+5
| | |\ \ \ | | | |/ / | | | | | | | | | | | | | | | # Conflicts: # spec/features/projects/commit/cherry_pick_spec.rb # spec/features/projects/environments/environment_spec.rb
| | * | | Fix webpack config conflicts bad resolutionLuke "Jared" Bennett2017-04-271-0/+2
| | | | |
| | * | | Merge branch 'master' into 'balsalmiq-support'Luke "Jared" Bennett2017-04-261-9/+10
| | |\ \ \ | | | | | | | | | | | | | | | | | | # Conflicts: # config/webpack.config.js
| | * \ \ \ Merge branch 'master' into 'balsalmiq-support'Luke "Jared" Bennett2017-04-121-4/+14
| | |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | # Conflicts: # app/models/blob.rb
| | * | | | | Get initial sql values back from file which is databaseJacob Schatz2017-04-101-0/+5
| | | | | | |
| | * | | | | Initial balsamiq supportJacob Schatz2017-04-101-0/+1
| | | | | | |
| * | | | | | Merge branch 'add-sentry-js-again-with-vue' into 'master' Phil Hughes2017-05-051-0/+1
| |\ \ \ \ \ \ | | |_|_|_|_|/ | |/| | | | | | | | | | | | | | | | | | | Add sentry JS See merge request !6764
| | * | | | | Merge branch 'master' into 'add-sentry-js-again-with-vue'Luke "Jared" Bennett2017-05-041-0/+2
| | |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | # Conflicts: # db/schema.rb
| | * \ \ \ \ \ Merge remote-tracking branch 'origin/master' into add-sentry-js-again-with-vueLuke "Jared" Bennett2017-05-031-0/+5
| | |\ \ \ \ \ \ | | | | |_|_|_|/ | | | |/| | | |
| | * | | | | | Merge branch 'master' into 'add-sentry-js-again-with-vue'Luke "Jared" Bennett2017-04-261-8/+9
| | |\ \ \ \ \ \ | | | | |_|_|_|/ | | | |/| | | | | | | | | | | | # Conflicts: # config/webpack.config.js
| | * | | | | | Removed rewire and fixed testsLuke "Jared" Bennett2017-04-151-2/+1
| | | | | | | |