Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Allow assigning and filtering issuables by ancestor group labels | Felipe Artur | 2018-04-04 | 1 | -1/+2 |
| | |||||
* | Fix middle alignment for the title | Jose Ivan Vargas | 2018-03-28 | 1 | -1/+1 |
| | |||||
* | Fix promoting labels and milestones copy text | Jose Ivan Vargas | 2018-03-28 | 1 | -1/+1 |
| | |||||
* | used respond_to formats for persisting flash messages insteadjivl-new-modal-project-labels-milestones | Jose Ivan Vargas | 2018-03-06 | 1 | -3/+5 |
| | |||||
* | Add persistent flash messages | Jose Ivan Vargas | 2018-03-01 | 1 | -1/+2 |
| | |||||
* | Added vue based promotion modals for labels and milestones | Jose Ivan Vargas | 2018-03-01 | 1 | -2/+1 |
| | |||||
* | Adds Rubocop rule for line break after guard clause | Jacopo | 2017-11-16 | 1 | -0/+1 |
| | | | | Adds a rubocop rule (with autocorrect) to ensure line break after guard clauses. | ||||
* | Create and use project path helpers that only need a project, no namespace | Douwe Maan | 2017-07-05 | 1 | -9/+8 |
| | |||||
* | Use the new check_project_feature_available! method in project controllers | Nick Thomas | 2017-06-21 | 1 | -7/+1 |
| | |||||
* | Allow group reporters to promote labelsallow-reporters-to-promote-group-labels | Sean McGivern | 2017-06-08 | 1 | -3/+3 |
| | | | | | They can admin group labels anyway, we weren't checking the more specific permission. | ||||
* | Add a rubocop rule to check if a method 'redirect_to' is used without ↵31840-add-a-rubocop-that-forbids-redirect_to-inside-a-controller-destroy-action-without-an-explicit-status | blackst0ne | 2017-06-07 | 1 | -1/+3 |
| | | | | explicitly set 'status' in 'destroy' actions of controllers | ||||
* | Colorize labels in issue search field | Winnie Hellmann | 2017-05-05 | 1 | -1/+1 |
| | |||||
* | Labels support color names in backend | Dongqing Hu | 2017-03-29 | 1 | -2/+4 |
| | |||||
* | Merge branch '24021-Migrate-Projects-Labels-to-Group-Labels' into 'master'27283-fix-wrong-label-hide-show-whitespace | Sean McGivern | 2017-01-31 | 1 | -1/+32 |
|\ | | | | | | | | | | | | | Promote project labels to group labels Closes #24021 See merge request !7242 | ||||
| * | Abillity to promote project labels to group labels | Ritave | 2017-01-31 | 1 | -1/+32 |
| | | | | | | | | Fixes #24021 | ||||
* | | Added labels empty state and priority label empty state20852-getting-started-project-better-blank-state-for-labels-view | Luke "Jared" Bennett | 2017-01-30 | 1 | -7/+1 |
|/ | | | | | | Fixed delete labels not working Review changes | ||||
* | Use @project as default on ToggleSubscriptionAction concern | Douglas Barbosa Alexandre | 2016-11-17 | 1 | -4/+0 |
| | |||||
* | Allow users to subscribe to group labels at project-level | Douglas Barbosa Alexandre | 2016-11-17 | 1 | -2/+5 |
| | |||||
* | Add subscribable_project to ToggleSubscriptionAction concern | Douglas Barbosa Alexandre | 2016-11-17 | 1 | -0/+4 |
| | |||||
* | Remove unnecessary includes(:priorities) on Projects::LabelsController | Douglas Barbosa Alexandre | 2016-10-31 | 1 | -1/+1 |
| | |||||
* | Use `includes(:priorities)` on Projects::LabelsController | Douglas Barbosa Alexandre | 2016-10-19 | 1 | -1/+1 |
| | |||||
* | Abstract LabelPriority away into methods on Label model | Douglas Barbosa Alexandre | 2016-10-19 | 1 | -8/+6 |
| | |||||
* | Add support to group labels prioritization on project level | Douglas Barbosa Alexandre | 2016-10-19 | 1 | -6/+7 |
| | |||||
* | Render all available labels to project on project labels dropdown | Douglas Barbosa Alexandre | 2016-10-19 | 1 | -1/+1 |
| | |||||
* | Limit what label fields we expose on Projects::LabelsController#index | Douglas Barbosa Alexandre | 2016-10-19 | 1 | -1/+1 |
| | |||||
* | Remove scopes/types for labels | Douglas Barbosa Alexandre | 2016-10-19 | 1 | -9/+10 |
| | |||||
* | Avoid an extra a query per label when setting label priority | Douglas Barbosa Alexandre | 2016-10-19 | 1 | -2/+3 |
| | |||||
* | Remove project_labels from Projects::ApplicationController | Douglas Barbosa Alexandre | 2016-10-19 | 1 | -12/+16 |
| | |||||
* | List group labels on project labels page | Douglas Barbosa Alexandre | 2016-10-19 | 1 | -3/+8 |
| | |||||
* | Allow users to apply group labels on Issues/MRs | Douglas Barbosa Alexandre | 2016-10-19 | 1 | -1/+1 |
| | |||||
* | Convert label creation from API to controller endpoint | Nick Thomas | 2016-09-23 | 1 | -2/+8 |
| | |||||
* | Project tools visibility level | Felipe Artur | 2016-09-01 | 1 | -1/+1 |
| | |||||
* | 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. |