Skip to content
Snippets Groups Projects
  1. Jul 19, 2015
  2. Jul 17, 2015
    • Dmitriy Zaporozhets's avatar
      Merge branch 'advanced-cache' into 'master' · 2fa3acaa
      Dmitriy Zaporozhets authored
      Advanced cache
      
      Fixes #1993
      
      * Build missing cache values in background job after each push
      * Store commit_count in project table. Refresh in background job
      * moved repository size calculation in background job
      
      
      ## Advantages
      
      Every time push is triggered - we build cache for project even without user visiting project page. 
      That means first visit is as fast as others now. This is especially good for active projects where people have some requests fast because of cache and some slow - because cache was build in their request. 
      
      Between cache expired and cache built we we had gap when Linux repo can give 502 error because calculation commits count takes 30 seconds or even more. 
      Using value from database fix this problem. Before cache is updated you see old value from database. After - you see new one. 
      
      Basically this merge request is super win to GitLab. We don't do some heavy operations in user request but instead in background job. 
      
      ## Temporary problem
      
      After this migration all projects will have `0` commits in database. It fill be replaced with real value on next push. I did not add recalculation to migration because it will last forever on big instances.  Can be fixed by adding rake task which will go in background on live instance without downtime
      
      See merge request !986
      2fa3acaa
  3. Jul 13, 2015
  4. Jul 09, 2015
  5. Jul 08, 2015
  6. Jul 07, 2015
  7. May 05, 2015
  8. Apr 26, 2015
  9. Apr 24, 2015
  10. Apr 23, 2015
  11. Apr 14, 2015
  12. Apr 06, 2015
  13. Mar 30, 2015
  14. Mar 29, 2015
  15. Mar 19, 2015
  16. Mar 18, 2015
  17. Mar 07, 2015
  18. Feb 22, 2015
  19. Feb 14, 2015
    • Vinnie Okada's avatar
      Upgrade to Rails 4.1.9 · 76aad9b7
      Vinnie Okada authored
      Make the following changes to deal with new behavior in Rails 4.1.2:
      
      * Use nested resources to avoid slashes in arguments to path helpers.
      76aad9b7
  20. Feb 13, 2015
  21. Feb 10, 2015
  22. Jan 20, 2015
  23. Dec 26, 2014
  24. Oct 08, 2014
Loading