Skip to content
Snippets Groups Projects
Select Git revision
  • overdue-finalize-background-migration--backfill-security-orchestration-policy-rule-schedules-namespace-id
  • master default protected
  • himkp-fix-vue3-specs
  • pedropombeiro/504965/2-replace-ci_runner_machines-with-partitioned-table
  • pedropombeiro/504963/replace-ci_runners-with-partitioned-table
  • 481892-add-find-functionality
  • add-codestral-for-chat-tools
  • adjust-feature-settings-mutation
  • 505041-add-parent-param-groups-resolver
  • 512451-cc-keys-rake-task
  • rz_update_deprecated
  • 505045-add-all-available-groups-resolver
  • djadmin-security-inventory-poc
  • cb-pg-16-default-docs
  • bl-update-uneditable-image
  • 520605-mr-and-branch-creation-not-working-from-tasks
  • Remove-Orphaned-Vulnerability-Notes
  • 179666-add-default-value
  • pb-remove-fix-first-mentioned-in-commit-at-bg-migration
  • 514864-calculate-additional-series-for-dora-metrics
  • v17.7.6-ee protected
  • v17.8.4-ee protected
  • v17.9.1-ee protected
  • v17.8.3-ee protected
  • v17.7.5-ee protected
  • v17.9.0-ee protected
  • v17.9.0-rc42-ee protected
  • v17.6.5-ee protected
  • v17.7.4-ee protected
  • v17.8.2-ee protected
  • v17.6.4-ee protected
  • v17.7.3-ee protected
  • v17.8.1-ee protected
  • v17.8.0-ee protected
  • v17.7.2-ee protected
  • v17.8.0-rc42-ee protected
  • v17.5.5-ee protected
  • v17.6.3-ee protected
  • v17.7.1-ee protected
  • v17.7.0-ee protected
40 results

is_ee_env.js

  • Kamil Trzciński's avatar
    49dda390
    Make IS_GITLAB_EE consistent · 49dda390
    Kamil Trzciński authored and Grzegorz Bizon's avatar Grzegorz Bizon committed
    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
    History
    Make IS_GITLAB_EE consistent
    Kamil Trzciński authored and Grzegorz Bizon's avatar Grzegorz Bizon committed
    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.
Code owners
Assign users and groups as approvers for specific file changes. Learn more.