1. 04 1月, 2018 6 次提交
  2. 03 1月, 2018 2 次提交
  3. 02 1月, 2018 4 次提交
  4. 29 12月, 2017 1 次提交
  5. 28 12月, 2017 1 次提交
  6. 23 12月, 2017 1 次提交
  7. 21 12月, 2017 1 次提交
    • J
      Skip projects filter on merge requests search · d2f1d585
      Jan Provaznik 提交于
      When searching for merge requests, an additional subquery
      is added which by default filters only merge requests which belong
      to source or target project user has permission for.
      
      This filter is not needed because more restrictive filter
      which checks if user has permission for target project
      is used in the query.
      
      So unless a custom projects filter is used by user, it's possible
      to skip the default projects filter and speed up the final query.
      
      Related to #40540
      d2f1d585
  8. 20 12月, 2017 4 次提交
  9. 18 12月, 2017 1 次提交
    • S
      Reset todo counters when the target is deleted · ef454f68
      Sean McGivern 提交于
      When the target is deleted, todos are destroyed, but we did not reset the todo
      cache for users with todos on the deleted target. This would only update after
      the next time the todo cache was updated for that user.
      ef454f68
  10. 13 12月, 2017 2 次提交
    • F
    • S
      Execute quick actions when creating MR from issue · b1e3cb24
      Sean McGivern 提交于
      In CE, this does nothing - the `MergeRequests::BuildService` will, at the time
      of writing, never return a description for this case.
      
      In EE, a project can have a default MR template, which will be returned by the
      service. Previously we were only using the description passed in the params,
      ignoring any already set on the object. Now we fall back to the one set on the
      object if there was none in the params, allowing quick actions to be executed
      from default MR templates when creating an MR from an issue.
      b1e3cb24
  11. 12 12月, 2017 2 次提交
  12. 08 12月, 2017 2 次提交
  13. 07 12月, 2017 6 次提交
  14. 06 12月, 2017 3 次提交
  15. 05 12月, 2017 4 次提交