Skip to content
Snippets Groups Projects
  1. Feb 25, 2020
  2. Feb 05, 2020
  3. Jan 14, 2020
  4. Dec 30, 2019
  5. Dec 27, 2019
  6. Oct 01, 2019
  7. Sep 18, 2019
  8. Sep 17, 2019
  9. Aug 24, 2019
  10. Aug 23, 2019
  11. Aug 18, 2019
  12. Jun 18, 2019
  13. Jun 11, 2019
  14. May 29, 2019
  15. May 17, 2019
    • Alexandru Croitor's avatar
      Review updates and cleanup · 9ff6edf6
      Alexandru Croitor authored
      * 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
  16. May 15, 2019
    • Alexandru Croitor's avatar
      Add params validations and remove extra params support · f117c032
      Alexandru Croitor authored
      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
    • Alexandru Croitor's avatar
      Move issue details to from IssueBasic to Issue entity · a4fbf39e
      Alexandru Croitor authored
      Cleanup IssueBasic entity to keep it basic and move extra attributes
      to Issue entity which contains more details
      a4fbf39e
    • Alexandru Croitor's avatar
      Changes to issues api · 5ec28dc3
      Alexandru Croitor authored
      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
  17. Apr 16, 2019
  18. Apr 08, 2019
  19. Apr 05, 2019
    • Alexandru Croitor's avatar
      Remove duplicates from issue related merge requests · c56970e3
      Alexandru Croitor authored
      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
  20. Apr 04, 2019
  21. Mar 26, 2019
  22. Mar 06, 2019
  23. Feb 26, 2019
  24. Feb 25, 2019
  25. Feb 22, 2019
  26. Feb 21, 2019
  27. Feb 16, 2019
  28. Feb 14, 2019
  29. Feb 13, 2019
  30. Feb 05, 2019
  31. Jan 24, 2019
  32. Jan 14, 2019
  33. Nov 28, 2018
  34. Nov 05, 2018
  35. Nov 01, 2018
  36. Oct 30, 2018
  37. Oct 26, 2018
Loading