Change IS_GITLAB_EE to FOSS_ONLY
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
显示
- .gitlab/ci/global.gitlab-ci.yml 1 个添加, 1 个删除.gitlab/ci/global.gitlab-ci.yml
- config/helpers/is_ee_env.js 4 个添加, 4 个删除config/helpers/is_ee_env.js
- config/webpack.config.js 1 个添加, 1 个删除config/webpack.config.js
- doc/development/ee_features.md 3 个添加, 3 个删除doc/development/ee_features.md
- doc/development/pipelines.md 1 个添加, 1 个删除doc/development/pipelines.md
- lib/gitlab.rb 3 个添加, 3 个删除lib/gitlab.rb
- spec/javascripts/test_bundle.js 3 个添加, 3 个删除spec/javascripts/test_bundle.js
- spec/lib/gitlab_spec.rb 51 个添加, 27 个删除spec/lib/gitlab_spec.rb
加载中
想要评论请 注册 或 登录