Skip to content
代码片段 群组 项目
该项目从 https://gitlab.com/gitlab-org/gitlab.git 镜像。 拉取镜像更新于
  1. 5月 15, 2020
    • Paul Slaughter's avatar
      Fix eslint broken for Jest · aa9ac23e
      Paul Slaughter 创作于
      **What happened?**
      Previously we just checked the immediate parent
      to see if the module was being included from eslint.
      Now we recursively check all the parents.
      
      Also moves this eslint check to it's own config/helper
      aa9ac23e
  2. 12月 17, 2019
  3. 10月 22, 2019
  4. 10月 16, 2019
    • Kamil Trzciński's avatar
      Change IS_GITLAB_EE to FOSS_ONLY · c2508bda
      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
      c2508bda
  5. 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
  6. 4月 05, 2019
  7. 3月 29, 2019
加载中