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
2021-05-19Add latest changes from gitlab-org/gitlab@13-12-stable-eev13.12.0-rc42GitLab Bot
2021-04-21Add latest changes from gitlab-org/gitlab@13-11-stable-eev13.11.0-rc43GitLab Bot
2021-03-16Add latest changes from gitlab-org/gitlab@13-10-stable-eev13.10.0-rc40GitLab Bot
2021-02-18Add latest changes from gitlab-org/gitlab@13-9-stable-eev13.9.0-rc42GitLab Bot
2021-01-20Add latest changes from gitlab-org/gitlab@13-8-stable-eev13.8.0-rc42Robert Speicher
2020-12-17Add latest changes from gitlab-org/gitlab@13-7-stable-eev13.7.0-rc42GitLab Bot
2020-11-19Add latest changes from gitlab-org/gitlab@13-6-stable-eev13.6.0-rc42GitLab Bot
2020-10-21Add latest changes from gitlab-org/gitlab@13-5-stable-eev13.5.0-rc42GitLab Bot
2020-09-19Add latest changes from gitlab-org/gitlab@13-4-stable-eeGitLab Bot
2020-08-20Add latest changes from gitlab-org/gitlab@13-3-stable-eeGitLab Bot
2020-07-20Add latest changes from gitlab-org/gitlab@13-2-stable-eeGitLab Bot
2020-06-18Add latest changes from gitlab-org/gitlab@13-1-stable-eeGitLab Bot
2020-05-20Add latest changes from gitlab-org/gitlab@13-0-stable-eeGitLab Bot
2020-03-10Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2020-02-19Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2020-01-22Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-12-18Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-12-17Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-12-05Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-12-04Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-12-03Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-11-15Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-11-06Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-10-16Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-09-27Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-09-27Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-09-11Add webpack memory test to CIMike Greiling
2019-08-23Move visual review toolbar to NPMshampton
Remove the visual review toolbar code in favor of using the NPM package.
2019-07-31Merge branch 'mg-update-icons-svg-import' into 'master'Kushal Pandya
Use file-loader for sprite icons within icon.vue See merge request gitlab-org/gitlab-ce!31257
2019-07-30Override icons.svg asset path with sprockets assetMike Greiling
2019-07-29Use file-loader to import icon spritesMike Greiling
2019-07-28Make pdf.js render CJK charactersStan Hu
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
2019-07-11Remove setImmediate polyfill from production assetsMike Greiling
2019-07-05Replace runtime isEE check with compile time oneLukas Eipert
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
2019-04-05Rename environment variable EE to IS_GITLAB_EEWinnie Hellmann
2019-03-28Extract IS_EE config helperWinnie Hellmann
2019-03-14Move EE-specifics of Karma test bundle behind flagWinnie Hellmann
2019-03-13Resolve differences in Webpack config between CE and EEWinnie Hellmann
2019-03-11Remove node 6 trailing comma supportMike Greiling
This removes trailing commas from node scripts which previously omitted them for compatiblity with node 6
2019-02-28CE port of noteable-discussion-ee-differencesPhil Hughes
2019-02-14Fixed web workers not working locally in rspecPhil Hughes
Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/57169
2019-01-30Add ee_else_ce alias to Webpack configWinnie Hellmann
(cherry picked from commit da3cd00f5a31f762eb67c2824233ad2b275b2ba8) Conflicts: config/webpack.config.js
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