BigW Consortium Gitlab

  1. 16 Mar, 2017 1 commit
  2. 07 Mar, 2017 1 commit
  3. 06 Mar, 2017 1 commit
  4. 01 Mar, 2017 1 commit
    • Update occurrences of MWBS to MWPS · a0101ebf
      James Lopez authored
       Rename column in the database
       Rename fields related to import/export feature
       Rename API endpoints
       Rename documentation links
       Rename the rest of occurrences in the code
       Replace the images that contain the words "build succeeds" and docs referencing to them
       Make sure pipeline is green and nothing is missing.
      
      updated doc images
      
      renamed only_allow_merge_if_build_succeeds in projects and fixed references
      
      more updates
      
      fix some spec failures
      
      fix rubocop offences
      
      fix v3 api spec
      
      fix MR  specs
      
      fixed issues with partials
      
      fix MR spec
      
      fix alignment
      
      add missing v3 to v4 doc
      
      wip - refactor v3 endpoints
      
      fix specs
      
      fix a few typos
      
      fix project specs
      
      copy entities fully to V3
      
      fix  entity error
      
      more fixes
      
      fix failing specs
      
      fixed missing entities in V3 API
      
      remove comment
      
      updated code based on feedback
      
      typo
      
      fix spec
  5. 23 Feb, 2017 4 commits
  6. 16 Feb, 2017 1 commit
  7. 09 Feb, 2017 1 commit
  8. 06 Feb, 2017 1 commit
  9. 23 Jan, 2017 1 commit
  10. 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"
  11. 13 Dec, 2016 1 commit
  12. 04 Dec, 2016 2 commits
  13. 29 Nov, 2016 2 commits
  14. 22 Nov, 2016 2 commits
  15. 21 Nov, 2016 2 commits
  16. 17 Nov, 2016 1 commit
  17. 15 Nov, 2016 1 commit
  18. 19 Oct, 2016 2 commits
  19. 20 Jul, 2016 1 commit
  20. 06 Jul, 2016 1 commit
  21. 12 Jun, 2016 1 commit
  22. 10 Jun, 2016 2 commits
  23. 08 Jun, 2016 1 commit
    • Fix pseudo n+1 queries with Note and Note Authors in issuables APIs · fade1a4c
      Alejandro Rodríguez authored
      This was not a clear cut n+1 query, given that if you're directly subscribed to all issues
      that the API is returning you never really need to check for the notes. However, if you're
      subscribed to _all_ of them, then for each issuable you need to go once to `notes`, and
      once to `users` (for the authors). By preemtively loading notes and authors, at worst you have
      1 extra query, and at best you saved 2n extra queries. We also took advantage of this preloading
      of notes when counting user notes.
  24. 03 Jun, 2016 2 commits
  25. 02 Jun, 2016 2 commits
  26. 01 Jun, 2016 1 commit
    • Add `sha` parameter to MR accept API · d863d86a
      Sean McGivern authored
      The `sha` parameter is optional, and when present, must match the
      current HEAD SHA of the source branch. Otherwise, the API call fails
      with a 409 Conflict and a message containing the current HEAD for the
      source branch.
      
      Also tidy up some doc wording.
  27. 12 May, 2016 1 commit
  28. 13 Apr, 2016 2 commits