1. 11 11月, 2016 1 次提交
  2. 08 11月, 2016 1 次提交
  3. 05 11月, 2016 1 次提交
  4. 04 11月, 2016 2 次提交
  5. 01 11月, 2016 3 次提交
  6. 29 10月, 2016 1 次提交
    • A
      Fix lightweight tags not processed correctly by GitTagPushService · fa3bbd44
      Alejandro Rodríguez 提交于
      When we updated gitlab_git to 10.4.1, `tag.target` changed from pointing
      to the sha of the tag to the sha of the commit the tag points to. The
      problem is that only annotated tags have `object_sha`s, lightweight tags
      don't (it's nil), so (only) in their case we still need to use
      `tag.target`.
      fa3bbd44
  7. 27 10月, 2016 2 次提交
  8. 26 10月, 2016 1 次提交
  9. 19 10月, 2016 1 次提交
  10. 14 10月, 2016 2 次提交
  11. 13 10月, 2016 4 次提交
  12. 12 10月, 2016 2 次提交
  13. 11 10月, 2016 1 次提交
  14. 07 10月, 2016 2 次提交
  15. 04 10月, 2016 3 次提交
  16. 01 10月, 2016 1 次提交
  17. 29 9月, 2016 2 次提交
  18. 28 9月, 2016 2 次提交
  19. 27 9月, 2016 1 次提交
  20. 26 9月, 2016 1 次提交
  21. 25 9月, 2016 1 次提交
  22. 22 9月, 2016 1 次提交
  23. 21 9月, 2016 1 次提交
  24. 17 9月, 2016 1 次提交
    • A
      Use oj gem for faster JSON processing · f8cc5483
      Ahmad Sherif 提交于
      It's mainly intended to improve Elasticsearch indexing performance
      (through multi_json gem), but other gems could benefit from it too, like
      grape.
      f8cc5483
  25. 16 9月, 2016 2 次提交