BigW Consortium Gitlab

  1. 27 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. 28 Feb, 2017 1 commit
  6. 23 Feb, 2017 3 commits
  7. 21 Feb, 2017 1 commit
  8. 16 Feb, 2017 2 commits
  9. 06 Feb, 2017 1 commit
  10. 26 Jan, 2017 1 commit
  11. 23 Jan, 2017 1 commit
  12. 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"
  13. 17 Jan, 2017 1 commit
  14. 13 Dec, 2016 1 commit
  15. 04 Dec, 2016 1 commit
  16. 30 Nov, 2016 1 commit
  17. 29 Nov, 2016 2 commits
  18. 28 Nov, 2016 1 commit
  19. 22 Nov, 2016 1 commit
  20. 21 Nov, 2016 1 commit
  21. 15 Nov, 2016 1 commit
  22. 01 Nov, 2016 1 commit
  23. 28 Sep, 2016 1 commit
    • Allow Member.add_user to handle access requesters · ec0061a9
      Rémy Coutable authored
      Changes include:
      
      - Ensure Member.add_user is not called directly when not necessary
      - New GroupMember.add_users_to_group to have the same abstraction level as for Project
      - Refactor Member.add_user to take a source instead of an array of members
      - Fix Rubocop offenses
      - Always use Project#add_user instead of project.team.add_user
      - Factorize users addition as members in Member.add_users_to_source
      - Make access_level a keyword argument in GroupMember.add_users_to_group and ProjectMember.add_users_to_projects
      - Destroy any requester before adding them as a member
      - Improve the way we handle access requesters in Member.add_user
        Instead of removing the requester and creating a new member,
        we now simply accepts their access request. This way, they will
        receive a "access request granted" email.
      - Fix error that was previously silently ignored
      - Stop raising when access level is invalid in Member, let Rails validation do their work
      Signed-off-by: 's avatarRémy Coutable <remy@rymai.me>
  24. 31 Aug, 2016 1 commit
  25. 24 Aug, 2016 1 commit
  26. 09 Aug, 2016 1 commit
  27. 11 Jul, 2016 1 commit
  28. 06 Jul, 2016 1 commit
  29. 05 Jul, 2016 1 commit
  30. 27 Jun, 2016 1 commit
  31. 12 Jun, 2016 1 commit
  32. 10 Jun, 2016 3 commits
  33. 06 Jun, 2016 1 commit
  34. 03 Jun, 2016 1 commit