An error occurred fetching the project authors.
  1. 06 Jun, 2017 1 commit
  2. 05 Jun, 2017 2 commits
  3. 02 Jun, 2017 2 commits
  4. 31 May, 2017 1 commit
  5. 11 May, 2017 1 commit
    • Sean McGivern's avatar
      Allow disabling usage ping in `gitlab.yml` · 3c546acf
      Sean McGivern authored
      Setting `usage_ping_enabled` to false in `gitlab.yml`:
      
      1. Disables the usage ping, regardless of the value stored in the database.
      2. Prevents the usage ping from being enabled through the admin panel. It can
         only be enabled by either removing the line from `gitlab.yml` and configuring
         through the admin panel, or setting it to true in `gitlab.yml`.
      3c546acf
  6. 10 May, 2017 1 commit
  7. 01 May, 2017 1 commit
  8. 28 Apr, 2017 1 commit
  9. 26 Apr, 2017 2 commits
  10. 20 Apr, 2017 1 commit
  11. 14 Apr, 2017 1 commit
  12. 12 Apr, 2017 1 commit
  13. 05 Apr, 2017 1 commit
  14. 03 Apr, 2017 3 commits
  15. 30 Mar, 2017 1 commit
  16. 22 Mar, 2017 1 commit
  17. 18 Mar, 2017 1 commit
    • Stan Hu's avatar
      Fix Error 500 when application settings are saved · 681af5bc
      Stan Hu authored
      Due to a Rails bug, fetching the application settings from Redis
      may prevent the attribute methods from being loaded for the `ApplicationSetting`
      model. More details here: https://github.com/rails/rails/issues/27348
      
      There was also a secondary problem introduced by overriding these
      association methods which caused all default visibility levels to be
      set to `nil`. Before, the previous implementation allowed the string
      "20" to be saved as an integer, while now a table lookup happens
      before that. We fix this by enforcing the integer value in the
      controller and default to PRIVATE.
      
      Closes #29674
      681af5bc
  18. 06 Mar, 2017 2 commits
  19. 03 Mar, 2017 2 commits
    • Nick Thomas's avatar
      Unify elasticsearch config handling · 04fe3d79
      Nick Thomas authored
      04fe3d79
    • Matt Gresko's avatar
      [1181] Expose low level elasticsearch client params · 1cb01f40
      Matt Gresko authored
        * replace elasticsearch_host and elasticsearch_port with elasticsearch_url
        * Add support for AWS Elasticsearch Service
          * created universal gitlab elasticsearch client
          * add ability to sign requests with aws_signers_v4
          * expose elasticsearch_aws_region param
          * expose elasticsearch_aws_access_key param
          * expose elasticsearch_aws_secret_access_key param
          * If using AWS instance credentials they will automatically be picked up by client
      1cb01f40
  20. 02 Mar, 2017 4 commits
  21. 24 Feb, 2017 2 commits
  22. 23 Feb, 2017 3 commits
  23. 22 Feb, 2017 1 commit
  24. 21 Feb, 2017 1 commit
  25. 20 Feb, 2017 1 commit
  26. 17 Feb, 2017 1 commit
  27. 16 Feb, 2017 1 commit