1. 12 Jun, 2014 4 commits
    • Dmitriy Zaporozhets's avatar
      Merge branch 'detect_omnibus' into 'master' · 11e1c013
      Dmitriy Zaporozhets authored
      Detect omnibus-gitlab in `rake gitlab:check`
      11e1c013
    • Dmitriy Zaporozhets's avatar
      Merge branch 'files-rational-git-log' into 'master' · 630be84a
      Dmitriy Zaporozhets authored
      Split commit logs loading
      
      #### Before this MR
      
      When visit files tab we have ajax call that loads all last commits for files inside directory.
      Load time depends on amount of files in directory. So if directory has 100 files - you may need to wait up to 20 seconds to get last commits info of files. Still if you do navigation at this time the request still wait for processing taking workers busy. If several people try to navigate through big repository directories - you will see huge performance drop.
      
      #### After this MR
      
      Load last commits only for first 10 entries. It usually takes not more then a second (even for huge repos). If user still on the same page - do next ajax call and get 10 more entries. If user navigate to another directory - stop ajax calls for this directory. So for cases when you want navigate to nested directory - you don't have long-running ajax calls that takes workers and makes app unusable for other users
      
      - - -
      
      Fixes #1229
      630be84a
    • Dmitriy Zaporozhets's avatar
    • Jacob Vosmaer's avatar
      Skip init script checks on omnibus-gitlab · 90bfe286
      Jacob Vosmaer authored
      Omnibus-gitlab does not use the init script.
      90bfe286
  2. 11 Jun, 2014 26 commits
  3. 10 Jun, 2014 10 commits