BigW Consortium Gitlab

  1. 14 Apr, 2016 1 commit
  2. 12 Apr, 2016 2 commits
  3. 06 Apr, 2016 3 commits
  4. 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.
  5. 22 Mar, 2016 1 commit
  6. 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.
  7. 02 Mar, 2016 2 commits
  8. 19 Feb, 2016 1 commit
  9. 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
  10. 03 Feb, 2016 1 commit
  11. 02 Dec, 2015 6 commits
  12. 29 Oct, 2015 2 commits
  13. 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
  14. 17 Sep, 2015 1 commit
  15. 14 Sep, 2015 1 commit
  16. 10 Jul, 2015 1 commit
  17. 27 Jun, 2015 1 commit
  18. 16 Jun, 2015 1 commit
  19. 02 Jun, 2015 1 commit
  20. 22 May, 2015 2 commits
  21. 30 Apr, 2015 2 commits
  22. 17 Apr, 2015 1 commit
  23. 24 Mar, 2015 1 commit
  24. 07 Mar, 2015 1 commit
  25. 19 Feb, 2015 1 commit
  26. 14 Feb, 2015 1 commit
    • Upgrade to Rails 4.1.9 · 76aad9b7
      Vinnie Okada authored
      Make the following changes to deal with new behavior in Rails 4.1.2:
      
      * Use nested resources to avoid slashes in arguments to path helpers.
  27. 11 Feb, 2015 1 commit