1. 16 11月, 2015 1 次提交
  2. 04 11月, 2015 1 次提交
  3. 02 11月, 2015 1 次提交
  4. 29 10月, 2015 5 次提交
  5. 23 10月, 2015 2 次提交
  6. 21 10月, 2015 2 次提交
  7. 20 10月, 2015 2 次提交
  8. 16 10月, 2015 1 次提交
  9. 07 10月, 2015 1 次提交
    • S
      Add directory feature button · 0ab6ca93
      Stan Hu 提交于
      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
  10. 03 10月, 2015 1 次提交
  11. 17 8月, 2015 2 次提交
  12. 14 8月, 2015 3 次提交
  13. 13 8月, 2015 1 次提交
  14. 12 8月, 2015 1 次提交
  15. 11 8月, 2015 6 次提交
  16. 20 7月, 2015 1 次提交
    • S
      Remove repository graph log to fix slow cache updates after push event · e1811316
      Stan Hu 提交于
      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
  17. 17 7月, 2015 2 次提交
  18. 15 7月, 2015 3 次提交
  19. 13 7月, 2015 1 次提交
  20. 12 7月, 2015 2 次提交
  21. 10 7月, 2015 1 次提交