BigW Consortium Gitlab

  1. 13 Mar, 2017 1 commit
  2. 08 Mar, 2017 2 commits
  3. 07 Mar, 2017 3 commits
  4. 06 Mar, 2017 7 commits
  5. 02 Mar, 2017 3 commits
  6. 01 Mar, 2017 3 commits
    • 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
  7. 28 Feb, 2017 3 commits
  8. 24 Feb, 2017 3 commits
    • Don't allow deleting a ghost user. · 6fdb17cb
      Timothy Andrew authored
      - Add a `destroy_user` ability. This didn't exist before, and was implicit in
        other abilities (only admins could access the admin area, so only they could
        destroy all users; a user can only access their own account page, and so can
        destroy only themselves).
      
      - Grant this ability to admins, and when the current user is trying to destroy
        themselves. Disallow destroying ghost users in all cases.
      
      - Modify the `Users::DestroyService` to check this ability. Also check it in
        views to decide whether or not to show the "Delete User" button.
      
      - Add a short summary of the Ghost User to the bio.
    • Use a `ghost` boolean to track ghost users. · 8e684809
      Timothy Andrew authored
      Rather than using a separate `ghost` state. This lets us have the benefits of
      both ghost and blocked users (ghost: true, state: blocked) without having to
      rewrite a number of queries to include cases for `state: ghost`.
  9. 23 Feb, 2017 3 commits
  10. 21 Feb, 2017 1 commit
  11. 17 Feb, 2017 1 commit
    • Todo done clicking is kind of unusable. · 26160459
      Jacopo authored
      The Done button will change to an Undo button and the line item will be greyed out.
      Bold links will be unbolded.
      The user can undo the task by clicking the Undo button.
  12. 16 Feb, 2017 1 commit
  13. 15 Feb, 2017 1 commit
  14. 14 Feb, 2017 1 commit
  15. 13 Feb, 2017 1 commit
  16. 10 Feb, 2017 1 commit
  17. 08 Feb, 2017 1 commit
  18. 07 Feb, 2017 1 commit
    • Use normal associations instead of polymorphic. · bdc93224
      Ruben Davila authored
      We can't properly use foreign keys on columns that are configured for
      polymorphic associations which has disadvantages related to data
      integrity and storage. Given we only use time tracking for Issues and
      Merge Requests we're moving to the usage of regular associations.
  19. 05 Feb, 2017 1 commit
  20. 03 Feb, 2017 1 commit
  21. 01 Feb, 2017 1 commit