Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | | | | | | | | | | | Rename Labels::CreateService to Labels::FindOrCreateService | Douglas Barbosa Alexandre | 2016-10-19 | 10 | -10/+10 | |
| | | | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | | Add self.project_foreign_key on both Issue and MergeRequest | Douglas Barbosa Alexandre | 2016-10-19 | 3 | -7/+9 | |
| | | | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | | Only show label type for projects that belong to a group | Douglas Barbosa Alexandre | 2016-10-19 | 1 | -2/+3 | |
| | | | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | | Disable subscribing to group-level labels | Douglas Barbosa Alexandre | 2016-10-19 | 5 | -20/+27 | |
| | | | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | | Remove unused method Project#all_labels | Douglas Barbosa Alexandre | 2016-10-19 | 1 | -4/+0 | |
| | | | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | | Update specs to cope with new label types and priorities | James Lopez | 2016-10-19 | 11 | -21/+82 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixed all related specs and also changed the logic to handle edge cases. This includes exporting and exporting of group labels, which will get associated with the new group (if any) or they will become normal project labels otherwise. Found other issues to do with not being able to import all labels at once in the beginning of the JSON - code was much simpler when we import all labels and milestones associated to a project first, then the associations will find the already created labels instead of creating them from the associations themselves. | |||||
| * | | | | | | | | | | | | | | | Fix max number of permitted priorities per project label | Douglas Barbosa Alexandre | 2016-10-19 | 1 | -2/+2 | |
| | | | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | | Fix GitHub importer spec | Douglas Barbosa Alexandre | 2016-10-19 | 2 | -2/+5 | |
| | | | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | | Update CHANGELOG | Douglas Barbosa Alexandre | 2016-10-19 | 1 | -0/+1 | |
| | | | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | | Add support to group labels to SlashCommands::InterpretService | Douglas Barbosa Alexandre | 2016-10-19 | 2 | -3/+5 | |
| | | | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | | Use join instead of subquery on Label.unprioritized scope | Douglas Barbosa Alexandre | 2016-10-19 | 1 | -1/+8 | |
| | | | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | | Warn user deleting a group label affect all projects within the group | Douglas Barbosa Alexandre | 2016-10-19 | 2 | -1/+8 | |
| | | | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | | Use `includes(:priorities)` on Projects::LabelsController | Douglas Barbosa Alexandre | 2016-10-19 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | | Split migration to create label priorities | Douglas Barbosa Alexandre | 2016-10-19 | 4 | -32/+55 | |
| | | | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | | User Labes::CreateService to create labels | Douglas Barbosa Alexandre | 2016-10-19 | 8 | -20/+17 | |
| | | | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | | Add service to create project labels | Douglas Barbosa Alexandre | 2016-10-19 | 2 | -0/+84 | |
| | | | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | | Recreates the label priorities when moving project to another group | Douglas Barbosa Alexandre | 2016-10-19 | 2 | -1/+12 | |
| | | | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | | Fix sorting merge requests by priority | Douglas Barbosa Alexandre | 2016-10-19 | 1 | -1/+7 | |
| | | | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | | Use keyword arguments on Sortable#highest_label_priority | Douglas Barbosa Alexandre | 2016-10-19 | 3 | -8/+19 | |
| | | | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | | Add subject to group and projects labels which return group/project | Douglas Barbosa Alexandre | 2016-10-19 | 5 | -8/+22 | |
| | | | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | | Reuse LabelsFinder on Banzai::Filter::LabelReferenceFilter | Douglas Barbosa Alexandre | 2016-10-19 | 2 | -11/+15 | |
| | | | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | | Return only labels that user have access on IssuableFinder#labels | Douglas Barbosa Alexandre | 2016-10-19 | 2 | -10/+7 | |
| | | | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | | Abstract LabelPriority away into methods on Label model | Douglas Barbosa Alexandre | 2016-10-19 | 3 | -9/+79 | |
| | | | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | | Add label type to group and project labels lists | Douglas Barbosa Alexandre | 2016-10-19 | 5 | -5/+52 | |
| | | | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | | Fix project issues labels feature spec | Douglas Barbosa Alexandre | 2016-10-19 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | | Fix issue board related controllers to expose label priority per project | Douglas Barbosa Alexandre | 2016-10-19 | 6 | -6/+34 | |
| | | | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | | Fix sorting by label priorities | Douglas Barbosa Alexandre | 2016-10-19 | 6 | -16/+47 | |
| | | | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | | Add restriction to number of permitted priorities per project label | Douglas Barbosa Alexandre | 2016-10-19 | 2 | -1/+21 | |
| | | | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | | Add support to group labels prioritization on project level | Douglas Barbosa Alexandre | 2016-10-19 | 4 | -15/+17 | |
| | | | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | | Add LabelPriority model | Douglas Barbosa Alexandre | 2016-10-19 | 7 | -8/+106 | |
| | | | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | | Remove `::` for method call on Label#text_color | Douglas Barbosa Alexandre | 2016-10-19 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | | Remove Issuable#add_labels_by_names | Douglas Barbosa Alexandre | 2016-10-19 | 3 | -38/+18 | |
| | | | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | | Remove unused method Issuable#remove_labels | Douglas Barbosa Alexandre | 2016-10-19 | 1 | -4/+0 | |
| | | | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | | List all available labels to the project on the labels API | Douglas Barbosa Alexandre | 2016-10-19 | 2 | -4/+10 | |
| | | | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | | Add support to group labels on issues board API | Douglas Barbosa Alexandre | 2016-10-19 | 2 | -10/+19 | |
| | | | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | | Validate label params against all labels available to project on the API | Douglas Barbosa Alexandre | 2016-10-19 | 1 | -10/+9 | |
| | | | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | | Move label management to services on merge requests API | Douglas Barbosa Alexandre | 2016-10-19 | 1 | -11/+4 | |
| | | | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | | Fix IssuableBaseService#find_or_create_label_ids | Douglas Barbosa Alexandre | 2016-10-19 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | | Fix validation to allow updates to description/color of project label | Douglas Barbosa Alexandre | 2016-10-19 | 2 | -1/+11 | |
| | | | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | | Skip update query if label have the same id on Labels::TransferService | Douglas Barbosa Alexandre | 2016-10-19 | 1 | -0/+2 | |
| | | | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | | Use reverse_merge on Label#issues_count and Label#merge_requests_count | Douglas Barbosa Alexandre | 2016-10-19 | 1 | -2/+2 | |
| | | | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | | Remove unnecessary `title.present?` on LabelsFinder | Douglas Barbosa Alexandre | 2016-10-19 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | | Use present? instead of presence on Projects::IssuesController#index | Douglas Barbosa Alexandre | 2016-10-19 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | | Move common logic to reference group/project label to Label#to_reference | Douglas Barbosa Alexandre | 2016-10-19 | 3 | -48/+31 | |
| | | | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | | Render all available labels to project on project labels dropdown | Douglas Barbosa Alexandre | 2016-10-19 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | | Keep cross project reference logic in GroupLabel#to_reference | Douglas Barbosa Alexandre | 2016-10-19 | 2 | -11/+15 | |
| | | | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | | Fix shared labels filter | 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 | |
| | | | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | | Limit what label fields we expose on Groups::LabelsController#index | Douglas Barbosa Alexandre | 2016-10-19 | 1 | -1/+2 | |
| | | | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | | Limit what label fields we expose on Dashboard::LabelsController#index | Douglas Barbosa Alexandre | 2016-10-19 | 1 | -1/+3 | |
| | | | | | | | | | | | | | | | |