An error occurred fetching the project authors.
  1. 07 Dec, 2015 1 commit
  2. 03 Dec, 2015 1 commit
  3. 30 Nov, 2015 1 commit
  4. 18 Nov, 2015 3 commits
  5. 16 Nov, 2015 1 commit
  6. 03 Nov, 2015 1 commit
  7. 02 Nov, 2015 1 commit
  8. 29 Oct, 2015 4 commits
  9. 28 Oct, 2015 1 commit
  10. 23 Oct, 2015 2 commits
  11. 21 Oct, 2015 2 commits
  12. 20 Oct, 2015 2 commits
  13. 16 Oct, 2015 1 commit
  14. 07 Oct, 2015 1 commit
    • Stan Hu's avatar
      Add directory feature button · 0ab6ca93
      Stan Hu authored
      Change "+" icon under "Files" section to have three options:
      
      * Create file
      * Upload file
      * New directory
      
      Upload file is no longer accessible from the "Create file" page.
      Users can now select a target branch in upload file as well.
      
      Closes #2799: Fixes a bug where file modes were overwritten after a commit
      
      Closes https://github.com/gitlabhq/gitlabhq/issues/8253: Existing files
      can no longer be overwritten in the "Create file" section.
      
      Closes #2557
      0ab6ca93
  15. 03 Oct, 2015 1 commit
  16. 17 Aug, 2015 2 commits
  17. 14 Aug, 2015 3 commits
  18. 13 Aug, 2015 1 commit
  19. 11 Aug, 2015 7 commits
  20. 20 Jul, 2015 1 commit
    • Stan Hu's avatar
      Remove repository graph log to fix slow cache updates after push event · e1811316
      Stan Hu authored
      Recalculating graph_log took minutes on a large repository since each
      of the 6000 commits would need to calculate the diff. Since graph_log
      does not appear to be used, remove it from the list of things to update.
      For the Linux kernel repository, this reduced the ProjectCacheWorker time
      from 8+ minutes to 16 seconds.
      
      Closes #2016
      e1811316
  21. 17 Jul, 2015 2 commits
  22. 15 Jul, 2015 1 commit