An error occurred fetching the project authors.
  1. 23 Dec, 2015 1 commit
  2. 15 Dec, 2015 1 commit
  3. 11 Dec, 2015 3 commits
  4. 07 Dec, 2015 1 commit
  5. 04 Dec, 2015 1 commit
  6. 25 Nov, 2015 1 commit
    • Stan Hu's avatar
      Expire application settings from cache at startup · e55473ad
      Stan Hu authored
      If a DB migration occurs, there's a chance that the application settings are
      loaded from the cache and provide stale values, causing Error 500s.
      This ensures that at startup the settings are always refreshed.
      
      Closes #3643
      e55473ad
  7. 23 Nov, 2015 1 commit
  8. 13 Nov, 2015 1 commit
  9. 12 Nov, 2015 1 commit
    • Jason Lee's avatar
      Add caching for ApplicationSetting, Ci::ApplicationSetting. · 2e4a673c
      Jason Lee authored
      ApplicationSetting.current was called in every pages, cache it and expires it after it updated.
      
      This changes will avoid a SQL query in every pages (~0.3 - 0.5ms).
      
      ```SQL
      SELECT  "application_settings".* FROM "application_settings"   ORDER BY "application_settings"."id" DESC LIMIT 1
      ```
      2e4a673c
  10. 10 Nov, 2015 1 commit
    • Kamil Trzcinski's avatar
      Implement Build Artifacts · d0e3e823
      Kamil Trzcinski authored
      - Offloads uploading to GitLab Workhorse
      - Use /authorize request for fast uploading
      - Added backup recipes for artifacts
      - Support download acceleration using X-Sendfile
      d0e3e823
  11. 05 Nov, 2015 1 commit
  12. 18 Oct, 2015 1 commit
  13. 05 Oct, 2015 1 commit
  14. 18 Sep, 2015 1 commit
  15. 09 Sep, 2015 1 commit
  16. 20 Aug, 2015 1 commit
  17. 02 Aug, 2015 1 commit
  18. 13 Jun, 2015 1 commit
  19. 11 Jun, 2015 1 commit
  20. 05 Jun, 2015 1 commit
  21. 29 May, 2015 2 commits
  22. 03 May, 2015 1 commit
  23. 02 May, 2015 1 commit
  24. 26 Apr, 2015 1 commit
  25. 11 Apr, 2015 1 commit
  26. 02 Apr, 2015 1 commit
  27. 16 Mar, 2015 1 commit
    • Vinnie Okada's avatar
      Fix restricted visibility bugs · 2e672c39
      Vinnie Okada authored
      Check for nil values in the restricted_visibility_level validation
      method, and set the restricted visibility request parameter to `[]` when
      it's missing from the request.
      2e672c39
  28. 07 Mar, 2015 1 commit
  29. 04 Mar, 2015 1 commit
  30. 13 Feb, 2015 1 commit
  31. 03 Feb, 2015 1 commit
  32. 25 Jan, 2015 1 commit
  33. 22 Jan, 2015 1 commit
  34. 17 Jan, 2015 2 commits
  35. 08 Jan, 2015 2 commits