1. 06 Jul, 2017 2 commits
  2. 18 Jun, 2017 1 commit
  3. 04 May, 2017 1 commit
  4. 14 Apr, 2017 1 commit
  5. 12 Apr, 2017 1 commit
  6. 10 Apr, 2017 1 commit
  7. 05 Apr, 2017 1 commit
  8. 28 Mar, 2017 1 commit
  9. 20 Mar, 2017 1 commit
  10. 16 Mar, 2017 1 commit
  11. 13 Mar, 2017 3 commits
  12. 07 Mar, 2017 1 commit
  13. 06 Mar, 2017 1 commit
  14. 01 Mar, 2017 1 commit
  15. 23 Feb, 2017 2 commits
  16. 21 Feb, 2017 1 commit
  17. 20 Feb, 2017 1 commit
  18. 06 Feb, 2017 1 commit
  19. 18 Jan, 2017 1 commit
    • Ruben Davila's avatar
      Add some API endpoints for time tracking. · 0f3c9355
      Ruben Davila authored
      New endpoints are:
      
      POST :project_id/(issues|merge_requests)/(:issue_id|:merge_request_id)/time_estimate"
      
      POST :project_id/(issues|merge_requests)/(:issue_id|:merge_request_id)/reset_time_estimate"
      
      POST :project_id/(issues|merge_requests)/(:issue_id|:merge_request_id)/add_spent_time"
      
      POST :project_id/(issues|merge_requests)/(:issue_id|:merge_request_id)/reset_spent_time"
      
      GET  :project_id/(issues|merge_requests)/(:issue_id|:merge_request_id)/time_stats"
      0f3c9355
  20. 12 Jan, 2017 2 commits
  21. 04 Jan, 2017 2 commits
  22. 22 Dec, 2016 1 commit
  23. 07 Dec, 2016 1 commit
  24. 06 Dec, 2016 1 commit
  25. 05 Dec, 2016 1 commit
    • Bob Van Landuyt's avatar
      Feature: delegate all open discussions to Issue · 1123057a
      Bob Van Landuyt authored
      When a merge request can only be merged when all discussions are
      resolved. This feature allows to easily delegate those discussions to a
      new issue, while marking them as resolved in the merge request.
      
      The user is presented with a new issue, prepared with mentions of all
      unresolved discussions, including the first unresolved note of the
      discussion, time and link to the note.
      
      When the issue is created, the discussions in the merge request will get
      a system note directing the user to the newly created issue.
      1123057a
  26. 29 Nov, 2016 2 commits
  27. 24 Nov, 2016 1 commit
  28. 17 Nov, 2016 1 commit
  29. 09 Sep, 2016 1 commit
  30. 31 Aug, 2016 1 commit
  31. 30 Aug, 2016 3 commits