summaryrefslogtreecommitdiff
path: root/app/models
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'update-duration-at-the-end-of-pipeline' into 'master' Rémy Coutable2016-10-201-3/+0
|\
| * Update duration at the end of pipelineupdate-duration-at-the-end-of-pipelineKamil Trzcinski2016-10-201-3/+0
* | Merge branch 'render-hipchat-notification-descriptions' into 'master' Rémy Coutable2016-10-201-22/+36
|\ \
| * | Return truncation for notification descriptions, fix minor bugs with renderingAirat Shigapov2016-10-201-6/+11
| * | Use guard clause instead of if-else statementAirat Shigapov2016-10-201-13/+12
| * | Clean up Banzai HTML for HipChatDavid Eisner2016-10-201-0/+3
| * | Ensure absolute URLs for single lines from Banzai for HipChatDavid Eisner2016-10-201-3/+7
| * | Absolute URLs for Banzai HTML for HipChatDavid Eisner2016-10-201-11/+21
| * | Also render commit titles in HipChat notificationsDavid Eisner2016-10-201-4/+8
| * | Full Banzai rendering for HipChat notificationsDavid Eisner2016-10-201-11/+3
| * | Render hipchat notification descriptions as HTML instead of raw markdownAirat Shigapov2016-10-201-6/+3
* | | Merge branch '23341-fix-viewing-mr-from-deleted-project' into 'master' Douwe Maan2016-10-201-17/+8
|\ \ \ | |/ / |/| |
| * | Rename forked_source_project_missing? to source_project_missing?Nick Thomas2016-10-201-3/+3
| * | Fix the merge request view when source projects or branches are removedNick Thomas2016-10-201-9/+6
| * | Revert "Add #closed_without_source_project?"Nick Thomas2016-10-201-8/+2
* | | Merge branch 'issue_22944' into 'master' Sean McGivern2016-10-201-6/+1
|\ \ \
| * | | Create project feature when project is createdissue_22944Felipe Artur2016-10-191-6/+1
| |/ /
* | | Merge branch 'refactoring_find_commits_method' into 'master' Sean McGivern2016-10-201-3/+6
|\ \ \ | |_|/ |/| |
| * | Refactoring find_commits functionalityValery Sizov2016-10-201-3/+6
* | | Differentiate the expire from leave eventCallum Dryden2016-10-203-3/+18
| |/ |/|
* | Merge branch 'feature/group-level-labels' into 'master' Douwe Maan2016-10-1912-65/+201
|\ \
| * | Rename Labels::CreateService to Labels::FindOrCreateServiceDouglas Barbosa Alexandre2016-10-191-1/+1
| * | Add self.project_foreign_key on both Issue and MergeRequestDouglas Barbosa Alexandre2016-10-193-7/+9
| * | Remove unused method Project#all_labelsDouglas Barbosa Alexandre2016-10-191-4/+0
| * | Update specs to cope with new label types and prioritiesJames Lopez2016-10-191-0/+4
| * | Fix max number of permitted priorities per project labelDouglas Barbosa Alexandre2016-10-191-2/+2
| * | Use join instead of subquery on Label.unprioritized scopeDouglas Barbosa Alexandre2016-10-191-1/+8
| * | User Labes::CreateService to create labelsDouglas Barbosa Alexandre2016-10-191-1/+2
| * | Fix sorting merge requests by priorityDouglas Barbosa Alexandre2016-10-191-1/+7
| * | Use keyword arguments on Sortable#highest_label_priorityDouglas Barbosa Alexandre2016-10-193-8/+19
| * | Add subject to group and projects labels which return group/projectDouglas Barbosa Alexandre2016-10-192-0/+4
| * | Abstract LabelPriority away into methods on Label modelDouglas Barbosa Alexandre2016-10-191-1/+15
| * | Fix issue board related controllers to expose label priority per projectDouglas Barbosa Alexandre2016-10-193-0/+29
| * | Fix sorting by label prioritiesDouglas Barbosa Alexandre2016-10-194-4/+18
| * | Add restriction to number of permitted priorities per project labelDouglas Barbosa Alexandre2016-10-191-0/+9
| * | Add support to group labels prioritization on project levelDouglas Barbosa Alexandre2016-10-191-4/+6
| * | Add LabelPriority modelDouglas Barbosa Alexandre2016-10-192-6/+9
| * | Remove `::` for method call on Label#text_colorDouglas Barbosa Alexandre2016-10-191-1/+1
| * | Remove Issuable#add_labels_by_namesDouglas Barbosa Alexandre2016-10-191-12/+0
| * | Remove unused method Issuable#remove_labelsDouglas Barbosa Alexandre2016-10-191-4/+0
| * | Fix validation to allow updates to description/color of project labelDouglas Barbosa Alexandre2016-10-191-1/+1
| * | Use reverse_merge on Label#issues_count and Label#merge_requests_countDouglas Barbosa Alexandre2016-10-191-2/+2
| * | Move common logic to reference group/project label to Label#to_referenceDouglas Barbosa Alexandre2016-10-193-48/+31
| * | Keep cross project reference logic in GroupLabel#to_referenceDouglas Barbosa Alexandre2016-10-191-2/+14
| * | Use Label.attributes instead of Label.dup when creating label templatesDouglas Barbosa Alexandre2016-10-191-6/+1
| * | Reuse LabelsFinder on Issueable#add_labels_by_namesDouglas Barbosa Alexandre2016-10-191-9/+3
| * | Reuse LabelsFinder on Banzai::Filter::LabelReferenceFilterDouglas Barbosa Alexandre2016-10-191-0/+4
| * | Unfold references for group labels when moving issue to another projectDouglas Barbosa Alexandre2016-10-193-24/+41
| * | Fix Issuable#add_labels_by_names to validate if label exists on groupDouglas Barbosa Alexandre2016-10-191-2/+12
| * | Validate if project label title does not exist at group levelDouglas Barbosa Alexandre2016-10-192-2/+17