Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add latest changes from gitlab-org/gitlab@13-1-stable-ee | GitLab Bot | 2020-06-18 | 1 | -8/+15 |
| | |||||
* | Add latest changes from gitlab-org/gitlab@13-0-stable-ee | GitLab Bot | 2020-05-20 | 1 | -7/+34 |
| | |||||
* | Add latest changes from gitlab-org/gitlab@master | GitLab Bot | 2020-03-09 | 1 | -1/+3 |
| | |||||
* | Add latest changes from gitlab-org/gitlab@master | GitLab Bot | 2020-02-18 | 1 | -12/+52 |
| | |||||
* | Add latest changes from gitlab-org/gitlab@master | GitLab Bot | 2020-01-22 | 1 | -0/+2 |
| | |||||
* | Add latest changes from gitlab-org/gitlab@master | GitLab Bot | 2019-12-18 | 1 | -1/+1 |
| | |||||
* | Add latest changes from gitlab-org/gitlab@master | GitLab Bot | 2019-12-17 | 1 | -1/+42 |
| | |||||
* | Add latest changes from gitlab-org/gitlab@master | GitLab Bot | 2019-12-05 | 1 | -1/+1 |
| | |||||
* | Add latest changes from gitlab-org/gitlab@master | GitLab Bot | 2019-12-04 | 1 | -0/+17 |
| | |||||
* | Add latest changes from gitlab-org/gitlab@master | GitLab Bot | 2019-12-03 | 1 | -6/+4 |
| | |||||
* | Add latest changes from gitlab-org/gitlab@master | GitLab Bot | 2019-11-15 | 1 | -0/+5 |
| | |||||
* | Add latest changes from gitlab-org/gitlab@master | GitLab Bot | 2019-11-05 | 1 | -1/+1 |
| | |||||
* | Add latest changes from gitlab-org/gitlab@master | GitLab Bot | 2019-10-16 | 1 | -1/+1 |
| | |||||
* | Add latest changes from gitlab-org/gitlab@master | GitLab Bot | 2019-09-27 | 1 | -3/+1 |
| | |||||
* | Add latest changes from gitlab-org/gitlab@master | GitLab Bot | 2019-09-27 | 1 | -2/+7 |
| | |||||
* | Add webpack memory test to CI | Mike Greiling | 2019-09-11 | 1 | -0/+25 |
| | |||||
* | Move visual review toolbar to NPM | shampton | 2019-08-23 | 1 | -0/+7 |
| | | | | | Remove the visual review toolbar code in favor of using the NPM package. | ||||
* | Merge branch 'mg-update-icons-svg-import' into 'master' | Kushal Pandya | 2019-07-31 | 1 | -0/+14 |
|\ | | | | | | | | | Use file-loader for sprite icons within icon.vue See merge request gitlab-org/gitlab-ce!31257 | ||||
| * | Override icons.svg asset path with sprockets assetmg-update-icons-svg-import | Mike Greiling | 2019-07-29 | 1 | -0/+6 |
| | | |||||
| * | Use file-loader to import icon sprites | Mike Greiling | 2019-07-29 | 1 | -0/+8 |
| | | |||||
* | | Make pdf.js render CJK characterssh-add-cmaps-for-pdfjs | Stan Hu | 2019-07-28 | 1 | -0/+8 |
|/ | | | | | | | | As mentioned in https://github.com/wojtekmaj/react-pdf/blob/master/README.md, pdf.js needs the bundled cMaps files to work. Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/62152 | ||||
* | Remove setImmediate polyfill from production assets | Mike Greiling | 2019-07-10 | 1 | -2/+4 |
| | |||||
* | Replace runtime isEE check with compile time one60213-fix-is-ee-webpack-checks | Lukas Eipert | 2019-07-05 | 1 | -0/+3 |
| | | | | | | | | | This has the benefit that CE bundles will remove dead code in CE only builds. We have a follow-up issue to get rid of this completely: https://gitlab.com/gitlab-org/gitlab-ce/issues/64173 | ||||
* | Rename environment variable EE to IS_GITLAB_EEwinh-ee-environment-variable | Winnie Hellmann | 2019-04-05 | 1 | -1/+1 |
| | |||||
* | Extract IS_EE config helper | Winnie Hellmann | 2019-03-28 | 1 | -5/+1 |
| | |||||
* | Move EE-specifics of Karma test bundle behind flag | Winnie Hellmann | 2019-03-13 | 1 | -0/+4 |
| | |||||
* | Resolve differences in Webpack config between CE and EE | Winnie Hellmann | 2019-03-13 | 1 | -13/+39 |
| | |||||
* | Remove node 6 trailing comma support | Mike Greiling | 2019-03-11 | 1 | -3/+3 |
| | | | | | This removes trailing commas from node scripts which previously omitted them for compatiblity with node 6 | ||||
* | CE port of noteable-discussion-ee-differences | Phil Hughes | 2019-02-28 | 1 | -0/+11 |
| | |||||
* | Fixed web workers not working locally in rspec | Phil Hughes | 2019-02-14 | 1 | -0/+1 |
| | | | | Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/57169 | ||||
* | Add ee_else_ce alias to Webpack config | Winnie Hellmann | 2019-01-30 | 1 | -0/+3 |
| | | | | | | | (cherry picked from commit da3cd00f5a31f762eb67c2824233ad2b275b2ba8) Conflicts: config/webpack.config.js | ||||
* | Suggests issues when typing title | Phil Hughes | 2018-11-27 | 1 | -1/+11 |
| | | | | | | | | | | | | | | | This suggests possibly related issues when the user types a title. This uses GraphQL to allow the frontend to request the exact data that is requires. We also get free caching through the Vue Apollo plugin. With this we can include the ability to import .graphql files in JS and Vue files. Also we now have the Vue test utils library to make testing Vue components easier. Closes #22071 | ||||
* | Allow to configure cache path for webpack | Kamil Trzciński | 2018-10-19 | 1 | -1/+1 |
| | |||||
* | Merge branch 'fix-webpack-node-env' into 'master' | Clement Ho | 2018-06-21 | 1 | -1/+0 |
|\ | | | | | | | | | Enable webpack nodeEnv optimization See merge request gitlab-org/gitlab-ce!20075 | ||||
| * | enable accidentally-disabled nodeEnv optimization | Mike Greiling | 2018-06-21 | 1 | -1/+0 |
| | | |||||
* | | Allow omnibus to disable sourcemaps in memory constrained environments | Mike Greiling | 2018-06-21 | 1 | -1/+4 |
|/ | |||||
* | set max_old_space_size to 3.5 GB for compile-assets job | Lukas Eipert | 2018-06-11 | 1 | -1/+0 |
| | |||||
* | add monaco-editor-webpack-plugin and update webpack config | Mike Greiling | 2018-06-07 | 1 | -32/+4 |
| | |||||
* | Add `Access-Control-Allow-Headers` to Webpack Dev Server config | Kushal Pandya | 2018-05-24 | 1 | -1/+4 |
| | |||||
* | add file cache to vue-loader to speed up compilation46603-add-vue-loader-cache | Mike Greiling | 2018-05-22 | 1 | -1/+14 |
| | |||||
* | simplify and reorganize webpack config45532-upgrade-vue-loader | Mike Greiling | 2018-05-18 | 1 | -98/+88 |
| | |||||
* | move devtool setting into main config object | Mike Greiling | 2018-05-18 | 1 | -3/+2 |
| | |||||
* | upgrade to vue-loader 15.0.11 and update webpack config | Mike Greiling | 2018-05-18 | 1 | -4/+7 |
| | |||||
* | consolidate main bootstrap entries | Mike Greiling | 2018-05-06 | 1 | -1/+1 |
| | |||||
* | remove unused name-all-modules-plugin | Mike Greiling | 2018-05-04 | 1 | -1/+0 |
| | |||||
* | truncate long chunkhashes within filenames | Mike Greiling | 2018-05-04 | 1 | -6/+6 |
| | |||||
* | add better filename template to worker-loader | Mike Greiling | 2018-05-03 | 1 | -1/+9 |
| | |||||
* | adjust IDE page loading config to ensure web workers are not loaded cross-origin | Mike Greiling | 2018-05-03 | 1 | -10/+2 |
| | |||||
* | update several packages to remove deprecation warnings | Mike Greiling | 2018-05-01 | 1 | -21/+21 |
| | |||||
* | combine ancestor entrypoints into child entrypoints instead of importing ↵ | Mike Greiling | 2018-05-01 | 1 | -2/+18 |
| | | | | bundles for each |