BigW Consortium Gitlab

  1. 26 Apr, 2017 1 commit
  2. 25 Apr, 2017 1 commit
  3. 24 Apr, 2017 1 commit
  4. 10 Apr, 2017 1 commit
  5. 27 Mar, 2017 1 commit
  6. 16 Mar, 2017 1 commit
  7. 07 Mar, 2017 1 commit
  8. 06 Mar, 2017 1 commit
  9. 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
  10. 23 Feb, 2017 4 commits
  11. 16 Feb, 2017 1 commit
  12. 09 Feb, 2017 1 commit
  13. 06 Feb, 2017 1 commit
  14. 23 Jan, 2017 1 commit
  15. 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"
  16. 13 Dec, 2016 1 commit
  17. 04 Dec, 2016 2 commits
  18. 29 Nov, 2016 2 commits
  19. 22 Nov, 2016 2 commits
  20. 21 Nov, 2016 2 commits
  21. 17 Nov, 2016 1 commit
  22. 15 Nov, 2016 1 commit
  23. 19 Oct, 2016 2 commits
  24. 20 Jul, 2016 1 commit
  25. 06 Jul, 2016 1 commit
  26. 12 Jun, 2016 1 commit
  27. 10 Jun, 2016 2 commits
  28. 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.
  29. 03 Jun, 2016 2 commits
  30. 02 Jun, 2016 1 commit