BigW Consortium Gitlab

  1. 26 May, 2016 1 commit
  2. 22 May, 2016 1 commit
  3. 14 Apr, 2016 1 commit
  4. 12 Apr, 2016 2 commits
  5. 06 Apr, 2016 3 commits
  6. 05 Apr, 2016 1 commit
    • Standardize the way we check for and display form errors · 7a2370f7
      Robert Speicher authored
      - Some views had a "Close" button. We've removed this, because we don't
        want users accidentally hiding the validation errors and not knowing
        what needs to be fixed.
      - Some views used `li`, some used `p`, some used `span`. We've
        standardized on `li`.
      - Some views only showed the first error. We've standardized on showing
        all of them.
      - Some views added an `#error_explanation` div, which we've made
        standard.
  7. 22 Mar, 2016 1 commit
  8. 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.
  9. 02 Mar, 2016 2 commits
  10. 19 Feb, 2016 1 commit
  11. 17 Feb, 2016 1 commit
    • Label description and Label row · 2e81b155
      Tap authored
      - Add label description
      - Show label row when filtering issues or merge requests by label
  12. 03 Feb, 2016 1 commit
  13. 02 Dec, 2015 6 commits
  14. 29 Oct, 2015 2 commits
  15. 07 Oct, 2015 1 commit
    • Quick Submit all the things! · de3ff174
      Robert Speicher authored
      Adds quick submit behavior to the forms for:
      
      - Blobs ("new file")
      - Commit messages
      - Issuables
      - Notes
      - Labels
      - Milestones
      - Wikis
  16. 17 Sep, 2015 1 commit
  17. 14 Sep, 2015 1 commit
  18. 10 Jul, 2015 1 commit
  19. 27 Jun, 2015 1 commit
  20. 16 Jun, 2015 1 commit
  21. 02 Jun, 2015 1 commit
  22. 22 May, 2015 2 commits
  23. 30 Apr, 2015 2 commits
  24. 17 Apr, 2015 1 commit
  25. 24 Mar, 2015 1 commit
  26. 07 Mar, 2015 1 commit
  27. 19 Feb, 2015 1 commit