Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/app
AgeCommit message (Expand)Author
2016-10-19Remove Issuable#add_labels_by_namesDouglas Barbosa Alexandre
2016-10-19Remove unused method Issuable#remove_labelsDouglas Barbosa Alexandre
2016-10-19Fix IssuableBaseService#find_or_create_label_idsDouglas Barbosa Alexandre
2016-10-19Fix validation to allow updates to description/color of project labelDouglas Barbosa Alexandre
2016-10-19Skip update query if label have the same id on Labels::TransferServiceDouglas Barbosa Alexandre
2016-10-19Use reverse_merge on Label#issues_count and Label#merge_requests_countDouglas Barbosa Alexandre
2016-10-19Remove unnecessary `title.present?` on LabelsFinderDouglas Barbosa Alexandre
2016-10-19Use present? instead of presence on Projects::IssuesController#indexDouglas Barbosa Alexandre
2016-10-19Move common logic to reference group/project label to Label#to_referenceDouglas Barbosa Alexandre
2016-10-19Render all available labels to project on project labels dropdownDouglas Barbosa Alexandre
2016-10-19Keep cross project reference logic in GroupLabel#to_referenceDouglas Barbosa Alexandre
2016-10-19Fix shared labels filterDouglas Barbosa Alexandre
2016-10-19Limit what label fields we expose on Projects::LabelsController#indexDouglas Barbosa Alexandre
2016-10-19Limit what label fields we expose on Groups::LabelsController#indexDouglas Barbosa Alexandre
2016-10-19Limit what label fields we expose on Dashboard::LabelsController#indexDouglas Barbosa Alexandre
2016-10-19Use present? instead of presence on Projects::MergeRequestsControllerDouglas Barbosa Alexandre
2016-10-19Always use symbols for type on LabelsHelper#link_to_labelDouglas Barbosa Alexandre
2016-10-19Use Label.attributes instead of Label.dup when creating label templatesDouglas Barbosa Alexandre
2016-10-19Use delegate! on group and project labels policiesDouglas Barbosa Alexandre
2016-10-19Reduce duplication between the project and group label formsDouglas Barbosa Alexandre
2016-10-19Hide prioritized labels only when no labels are available to projectDouglas Barbosa Alexandre
2016-10-19Reuse LabelsFinder on Issueable#add_labels_by_namesDouglas Barbosa Alexandre
2016-10-19Reuse LabelsFinder on Banzai::Filter::LabelReferenceFilterDouglas Barbosa Alexandre
2016-10-19Remove scopes/types for labelsDouglas Barbosa Alexandre
2016-10-19Unfold references for group labels when moving issue to another projectDouglas Barbosa Alexandre
2016-10-19Include global labels when moving an issue to another projectDouglas Barbosa Alexandre
2016-10-19Fix Issuable#add_labels_by_names to validate if label exists on groupDouglas Barbosa Alexandre
2016-10-19Fix LabelsHelper#link_to_label to use the subject argumentDouglas Barbosa Alexandre
2016-10-19Show labels widget on issuable sidebar if project has only group labelsDouglas Barbosa Alexandre
2016-10-19Recreates missing group labels when moving project to another groupDouglas Barbosa Alexandre
2016-10-19Validate if project label title does not exist at group levelDouglas Barbosa Alexandre
2016-10-19Add ProjectLabel modelDouglas Barbosa Alexandre
2016-10-19Makes the query to retrieve group labels more simplerDouglas Barbosa Alexandre
2016-10-19Use policies to handle with global/project label permissionsDouglas Barbosa Alexandre
2016-10-19Hides project/group labels section if there are noneDouglas Barbosa Alexandre
2016-10-19Remove duplication between global and the regular label partialsDouglas Barbosa Alexandre
2016-10-19Avoid an extra a query per label when setting label priorityDouglas Barbosa Alexandre
2016-10-19List only labels that belongs to the group on the group issues pageDouglas Barbosa Alexandre
2016-10-19Remove project_labels from Projects::ApplicationControllerDouglas Barbosa Alexandre
2016-10-19LabelsFinder inherits from UnionFinderDouglas Barbosa Alexandre
2016-10-19Remove unused method LabelsHelper#project_label_namesDouglas Barbosa Alexandre
2016-10-19Validates uniqueness of title unless label is a templateDouglas Barbosa Alexandre
2016-10-19List group labels on project labels pageDouglas Barbosa Alexandre
2016-10-19Allow user to create a board list based on a group labelDouglas Barbosa Alexandre
2016-10-19Allow users to apply group labels on Issues/MRsDouglas Barbosa Alexandre
2016-10-19Add LabelsFinderDouglas Barbosa Alexandre
2016-10-19Add CRUD for Group LabelsDouglas Barbosa Alexandre
2016-10-19Add GroupLabel modelDouglas Barbosa Alexandre
2016-10-19Merge branch '21444-pipeliens-new-mr' into 'master' Fatih Acet
2016-10-19Merge branch 'fix/fix-public-builds-name-in-pipeline-settings' into 'master' Achilleas Pipinellis