1. 21 1月, 2015 1 次提交
  2. 20 1月, 2015 1 次提交
  3. 13 1月, 2015 1 次提交
  4. 12 1月, 2015 2 次提交
  5. 11 1月, 2015 1 次提交
  6. 09 1月, 2015 1 次提交
  7. 08 1月, 2015 1 次提交
  8. 07 1月, 2015 2 次提交
  9. 29 12月, 2014 2 次提交
  10. 27 12月, 2014 1 次提交
  11. 25 12月, 2014 1 次提交
  12. 24 12月, 2014 1 次提交
  13. 22 12月, 2014 2 次提交
  14. 04 12月, 2014 2 次提交
  15. 02 12月, 2014 2 次提交
    • D
      835cbc06
    • D
      Improve MR code reloading when push code · 9211b541
      Dmitriy Zaporozhets 提交于
      Every time you pushed to master it updates merge requests that has master
      as target branch. So if you have 50 open merge requests point to master
      it will reload all of them every time you push a single commit to
      master. The funny thing is that after reloading diff of most merge
      requests looks the same.
      
      After this patch we update diff only if we push commit to master that
      includes in MR commits list.
      
      For example we have next repository:
      
      feature: A - B - C
      master: A
      
      We create merge requests #1 with code from feature to master.
      
      MR #1: B - C
      
      If we push to master commit D - MR will not be reloaded. So picture will
      look next:
      
      feature: A - B - C
      master: A - D
      MR #1: B - C
      
      And if we push to master commit B - MR will be reloaded. So picture will
      look next:
      
      feature: A - B - C
      master: A - B
      MR #1: C
      Signed-off-by: NDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
      9211b541
  16. 01 12月, 2014 1 次提交
  17. 30 11月, 2014 1 次提交
  18. 14 11月, 2014 1 次提交
  19. 12 11月, 2014 1 次提交
  20. 11 11月, 2014 1 次提交
  21. 04 11月, 2014 1 次提交
  22. 30 10月, 2014 1 次提交
  23. 23 10月, 2014 1 次提交
  24. 21 10月, 2014 1 次提交
  25. 20 10月, 2014 1 次提交
  26. 19 10月, 2014 1 次提交
  27. 14 10月, 2014 1 次提交
  28. 10 10月, 2014 1 次提交
  29. 08 10月, 2014 2 次提交
  30. 06 10月, 2014 2 次提交
    • V
      Add task lists to issues and merge requests · 9f0083a9
      Vinnie Okada 提交于
      Make the Markdown parser recognize "[x]" or "[ ]" at the beginning of a
      list item and turn it into a checkbox input.  Users who can modify the
      issue or MR can toggle the checkboxes directly or edit the Markdown to
      manage the tasks.  Task status is also displayed in the MR and issue
      lists.
      9f0083a9
    • K
      Add issueable actor · 11848feb
      Kirill Zaitsev 提交于
      11848feb
  31. 03 10月, 2014 2 次提交