14 Jun, 2014

2 commits


13 Jun, 2014

20 commits


12 Jun, 2014

17 commits


11 Jun, 2014

1 commit

  • Better support for huge repositories
    
    This MR contains next improvements to GitLab:
    * You can see repo commits count even if it is > 100k commits
    * Prevent 500 for commit page for large repos
    * Add notice about huge push over http to unicorn config
    * File action in satellites uses default 30 seconds timeout instead of old 10 seconds one
    * Show spinner when loading data for network graph
    Dmitriy Zaporozhets