Skip to content
Snippets Groups Projects
  1. Sep 04, 2019
  2. Sep 03, 2019
  3. Aug 28, 2019
  4. Aug 27, 2019
  5. Aug 24, 2019
  6. Aug 18, 2019
  7. Aug 08, 2019
  8. Aug 07, 2019
  9. Aug 02, 2019
  10. Jul 26, 2019
  11. Jul 25, 2019
  12. Jul 23, 2019
  13. Jul 17, 2019
  14. Jul 11, 2019
  15. Jul 09, 2019
  16. Jul 03, 2019
  17. Jun 25, 2019
  18. Jun 20, 2019
    • Oswaldo Ferreir's avatar
      Automatically update MR merge-ref along merge status · 3af348b6
      Oswaldo Ferreir authored
      This couples the code that transitions the `MergeRequest#merge_status`
      and refs/merge-requests/:iid/merge ref update.
      
      In general, instead of directly telling `MergeToRefService` to update
      the merge ref, we should rely on `MergeabilityCheckService` to keep
      both the merge status and merge ref synced. Now, if the merge_status is
      `can_be_merged` it means the merge-ref is also updated to the latest.
      
      We've also updated the logic to be more systematic and less user-based.
      3af348b6
  19. Jun 18, 2019
  20. Jun 16, 2019
  21. Jun 12, 2019
    • Fabio Pitino's avatar
      Expose ci_default_git_depth via project API · 3ac527b4
      Fabio Pitino authored
      Enable Get and Update of ci_default_git_depth for
      Project API.
      
      Renaming Project#default_git_depth to :ci_default_git_depth
      to give more context through the API usage.
      
      Add API documentation
      3ac527b4
  22. Jun 11, 2019
  23. Jun 08, 2019
  24. Jun 07, 2019
    • Patrick Derichs's avatar
      Add task count and completed count to responses of Issue and MR · b70d23c2
      Patrick Derichs authored
      Add spec for task_completion_status
      
      Add test cases for task_completion_status result
      
      Extracted shared samples
      
      Add new spec file for task completion status response
      
      Fix style errors
      
      Add changelog entry
      
      Changed samples to Hashes
      
      Remove test for successful request
      
      Remove not nil expectation
      
      Add task_completion_status to api documentation for issues
      
      Add task_completion_status to api documentation for merge_requests
      
      Refactor spec so it just requests one specific item
      
      Add task_completion_status to Taskable
      
      Simplified task completion status in entities
      
      Refactor spec so it separates status code check and content check
      
      Fix spec description text and field name
      b70d23c2
  25. May 31, 2019
    • Oswaldo Ferreir's avatar
      Automatically update MR merge-ref along merge status · b965009d
      Oswaldo Ferreir authored
      This couples the code that transitions the `MergeRequest#merge_status`
      and refs/merge-requests/:iid/merge ref update.
      
      In general, instead of directly telling `MergeToRefService` to update
      the merge ref, we should rely on `MergeabilityCheckService` to keep
      both the merge status and merge ref synced. Now, if the merge_status is
      `can_be_merged` it means the merge-ref is also updated to the latest.
      
      We've also updated the logic to be more systematic and less user-based.
      b965009d
  26. May 29, 2019
  27. May 22, 2019
  28. May 21, 2019
  29. 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
  30. May 15, 2019
    • 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
Loading