该项目从 https://gitlab.com/gitlab-org/gitlab.git 镜像。
拉取镜像更新于 。
- 12月 17, 2019
-
-
由 Mike Greiling 创作于
Introduces the ability to enable webpack DLL support by passing the flag WEBPACK_VENDOR_DLL=true while running webpack or webpack-dev-server.
-
- 10月 22, 2019
-
-
由 allison.browne 创作于
-
- 10月 16, 2019
-
-
由 Kamil Trzciński 创作于
This removes the usage of IS_GITLAB_EE and prefer to use FOSS_ONLY that has the following states: 1. nil/empty string: use CE or EE depending on sources 1. false: use CE or EE depending on sources 2. true: use CE always
-
- 10月 15, 2019
-
-
由 Kamil Trzciński 创作于
Currently: 1. If `IS_GITLAB_EE=` is used, it fails to generate Webpack as it cannot be parsed as JSON, 2. If `IS_GITLAB_EE=1` is used, it fails on GitLab CE, 3. If `IS_GITLAB_EE=0` it does work correctly, and disables EE, 4. If `IS_GITLAB_EE=1` is used on GitLab EE it effectively required to run on EE changes. This changes to: Make `IS_GITLAB_EE=` to donate the intent to disable or enable EE sources, instead of requiring it, and makes the check consitent in behaviour.
-
- 4月 05, 2019
-
-
由 Winnie Hellmann 创作于
(cherry picked from commit 64e9cf00)
-
由 Winnie Hellmann 创作于
-
- 3月 29, 2019
-
-
由 Winnie Hellmann 创作于
(cherry picked from commit baa671a3)
-
由 Winnie Hellmann 创作于
-