Skip to content
代码片段 群组 项目
该项目从 https://gitlab.com/gitlab-org/gitlab.git 镜像。 拉取镜像更新于
  1. 10月 15, 2019
    • Kamil Trzciński's avatar
      Make IS_GITLAB_EE consistent · 49dda390
      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.
      49dda390
  2. 4月 05, 2019
  3. 3月 29, 2019
加载中