BigW Consortium Gitlab

  1. 31 May, 2016 1 commit
  2. 29 May, 2016 1 commit
  3. 23 May, 2016 1 commit
  4. 16 May, 2016 1 commit
  5. 12 May, 2016 5 commits
  6. 10 May, 2016 1 commit
  7. 09 May, 2016 1 commit
    • Remove the annotate gem and delete old annotations · f1479b56
      Jeroen van Baarsen authored
      In 8278b763 the default behaviour of annotation
      has changes, which was causing a lot of noise in diffs. We decided in #17382
      that it is better to get rid of the whole annotate gem, and instead let people
      look at schema.rb for the columns in a table.
      
      Fixes: #17382
  8. 06 May, 2016 1 commit
  9. 12 Apr, 2016 1 commit
  10. 31 Mar, 2016 1 commit
  11. 10 Mar, 2016 1 commit
  12. 09 Feb, 2016 4 commits
  13. 02 Feb, 2016 1 commit
  14. 28 Jan, 2016 1 commit
  15. 20 Jan, 2016 1 commit
  16. 18 Jan, 2016 1 commit
  17. 06 Jan, 2016 1 commit
  18. 28 Dec, 2015 1 commit
  19. 24 Dec, 2015 1 commit
  20. 23 Dec, 2015 1 commit
  21. 15 Dec, 2015 1 commit
  22. 11 Dec, 2015 3 commits
  23. 07 Dec, 2015 1 commit
  24. 04 Dec, 2015 1 commit
  25. 25 Nov, 2015 1 commit
    • 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
  26. 23 Nov, 2015 1 commit
  27. 13 Nov, 2015 1 commit
  28. 12 Nov, 2015 1 commit
    • 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
      ```
  29. 10 Nov, 2015 1 commit
    • 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
  30. 05 Nov, 2015 1 commit
  31. 18 Oct, 2015 1 commit