1. 31 5月, 2016 1 次提交
  2. 23 5月, 2016 1 次提交
  3. 17 5月, 2016 1 次提交
  4. 12 5月, 2016 5 次提交
  5. 10 5月, 2016 2 次提交
  6. 06 5月, 2016 1 次提交
  7. 12 4月, 2016 1 次提交
  8. 01 4月, 2016 1 次提交
  9. 10 3月, 2016 1 次提交
  10. 10 2月, 2016 2 次提交
  11. 09 2月, 2016 2 次提交
  12. 02 2月, 2016 1 次提交
  13. 29 1月, 2016 1 次提交
  14. 20 1月, 2016 1 次提交
  15. 19 1月, 2016 1 次提交
  16. 06 1月, 2016 1 次提交
  17. 29 12月, 2015 1 次提交
  18. 25 12月, 2015 1 次提交
  19. 23 12月, 2015 1 次提交
  20. 15 12月, 2015 1 次提交
  21. 11 12月, 2015 3 次提交
  22. 08 12月, 2015 1 次提交
  23. 04 12月, 2015 1 次提交
  24. 26 11月, 2015 1 次提交
    • S
      Expire application settings from cache at startup · e55473ad
      Stan Hu 提交于
      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
  25. 23 11月, 2015 1 次提交
  26. 14 11月, 2015 1 次提交
  27. 12 11月, 2015 1 次提交
    • J
      Add caching for ApplicationSetting, Ci::ApplicationSetting. · 2e4a673c
      Jason Lee 提交于
      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
  28. 10 11月, 2015 1 次提交
    • K
      Implement Build Artifacts · d0e3e823
      Kamil Trzcinski 提交于
      - Offloads uploading to GitLab Workhorse
      - Use /authorize request for fast uploading
      - Added backup recipes for artifacts
      - Support download acceleration using X-Sendfile
      d0e3e823
  29. 06 11月, 2015 1 次提交
  30. 18 10月, 2015 1 次提交
  31. 06 10月, 2015 1 次提交