An error occurred fetching the project authors.
  1. 28 Aug, 2019 1 commit
    • Doug Stull's avatar
      Rename dev, org and com env detection helper · d84d4df7
      Doug Stull authored
      - before this was named so it looked like it only covered
        dev and com, but it also has org in it.
      - so we'll rename it so we can add a future method that only
        checks for dev and com
      d84d4df7
  2. 22 Aug, 2019 1 commit
  3. 29 Jul, 2019 2 commits
  4. 20 Jun, 2019 2 commits
    • Yorick Peterse's avatar
      Backport gitlab.yml.example from EE · 0e415647
      Yorick Peterse authored
      To make this happen, we need to conditionally add the group_saml
      strategy when running tests, but only on EE. This requires some changes
      to Gitlab.ee? so that it can be used before/without loading the Rails
      environment. We also have to change how we require a few files, so this
      can run outside of Rails.
      0e415647
    • Yorick Peterse's avatar
      Backport gitlab.yml.example from EE · 6d9001c7
      Yorick Peterse authored
      To make this happen, we need to conditionally add the group_saml
      strategy when running tests, but only on EE. This requires some changes
      to Gitlab.ee? so that it can be used before/without loading the Rails
      environment. We also have to change how we require a few files, so this
      can run outside of Rails.
      6d9001c7
  5. 30 May, 2019 2 commits
  6. 28 Mar, 2019 1 commit
  7. 04 Mar, 2019 2 commits
  8. 29 Jan, 2019 2 commits
  9. 14 Jan, 2019 1 commit
  10. 24 May, 2018 2 commits
  11. 23 Apr, 2018 4 commits
  12. 16 Apr, 2018 1 commit
  13. 13 Apr, 2018 1 commit
  14. 27 Jul, 2017 1 commit
  15. 26 Jul, 2017 1 commit
  16. 22 May, 2017 1 commit
  17. 27 Jun, 2016 1 commit
  18. 12 Apr, 2016 1 commit
    • Robert Speicher's avatar
      Add `Gitlab.com?` method · 2e13f6c3
      Robert Speicher authored
      To be used as a feature flag for GitLab.com-only features, such as
      welcome emails.
      
      We will be careful to only use this to disable features or functionality
      that do not make sense for any installations that aren't GitLab.com. We
      will not use this to restrict features from other installations or keep
      them "exclusive" to GitLab.com.
      2e13f6c3