BigW Consortium Gitlab

  1. 10 Nov, 2016 1 commit
  2. 08 Nov, 2016 1 commit
  3. 04 Nov, 2016 1 commit
  4. 03 Nov, 2016 2 commits
  5. 31 Oct, 2016 3 commits
  6. 28 Oct, 2016 1 commit
    • Fix lightweight tags not processed correctly by GitTagPushService · fa3bbd44
      Alejandro Rodríguez authored
      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`.
  7. 26 Oct, 2016 4 commits
  8. 19 Oct, 2016 1 commit
  9. 17 Oct, 2016 1 commit
  10. 14 Oct, 2016 2 commits
  11. 13 Oct, 2016 3 commits
  12. 12 Oct, 2016 3 commits
  13. 07 Oct, 2016 1 commit
  14. 06 Oct, 2016 1 commit
  15. 04 Oct, 2016 2 commits
  16. 03 Oct, 2016 1 commit
  17. 30 Sep, 2016 2 commits
  18. 29 Sep, 2016 2 commits
  19. 28 Sep, 2016 2 commits
  20. 27 Sep, 2016 1 commit
  21. 26 Sep, 2016 1 commit
  22. 25 Sep, 2016 1 commit
  23. 22 Sep, 2016 1 commit
  24. 21 Sep, 2016 1 commit
  25. 16 Sep, 2016 1 commit
    • Use oj gem for faster JSON processing · f8cc5483
      Ahmad Sherif authored
      It's mainly intended to improve Elasticsearch indexing performance
      (through multi_json gem), but other gems could benefit from it too, like
      grape.