1. 14 2月, 2020 1 次提交
  2. 12 12月, 2019 1 次提交
  3. 03 12月, 2019 1 次提交
  4. 13 11月, 2019 1 次提交
  5. 29 10月, 2019 1 次提交
  6. 23 10月, 2019 1 次提交
  7. 12 10月, 2019 1 次提交
  8. 17 9月, 2019 1 次提交
  9. 18 8月, 2019 1 次提交
  10. 30 7月, 2019 1 次提交
  11. 25 7月, 2019 1 次提交
  12. 24 7月, 2019 1 次提交
  13. 09 7月, 2019 1 次提交
  14. 21 6月, 2019 1 次提交
  15. 12 4月, 2019 1 次提交
  16. 01 4月, 2019 1 次提交
  17. 14 2月, 2019 1 次提交
    • J
      Check issue milestone availability · 30ab6ee4
      Jarka Košanová 提交于
      Add project when creating milestone in specs
      
      We validate milestone is from the same
      project/parent group as issuable ->
      we need to set project in specs correctly
      
      Improve methods names and specs organization
      30ab6ee4
  18. 07 2月, 2019 1 次提交
  19. 31 1月, 2019 2 次提交
  20. 14 12月, 2018 1 次提交
  21. 03 11月, 2018 1 次提交
  22. 07 9月, 2018 1 次提交
  23. 30 7月, 2018 1 次提交
  24. 11 7月, 2018 1 次提交
  25. 09 7月, 2018 1 次提交
  26. 01 6月, 2018 1 次提交
  27. 06 4月, 2018 1 次提交
  28. 04 4月, 2018 1 次提交
  29. 01 2月, 2018 1 次提交
  30. 22 12月, 2017 1 次提交
  31. 09 10月, 2017 1 次提交
  32. 19 9月, 2017 1 次提交
    • Y
      Fix refreshing of issues/MR count caches · 57b96eb6
      Yorick Peterse 提交于
      This ensures the open issues/MR count caches are refreshed properly when
      creating new issues or MRs. This MR also includes a change to the cache
      keys to ensure all caches are rebuilt on the fly.
      
      This particular problem was not caught in the test suite due to a null
      cache being used, resulting in all calls that would use a cache using
      the underlying data directly. In production the code would fail because
      a newly saved record returns an empty hash in #changes meaning checks
      such as `state_changed? || confidential_changed?` would return false for
      new rows, thus never updating the counters.
      
      Fixes https://gitlab.com/gitlab-org/gitlab-ce/issues/38061
      57b96eb6
  33. 14 9月, 2017 2 次提交
  34. 02 9月, 2017 1 次提交
    • R
      Fix a spec failure dependent on load order · 7cc19cd5
      Robert Speicher 提交于
      We were incorrectly stubbing `Issues::MoveService#execute`. This only
      caused a failure when another spec caused it to be autoloaded --
      `spec/controllers/projects/issues_controller_spec.rb` in this case.
      7cc19cd5
  35. 01 9月, 2017 2 次提交
  36. 09 8月, 2017 1 次提交
  37. 03 8月, 2017 1 次提交
    • L
      Don't include EmailHelpers manually, pick with rspec · bb5f79d4
      Lin Jen-Shin 提交于
      `:mailer` is needed to pick it easily, while
      `type: :mailer` is needed for picking it automatically for
      tests located in spec/mailers/*_spec.rb
      
      It's a bit complicated in spec/services/notification_service_spec.rb
      but we'll leave it alone for now.
      bb5f79d4