Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2018-11-27Suggests issues when typing titlePhil Hughes
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
2018-10-19Allow to configure cache path for webpackKamil Trzciński
2018-06-21Merge branch 'fix-webpack-node-env' into 'master'Clement Ho
Enable webpack nodeEnv optimization See merge request gitlab-org/gitlab-ce!20075
2018-06-21enable accidentally-disabled nodeEnv optimizationMike Greiling
2018-06-21Allow omnibus to disable sourcemaps in memory constrained environmentsMike Greiling
2018-06-11set max_old_space_size to 3.5 GB for compile-assets jobLukas Eipert
2018-06-08add monaco-editor-webpack-plugin and update webpack configMike Greiling
2018-05-24Add `Access-Control-Allow-Headers` to Webpack Dev Server configKushal Pandya
2018-05-23add file cache to vue-loader to speed up compilationMike Greiling
2018-05-19simplify and reorganize webpack configMike Greiling
2018-05-19move devtool setting into main config objectMike Greiling
2018-05-19upgrade to vue-loader 15.0.11 and update webpack configMike Greiling
2018-05-06consolidate main bootstrap entriesMike Greiling
2018-05-04remove unused name-all-modules-pluginMike Greiling
2018-05-04truncate long chunkhashes within filenamesMike Greiling
2018-05-03add better filename template to worker-loaderMike Greiling
2018-05-03adjust IDE page loading config to ensure web workers are not loaded cross-originMike Greiling
2018-05-01update several packages to remove deprecation warningsMike Greiling
2018-05-01combine ancestor entrypoints into child entrypoints instead of importing ↵Mike Greiling
bundles for each
2018-05-01temporarily disable deterministic chunk hash logicMike Greiling
2018-05-01adjust webpack configMike Greiling
2018-05-01Fix memory and performance issues in Karma test suiteMike Greiling
2018-03-28Use katex min cssClement Ho
2018-03-23prettify all node scriptsMike Greiling
2018-03-22Merge branch 'prettier-ignore' into 'master'Mike Greiling
Added prettierignore file Closes #44483 See merge request gitlab-org/gitlab-ce!17907
2018-03-22enable scope hoisting only in produciton (it interferes with HMR)Mike Greiling
2018-03-21Added prettierignore filePhil Hughes
Closes #44483
2018-03-20Move IDE to CEPhil Hughes
This also makes the IDE generally available
2018-03-07Remove common_vue bundleMike Greiling
2018-03-05Merge branch 'remove-ide' into 'master'Tim Zallmann
Remove IDE from CE See merge request gitlab-org/gitlab-ce!17458
2018-03-03Remove mr_notes webpack bundleMike Greiling
2018-03-02Removed terminal webpack bundle tagConstance Okoghenun
2018-03-02Merge branch 'remove-test-bundle' into 'master'Clement Ho
Remove the "test" bundle and apply it conditionally within main.js See merge request gitlab-org/gitlab-ce!17472
2018-03-02Merge branch 'two_factor_auth_webpack_bundle_tag_refactor' into 'master'Clement Ho
Removes webpack bundle tag for two factor auth js See merge request gitlab-org/gitlab-ce!17330
2018-03-02Remove protected branches webpack bundle tagClement Ho
2018-03-02Remove IDE from CEPhil Hughes
2018-03-02remove two_factor_auth bundleMike Greiling
2018-03-02Remove registry list webpack entry pointClement Ho
2018-03-02remove the "test" bundle and apply it conditionally within main.jsMike Greiling
2018-03-01Remove u2f webpack bundleMike Greiling
2018-03-01remove common_vue CommonsChunk configMike Greiling
2018-03-01migrate stl_viewer to dynamic importMike Greiling
2018-03-01migrate sketch_viewer to dynamic importMike Greiling
2018-03-01migrate pdf_viewer to dynamic importMike Greiling
2018-03-01migrate notebook_viewer to dynamic importMike Greiling
2018-03-01migrate balsamiq_viewer to dynamic importMike Greiling
2018-03-01Remove unnecessary chunks from common_vueClement Ho
2018-03-01Merge branch 'protected-tags-bundle-refactor' into 'master'Clement Ho
Removed protected_tags webpack bundle See merge request gitlab-org/gitlab-ce!17334
2018-03-01Merge branch 'pipelines_show_refactor' into 'master'Jacob Schatz
Refactor pipelines show for webpack bundle tag removal See merge request gitlab-org/gitlab-ce!17127
2018-02-28Remove webpack bundle tag for enviromentsConstance Okoghenun