1. 18 11月, 2019 1 次提交
  2. 28 8月, 2019 1 次提交
    • S
      Fix moving issues API failing when text includes commit URLs · 29ce13e9
      Stan Hu 提交于
      When a issue is moved from one project to another, all associated
      Markdown text is rewritten in the context of the new project. If the
      note contained a link to a commit URL, `CommitRewriter#rewrite` would
      fail because `Commit#link_reference_pattern` would match `nil` `commit`
      values in the HTML generated from the Markdown. These `nil` values were
      passed along to `Project#commits_by` because `Commit#reference_valid?`
      was always returning `true`.
      
      To prevent this issue from happening, we tighten up the check for
      `Commit#reference_valid?` to look for valid SHA values.
      
      Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/66666
      29ce13e9
  3. 22 12月, 2017 1 次提交
  4. 20 9月, 2017 1 次提交
  5. 03 8月, 2017 1 次提交
  6. 15 6月, 2017 1 次提交
  7. 23 2月, 2017 2 次提交
  8. 26 1月, 2017 1 次提交
  9. 17 12月, 2016 1 次提交
  10. 03 12月, 2016 1 次提交
  11. 09 11月, 2016 1 次提交
  12. 20 10月, 2016 1 次提交
  13. 03 6月, 2016 2 次提交
  14. 25 5月, 2016 1 次提交
  15. 20 3月, 2016 3 次提交
  16. 17 3月, 2016 2 次提交