BigW Consortium Gitlab

  1. 30 Mar, 2016 1 commit
  2. 21 Mar, 2016 1 commit
  3. 19 Mar, 2016 4 commits
  4. 17 Mar, 2016 1 commit
  5. 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.
  6. 11 Mar, 2016 1 commit
  7. 10 Mar, 2016 2 commits
  8. 07 Mar, 2016 1 commit
  9. 05 Mar, 2016 1 commit
  10. 02 Mar, 2016 1 commit
  11. 19 Feb, 2016 2 commits
  12. 17 Feb, 2016 1 commit
  13. 16 Feb, 2016 1 commit
  14. 15 Feb, 2016 1 commit
    • Fix the "x of y" displayed at the top of Issuables' sidebar · 54613b6a
      Rémy Coutable authored
      1. We now display the index of the current issuable among all its project's
      issuables, of the same type and with the same state.
      2. Also, refactored a bit the Issuable helpers into a new IssuablesHelper
      module.
      3. Added acceptance specs for the sidebar counter.
  15. 11 Feb, 2016 1 commit
    • Add new data to project in push, issue, merge-request and note webhooks data · b123171d
      Kirill Zaitsev authored
      - Add `avatar_url`, `description`, `git_ssh_url`, `git_http_url`,
        `path_with_namespace` and `default_branch` in `project` in push, issue,
        merge-request and note webhooks data
      - Deprecate the `ssh_url` in favor of `git_ssh_url` and `http_url` in
        favor of `git_http_url` in `project` for push, issue, merge-request and
        note webhooks data
      - Deprecate the `repository` key in push, issue, merge-request and
        note webhooks data, use `project` instead
  16. 10 Feb, 2016 1 commit
  17. 22 Jan, 2016 1 commit
  18. 20 Jan, 2016 1 commit
  19. 09 Jan, 2016 1 commit
  20. 07 Jan, 2016 1 commit
    • Sort by ID when sorting using "Recently created" · 9dacc3bc
      Yorick Peterse authored
      Sorting by "id" has the same effect as sorting by created_at while
      performing far better and without the need of an extra index (in case
      one wanted to speed up sorting by "created_at").
      
      Sorting by "Recently updated" still uses the physical "updated_at"
      column as there's no way to use the "id" column for this instead.
  21. 06 Jan, 2016 1 commit
  22. 28 Dec, 2015 1 commit
  23. 24 Dec, 2015 2 commits
  24. 23 Dec, 2015 3 commits
  25. 21 Dec, 2015 1 commit
  26. 16 Dec, 2015 1 commit
  27. 15 Dec, 2015 2 commits
  28. 11 Dec, 2015 3 commits