An error occurred fetching the project authors.
  1. 25 Mar, 2021 1 commit
  2. 17 Feb, 2021 1 commit
    • Heinrich Lee Yu's avatar
      Fix git access denied errors when using Spring · f061049f
      Heinrich Lee Yu authored
      When allowing git disk access, we call
      Gitlab::GitalyClient::StorageSettings.allow_disk_access which tracks
      this using a class instance variable.
      
      When classes are unloaded by Spring, we still keep a stale
      instance of Gitlab::GitalyClient::StorageSettings in Gitlab.config.
      And when self.class.disk_access_denied? is called on that instance, it
      was checking the class instance variable of the stale class.
      
      We fix this by using
      Gitlab::GitalyClient::StorageSettings.disk_access_denied? so that both
      of them use the same class instance variable.
      f061049f
  3. 16 Feb, 2021 1 commit
  4. 07 Oct, 2019 1 commit
    • nnelson's avatar
      Fix gitaly_address method · 30cbc3ef
      nnelson authored
      The `Gitlab::GitalyClient::StorageSettings#gitaly_address` currently
      fails, because the GitLab configuration in production defines the
      gitaly address entry for each node using a string key, and the method
      actually tries to fetch the value based on a symbolic key.
      
      Interestingly enough, the `config/gitlab.yml.example` uses a symbolic
      key.
      
      Use `with_indifferent_access` instead of fallback.
      
      Add spec tests and fix fall-back settings fetch.
      30cbc3ef
  5. 18 Jun, 2019 1 commit
  6. 01 Mar, 2019 1 commit
  7. 13 Nov, 2018 1 commit
    • gfyoung's avatar
      Enable even more frozen string in lib/gitlab · ebf98f27
      gfyoung authored
      Enables frozen string for the following:
      
      * lib/gitlab/fogbugz_import/**/*.rb
      * lib/gitlab/gfm/**/*.rb
      * lib/gitlab/git/**/*.rb
      * lib/gitlab/gitaly_client/**/*.rb
      * lib/gitlab/gitlab_import/**/*.rb
      * lib/gitlab/google_code_import/**/*.rb
      * lib/gitlab/gpg/**/*.rb
      * lib/gitlab/grape_logging/**/*.rb
      * lib/gitlab/graphql/**/*.rb
      * lib/gitlab/graphs/**/*.rb
      * lib/gitlab/hashed_storage/**/*.rb
      * lib/gitlab/health_checks/**/*.rb
      
      Partially address gitlab-org/gitlab-ce#47424.
      ebf98f27
  8. 21 Sep, 2018 2 commits
  9. 09 Jul, 2018 2 commits
  10. 01 Jun, 2018 1 commit
  11. 11 May, 2018 1 commit
  12. 23 Mar, 2018 1 commit
  13. 21 Mar, 2018 1 commit