BigW Consortium Gitlab

  1. 03 Jun, 2016 2 commits
  2. 02 Jun, 2016 1 commit
  3. 16 May, 2016 1 commit
  4. 10 May, 2016 1 commit
  5. 04 May, 2016 3 commits
  6. 25 Apr, 2016 1 commit
  7. 21 Apr, 2016 1 commit
  8. 18 Apr, 2016 3 commits
  9. 14 Apr, 2016 1 commit
  10. 07 Apr, 2016 4 commits
  11. 06 Apr, 2016 1 commit
  12. 01 Apr, 2016 1 commit
  13. 25 Mar, 2016 2 commits
  14. 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.
  15. 18 Mar, 2016 2 commits
  16. 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.
  17. 14 Mar, 2016 1 commit
  18. 12 Mar, 2016 1 commit
  19. 11 Mar, 2016 1 commit
  20. 08 Mar, 2016 1 commit
  21. 07 Mar, 2016 1 commit
    • Remove redundant integration tests · 56c4f22c
      Robert Speicher authored
      These three tests were essentially checking that adding a note to
      something updated its `noteable`'s `updated_at` attribute.
      
      This is well-tested Rails behavior and we shouldn't feel the need to
      write an integration test to verify it. At most we should be ensuring
      that the association definition adds the `touch: true` option, which we
      now do in Note's unit test.
  22. 04 Mar, 2016 1 commit
  23. 03 Mar, 2016 1 commit
  24. 24 Feb, 2016 1 commit
  25. 23 Feb, 2016 2 commits
  26. 22 Feb, 2016 3 commits