Skip to content
Snippets Groups Projects
  1. Apr 17, 2018
  2. Apr 13, 2018
  3. Apr 12, 2018
    • Zeger-Jan van de Weg's avatar
      Deprecate legacy disk paths · a752c56c
      Zeger-Jan van de Weg authored
      Direct disk access is impossible on environments where components run in
      their own container. There for constructing the path should not be done
      except for exceptional cases.
      
      One of the considerations, instead of logging, was to use Sentry. For
      now I've chosen not to use this as the impact of this change is hard to
      determine. Getting this in now will allow us to checkout the impact on
      dev.gitlab.org and staging.
      Unverified
      a752c56c
  4. Mar 12, 2018
  5. Jun 09, 2017
  6. Jun 27, 2016
  7. Jun 03, 2016
  8. May 10, 2016
    • Rémy Coutable's avatar
      Fix a few places where autoloading would fail · 5589dcf8
      Rémy Coutable authored
      
      - Fix naming of API::CommitStatuses
      - Ensure we use require_dependency instead of require
      - Ensure the namespace is right in lib/api/api.rb, otherwise, we
        might require Grape::API::Helpers which defines the `#params` method.
        This is to avoid requiring a file multiple times and getting an "Already
        initialized constant" error.
      
      Signed-off-by: default avatarRémy Coutable <remy@rymai.me>
      5589dcf8
  9. Apr 12, 2016
    • 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
  10. Aug 11, 2015
  11. Jul 15, 2015
  12. Apr 09, 2015
Loading