summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Add support to group labels on issues board APIDouglas Barbosa Alexandre2016-10-192-10/+19
* Validate label params against all labels available to project on the APIDouglas Barbosa Alexandre2016-10-191-10/+9
* Move label management to services on merge requests APIDouglas Barbosa Alexandre2016-10-191-11/+4
* Fix IssuableBaseService#find_or_create_label_idsDouglas Barbosa Alexandre2016-10-191-1/+1
* Fix validation to allow updates to description/color of project labelDouglas Barbosa Alexandre2016-10-192-1/+11
* Skip update query if label have the same id on Labels::TransferServiceDouglas Barbosa Alexandre2016-10-191-0/+2
* Use reverse_merge on Label#issues_count and Label#merge_requests_countDouglas Barbosa Alexandre2016-10-191-2/+2
* Remove unnecessary `title.present?` on LabelsFinderDouglas Barbosa Alexandre2016-10-191-1/+1
* Use present? instead of presence on Projects::IssuesController#indexDouglas Barbosa Alexandre2016-10-191-1/+1
* Move common logic to reference group/project label to Label#to_referenceDouglas Barbosa Alexandre2016-10-193-48/+31
* Render all available labels to project on project labels dropdownDouglas Barbosa Alexandre2016-10-191-1/+1
* Keep cross project reference logic in GroupLabel#to_referenceDouglas Barbosa Alexandre2016-10-192-11/+15
* Fix shared labels filterDouglas Barbosa Alexandre2016-10-191-1/+1
* Limit what label fields we expose on Projects::LabelsController#indexDouglas Barbosa Alexandre2016-10-191-1/+1
* Limit what label fields we expose on Groups::LabelsController#indexDouglas Barbosa Alexandre2016-10-191-1/+2
* Limit what label fields we expose on Dashboard::LabelsController#indexDouglas Barbosa Alexandre2016-10-191-1/+3
* Use present? instead of presence on Projects::MergeRequestsControllerDouglas Barbosa Alexandre2016-10-191-1/+4
* Always use symbols for type on LabelsHelper#link_to_labelDouglas Barbosa Alexandre2016-10-192-2/+2
* Use Label.attributes instead of Label.dup when creating label templatesDouglas Barbosa Alexandre2016-10-191-6/+1
* Use delegate! on group and project labels policiesDouglas Barbosa Alexandre2016-10-192-2/+2
* Reduce duplication between the project and group label formsDouglas Barbosa Alexandre2016-10-197-38/+6
* Fix replace label references with links for group labelsDouglas Barbosa Alexandre2016-10-191-1/+7
* Hide prioritized labels only when no labels are available to projectDouglas Barbosa Alexandre2016-10-191-1/+1
* Use try instead of ternary operator on Gitlab::ImportExport::ProjectTreeRestorerDouglas Barbosa Alexandre2016-10-191-2/+1
* Add column type to labels and do the batch update in the same migrationDouglas Barbosa Alexandre2016-10-192-18/+6
* Reuse LabelsFinder on Issueable#add_labels_by_namesDouglas Barbosa Alexandre2016-10-195-16/+11
* Reuse LabelsFinder on Banzai::Filter::LabelReferenceFilterDouglas Barbosa Alexandre2016-10-194-15/+44
* fix rubocop warningJames Lopez2016-10-191-2/+4
* Fix import/export labels to cope with project and group labels. Added relevan...James Lopez2016-10-198-12/+94
* Fix import testJames Lopez2016-10-193-3/+6
* Remove scopes/types for labelsDouglas Barbosa Alexandre2016-10-1912-123/+50
* Unfold references for group labels when moving issue to another projectDouglas Barbosa Alexandre2016-10-1911-79/+275
* Include global labels when moving an issue to another projectDouglas Barbosa Alexandre2016-10-191-2/+6
* Update project test file for project import integration testDouglas Barbosa Alexandre2016-10-191-0/+0
* Add Lavel#type to methods in lib/gitlab/import_export/import_export.ymlDouglas Barbosa Alexandre2016-10-191-0/+2
* Add tests to LabelsFinderDouglas Barbosa Alexandre2016-10-191-0/+69
* Add Label attributes: type, and group_id to safe model attributesDouglas Barbosa Alexandre2016-10-191-0/+2
* Fix Issuable#add_labels_by_names to validate if label exists on groupDouglas Barbosa Alexandre2016-10-191-2/+12
* Fix LabelsHelper#link_to_label to use the subject argumentDouglas Barbosa Alexandre2016-10-195-28/+33
* Show labels widget on issuable sidebar if project has only group labelsDouglas Barbosa Alexandre2016-10-192-2/+2
* Recreates missing group labels when moving project to another groupDouglas Barbosa Alexandre2016-10-195-0/+117
* Validate if project label title does not exist at group levelDouglas Barbosa Alexandre2016-10-196-3/+59
* Add ProjectLabel modelDouglas Barbosa Alexandre2016-10-1916-52/+75
* Makes the query to retrieve group labels more simplerDouglas Barbosa Alexandre2016-10-191-1/+1
* Use policies to handle with global/project label permissionsDouglas Barbosa Alexandre2016-10-194-12/+14
* Hides project/group labels section if there are noneDouglas Barbosa Alexandre2016-10-191-6/+4
* Remove duplication between global and the regular label partialsDouglas Barbosa Alexandre2016-10-199-97/+33
* Avoid an extra a query per label when setting label priorityDouglas Barbosa Alexandre2016-10-191-2/+3
* List only labels that belongs to the group on the group issues pageDouglas Barbosa Alexandre2016-10-194-16/+23
* Remove project_labels from Projects::ApplicationControllerDouglas Barbosa Alexandre2016-10-198-48/+88