summaryrefslogtreecommitdiff
path: root/app/models
Commit message (Expand)AuthorAgeFilesLines
* Merge branch '14192-issues-closed-by-merge-requests-using-metrics-data' into ...Yorick Peterse2016-10-211-1/+7
|\
| * Use MergeRequestsClosingIssues cache data on Issue#closed_by_merge_requests m...14192-issues-closed-by-merge-requests-using-metrics-dataPaco Guzman2016-10-201-1/+7
* | Merge branch 'fix/validate-board-limit' into 'master' Douwe Maan2016-10-201-0/+7
|\ \
| * | [ci skip] Add a comment explaining validate_board_limit callbackfix/validate-board-limitDouglas Barbosa Alexandre2016-10-201-0/+7
* | | Merge branch 'zj-use-iid-deployment-refs' into 'master' Kamil Trzciński2016-10-202-4/+4
|\ \ \ | |/ / |/| |
| * | Only create refs for new deploymentszj-use-iid-deployment-refsZ.J. van de Weg2016-10-201-1/+1
| * | Use deployment IID when saving refsZ.J. van de Weg2016-10-202-3/+3
* | | 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