1. 11 11月, 2019 1 次提交
  2. 18 9月, 2019 1 次提交
  3. 30 8月, 2019 1 次提交
  4. 26 7月, 2019 1 次提交
  5. 07 3月, 2019 1 次提交
    • P
      Fix XSS in resolve conflicts form · e6e9c10e
      Paul Slaughter 提交于
      The issue arose when the branch name contained Vue template
      JavaScript. The fix is to use `v-pre` which disables Vue
      compilation in a template.
      e6e9c10e
  6. 07 2月, 2019 1 次提交
  7. 11 9月, 2018 1 次提交
  8. 21 6月, 2018 1 次提交
  9. 22 5月, 2018 1 次提交
  10. 17 5月, 2018 1 次提交
    • L
      Add cannot_be_merged_recheck merge_status · 75171053
      lulalala 提交于
      First, transitions between can_be_merged & cannot_be_merged are removed,
      as they are currently blocked in `check_if_can_be_merged`.
      `can_be_merge` always returns to `unchecked` first,
      before it can transition to `cannot_be_merged` (and vice versa).
      
      We want to avoid repeated notification triggered by repeated transition
      between `cannot_be_merged` & `unchecked`.
      
      So we added `cannot_be_merged_recheck` state, similar to `unchecked`,
      but as a mean to remember it’s from cannot_be_merged.
      
      See https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/18042/#note_65945407
      
      Since `unchecked` and `cannot_be_merged_recheck` both mean
      “we are in the middle of checking if it is mergeable”,
      quite often we need to see if merge_status is in either one of them,
      so `check_state?` is added to achieve this.
      75171053
  11. 01 2月, 2018 1 次提交
  12. 18 1月, 2018 1 次提交
  13. 22 12月, 2017 1 次提交
  14. 22 10月, 2017 1 次提交
  15. 20 10月, 2017 1 次提交
  16. 07 10月, 2017 1 次提交
    • J
      Replaces `tag: true` into `:tag` in the specs · 0ce67858
      Jacopo 提交于
      Replaces all the explicit include metadata syntax in the specs (tag:
      true) into the implicit one (:tag).
      Added a cop to prevent future errors and handle autocorrection.
      0ce67858
  17. 03 10月, 2017 1 次提交
  18. 15 8月, 2017 1 次提交
    • P
      Fix race condition with dispatcher.js · 554afea0
      Phil Hughes 提交于
      The dispatcher was trying to create a new instance of a class that is loaded in a file after main.js which would cause the filtered search to not work on issues. This would only happen on the first load when the JS is not cached. If the JS is cached, then everything will be fine.
      554afea0
  19. 28 7月, 2017 1 次提交
  20. 27 7月, 2017 1 次提交
  21. 13 7月, 2017 1 次提交
    • B
      Enable all feature flags by default in specs · 3ee48e42
      Bob Van Landuyt 提交于
      Otherwise some features would go untested in non-specific contexts
      
      I did need to disable the
      `gitlab_git_diff_size_limit_increase`-feature in some specs since we
      depend on diffs being expandable while the file we are testing on is
      smaller than the increased limit.
      3ee48e42
  22. 07 7月, 2017 1 次提交
  23. 06 7月, 2017 1 次提交
  24. 30 6月, 2017 1 次提交
  25. 20 6月, 2017 1 次提交
  26. 17 6月, 2017 1 次提交
  27. 15 6月, 2017 1 次提交
  28. 03 6月, 2017 1 次提交
  29. 23 5月, 2017 1 次提交
  30. 11 5月, 2017 1 次提交
  31. 22 4月, 2017 1 次提交
  32. 23 2月, 2017 1 次提交
  33. 11 2月, 2017 1 次提交
  34. 03 12月, 2016 1 次提交
  35. 14 10月, 2016 6 次提交