1. 02 8月, 2016 1 次提交
  2. 26 7月, 2016 1 次提交
  3. 24 7月, 2016 1 次提交
  4. 21 6月, 2016 1 次提交
    • A
      Optimize Banzai::Filter::RelativeLinkFilter · ca696175
      Alejandro Rodríguez 提交于
          A lot of git operations were being repeated, for example, to build a url
          you would ask if the path was a Tree, which would call a recursive routine
          in Gitlab::Git::Tree#where, then ask if the path was a Blob, which would
          call a recursive routine at Gitlab::Git::Blob#find, making reference to
          the same git objects several times. Now we call Rugged::Tree#path, which
          allows us to determine the type of the path in one pass.
      
          Some other minor improvement added, like saving commonly used references
          instead of calculating them each time.
      ca696175
  5. 31 12月, 2015 1 次提交
  6. 15 12月, 2015 1 次提交
  7. 19 11月, 2015 1 次提交