BigW Consortium Gitlab

  1. 25 Nov, 2017 1 commit
  2. 07 Nov, 2017 1 commit
    • Fail when issuable_meta_data is called on an unlimited collection · 4d4ddb60
      Sean McGivern authored
      This method can be called with an array, or a relation:
      
      1. Arrays always have a limited amount of values, so that's fine.
      2. If the relation does not have a limit value applied, then we will load every
         single object in that collection, and prevent N+1 queries for the metadata
         for that. But that's wrong, because we should never call this without an
         explicit limit set. So we raise in that case, and this commit will see which
         specs fail.
      
      The only failing specs here were the issues API specs, and the specs for
      IssuableMetadata itself, and both have been addressed.
  3. 14 Sep, 2017 2 commits
  4. 05 Sep, 2017 1 commit
  5. 31 Aug, 2017 1 commit
  6. 29 Aug, 2017 2 commits
  7. 28 Aug, 2017 2 commits
  8. 27 Jul, 2017 1 commit
  9. 25 Jul, 2017 1 commit
  10. 24 Jul, 2017 2 commits
  11. 20 Jul, 2017 1 commit
  12. 06 Jul, 2017 2 commits
  13. 18 Jun, 2017 1 commit
  14. 04 May, 2017 1 commit
  15. 14 Apr, 2017 1 commit
  16. 12 Apr, 2017 1 commit
  17. 10 Apr, 2017 1 commit
  18. 05 Apr, 2017 1 commit
  19. 28 Mar, 2017 1 commit
  20. 20 Mar, 2017 1 commit
  21. 16 Mar, 2017 1 commit
  22. 13 Mar, 2017 3 commits
  23. 07 Mar, 2017 1 commit
  24. 06 Mar, 2017 1 commit
  25. 01 Mar, 2017 1 commit
  26. 23 Feb, 2017 2 commits
  27. 21 Feb, 2017 1 commit
  28. 20 Feb, 2017 1 commit
  29. 06 Feb, 2017 1 commit
  30. 18 Jan, 2017 1 commit
    • 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"
  31. 12 Jan, 2017 2 commits