Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | add :set_priorities to :authorize_admin_labels! | Alfredo Sumaran | 2016-06-06 | 1 | -1/+1 |
| | |||||
* | Remove unnecesary param | Alfredo Sumaran | 2016-06-06 | 1 | -1/+1 |
| | |||||
* | Update method and route | Alfredo Sumaran | 2016-06-06 | 1 | -2/+2 |
| | |||||
* | Add unprioritized scope | Alfredo Sumaran | 2016-06-06 | 1 | -2/+2 |
| | |||||
* | Improve Issuable.order_labels_priority | Rémy Coutable | 2016-06-06 | 1 | -5/+10 |
| | | | | Signed-off-by: Rémy Coutable <remy@rymai.me> | ||||
* | Sort by label priority | Thijs Wouters | 2016-06-06 | 1 | -1/+1 |
| | | | | Signed-off-by: Rémy Coutable <remy@rymai.me> | ||||
* | Prioritize labels functionality | Alfredo Sumaran | 2016-06-06 | 1 | -1/+21 |
| | |||||
* | Use the configured Kaminari "per page" defaultrs-use-kaminari-default | Robert Speicher | 2016-03-19 | 1 | -1/+1 |
| | |||||
* | Full labels data in JSON | Phil Hughes | 2016-03-18 | 1 | -1/+1 |
| | |||||
* | Fixed issue with labels dropdown getting wrong labels | Phil Hughes | 2016-03-18 | 1 | -0/+7 |
| | |||||
* | Move the #toggle_subscription controller method to a concern | Rémy Coutable | 2016-03-15 | 1 | -10/+8 |
| | |||||
* | Improving the original label-subscribing implementation | Rémy Coutable | 2016-03-15 | 1 | -0/+2 |
| | | | | | | | 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 | Timothy Andrew | 2016-03-15 | 1 | -2/+7 |
| | | | | | | | | | | | | | | | | | | 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. | ||||
* | Label description and Label row | Tap | 2016-02-17 | 1 | -1/+1 |
| | | | | | - Add label description - Show label row when filtering issues or merge requests by label | ||||
* | Fix 403 Access Denied error messages when accessing Labels section in a ↵ | Stan Hu | 2015-06-18 | 1 | -1/+1 |
| | | | | | | project that has MRs disabled but issues enabled Closes #1813 | ||||
* | Fixed the Rails/ActionFilter cop | Jeroen van Baarsen | 2015-04-20 | 1 | -4/+4 |
| | | | | Signed-off-by: Jeroen van Baarsen <jeroenvanbaarsen@gmail.com> | ||||
* | Use same constant for amount of items per page | Dmitriy Zaporozhets | 2015-03-12 | 1 | -1/+1 |
| | |||||
* | Upgrade to Rails 4.1.9 | Vinnie Okada | 2015-02-14 | 1 | -6/+10 |
| | | | | | | 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. | ||||
* | Apply default scope to labels and remove one for notes | Dmitriy Zaporozhets | 2015-02-05 | 1 | -1/+1 |
| | |||||
* | Show labels help message if last label is deleted | Robert Schilling | 2014-09-04 | 1 | -1/+1 |
| | |||||
* | Remove labels with ajax request | Dmitriy Zaporozhets | 2014-08-13 | 1 | -1/+4 |
| | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | ||||
* | Order labels by name | Dmitriy Zaporozhets | 2014-07-30 | 1 | -1/+1 |
| | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | ||||
* | Improve labels | Dmitriy Zaporozhets | 2014-07-30 | 1 | -4/+9 |
| | | | | | | | * allow developers to manage labels * add ability to remove label Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | ||||
* | Add create/update to Labels controller | Dmitriy Zaporozhets | 2014-07-30 | 1 | -1/+40 |
| | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | ||||
* | Refactor label rendering and default label set generation | Dmitriy Zaporozhets | 2014-07-29 | 1 | -1/+1 |
| | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | ||||
* | Fix 500 error when generate labels on labels page. Fixes #1311 | Dmitriy Zaporozhets | 2014-06-04 | 1 | -0/+2 |
| | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | ||||
* | Implement Merge Request Labels | Drew Blessing | 2014-05-13 | 1 | -4/+9 |
| | |||||
* | Generate labels set from issues page | Dmitriy Zaporozhets | 2014-02-25 | 1 | -1/+1 |
| | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | ||||
* | Move projects controllers/views in Projects module | Dmitriy Zaporozhets | 2013-06-23 | 1 | -0/+24 |