BigW Consortium Gitlab

  1. 14 May, 2016 1 commit
  2. 13 May, 2016 1 commit
  3. 10 May, 2016 1 commit
  4. 09 May, 2016 1 commit
  5. 04 May, 2016 4 commits
  6. 26 Apr, 2016 1 commit
  7. 25 Apr, 2016 1 commit
  8. 21 Apr, 2016 1 commit
  9. 19 Apr, 2016 1 commit
  10. 18 Apr, 2016 3 commits
  11. 17 Apr, 2016 1 commit
  12. 14 Apr, 2016 1 commit
  13. 12 Apr, 2016 1 commit
  14. 11 Apr, 2016 2 commits
  15. 07 Apr, 2016 2 commits
  16. 06 Apr, 2016 4 commits
  17. 05 Apr, 2016 1 commit
  18. 02 Apr, 2016 1 commit
  19. 01 Apr, 2016 2 commits
  20. 31 Mar, 2016 1 commit
  21. 21 Mar, 2016 1 commit
    • Create SSH keys for SSH clone Spinach tests · 75aaf91c
      Yorick Peterse authored
      These tests would check if the "This project is empty" banner would
      contain SSH clone URLs. Oddly enough this should have never passed (as
      far as I can tell) as SSH clone URLs in this banner are _only_ displayed
      if the current user has at least 1 SSH key attached. Since the tests
      never seem to create any they never should have passed, yet somehow they
      did. To solve this the Spinach tests in question now ensure at least 1
      SSH key is present.
  22. 20 Mar, 2016 1 commit
  23. 19 Mar, 2016 1 commit
  24. 18 Mar, 2016 1 commit
  25. 17 Mar, 2016 1 commit
  26. 15 Mar, 2016 2 commits
    • Improving the original label-subscribing implementation · 54ec7e95
      Rémy Coutable authored
      1. Make the "subscribed" text in Issuable sidebar reflect the labels
         subscription status
      
      2. Current user mut be logged-in to toggle issue/MR/label subscription
    • Original implementation to allow users to subscribe to labels · 0444fa56
      Timothy Andrew authored
      1. Allow subscribing (the current user) to a label
      
      - Refactor the `Subscription` coffeescript class
        - The main change is that it accepts a container, and conducts all
          DOM queries within its scope. We need this because the labels
          page has multiple instances of `Subscription` on the same page.
      
      2. Creating an issue or MR with labels notifies users subscribed to those labels
      
      - Label `has_many` subscribers through subscriptions.
      
      3. Adding a label to an issue or MR notifies users subscribed to those labels
      
      - This only applies to subscribers of the label that has just been
        added, not all labels for the issue.
  27. 14 Mar, 2016 1 commit
  28. 13 Mar, 2016 1 commit