1. 23 8月, 2019 1 次提交
  2. 18 8月, 2019 1 次提交
  3. 18 6月, 2019 1 次提交
  4. 12 6月, 2019 1 次提交
  5. 29 5月, 2019 1 次提交
  6. 17 5月, 2019 1 次提交
    • A
      Review updates and cleanup · 9ff6edf6
      Alexandru Croitor 提交于
      * Cleaned issues and issues_statistics docs
      * Renamed param with_labels_data to with_labels_details
      * Added spec for N+1 check when retrieving labels from issue
      * Refactoed CheckAssigneesCount validation class
      9ff6edf6
  7. 15 5月, 2019 3 次提交
    • A
      Add params validations and remove extra params support · f117c032
      Alexandru Croitor 提交于
      Remove label_name and milestone_title params support
      Add mutually_exclusive validation for author_id and author_username
      Add mutually_exclusive validation for assignee_id and assignee_username
      Add validation to allow single value for asignee_username on CE
      Add separate issue_stats_params helper for statistics params and
      reuse in issues_params.
      f117c032
    • A
      Move issue details to from IssueBasic to Issue entity · a4fbf39e
      Alexandru Croitor 提交于
      Cleanup IssueBasic entity to keep it basic and move extra attributes
      to Issue entity which contains more details
      a4fbf39e
    • A
      Changes to issues api · 5ec28dc3
      Alexandru Croitor 提交于
      When issues_controller endpoint was used for search, the parameters
      passed to the controller were slightly different then the ones
      passed to API. Because the searchbar UI is reused in different
      places and builds the parameters passed to request in same way
      we need to account for old parameter names.
      
      
      Add issues_statistics api endpoints
      
      Adds issue_statistics api endpoints for issue lists and returns
      counts of issues for all, closed and opened states.
      
      
      Expose more label attributes based on a param
      
      When requesting issues list through API expose more attributes
      for labels, like color, description if with_labels_data param is
      being passed, avoiding this way to change response schema for users
      that already use API.
      
      https://gitlab.com/gitlab-org/gitlab-ce/issues/57402
      5ec28dc3
  8. 16 4月, 2019 1 次提交
  9. 08 4月, 2019 1 次提交
  10. 06 4月, 2019 1 次提交
    • A
      Remove duplicates from issue related merge requests · c56970e3
      Alexandru Croitor 提交于
      Remove duplicates returned by Issues#related_merge_requests API that
      relies on ReferencedMergeRequestsService which returns 2 arrays one of
      related MRs and one of related MRs that close the issue(i.e. a subset
      of first one). We only need related MRs in this case so just pick the
      first array.
      c56970e3
  11. 04 4月, 2019 1 次提交
  12. 26 3月, 2019 1 次提交
  13. 06 3月, 2019 2 次提交
  14. 26 2月, 2019 2 次提交
  15. 22 2月, 2019 1 次提交
  16. 21 2月, 2019 1 次提交
  17. 16 2月, 2019 1 次提交
  18. 15 2月, 2019 1 次提交
  19. 14 2月, 2019 1 次提交
  20. 05 2月, 2019 1 次提交
  21. 24 1月, 2019 1 次提交
  22. 14 1月, 2019 1 次提交
  23. 28 11月, 2018 1 次提交
  24. 05 11月, 2018 1 次提交
  25. 01 11月, 2018 1 次提交
  26. 30 10月, 2018 1 次提交
  27. 26 10月, 2018 3 次提交
  28. 30 9月, 2018 1 次提交
  29. 11 9月, 2018 1 次提交
  30. 22 8月, 2018 2 次提交
  31. 01 8月, 2018 1 次提交
  32. 05 6月, 2018 2 次提交
    • S
      Remove N+1 query for author in issues API · c26cbfcd
      Stan Hu 提交于
      This was being masked by the statement cache because only one author was used
      per issue in the test..
      
      Also adds support for an Rspec matcher `exceed_all_query_limit`.
      c26cbfcd
    • S
      Remove N+1 query for author in issues API · cbc20d2b
      Stan Hu 提交于
      This was being masked by the statement cache because only one author was used
      per issue in the test..
      
      Also adds support for an Rspec matcher `exceed_all_query_limit`.
      cbc20d2b